Skip to content

Releases: BCCDC-PHL/routine-assembly

v0.4.5

27 May 23:13
8eb4cf7
Compare
Choose a tag to compare

What's Changed

  • Make using sample ID as locustag optional. Fixes issue where long sample IDs caused pipeline failure. (Issue #39)
  • Fixed publishing prokka outputs (Issue #49)
  • Removed --versioned_outdir param (Issue #50)

Full Changelog: v0.4.4...v0.4.5

v0.4.4

30 Aug 00:13
a646dc6
Compare
Choose a tag to compare
  • Further changes to address low-coverage samples when annotation with prokka or bakta is performed (Issue #36)

v0.4.3

29 Aug 19:31
ac29bdc
Compare
Choose a tag to compare
  • Handle low-coverage samples, which produce empty assemblies (Issue #36)

v0.4.2

09 Nov 23:30
3eb07cd
Compare
Choose a tag to compare
  • Fixed issue where sample IDs were determined incorrectly for long reads in hybrid assemblies (Issue #34)

v0.4.1

30 Sep 00:06
630f0a1
Compare
Choose a tag to compare
  • Updated bakta to v1.5.1
  • Write tmp files to process work directory instead of /tmp in bakta process (Issue #32)

v0.4.0

29 Sep 07:19
f0c6450
Compare
Choose a tag to compare
  • Use unicycler for all assemblies (Issue #29)
  • Make gene annotation optional. Either prokka or bakta (or both) can be run with the --prokka or --bakta flags.

v0.3.0

29 Sep 00:25
7bf2b24
Compare
Choose a tag to compare
  • Added long-read-only assembly mode with Dragonflye (Issue #21)
  • Fixed issue where --samplesheet_input was incompatible with --hybrid mode (Issue #27)
  • Updated provenance format (see README)

v0.2.2

17 Feb 21:15
f6ac139
Compare
Choose a tag to compare

Features

  • Added process_name field to provenance entries (Issue #17)
  • Added --versioned_outdir flag for storing outputs in versioned sub-directory (Issue #18)

v0.2.1

02 Dec 00:49
f8a6416
Compare
Choose a tag to compare

Fixes

  • Tag output filenames with name of assembler that was used, to guarantee unique output filenames when samples are re-analyzed (Issue #13)
  • Replace json-formatted parsed quast output with a csv output with cleaned headers (Issue #14)

v0.2.0

26 Nov 01:17
0c7c16b
Compare
Choose a tag to compare

Features

  • Support 'SampleSheet' input mode (Issue #7)
  • Collect provenance information for each sample (Issue #6)
  • Add read length-related fields to fastp.csv output (Issue #9)