| tagTool |
index |
TagTool: class for managing a tagSimulation.TagSimulation- aid in
attaching tags and manipulating tag coordinates. Tags can be attached to
one or more locations on the tagged molecule.
Terminology:
taggedSim - Simulation containing the biomolecule to which tags
are attached.
tagSim - Simulation containing tag coordinates.
fullSim - the TagSimulation which contains the tagged molecule
with tags attached.
Usually, taggedSim and tagSim are XplorSimulations, and could even be the
same.
To add a new tag:
import tagTool
tagTool.tagDB['resname'] = tagTool.TagDBInfo('resname',...)
| Classes | ||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||
| Functions | ||
| ||
| Data | ||
| paramsInitialized = {} tagDB = {'CED': <tagTool.TagDBInfo object>, 'CYSP': <tagTool.TagDBInfo object>} | ||