-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbundle_info.xml
More file actions
66 lines (56 loc) · 2.48 KB
/
bundle_info.xml
File metadata and controls
66 lines (56 loc) · 2.48 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
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
59
60
61
62
63
64
65
66
<!--
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-GaudiViewX"
version="1.0" package="chimerax.gaudiviewx"
minSessionVersion="1" maxSessionVersion="1">
<!-- Additional information about bundle source -->
<Author>Andrés Giner Antón</Author>
<Email>andresgineranton@outlook.com</Email>
<URL>https://github.com/insilichem/gaudiviewx/</URL>
<!-- Synopsis is a one-line description
Description is a full multi-line description -->
<Synopsis>Graphical interface to explore, view and analyze solutions from GaudiMM inside UCSF ChimeraX</Synopsis>
<Description>Graphical interface for GaudiMM solutions.
This UCSF ChimeraX bundle is an improvement of the package
GaudiView to use the new UCSF ChimeraX for rendring the Gaudi solutions.
</Description>
<!-- Categories is a list where this bundle should appear -->
<Categories>
<Category name="Insilichem"/>
</Categories>
<!-- Dependencies on other ChimeraX/Python packages -->
<!-- This example uses functionality from the Tutorial_Command bundle -->
<Dependencies>
<Dependency name="Pyyaml" version=">=5.0"/>
<Dependency name="ChimeraX-Core" version=">=0.1"/>
<Dependency name="ChimeraX-UI" version=">=1.0"/>
</Dependencies>
<!-- Non-Python files that are part of package -->
<DataFiles>
<DataFile>docs/user/tools/guide.html</DataFile>
<DataFile>resources.rrc</DataFile>
<DataFile>icons/add.png</DataFile>
<DataFile>icons/arrows.png</DataFile>
<DataFile>icons/clustering.png</DataFile>
<DataFile>icons/cross.png</DataFile>
<DataFile>icons/filter.png</DataFile>
<DataFile>icons/help.png</DataFile>
<DataFile>icons/insilichem.png</DataFile>
<DataFile>icons/open.png</DataFile>
<DataFile>icons/reload.png</DataFile>
<DataFile>icons/save.png</DataFile>
</DataFiles>
<Classifiers>
<!-- Development Status should be compatible with bundle version number -->
<PythonClassifier>Development Status :: 3 - Alpha</PythonClassifier>
<PythonClassifier>License :: Apache-2.0</PythonClassifier>
<!-- ChimeraX classifiers describe supplied functionality -->
<!-- Register a graphical interface tool -->
<ChimeraXClassifier>ChimeraX :: Tool :: GaudiViewX ::
Insilichem :: Graphical interface for Gaudi outputs</ChimeraXClassifier>
</Classifiers>
</BundleInfo>