-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the result consists of the character of "RY". #24
Comments
Hi Sun, The script was designed for converting VCFs into phylogenetic matrices, these matrices are usually made of several samples and collapse the alleles of a genotype into an ambiguity code. Your VCF only has one sample, and the As per another user request (#23) I will add an option so you can get only the Edgardo |
Hi Edgardo, |
Would you mind to elaborate? I don't quite get the "represented by the point" part. Also, is this VCF merged from several individuals? I am sure I am misunderstanding something. |
Homozygous genotypes are represented by "0/0" in the vcf format,which means the nucleotides are as same as the reference.However homozygous genotypes are represented by "." after merging multiple VCF files into a single VCF file using vcf-merge software.The vcf file is just like this below. |
The |
Hi,
When I run the code below, It produced the result file named "input.min1.phy".
python vcf2phylip.py -i input.vcf
However,the file "input.min1.phy" consists of the character of "RY" which is not the part of DNA nucleotide "AGTC".
Is it normal?
input.zip
sun,
The text was updated successfully, but these errors were encountered: