From: Warren D. <wa...@de...> - 2006-01-19 23:50:57
|
Frank, That PDB file has bogus/inconsistent segment identifiers that are screwing up atomic ordering (since atoms are sorted into segments by default). set ignore_pdb_segi before loading the pdb file and then everything should work file. 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 > Frank Dressel > Sent: Thursday, January 19, 2006 7:36 AM > To: pym...@li... > Subject: [PyMOL] selection disordered >=20 > Hi there, >=20 > i have the following problem: selecting all ca atoms in chain=20 > A of 1ao0 the amino acids in the selection are disordered=20 > with respect to their occurrence in the protein. >=20 > After loading the protein i tried the following: >=20 > numbers=3D[] > iterate (chain a)&(name ca),(numbers.append(resi)) > print numbers >=20 > And what i get is the following: >=20 > ['56', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10',=20 > '11', '12', '13', '14', '15', '16', '17', '18', '19', '20',=20 > '21', '22', '23', '24', '25', '26', '27','28', '29', '30',=20 > '31', '32', '33', '34', '35', '36', '37', '38', '39', '40',=20 > '41', '42', '43', '44', '45', '46', '47', '48', '49', '50',=20 > '51', '52', '53', '54', '55', '57', '58', '59', '60', '61', ...] >=20 > So the 56th amino acid is BEFORE the first one. Whats going wrong? >=20 > Thanks: >=20 > Frank >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep=20 > through log files for problems? Stop! Download the new AJAX=20 > search engine that makes searching your log files as easy as=20 > surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D103432&bid=3D230486& > dat=3D121642 > _______________________________________________ > PyMOL-users mailing list > PyM...@li... > https://lists.sourceforge.net/lists/listinfo/pymol-users >=20 >=20 >=20 >=20 |