-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbundle_info.xml
32 lines (25 loc) · 1.07 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
<BundleInfo name="ChimeraX-AllMetal3D"
version="0.8" package="chimerax.allmetal3d"
minSessionVersion="1" maxSessionVersion="1">
<Author>Simon Dürr</Author>
<Email>dev@simonduerr.eu</Email>
<URL>https://simonduerr.eu</URL>
<Synopsis>AllMetal3D: Predict metal and water binding sites in proteins</Synopsis>
<Description> AllMetal3D uses 3DCNN to predict metal and water binding sites in proteins.
</Description>
<Categories>
<Category name="Structure Prediction"/>
<Category name="Binding Analysis"/>
</Categories>
<Dependencies>
<Dependency name="ChimeraX-Core" version="~=1.1"/>
<Dependency name="ChimeraX-UI" version="~=1.0"/>
<Dependency name="gradio_client" version="~=0.11.0" />
</Dependencies>
<Classifiers>
<PythonClassifier>Development Status :: 3 - Alpha</PythonClassifier>
<PythonClassifier>License :: Freeware</PythonClassifier>
<ChimeraXClassifier>ChimeraX :: Tool :: AllMetal3D/Water3D ::
Binding Analysis, Structure Prediction :: AllMetal3D/Water3D </ChimeraXClassifier>
</Classifiers>
</BundleInfo>