Atkinson-Lab / Tractor

Scripts for implementing the Tractor pipeline
MIT License
44 stars 5 forks source link

Typo on line 34 of ExtractTracts-Flags.py #1

Closed sgagliano closed 3 years ago

sgagliano commented 5 years ago

mspfile = open(args.msp, + '.msp.tsv', 'r') #comma after args.msp should be removed

sgagliano commented 5 years ago

Also, args.genofile (e.g. on lines 36 and 37) is not a parameter. Replace with args.vcf.