Skip to content

Commit

Permalink
Update modules.config
Browse files Browse the repository at this point in the history
Fix #161
  • Loading branch information
apeltzer authored Jun 10, 2022
1 parent 4278785 commit e12c165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ if (!params.skip_trimming) {
[
path: { "${params.outdir}/trimmed" },
mode: params.publish_dir_mode,
pattern: "*.txt"
pattern: "*.{txt,fastq.gz}"
]
]
}
Expand Down

0 comments on commit e12c165

Please sign in to comment.