Skip to content

Commit

Permalink
Use consistent version mix invoke format
Browse files Browse the repository at this point in the history
  • Loading branch information
scwatts committed Aug 15, 2024
1 parent 5c3ca3a commit 8a87ace
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions workflows/wgts.nf
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,7 @@ workflow WGTS {
ref_data = PREPARE_REFERENCE.out
hmf_data = PREPARE_REFERENCE.out.hmf_data

ch_versions = ch_versions.mix(
PREPARE_REFERENCE.out.versions,
)
ch_versions = ch_versions.mix(PREPARE_REFERENCE.out.versions)

// Set GRIDSS config
gridss_config = params.gridss_config !== null ? file(params.gridss_config) : hmf_data.gridss_config
Expand Down

0 comments on commit 8a87ace

Please sign in to comment.