From: Warren D. <wa...@de...> - 2005-08-10 23:37:43
|
James, > PyMol would allow one to enter a peptide sequence (generally short in > length) to create a template structure that can then be used=20 Just hold down ALT/OPTION and type in the peptide sequence. The numbering will be arbitrary, but at least you'll have something to work with. From a script, you can hack this as follows: for aa in "DCAHWLGELVWCT": cmd._alt(string.lower(aa)) Cheers, Warren -- Warren L. DeLano, Ph.D. =20 Principal Scientist . DeLano Scientific LLC =20 . 400 Oyster Point Blvd., Suite 213 =20 . South San Francisco, CA 94080 USA =20 . Biz:(650)-872-0942 Tech:(650)-872-0834 =20 . Fax:(650)-872-0273 Cell:(650)-346-1154 . mailto:wa...@de... =20 =20 > -----Original Message----- > From: pym...@li...=20 > [mailto:pym...@li...] On Behalf Of=20 > James R. Graham > Sent: Wednesday, August 10, 2005 4:36 PM > To: pym...@li... > Subject: [PyMOL] Creating PDB files from Primary Sequence >=20 > Hello, >=20 > This may be slightly off-topic, but I was wondering whether=20 > PyMol would allow one to enter a peptide sequence (generally short in > length) to create a template structure that can then be used=20 > for structural refinements (minimizations, etc.) elsewhere. >=20 > If PyMol cannot do this, is anyone aware of any program=20 > (preferably Mac OS X or linux compatible) that would be able=20 > to do this? >=20 > Any info would be greatly appreciated. >=20 > And apologies if this question is too far off-topic. >=20 > Regards, > james >=20 >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference &=20 > EXPO September 19-22, 2005 * San Francisco, CA * Development=20 > Lifecycle Practices Agile & Plan-Driven Development *=20 > Managing Projects & Teams * Testing & QA Security * Process=20 > Improvement & Measurement * http://www.sqe.com/bsce5sf=20 > _______________________________________________ > PyMOL-users mailing list > PyM...@li... > https://lists.sourceforge.net/lists/listinfo/pymol-users >=20 >=20 >=20 |