We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 680bda3 commit 632d9f1Copy full SHA for 632d9f1
modules/local/plot_rsq.nf
@@ -22,7 +22,7 @@ process PLOT_RSQ {
22
),
23
intermediates_dir='\$PWD',
24
knit_root_dir='\$PWD',
25
- output_file='\$PWD/rsq-report.html'
+ output_file='\$PWD/"${params.project}".html'
26
)"
27
"""
28
0 commit comments