ness-lab / mrt

0 stars 2 forks source link

Sort and Tabix index VCFs #17

Closed James-S-Santangelo closed 4 years ago

James-S-Santangelo commented 4 years ago

We'll likely want the VCFs to be sorted and Tabix indexed for downstream analyses.

aays commented 4 years ago

If it helps at all, prep_file() in this script has some code for this already, although it uses subprocess.call with shell=True instead of subprocess.Popen (which it really should be using instead)