Closed Neato-Nick closed 3 years ago
I think I will add a warning when the names won't adhere to the Strict PHYLIP standard, however most current phylogenetic tools support Relaxed PHYLIP with no problem.
Thanks for the info about graphtyper
, I will add it to the README
and link it to this Issue
Ah ok, that makes sense. I'm new to this format, I ran into issues using SplitsTree
On Sat, Aug 14, 2021, 10:41 AM Edgardo M. Ortiz @.***> wrote:
I think I will add a warning when the names won't adhere to the Strict PHYLIP standard, however most current phylogenetic tools support Relaxed PHYLIP with no problem.
Thanks for the info about graphtyper, I will add it to the README and link it to this Issue
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/edgardomortiz/vcf2phylip/issues/38#issuecomment-898935641, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABMUDUUMQYO57OHEBPRBWEDT42TE7ANCNFSM5CEQV56A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .
VCF allows unlimited character length for sequence IDs, but apparently PHYLIP allows only 10. Would there be a way to force unique character names if the input is longer than 10 characters? Or, at least provide a warning that the output will be invalid?
Also, I got my vcf from graphtyper and the tool is working well!