Difference between revisions of "Get fastastr"

From PyMOLWiki
Jump to navigation Jump to search
(Created page with "== cmd.get_fastastr == Do you have a pdb file which come from a modelling program?<br> Are you unsure about which amino sequence is in the "long" pdb file? What you really want...")
(No difference)

Revision as of 10:49, 8 February 2012

cmd.get_fastastr

Do you have a pdb file which come from a modelling program?
Are you unsure about which amino sequence is in the "long" pdb file?

What you really want is to: get the FASTA string ?

Then write in pymol: print cmd.get_fastastr('all')

That will give you the sequence.