We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce0ed8d commit bcc9702Copy full SHA for bcc9702
modules/local/plot_homer_annotatepeaks.nf
@@ -27,7 +27,7 @@ process PLOT_HOMER_ANNOTATEPEAKS {
27
-p $prefix \\
28
$args
29
30
- find ./ -type f -name "*.txt" -exec cat {} \\; | cat $mqc_header - > ${prefix}.summary_mqc.tsv
+ find ./ -type f -name "*summary.txt" -exec cat {} \\; | cat $mqc_header - > ${prefix}.summary_mqc.tsv
31
32
cat <<-END_VERSIONS > versions.yml
33
"${task.process}":
0 commit comments