Skip to content

Commit 2fc9703

Browse files
Replace pool read includes with cat fastq modules for improved handling of single and paired reads
Signed-off-by: Brijeshthummar02 <[email protected]>
1 parent 7ffd8b8 commit 2fc9703

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

workflows/mag.nf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ include { METAEUK_EASYPREDICT } from '../modul
4848
//
4949
include { KRAKEN2_DB_PREPARATION } from '../modules/local/kraken2_db_preparation'
5050
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'
5454
include { QUAST } from '../modules/local/quast'
5555
include { QUAST_BINS } from '../modules/local/quast_bins'
5656
include { QUAST_BINS_SUMMARY } from '../modules/local/quast_bins_summary'

0 commit comments

Comments
 (0)