Skip to content

Commit

Permalink
Added back softwareVresionsYaml
Browse files Browse the repository at this point in the history
  • Loading branch information
apeltzer committed Feb 22, 2024
1 parent a7ddbe2 commit 7bd08bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflows/smrnaseq.nf
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ workflow NFCORE_SMRNASEQ {
// Collate and save software versions
//
softwareVersionsToYAML(ch_versions)
.collectFile(storeDir: "${params.outdir}/pipeline_info", name: 'nf_core_pipeline_software_mqc_versions.yml', sort: true, newLine: true)
.set { ch_collated_versions }
.collectFile(storeDir: "${params.outdir}/pipeline_info", name: 'nf_core_smrnaseq_software_mqc_versions.yml', sort: true, newLine: true)
.set {ch_collated_versions}

//
// MODULE: MultiQC
Expand Down

0 comments on commit 7bd08bd

Please sign in to comment.