1 | <!--
|
---|
2 | ChimeraX bundle names must start with "ChimeraX-"
|
---|
3 | to avoid clashes with package names in pypi.python.org.
|
---|
4 | When uploaded to the ChimeraX toolshed, the bundle
|
---|
5 | will be displayed without the ChimeraX- prefix.
|
---|
6 | -->
|
---|
7 |
|
---|
8 | <BundleInfo name="ChimeraX-CrosslinkMapper"
|
---|
9 | version="0.1" package="chimerax.crosslink_mapper"
|
---|
10 | minSessionVersion="1" maxSessionVersion="1">
|
---|
11 |
|
---|
12 | <!-- Additional information about bundle source -->
|
---|
13 | <Author>I.M. Lagerwaard</Author>
|
---|
14 | <Email>i.m.lagerwaard@students.uu.nl</Email>
|
---|
15 | <URL>https://scheltemalab.wpcomstaging.com/</URL>
|
---|
16 |
|
---|
17 | <!-- Synopsis is a one-line description
|
---|
18 | Description is a full multi-line description -->
|
---|
19 | <Synopsis>Tool to map crosslink data on structural models</Synopsis>
|
---|
20 | <Description>A gui in which a Proteome Discoverer output file containing crosslink data
|
---|
21 | can be selected. From this file, peptide pairs are aligned to structural ChimeraX models. Pseudobonds for
|
---|
22 | perfectly aligning peptide pairs are opened.
|
---|
23 | </Description>
|
---|
24 |
|
---|
25 | <!-- Categories is a list where this bundle should appear -->
|
---|
26 | <Categories>
|
---|
27 | <Category name="General"/>
|
---|
28 | </Categories>
|
---|
29 |
|
---|
30 | <!-- Dependencies on other ChimeraX/Python packages -->
|
---|
31 | <!-- This example uses functionality from the Tutorial_Command bundle -->
|
---|
32 | <Dependencies>
|
---|
33 | <Dependency name="ChimeraX-Core" version="~=1.1"/>
|
---|
34 | <Dependency name="ChimeraX-UI" version="~=1.0"/>
|
---|
35 | <Dependency name="pandas"/>
|
---|
36 | </Dependencies>
|
---|
37 |
|
---|
38 | <!-- Non-Python files that are part of package -->
|
---|
39 | <DataFiles>
|
---|
40 | <DataFile>docs/user/tools/tutorial.html</DataFile>
|
---|
41 | </DataFiles>
|
---|
42 |
|
---|
43 | <Classifiers>
|
---|
44 | <!-- Development Status should be compatible with bundle version number -->
|
---|
45 | <PythonClassifier>Development Status :: 3 - Alpha</PythonClassifier>
|
---|
46 | <PythonClassifier>License :: Freeware</PythonClassifier>
|
---|
47 | <!-- ChimeraX classifiers describe supplied functionality -->
|
---|
48 | <!-- Register a graphical interface tool -->
|
---|
49 | <ChimeraXClassifier>ChimeraX :: Tool :: Crosslink Mapper ::
|
---|
50 | General :: Align crosslinked peptides to structures</ChimeraXClassifier>
|
---|
51 | </Classifiers>
|
---|
52 |
|
---|
53 | </BundleInfo>
|
---|