Skip to content

Releases: BCCDC-PHL/ncov-tools-nf

v1.9.1.1

13 Feb 18:43
60006ba
Compare
Choose a tag to compare
  • First release to be compatible with nextflow v23.10+
  • Implemented/Fixed GitHub Actions testing workflow, including testing on nextflow v23.10.1 (#46)
  • New versioning scheme intended to match versioning of ncov-tools, with additional digit for patches of this pipeline while still using the same version of ncov-tools.

v1.9.0

21 Oct 00:34
72ea28d
Compare
Choose a tag to compare
  • Uses ncov-tools v1.9.1 by default (Issue #56)
  • Compatible with new versions of pangolin (+v3)
  • Inverted defaults for choosing which consensus and variants files to use. Freebayes-generated consensus and variants files are used by default, instead of ivar-generated files. (use --ivar_consensus and --ivar_variants to override)
  • Splitting by plate is now default behavior (use --no_split_by_plate to override)
  • Using downsampled bams is now default behavior (use --pre_downsampled to override)

v1.5.8

25 Feb 01:34
3868f8a
Compare
Choose a tag to compare
  • Use nCoV-2019.bed file instead of nCoV-2019.primer.bed (Issue #54). This change is being made to coincide with the release of BCCDC-PHL/artic-ncov2019 v2.3, where the nCoV-2019.bed file is now a symlink to to the file that is intended for analysis.

v1.5.7

12 Oct 22:32
e24171c
Compare
Choose a tag to compare
  • Fixed issue where the run_name in the qc_reports/summary_qc.tsv file was appended with an underscore (Issue #52)

v1.5.6

01 Jun 00:35
0a9d5e5
Compare
Choose a tag to compare
  • Added flag --primer_scheme_name that allows the user to specify an alternate primer scheme. Default scheme is 'Freed et al.' 1200bp aka 'V1200'. (Issue #49)

v1.5.5

28 May 01:51
831c4d3
Compare
Choose a tag to compare
  • Make pangolin updates optional (Issue #47)

v1.5.4

19 May 23:33
54a4d03
Compare
Choose a tag to compare
  • Fix issue where negative control sample was not being found, resulting in no negative control report (Issue #42)

v1.5.3

23 Apr 19:39
d51375c
Compare
Choose a tag to compare
  • Automatically update pangolin on every pipeline invocation (Issue #40)

v1.5.2

15 Apr 20:44
d696353
Compare
Choose a tag to compare
  • Fix issue where ncov-watch summary files were not populated with data (Issue #38)

v1.5.1

15 Apr 05:15
Compare
Choose a tag to compare
  • Add two new parameters: --freebayes_consensus and --freebayes_variants. When used, the consensus and/or variants outputs from freebayes will be used instead of the ivar outputs. (Note: freebayes outputs are only produced by BCCDC-PHL/ncov2019-artic-nf v1.3.0 or later).