Ticket #7824: bundle_info.xml

File bundle_info.xml, 2.4 KB (added by Tom Goddard, 3 years ago)

The bundle_info.xml file used to create this wheel.

Line 
1<!--
2ChimeraX bundle names must start with "ChimeraX-"
3to avoid clashes with package names in pypi.python.org.
4When uploaded to the ChimeraX toolshed, the bundle
5will be displayed without the ChimeraX- prefix.
6-->
7
8<BundleInfo name="wiggle"
9 version="0.2.2" package="chimerax.wiggle"
10 minSessionVersion="1" maxSessionVersion="1">
11
12 <!-- Additional information about bundle source -->
13 <Author>Charles Bayly-Jones</Author>
14 <Email>charles.bayly-jones@monash.edu</Email>
15 <URL>https://www.rbvi.ucsf.edu/chimerax/</URL>
16
17 <!-- Synopsis is a one-line description
18 Description is a full multi-line description -->
19 <Synopsis>Interface for interpreting protein configurational space</Synopsis>
20 <Description>Wiggle is a fully integrated interface of cryoSPARC, cryoDRGN and ChimeraX. It performs
21 complex dimension reduction analyses, clustering and trajectory inference. These seemlessly interface
22 with ChimeraX to enable volumetric visualisation while navigating lower-dimensional embeddings of complex
23 protein conformational environments.
24 </Description>
25
26 <!-- Categories is a list where this bundle should appear -->
27 <Categories>
28 <Category name="General"/>
29 </Categories>
30
31 <!-- Dependencies on other ChimeraX/Python packages -->
32 <!-- This example uses functionality from the Tutorial_Command bundle -->
33 <Dependencies>
34 <Dependency name="ChimeraX-Core" version="~=1.3"/>
35 <Dependency name="ChimeraX-UI" version="~=1.0"/>
36 <Dependency name="mrcfile"/>
37 <Dependency name="phate"/>
38 <Dependency name="pyyaml"/>
39 <Dependency name="pyqtgraph"/>
40 <Dependency name="scikit-image"/>
41 <Dependency name="scikit-learn"/>
42 <Dependency name="torch"/>
43 <Dependency name="umap-learn"/>
44 </Dependencies>
45
46 <!-- Non-Python files that are part of package -->
47 <DataFiles>
48 <DataFile>docs/user/tools/tutorial.html</DataFile>
49 <DataDir>deps</DataDir>
50 <DataDir>resources</DataDir>
51 </DataFiles>
52
53 <Classifiers>
54 <!-- Development Status should be compatible with bundle version number -->
55 <PythonClassifier>Development Status :: 3 - Alpha</PythonClassifier>
56 <PythonClassifier>License :: Freeware</PythonClassifier>
57 <!-- ChimeraX classifiers describe supplied functionality -->
58 <!-- Register a graphical interface tool -->
59 <ChimeraXClassifier>ChimeraX :: Tool :: wiggle ::
60 General :: Protein conformational dynamics analysis</ChimeraXClassifier>
61 </Classifiers>
62
63</BundleInfo>