Biopython PRANK Alignment
0
0
Entering edit mode
4.7 years ago

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 • 1.0k views
ADD COMMENT
0
Entering edit mode

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

ADD REPLY

Login before adding your answer.

Traffic: 1377 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6