Closed James-S-Santangelo closed 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)
We'll likely want the VCFs to be sorted and Tabix indexed for downstream analyses.