mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-11 02:13:08 +00:00
Update subworkflow name to be more consistent
This commit is contained in:
parent
4940ec57ff
commit
5b1b48e59e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ include { FASTP as FASTP_SINGLE } from '../../modules/nf-core/modules/fast
|
||||||
include { FASTP as FASTP_PAIRED } from '../../modules/nf-core/modules/fastp/main'
|
include { FASTP as FASTP_PAIRED } from '../../modules/nf-core/modules/fastp/main'
|
||||||
include { FASTQC as FASTQC_POST } from '../../modules/nf-core/modules/fastqc/main'
|
include { FASTQC as FASTQC_POST } from '../../modules/nf-core/modules/fastqc/main'
|
||||||
|
|
||||||
workflow FASTQ_PREPROCESSING {
|
workflow SHORTREAD_PREPROCESSING {
|
||||||
take:
|
take:
|
||||||
reads // file: /path/to/samplesheet.csv
|
reads // file: /path/to/samplesheet.csv
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue