Illumina / GTCtoVCF

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

Python3 Question #65

Closed tbrunetti closed 4 years ago

tbrunetti commented 4 years ago

The README on your github states to use python 2.7, which will reach end-of-life the end of this year. Is this compatible with python3 yet? If not, I can update the code myself, but if it is, it saves me a lot of time.

Thanks

jjzieve commented 4 years ago

It should be compatible with python3. It was developed with python2.7 which is where the README reference comes from. Are there any specific issues with python3?

tbrunetti commented 4 years ago

Ah I see, great thank you!

jjzieve commented 2 years ago

Update on this. See https://github.com/Illumina/GTCtoVCF/issues/71