This project is mirrored from https://:*****@github.com/Ensembl/ensembl-io.git.
Pull mirroring updated .
- 21 Aug, 2017 1 commit
-
-
Anne Lyle authored
-
- 14 Aug, 2017 1 commit
-
-
William McLaren authored
-
- 19 Jul, 2017 3 commits
-
-
Anne Lyle authored
Rework on how Bio::DB::HTS is used in HTSAdaptor
-
Harpreet Riat authored
-
Anne Lyle authored
Add VCF4 format for validation
-
- 14 Jul, 2017 1 commit
-
-
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.
-
- 13 Jul, 2017 4 commits
-
-
Zhicheng Liu authored
-
Zhicheng Liu authored
Previoiusly because of the lack of VCF4 format definition, the user upload of VCF type data (stored in text) could not be validated. This change is intended to add this missing information so that those VCF records could be validated and parsed. Also add space as a valid delimiter in addition to tab. I know this is violating the VCF4.x spece. But I could not get tab delimited VCF record to work. I don't know why. Related to ENSEMBL-5050.
-
Anne Lyle authored
-
Anne Lyle authored
-
- 28 Jun, 2017 2 commits
-
-
Zhicheng Liu authored
based on Mag's review comments at this pull request: https://github.com/Ensembl/ensembl-io/pull/55
-
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.
-
- 27 Jun, 2017 2 commits
- 13 Jun, 2017 4 commits
- 12 Jun, 2017 2 commits
- 19 May, 2017 1 commit
-
-
Anne Lyle authored
-
- 14 Mar, 2017 2 commits
-
-
William McLaren authored
-
William McLaren authored
-
- 19 Jan, 2017 1 commit
-
-
Kieron Taylor authored
-
- 17 Jan, 2017 1 commit
-
-
Thomas Maurel authored
-
- 12 Jan, 2017 1 commit
-
-
Alessandro Vullo authored
-
- 04 Jan, 2017 5 commits
- 22 Dec, 2016 2 commits
-
-
Alessandro Vullo authored
-
Alessandro Vullo authored
-
- 13 Dec, 2016 1 commit
-
-
William McLaren authored
-
- 17 Nov, 2016 1 commit
-
-
Kieron Taylor authored
Feature support upgrade for Genbank parser. Processing of coordinates delegated to calling code because of complexity and biological comprehension required.
-
- 11 Nov, 2016 1 commit
-
-
William McLaren authored
-
- 21 Oct, 2016 1 commit
-
-
William McLaren authored
-
- 10 Oct, 2016 2 commits
- 06 Oct, 2016 1 commit
-
-
Anne Lyle authored
Improvements to munge_chr_id subroutine in HTSAdaptor
-