This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Biopython PRANK Alignment

Hi!

Does someone used PRANK in a Biopython script? I cannot understand the parameters used.

I tried this one, but no file with alignments was generated.

>>> from Bio.Align.Applications import PrankCommandline
>>> prank_cline = PrankCommandline(d="unaligned.fasta",
...                                o="aligned", # prefix only!
...                                f=8, # FASTA output
...                                notree=True, noxml=True)
prank biopython

You have the command, but did you run it? Add another line with prank_cline()

0 answers

No answers yet.

Log in to answer this question.