Skip to content

Commit

Permalink
publish software_versions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung committed Mar 12, 2024
1 parent f1c8fb5 commit 70bc2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/multiqc.nf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ process multiqc {
process versions {
tag "extracting versions"
label "process_single"
// no publishDir
publishDir "${params.outdir}/summary/", mode: 'copy', pattern: 'software_versions.yml'
container 'staphb/multiqc:1.19'
time '10m'
errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
Expand Down

0 comments on commit 70bc2ff

Please sign in to comment.