vgteam / toil-vg

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

Add Giraffe Support #758

Closed adamnovak closed 5 years ago

adamnovak commented 5 years ago

This adds the Giraffe mapper and its required indexes to toil-vg.

Now you can ask for --distance_index and --minimizer_index with toil-vg construct or toil-vg index, and you can use --mappers gaffe to ask for Giraffe in toil-vg mapeval. The old --multipath and --multipath-only options still work, but now you should use --mappers [gaffe] [mpmap] [map] instead.