Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@github.com/Ensembl/ensembl-io.git. Pull mirroring updated .
  1. May 08, 2018
  2. Apr 19, 2018
  3. Apr 03, 2018
  4. Feb 19, 2018
  5. Jan 15, 2018
  6. Nov 13, 2017
  7. Oct 24, 2017
  8. Oct 04, 2017
  9. Sep 13, 2017
  10. Aug 21, 2017
  11. Aug 14, 2017
  12. Jul 19, 2017
  13. Jul 14, 2017
    • Zhicheng Liu's avatar
      Remove space delimiter from VCF4 format · edaf23e3
      Zhicheng Liu authored
      as spaces can appear within a field which means it is not safe to use space
      as delimiter. Now I found a way to make tab delimiter work for me so the space
      is no longer needed anyway.
      edaf23e3
  14. Jul 13, 2017
  15. Jun 28, 2017
    • Zhicheng Liu's avatar
      Minor revisons ... · 99a3660e
      Zhicheng Liu authored
      based on Mag's review comments at this pull request:
      https://github.com/Ensembl/ensembl-io/pull/55
      99a3660e
    • Zhicheng Liu's avatar
      Rework on how Bio::DB::HTS is used in HTSAdaptor · 73e743ef
      Zhicheng Liu authored
      The Bio::DB::HTS object and other relatedHTS objects will be created
      only once within a single HTSAdaptor. They will have only one copy and
      be stored in $self->{_cache}->{_htsobj_handle}. Every use of HTS objects
      should through this copy.
      
      Also remove "close" calls to the HTS objects as these objects will
      handle their resources properly when exiting. The DESTROY methods to
      these objects has been added in
      https://github.com/Ensembl/Bio-DB-HTS/pull/50
      which will release the resources where needed.
      
      This will provide a uniform interface to HTS objects, making it more
      consistent. It prevents from creating multiple objects for the same
      file and hence more resouces efficient too.
      
      Also rename some variables to make them consistent throughout.
      
      Related to ENSEMBL-5035.
      73e743ef
  16. Jun 27, 2017
  17. Jun 13, 2017
  18. Jun 12, 2017
  19. May 19, 2017
  20. Mar 14, 2017