view atlas-retrieve-macros.xml @ 4:e36cb0413c39 draft

planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit f6a8d0f8eb4225276e3db9e5ca04b7d11bac5bf6-dirty
author ebi-gxa
date Thu, 16 Jul 2020 10:58:21 +0000
parents d4755a95c52d
children 7fc311b62935
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/atlas-data-import</token>
    <token name="@PROFILE@">18.01</token>
    <xml name="requirements">
      <requirements>
        <requirement type="package" version="0.0.10">atlas-data-import</requirement>
            <yield/>
      </requirements>
    </xml>
    <xml name="version">
      <version_command><![CDATA[
        conda list | grep atlas-data-import | egrep -o [0-9]\.[0-9]\.[0-9]
    ]]></version_command>
    </xml>
    <token name="@VERSION_HISTORY@"><![CDATA[
**Version history**
0.0.6+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-atlas-data-import.git,
            author = {Andrey Solovyev, EBI Gene Expression Team},
            year = {2020},
            title = {Scripts for extracting expression- and metadata from SCXA in a programmatic way},
            publisher = {GitHub},
            journal = {GitHub repository},
            url = {https://github.com/ebi-gene-expression-group/atlas-data-import.git},
          }
        </citation>
        <yield />
      </citations>
    </xml>
</macros>