Skip to content

Commit

Permalink
Correct cardinality of recieving prune channel
Browse files Browse the repository at this point in the history
  • Loading branch information
grosscol committed Feb 24, 2023
1 parent b15e053 commit 3349238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/coverage/depth_statistics.nf
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ process prune {
label "small"

input:
set val(chromosome), file(full_depth) from depth_summaries
set val(chromosome), file(full_depth), file(full_idx) from depth_summaries
each limit from Channel.from(params.prune_limits)

output:
Expand Down

0 comments on commit 3349238

Please sign in to comment.