Releases: BCCDC-PHL/ncov-tools-nf
Releases · BCCDC-PHL/ncov-tools-nf
v1.9.1.1
- 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
- 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
v1.5.7
v1.5.6
v1.5.5
v1.5.4
v1.5.3
v1.5.2
v1.5.1
- 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).