File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ include { METAEUK_EASYPREDICT } from '../modul
4848//
4949include { KRAKEN2_DB_PREPARATION } from ' ../modules/local/kraken2_db_preparation'
5050include { KRAKEN2 } from ' ../modules/local/kraken2'
51- include { POOL_SINGLE_READS as POOL_SHORT_SINGLE_READS } from ' ../modules/local/pool_single_reads '
52- include { POOL_PAIRED_READS } from ' ../modules/local/pool_paired_reads '
53- include { POOL_SINGLE_READS as POOL_LONG_READS } from ' ../modules/local/pool_single_reads '
51+ include { CAT_FASTQ_SINGLE as POOL_SHORT_SINGLE_READS } from ' ../modules/nf-core/cat/fastq/main.nf '
52+ include { CAT_FASTQ_PAIRED as POOL_PAIRED_READS } from ' ../modules/nf-core/cat/fastq/main.nf '
53+ include { CAT_FASTQ_SINGLE as POOL_LONG_READS } from ' ../modules/nf-core/cat/fastq/main.nf '
5454include { QUAST } from ' ../modules/local/quast'
5555include { QUAST_BINS } from ' ../modules/local/quast_bins'
5656include { QUAST_BINS_SUMMARY } from ' ../modules/local/quast_bins_summary'
You can’t perform that action at this time.
0 commit comments