Skip to content

Releases: cancerit/VAGrENT

v3.7.0 - Update base image to Ubuntu 20.04

25 Jun 13:04
Compare
Choose a tag to compare

Updated the base image to Ubuntu Focal (20.04)

v3.5.0 - Speedup

07 Aug 20:01
Compare
Choose a tag to compare

Considerable improvement to speed by loading cache file into in memory interval tree. Please review command line args for new parameters.

v3.3.5 - Issue with Admin_GeneRegionBedDumper.pl

09 Jul 14:21
Compare
Choose a tag to compare

Fixing pipefail issue for non-bash environments, splitting command into 2 separate executions.

v3.3.3 - Issue with Admin_CacheFileBuilder.pl

09 Apr 09:15
Compare
Choose a tag to compare

Inadvertently made the optional fai file compulsory, now fixed.

v3.3.2 - Correct setup.sh for new Bio::DB::HTS install

26 Mar 12:52
Compare
Choose a tag to compare

3.3.2

  • Actually get the new htslib and samtools links correct in setup.sh
  • Move samtools install in setup.sh to happen before Bio::DB::HTS

v3.3.1: * `samtools` and `htslib` updated to 1.7

26 Mar 08:19
Compare
Choose a tag to compare

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

v3.3.0 - Re-write of the reference generation code

07 Mar 10:33
Compare
Choose a tag to compare

This release contains a complete replacement for the cache file generation code.

  • Should make it function over a wider variety of Ensembl versions/species
  • Decision tree for choosing which transcripts to include has changed
  • The cache file format has not been changed

If you regenerate an existing cache file with the new code base it will be compatible with older versions of VAGrENT but may not be identical. The set of transcripts included is quite likely to have changed.

v3.2.3 - Sorting of internal fields

27 Jul 13:38
b0def12
Compare
Choose a tag to compare

Fixes to ensure content of info fields is stable between runs, not just the order of vcf records.

See #25

v3.2.2 - Stable sorting for events with same start

24 Jul 09:46
2be0f57
Compare
Choose a tag to compare

Primarily fixes various issues relating to sorting.

Specific issues addressed:

v3.2.1

01 Feb 10:05
Compare
Choose a tag to compare

Update htslib version to bring CGP stack in line