Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
Back to Scripts
Scripts
: pruneCoordSets.py
File pruneCoordSets.py,
176 bytes
(added by
pett
,
7 years ago
)
Line
1
from
chimera
import
openModels
,
Molecule
2
for
m
in
openModels
.
list
(
modelTypes
=
[
Molecule
]):
3
for
cs
in
m
.
coordSets
.
values
():
4
if
cs
!=
m
.
activeCoordSet
:
5
m
.
deleteCoordSet
(
cs
)
Download in other formats:
Original Format