vgteam / toil-vg

Distributed and cloud computing framework for vg
Apache License 2.0
21 stars 14 forks source link

WIP: Rewrite toil-vg call #781

Closed glennhickey closed 4 years ago

glennhickey commented 4 years ago

toil-vg call has become increasingly convoluted as the underlying vg commands have changed and evolved. There are too many options and possible control flows to maintain, especially when they are pretty much all obsolete. For example, when toil-vg call was written, vg call couldn't be run on a graph with much more than 10 megabases. Now it scales to a whole human genome. So this is a near-total rewrite and simplification. Some changes:

Should resolve #754, #737, #519, #416, #191