Skip to content

Releases: epi2me-labs/wf-amplicon

v1.1.4

19 Nov 15:44
Compare
Choose a tag to compare

Changed

  • Reconcile template with v5.3.0 and v5.3.1
  • IGV output files are only output if --igv is used

v1.1.3

16 Sep 08:53
Compare
Choose a tag to compare

Fixed

  • Automated basecaller detection failing in some circumstances.

Changed

  • Updated Ezcharts to v0.11.2.

v1.1.2

29 Jul 19:39
Compare
Choose a tag to compare

Fixed

  • The workflow failing in de novo mode when all reads for a sample came from the same strand.

Changed

  • The report now skips read length histograms etc. if there were no reads left after filtering.

v1.1.1

08 Jul 10:23
Compare
Choose a tag to compare

Changed

  • Updated Medaka to v1.12.0.

Removed

  • The --medaka_model parameter as the appropriate Medaka model is now automatically determined from the input data.
  • The now redundant --basecaller_cfg parameter as its value is now automatically detected from the input data on a per-sample basis.

Added

  • --override_basecaller_cfg parameter for cases where automatic selection fails or users wishes to override the automatic choice.

v1.1.0

05 Jun 07:35
Compare
Choose a tag to compare

Fixed

  • The miniasm process requesting too little memory in some cases.
  • Spurious out-of-memory errors for the SPOA process.
  • Variant calling mode with --combine_results failing with a single sample/barcode.

Changed

  • When there is at least one amplicon depth plot that shows more than one sample, the depth plots now use consistent colours for individual samples across the different amplicons.
  • The workflow now uses the fastcat read length and quality histograms instead of the per-read stats in the report process.

Added

  • IGV config json file to the outputs (in order to visualise the alignments and called variants).

v1.0.4

11 Mar 13:24
Compare
Choose a tag to compare

Fixed

  • The workflow failing when there were tab characters in the FASTA header lines of reference sequences.

Changed

  • The way the reference sequence IDs are sanitised to prevent issues with special characters.

v1.0.3

07 Feb 17:49
Compare
Choose a tag to compare

Fixed

  • The workflow failing when there was a whitespace in the name of the reference file.

Changed

  • The report now consistently uses the sanitised reference sequence IDs throughout.
  • Some formatting changes to github issue template.

v1.0.2

02 Jan 19:47
Compare
Choose a tag to compare

Fixed

  • Incorrect CPU use specification for the medakaVariant process.

v1.0.1

15 Dec 16:39
Compare
Choose a tag to compare

Changed

  • Default for --reads_downsampling_size to 1500 to limit memory usage.
  • Default for --medaka_target_depth_per_strand to 150 as the workflow now supports longer amplicons.

Fixed

  • The workflow failing when a sample had only a single read.

v1.0.0

06 Dec 19:26
Compare
Choose a tag to compare

Added

  • Memory requirements for each process.

Changed

  • Reworked docs to follow new layout.