Illumina / GTCtoVCF

Script to convert GTC/BPM files to VCF
Apache License 2.0
41 stars 30 forks source link

Python3 compatibility #30

Closed KelleyRyanM closed 5 years ago

brmyers commented 5 years ago

Thanks @KelleyRyanM !

I can confirm that 1; semi colons are the ID delimiter and 2; the reference order matches the contig headers and records.

One suggestion. Please add a shebang back into gtc_to_vcf.py #!/usr/bin/env python3

It's absence threw me off as my first attempt was to run gtc_to_vcf.py directly. Works fine if passing the file to python3.