Skip to content

Commit bcc9702

Browse files
committed
Change find command to be more specific
1 parent ce0ed8d commit bcc9702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/local/plot_homer_annotatepeaks.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ process PLOT_HOMER_ANNOTATEPEAKS {
2727
-p $prefix \\
2828
$args
2929
30-
find ./ -type f -name "*.txt" -exec cat {} \\; | cat $mqc_header - > ${prefix}.summary_mqc.tsv
30+
find ./ -type f -name "*summary.txt" -exec cat {} \\; | cat $mqc_header - > ${prefix}.summary_mqc.tsv
3131
3232
cat <<-END_VERSIONS > versions.yml
3333
"${task.process}":

0 commit comments

Comments
 (0)