This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Running iqtree in a python script?

Anyone know how I could run iqtree in a python script? I've been looking at different python packages and seem to have no luck. So if you know how to run iqtree in package or just how to run iqtree in a python script, your help would be greatly appreciated!!

python iqtree phylogenetics

So do I understand you correctly that this is a command line tool you would like to run automatically with python? I'm completely ignorant about what iqtree is, but I've heard about python.

yeah so Iqtree is and command line executable that I use and I want to incorporated it into a python script that is a pipeline for making phylogenetic trees.

In python you can use the subprocess module for activating command line scripts. Also possible but not recommended is os.system.

0 answers

No answers yet.

Log in to answer this question.