mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-02 20:52:07 -05:00
70daf8be30
This commit provides a minor refactoring with som Nextflow code style improvments: - Replaces `.toGiga()` with `.giga` - Replaces `tag { foo }` with `tag "$foo"` - Move publishDir before input declarations. Directives should be before the first input. Tho this is not enforced, it may be in future versions. - Replaces input `file` with `path` - Remove unnecessary parentheses |
||
---|---|---|
.. | ||
bowtie2 | ||
bwa | ||
cutadapt | ||
fastq_screen | ||
fastqc | ||
gatk/dict | ||
hisat2 | ||
htslib/tabix | ||
multiqc | ||
samtools | ||
shovill | ||
tcoffee | ||
trim_galore | ||
umi_tools |