edgardomortiz / vcf2phylip

Convert SNPs in VCF format to PHYLIP, NEXUS, binary NEXUS, or FASTA alignments for phylogenetic analysis
GNU General Public License v3.0
294 stars 85 forks source link

error with using python 3 #8

Closed yimingweng closed 5 years ago

yimingweng commented 5 years ago

Hi,

Thank you for providing the useful tools. However, I got error of "invalid syntax" on line 197. I think it's because I'm using python 3 so "print" becomes a function. I tried print() instead of print and it worked. thank you.

YiMing

edgardomortiz commented 5 years ago

Thanks!, I replaced all print by print(), I gues the script is now compatible with python3

Edgardo