- Update base image to Ubuntu 20.04
- Missing command line arg description in
addVagrentContext.pl
- Adds
addVagrentContext.pl
to replace unsupported internal code. - Cleans up some of the build processes
- Make errors emit non-zero exit codes #39
- Cleanup input option #38
- Handle chr not present in itree hash when running
Admin_GeneRegionBedDumper.pl
- Loads vagrent cache into IntervalTree to speed up processing by:
- reducing redundant/random disk access
- reducing repeated decompression of same data when events are local to each other
- Add Dockerfile and supporting scripts
- Switch travis-ci to build and test under docker
- fixing pipefail issue for non-bash environments, splitting command into 2 separate executions.
- Don't assume working directory is writable (fixes #33)
- fixing issue in Admin_CacheFileBuilder.pl where it would fail without the optional fai file
- Actually get the new
htslib
andsamtools
links correct insetup.sh
- Move
samtools
install insetup.sh
to happen beforeBio::DB::HTS
samtools
andhtslib
updated to 1.7Bio::DB::HTS
updated to 2.10, fixes error with GRCh38 contig names in Tabix.- Update tabix query to use
query_full
- Complete re-write of the reference generation code
- Add bedtools2 to
setup.sh
- Added bedtools2 to
README.md
- Changes
Bio::DB::HTS
,samtools
andHTSlib
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.
- 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
- Adds travis testing
- Cleans up install script and adds multi versioned paths to options
- 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