Skip to content

Commit

Permalink
Make linting happy
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseEspinosa committed Jan 8, 2025
1 parent 5b4bca5 commit 0a0be66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subworkflows/local/post_processing.nf
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ workflow POST_PROCESSING {
//
softwareVersionsToYAML(ch_versions)
.collectFile(
storeDir: "${outdir}/pipeline_info",
storeDir: "${outdir}/pipeline_info",
name: 'nf_core_' + 'proteinfold_software_' + 'mqc_' + 'versions.yml',
sort: true,
sort: true,
newLine: true
).set { ch_collated_versions }

Expand Down

0 comments on commit 0a0be66

Please sign in to comment.