Skip to content

Commit d04ab65

Browse files
committed
stripped fastq output in its own dir
1 parent 7518f32 commit d04ab65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,7 @@ if (params.run_bam_filtering) {
12981298
process strip_input_fastq {
12991299
label 'mc_medium'
13001300
tag "${bam.baseName}"
1301-
publishDir "${params.outdir}/samtools/stripped_fastq", mode: 'copy'
1301+
publishDir "${params.outdir}/stripped_fastq", mode: 'copy'
13021302

13031303
when:
13041304
params.strip_input_fastq

0 commit comments

Comments
 (0)