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 #41

Open awaisrasheedqau opened 1 year ago

awaisrasheedqau commented 1 year ago

File "/Users/awaisrasheed/vcf2phylip.py", line 71

vcf2phylip/vcf2phylip.py at master · edgardomortiz/vcf2phylip · GitHub
                                          ^

SyntaxError: invalid character '·' (U+00B7)

edgardomortiz commented 1 year ago

My guess is that you downloaded my script as a web page in HTML format. You need to clone the repository, I hope this video helps: https://youtu.be/GpqIr0y2rvc

Grace0114 commented 1 day ago

I can't open this video because I haven't a account number of Youtube in my country. Please you can write down your method? Thank you very much.

edgardomortiz commented 20 hours ago

My apologies, I thought it would be easier. Here is the GitHub link after a quick Google search of how to clone a repository:

https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository

Edgardo