-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbundle_info.xml
52 lines (46 loc) · 2.21 KB
/
bundle_info.xml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!--
ChimeraX bundle names must start with "ChimeraX-"
to avoid clashes with package names in pypi.python.org.
When uploaded to the ChimeraX toolshed, the bundle
will be displayed without the ChimeraX- prefix.
-->
<BundleInfo name="ChimeraX-maskChains"
version="1.4" package="chimerax.maskChains"
minSessionVersion="1" maxSessionVersion="1">
<!-- Additional information about bundle source -->
<Author>Wen Jiang</Author>
<Email>jiang12@purdue.edu</Email>
<URL>https://jiang.bio.purdue.edu/maskChains</URL>
<!-- Synopsis is a one-line description
Description is a full multi-line description -->
<Synopsis>Mask density map based on closest chains</Synopsis>
<Description>
Find the closest chain for each voxel, keep the voxels closest to the target chain(s) and mask out all other voxels.
</Description>
<!-- Categories is a list where this bundle should appear -->
<Categories>
<Category name="Volume Data"/>
</Categories>
<!-- Dependencies on other ChimeraX/Python packages -->
<Dependencies>
<Dependency name="ChimeraX-Core" version=">=0.1"/>
</Dependencies>
<!-- Python and ChimeraX-specific classifiers
From https://pypi.python.org/pypi?%3Aaction=list_classifiers
Some Python classifiers are always inserted by the build process.
These include the Environment and Operating System classifiers
as well as:
Framework :: ChimeraX
Intended Audience :: Science/Research
Programming Language :: Python :: 3
Topic :: Scientific/Engineering :: Visualization
Topic :: Scientific/Engineering :: Chemistry
Topic :: Scientific/Engineering :: Bio-Informatics
The "ChimeraX :: Bundle" classifier is also supplied automatically. -->
<Classifiers>
<!-- Development Status should be compatible with bundle version number -->
<PythonClassifier>Development Status :: 5 - version 1.1</PythonClassifier>
<PythonClassifier>License :: MIT</PythonClassifier>
<ChimeraXClassifier>ChimeraX :: Command :: maskChains :: General :: Mask density map based on closest chains</ChimeraXClassifier>
</Classifiers>
</BundleInfo>