-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbundle_info.xml
58 lines (48 loc) · 2.1 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
53
54
55
56
57
58
<!--
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="pyLovo"
version="0.1" package="chimerax.pylovo"
minSessionVersion="1" maxSessionVersion="1">
<!-- Additional information about bundle source -->
<Author>Haotian Li</Author>
<Email>hl2368@nyu.edu</Email>
<URL>https://www.rbvi.ucsf.edu/chimerax/</URL>
<!-- Synopsis is a one-line description
Description is a full multi-line description -->
<Synopsis>Testing AlphaSpace plugin</Synopsis>
<Description> Tessellation
</Description>
<!-- Categories is a list where this bundle should appear -->
<Categories>
<Category name="General"/>
</Categories>
<!-- DataFiles is a list of additional files to include in bundle -->
<!--<DataFiles>-->
<!--<DataFile>docs/user/commands/tutorial.html</DataFile>-->
<!--</DataFiles>-->
<!-- Dependencies on other ChimeraX/Python packages -->
<Dependencies>
<Dependency name="ChimeraX-Core" version=">=0.0"/>
<Dependency name="scikit-learn" version=">=0.20.3"/>
</Dependencies>
<Classifiers>
<!-- Development Status should be compatible with bundle version number -->
<PythonClassifier>Development Status :: 3 - Alpha</PythonClassifier>
<PythonClassifier>License :: Freeware</PythonClassifier>
<!-- ChimeraX classifiers describe supplied functionality -->
<!-- Register two commands for printing the center of mass
and selecting/coloring atom(s) nearest the center of mass of atoms -->
<ChimeraXClassifier>ChimeraX :: Command :: lovo traj :: General ::
Run LovoAlign</ChimeraXClassifier>
<ChimeraXClassifier>ChimeraX :: Command :: lovo :: General ::
Run LovoAlign</ChimeraXClassifier>
<!--<ChimeraXClassifier>ChimeraX :: Command :: dtm :: General ::-->
<!--Show info </ChimeraXClassifier>-->
<!--<ChimeraXClassifier>ChimeraX :: Command :: change_bgcolor :: General ::-->
<!--Show info </ChimeraXClassifier>-->
</Classifiers>
</BundleInfo>