Skip to content

Commit

Permalink
Update nf_core/pipeline-template/workflows/pipeline.nf
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse authored Oct 14, 2024
1 parent db1687d commit 8e2d899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_core/pipeline-template/workflows/pipeline.nf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ workflow {{ short_name|upper }} {
softwareVersionsToYAML(ch_versions)
.collectFile(
storeDir: "${params.outdir}/pipeline_info",
name: {% if is_nfcore %}'nf_core_' {% else %} '' {% endif %} + '{{ short_name }}_software_' + {% if multiqc %} 'mqc_' {% else %} '' {% endif %} + 'versions.yml',
name: {% if is_nfcore %}'nf_core_' + {% else %}{% endif %} '{{ short_name }}_software_' {% if multiqc %} + 'mqc_' {% else %}{% endif %} + 'versions.yml',
sort: true,
newLine: true
).set { ch_collated_versions }
Expand Down

0 comments on commit 8e2d899

Please sign in to comment.