-
Notifications
You must be signed in to change notification settings - Fork 0
/
bundle_info.xml
62 lines (52 loc) · 2.34 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
59
60
61
62
<!--
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="DiffFit"
version="0.7.3" package="chimerax.difffit"
minSessionVersion="1" maxSessionVersion="1">
<!-- Additional information about bundle source -->
<Author>Deng "Roden" Luo</Author>
<Email>[email protected]</Email>
<URL>https://github.com/nanovis/DiffFitViewer</URL>
<!-- Synopsis is a one-line description
Description is a full multi-line description -->
<Synopsis>Rapid Differentiable Fitting of Molecule Structures to a Cryo-EM Map on GPU</Synopsis>
<Description>
Implements DiffFit ChimeraX plugin.
</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="~=1.1"/>
<Dependency name="ChimeraX-UI" version="~=1.0"/>
<Dependency name="ChimeraX-QScore" version="==1.1"/>
<Dependency name="torch" version="==2.2.1"/>
<Dependency name="biopython" version="==1.83"/>
<Dependency name="mrcfile" version="==1.5.0"/>
</Dependencies>
<!-- Non-Python files that are part of package -->
<DataFiles>
<DataFile>docs/user/tools/DiffFit.html</DataFile>
</DataFiles>
<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 a graphical interface tool -->
<ChimeraXClassifier>ChimeraX :: Tool :: DiffFit ::
Volume Data :: Differentiable Fit in Map</ChimeraXClassifier>
<ChimeraXClassifier>ChimeraX :: Command :: dfit :: General ::
Fit a single structure into a volume map</ChimeraXClassifier>
<ChimeraXClassifier>ChimeraX :: Command :: dfit disk :: General ::
Fit a list of structures from disk into a volume map</ChimeraXClassifier>
<ChimeraXClassifier>ChimeraX :: Command :: dfit path :: General ::
Manipulate the paths in DiffFit results</ChimeraXClassifier>
</Classifiers>
</BundleInfo>