Skip to content

Releases: sanger-pathogens/ariba

Version 0.4.1

14 Jul 08:24
Compare
Choose a tag to compare
Version 0.4.1 Pre-release
Pre-release

SPAdes option changed from --trusted-contigs to --untrused-contigs, so that it doesn't output contigs that are not present in the reads

Version 0.4.0

11 Jun 09:08
Compare
Choose a tag to compare
Version 0.4.0 Pre-release
Pre-release
  • added an option to skip running cd-hit
  • new flag for when a contig has >1 match to gene, but hits are on opposing strands

Version 0.3.2

12 May 14:04
Compare
Choose a tag to compare
Version 0.3.2 Pre-release
Pre-release

Bug fix: sometimes there is zero read depth ina contig at a position where a variant was called by comparing contig to reference gene. This was causing ARIBA to crash.

Version 0.3.1

21 Apr 07:10
Compare
Choose a tag to compare
Version 0.3.1 Pre-release
Pre-release

Bug fixes:

  • stop trying to give SSPACE s.d. >1
  • don't run local assembly when closest gene in cluster not found (usually becuase not enough reads in the cluster)
  • there was an error getting read depth at indels

Version 0.3.0

07 Apr 09:18
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release
  • more columns in output
  • use bowtie2 instead of smalt
  • sspace/gapfiller optional
  • sanity check input genes fasta

Version 0.2.0

20 Feb 08:51
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

Cluster reads before assembling. Use closest gene from each cluster to aid local assembly.

Tidy up verbose output

Clean up output directory automatically

Version 0.1.2

18 Feb 15:37
Compare
Choose a tag to compare
Version 0.1.2 Pre-release
Pre-release

Use SPAdes instead of Velvet by default.
Better handling of paths to external programs.

Version 0.0.1

12 Feb 10:47
Compare
Choose a tag to compare
Version 0.0.1 Pre-release
Pre-release
Merge pull request #1 from martinghunt/master

Initial working version