I succeed in getting Alignment output from MUSCLE. How can i pass command line argument to phylip application suppose i want to use protdist? keeping in mind that phylip doesn't have biopython wrapper like emboss does. I have been stuck on this problem for atleast 2 days searching command line wrapper for inputting and outputting results between applications.
Phylip (->Prodist) Command Line Wrapper In Biopython
Phylip has different applications for different phylogency purposes. Can anyone suggest me how to operate PHYLIP suppose(consense, dnaml,protdist) through commandline in biopython. Each applications has got its own different parameters, how can i handle them?
• 6,047 views
•
link
1 answer
• 0 views
•
link
Please, read this comment carefully. BioPython doesn't have a direct wrapper to Phylip's apps, but it has a wrapper to the EMBOSS version of the same apps. Check out the link, and try to build something around these wrappers to calculate trees.
• 0 views
•
link
Log in to answer this question.