File: C0150alter.log

package info (click to toggle)
pymol 2.4.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 43,312 kB
  • sloc: cpp: 480,106; python: 79,860; ansic: 28,343; javascript: 6,792; sh: 47; makefile: 30; csh: 8
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".