1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
PyMOL>load dat/tiny.pdb
CmdLoad: "dat/tiny.pdb" loaded as "tiny".
PyMOL>alter (all),resn = name
Alter: modified 37 atoms.
PyMOL>alter (all),b = b + 10
Alter: modified 37 atoms.
PyMOL>alter (all),q = 0.95
Alter: modified 37 atoms.
PyMOL>alter (all),name = name[0:2]
Alter: modified 37 atoms.
PyMOL>alter (het),type = 'ATOM'
Alter: modified 10 atoms.
PyMOL>alter (resi 9),type ='HETATM'
Alter: modified 11 atoms.
PyMOL>alter (e;c),elem = 'X'
Alter: modified 13 atoms.
PyMOL>alter (resi 8),resi=str(int(resi)+10)
Alter: modified 14 atoms.
PyMOL>alter (resi 7),alt='B'
Alter: modified 2 atoms.
PyMOL>save cmp/C0150alter.1.pdb
Save: wrote "cmp/C0150alter.1.pdb".
|