Skip to content

Commit 3349238

Browse files
committed
Correct cardinality of recieving prune channel
1 parent b15e053 commit 3349238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/coverage/depth_statistics.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ process prune {
237237
label "small"
238238

239239
input:
240-
set val(chromosome), file(full_depth) from depth_summaries
240+
set val(chromosome), file(full_depth), file(full_idx) from depth_summaries
241241
each limit from Channel.from(params.prune_limits)
242242

243243
output:

0 commit comments

Comments
 (0)