Releases: catg-umag/ont-basecalling-demultiplexing
Releases · catg-umag/ont-basecalling-demultiplexing
2.3.1
2.3.0
Fixes:
- Barcodes were hardcoded in ToulligQC
- ToulligQC thowed an error if experiment_name was not defined
Improvements:
- Add nf-schema validation
- Remove parameters
dorado_basecalling_extra_config
anddorado_demux_extra_config
. The prefered way now is to useext.args
. - Removed parameter
skip_demultiplexing
: now demultiplexing will be skipped ifsample_data
was not provided. - Enable nextflow report by default
2.2.0
- Added nanoq and toulligQC, and use them by default instead of NanoPlot and pycoQC.
- Added new parameter to choose which qc tools to run (of FastQC, NanoPlot, nanoq, pycoQC and toulligQC).
- Include a patched version of MultiQC to generate quality bar plots instead of line plots for nanoq.
- Simplify basecalling and demux and other pipeline improvements.
- Minor changes to MultiQC config.
- Update tool versions.
v2.1.0
- Update versions (Dorado, MultiQC, Samtools).
- Update Dorado default model
- Some code cleanup
v2.0.0
- Use Dorado (https://github.com/nanoporetech/dorado) as basecaller instead of Guppy.
- Some report improvements
v1.0.0
Working version of the pipeline (before dropping Guppy support)