Skip to content

Commit 632d9f1

Browse files
committed
Set project name as HTML output name
1 parent 680bda3 commit 632d9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/local/plot_rsq.nf

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ process PLOT_RSQ {
2222
),
2323
intermediates_dir='\$PWD',
2424
knit_root_dir='\$PWD',
25-
output_file='\$PWD/rsq-report.html'
25+
output_file='\$PWD/"${params.project}".html'
2626
)"
2727
"""
2828

0 commit comments

Comments
 (0)