forked from robertstass/chimerax_commands
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbundle_info.xml
More file actions
32 lines (32 loc) · 2.54 KB
/
bundle_info.xml
File metadata and controls
32 lines (32 loc) · 2.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0"?>
<BundleInfo name="ChimeraX-CustomFunctions" version="1.0" package="chimerax_custom_functions" minSessionVersion="1" maxSessionVersion="1">
<Author>Robert Stass, Bowden Group, STRUBI/OPIC</Author>
<Email>chimerax@cgl.ucsf.edu</Email>
<URL>https://github.com/BowdenLab/chimerax_commands_bundle</URL>
<Synopsis>Collection of Bowden group ChimeraX helper commands.</Synopsis>
<Description>Implements the custom ChimeraX commands published by the Bowden group, including soft mask tools, fitting helpers, residue navigation shortcuts, and other utilities.</Description>
<Categories>
<Category name="Commands"/>
<Category name="Utilities"/>
</Categories>
<Dependencies>
<Dependency name="ChimeraX-Core" version="~=1.1"/>
</Dependencies>
<Classifiers>
<PythonClassifier>Development Status :: 4 - Beta</PythonClassifier>
<PythonClassifier>License :: Freeware</PythonClassifier>
<ChimeraXClassifier>ChimeraX :: Command :: soft edge mask :: Volume editing :: Apply a soft edge to a mask</ChimeraXClassifier>
<ChimeraXClassifier>ChimeraX :: Command :: molmap cube :: Volume editing :: Create a cubic molmap</ChimeraXClassifier>
<ChimeraXClassifier>ChimeraX :: Command :: align center :: Model manipulation :: Align model centers</ChimeraXClassifier>
<ChimeraXClassifier>ChimeraX :: Command :: rough fitmap :: Fitting :: Rough fit atomic models in maps</ChimeraXClassifier>
<ChimeraXClassifier>ChimeraX :: Command :: fit opposite hand :: Fitting :: Fit models into opposite hand maps</ChimeraXClassifier>
<ChimeraXClassifier>ChimeraX :: Command :: map eraser mask create :: Volume editing :: Build map eraser based masks</ChimeraXClassifier>
<ChimeraXClassifier>ChimeraX :: Command :: align symmetry axis :: Model manipulation :: Align cyclic symmetry axes</ChimeraXClassifier>
<ChimeraXClassifier>ChimeraX :: Command :: to residue :: Analysis :: Report current residue</ChimeraXClassifier>
<ChimeraXClassifier>ChimeraX :: Command :: next residue :: Analysis :: Step to next residue</ChimeraXClassifier>
<ChimeraXClassifier>ChimeraX :: Command :: previous residue :: Analysis :: Step to previous residue</ChimeraXClassifier>
<ChimeraXClassifier>ChimeraX :: Command :: first residue :: Analysis :: Jump to first residue</ChimeraXClassifier>
<ChimeraXClassifier>ChimeraX :: Command :: last residue :: Analysis :: Jump to last residue</ChimeraXClassifier>
<ChimeraXClassifier>ChimeraX :: Command :: reload scripts :: Utilities :: Reload startup commands</ChimeraXClassifier>
</Classifiers>
</BundleInfo>