Skip to content

Releases: sanger-pathogens/iva

v1.0.11

25 Mar 08:42
Compare
Choose a tag to compare
Ignoring .eggs directory

v1.0.10

25 Mar 08:35
13597c0
Compare
Choose a tag to compare

Triggered to sync up latest version with conda

New docker release

13 Mar 19:17
3b6fa7f
Compare
Choose a tag to compare
New docker release Pre-release
Pre-release
  • Fix failing travis and docker hub build

Update external dependency version checking

25 Jan 10:58
4a56b5a
Compare
Choose a tag to compare
Merge pull request #79 from andrewjpage/prog_versions

Prog versions

Version 1.0.8

12 Jan 14:40
Compare
Choose a tag to compare

bug fix: iva_qc crashes on a reference genome with no CDS. Fix added to stop iva_qc_make_db from including anthing without at least one CDS.

Version 1.0.7

06 Sep 08:50
Compare
Choose a tag to compare

Require Pysam version to be at least 0.8.1 (previously also had to be <=0.8.3 because of pyasm build issues).

Version 1.0.6

12 May 07:39
Compare
Choose a tag to compare

Two little changes, which won't affect results.

  1. Highlight the --reference option as experimental.
  2. added Travis CI.

Version 1.0.5

05 May 09:02
Compare
Choose a tag to compare

Add support for new samtools sort syntax introduced in 1.2. Keep support for old samtools versions as well.

Version 1.0.4

18 Apr 10:44
Compare
Choose a tag to compare
  • force to use pysam 0.8.1-0.8.3. The new 0.9.0 will not install.

Version 1.0.3

25 Jan 11:04
Compare
Choose a tag to compare

Now runs kmc in multi-threaded mode by default. To force kmc to use one thread, use the new option --kmc_onethread.