view ct_macros.xml @ 0:f2ffa4fd4c2a draft

"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 941a94360593f8dfb7804834f29fb2642ddd53a2"
author ebi-gxa
date Wed, 08 Apr 2020 11:35:54 -0400
parents
children cb8921e0f4f0
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">1.0.0</token>
    <token name="@HELP@">More information can be found at https://github.com/ebi-gene-expression-group/cell-types-analysis</token>
    <token name="@PROFILE@">18.01</token>
    <xml name="requirements">
      <requirements>
        <requirement type="package" version="0.0.8">cell-types-analysis</requirement>
            <yield/>
      </requirements>
    </xml>
    <xml name="version">
      <version_command><![CDATA[
        conda list | grep cell-types-analysis | egrep -o [0-9]\.[0-9]\.[0-9]
    ]]></version_command>
    </xml>
    <token name="@VERSION_HISTORY@"><![CDATA[
**Version history**
0.0.5+galaxy0: Initial contribution. Andrey Solovyev, Expression Atlas team https://www.ebi.ac.uk/gxa/home at EMBL-EBI https://www.ebi.ac.uk/.
    ]]></token>
    <xml name="citations">
      <citations>
        <citation type="bibtex">
          @misc{github-cell-types-analysis.git,
            author = {Andrey Solovyev, EBI Gene Expression Team},
            year = {2020},
            title = {Suite of scripts for analysis of scRNA-seq cell type classification tool outputs},
            publisher = {GitHub},
            journal = {GitHub repository},
            url = {https://github.com/ebi-gene-expression-group/cell-types-analysis.git},
          }
        </citation>
        <yield />
      </citations>
    </xml>
</macros>