Skip to content

Commit

Permalink
Merge branch 'dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
daichengxin authored Oct 20, 2024
2 parents 4c3e8f0 + aab1541 commit 9d69475
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workflows/quantms.nf
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ workflow QUANTMS {
ch_versions = ch_versions.mix(DIA.out.versions.ifEmpty(null))

// Other subworkflow will return null when performing another subworkflow due to unknown reason.
ch_versions = ch_versions.filter( ~/versions/ )
ch_versions = ch_versions.filter{ it != null }

}

softwareVersionsToYAML(ch_versions)
Expand Down

0 comments on commit 9d69475

Please sign in to comment.