File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ include { METAEUK_EASYPREDICT } from '../modul
48
48
//
49
49
include { KRAKEN2_DB_PREPARATION } from ' ../modules/local/kraken2_db_preparation'
50
50
include { 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 '
54
54
include { QUAST } from ' ../modules/local/quast'
55
55
include { QUAST_BINS } from ' ../modules/local/quast_bins'
56
56
include { QUAST_BINS_SUMMARY } from ' ../modules/local/quast_bins_summary'
You can’t perform that action at this time.
0 commit comments