Skip to content

Commit

Permalink
feat: Add topicVersionToYAML function
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Jul 24, 2024
1 parent a757167 commit 5c10dfe
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
24 changes: 19 additions & 5 deletions subworkflows/nf-core/utils_nfcore_pipeline/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion workflows/nascent.nf
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ workflow NASCENT {
//
// Collate and save software versions
//
channel.topic('version').view{"original: $it"}
softwareVersionsToYAML(ch_versions, channel.topic('version'))
.collectFile(
storeDir: "${params.outdir}/pipeline_info",
Expand Down

0 comments on commit 5c10dfe

Please sign in to comment.