Get fastastr

From PyMOLWiki
Revision as of 10:49, 8 February 2012 by Tlinnet (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.