File: C0150alter.log

package info (click to toggle)
pymol 1.8.4.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 42,248 kB
  • ctags: 24,095
  • sloc: cpp: 474,635; python: 75,034; ansic: 22,888; sh: 236; makefile: 78; csh: 21
file content (22 lines) | stat: -rw-r--r-- 669 bytes parent folder | download | duplicates (9)
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".