-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
17 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,31 @@ | ||
### 3.3.0 | ||
# CHANGES | ||
|
||
## 3.3.1 | ||
* `samtools` and `htslib` updated to 1.7 | ||
* `Bio::DB::HTS` updated to 2.10, fixes error with GRCh38 contig names in Tabix. | ||
* Update tabix query to use `query_full` | ||
|
||
## 3.3.0 | ||
* Complete re-write of the reference generation code | ||
|
||
### 3.2.2 | ||
## 3.2.2 | ||
* Add bedtools2 to `setup.sh` | ||
* Added bedtools2 to `README.md` | ||
* Changes `Bio::DB::HTS`, `samtools` and `HTSlib` install methods. | ||
* Corrected condition indicating sort is required. | ||
* Fixes #23 Changed from vcf-sort to normal linux sort to ensure multiple indels with | ||
same start coord are sorted in a stable way. | ||
|
||
### 3.2.0 | ||
## 3.2.0 | ||
* Allows use of ensemblgenomes.org as a datasource | ||
* Handle genes without names, and give more useful error message | ||
* Ensure an error code is emmitted on failure | ||
|
||
### 3.1.0 | ||
## 3.1.0 | ||
* Adds travis testing | ||
* Cleans up install script and adds multi versioned paths to options | ||
|
||
### 3.0.0 | ||
## 3.0.0 | ||
* Removed use of legacy Tabix codebase and switches to samtools 1.2+ | ||
* Switches to gihub version of vcftools and makes several patches unnecessary | ||
* Several bugfixes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters