Skip to content

Commit

Permalink
Use explicit -o option in MQC command
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed May 19, 2024
1 parent 87dfd9e commit 55133f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/multiqc/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ process MULTIQC {
"""
cp $config/* .
echo "custom_logo: \$PWD/logo.png" >> multiqc_config.yaml
multiqc .
multiqc -o multiqc_report.html .
"""
}

0 comments on commit 55133f6

Please sign in to comment.