<!--
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-XMAS"
	    version="1.0.1" package="chimerax.xmas"
  	    minSessionVersion="1" maxSessionVersion="1">

  <!-- Additional information about bundle source -->
  <Author>I.M. Lagerwaard</Author>
  <Email>i.m.lagerwaard@students.uu.nl</Email>
  <URL>https://scheltemalab.wpcomstaging.com/</URL>

  <!-- Synopsis is a one-line description
       Description is a full multi-line description -->
  <Synopsis>Tool to map crosslink data on structural models</Synopsis>
  <Description>A gui in which a Proteome Discoverer output file containing crosslink data
    can be selected. From this file, peptide pairs are aligned to structural ChimeraX models. Pseudobonds for
    perfectly aligning peptide pairs are opened.
  </Description>

  <!-- Categories is a list where this bundle should appear -->
  <Categories>
    <Category name="General"/>
  </Categories>

  <!-- Dependencies on other ChimeraX/Python packages -->
  <Dependencies>
    <Dependency name="ChimeraX-Core" version="~=1.1"/>
    <Dependency name="ChimeraX-UI" version="~=1.0"/>
    <Dependency name="pandas"/>
    <Dependency name="openpyxl"/>
    <Dependency name="matplotlib_venn"/>
    <Dependency name="seaborn"/>
    <Dependency name="qtrangeslider"/>
  </Dependencies>

  <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 :: XMAS ::
      Structure Analysis :: Align crosslinked peptides to structures</ChimeraXClassifier>
  </Classifiers>

</BundleInfo>
