Skip to content

Commit

Permalink
Update nf_core/pipeline-template/workflows/pipeline.nf
Browse files Browse the repository at this point in the history
Co-authored-by: Júlia Mir Pedrol <mirp.julia@gmail.com>
  • Loading branch information
maxulysse and mirpedrol authored Oct 15, 2024
1 parent 597a0ae commit 18cbf05
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_' + {% endif %} '{{ short_name }}_software_' {% if multiqc %} + 'mqc_' {% endif %} + 'versions.yml',
sort: true,
newLine: true
).set { ch_collated_versions }
Expand Down

0 comments on commit 18cbf05

Please sign in to comment.