Skip to content

Commit

Permalink
remove empty versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Oct 19, 2024
1 parent b7236ac commit 06a229d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/quantms.nf
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ workflow QUANTMS {
ch_versions = ch_versions.mix(DIA.out.versions.ifEmpty(null))
}

softwareVersionsToYAML(ch_versions.filter { it != null })
softwareVersionsToYAML(ch_versions)
.collectFile(
storeDir: "${params.outdir}/pipeline_info",
name: 'nf_core_' + 'pipeline_software_' + 'mqc_' + 'versions.yml',
Expand Down

0 comments on commit 06a229d

Please sign in to comment.