pallassgj / bpipe

Automatically exported from code.google.com/p/bpipe
0 stars 1 forks source link

Splitting to Parallel Paths by Chromosome not Working at End of Pipeline #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A pipeline like this doesn't work:

run { stage_one + chr(1..5) * [ stage_two ] }

> What is the expected output? 

It should run 5 copies of stage_two, one for each chromosome processed.

> What do you see instead?

An error is reported

Original issue reported on code.google.com by ssade...@gmail.com on 8 Jul 2012 at 12:32

GoogleCodeExporter commented 9 years ago

Original comment by ssade...@gmail.com on 9 Jul 2012 at 5:28