bwa mem
as short-read mapper alternative, parameter:--bwa
- Set default branch to
main
instead of the Nextflow defaultmaster
- Remove
conda clean
from GitHub action to avoid random crashes - Bump github action versions for node 16 -> 20 change
- Add T2T homo sapiens genome as additional auto-download option
- added
--skip_qc
option to skip QC steps
- SARS-CoV-2 added to the auto-download option
- reorganized of results directory and file names
- dry run CI tests
- options to reduce disk usage
--cleanup_work_dir
and--no_intermediate
- fixed some issues on Mac OS
- changed minimap2 container so that
ncurses
is included
- changed input parameter usage:
- before:
--[nano|illumina|illumina_single_end|fasta]
- now:
--input_type [nano|illumina|illumina_single_end|fasta] --input *.fastq
- before:
- changed workflow figure to a nicer figure
- changed workflow structure (introducing subworkflows)
- input files with the suffix
clean
are not allowed
- added CHANGELOG.md, Citations.md and citation information
- added
--cleanup_work_dir
to remove work dir files after a successful run - added
--min_clip
to filter mapped reads by soft-clipped length - added
--dcs_strict
to use only DCS reads with artificial ends - added
stub
command for Nextflow prototyping - added
idxstats
- pipeline report with timestamp
--split-prefix
parameter forminimap2
- make concat contamination more efficient