view atlas-retrieve-macros.xml @ 5:7fc311b62935 draft

"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 125cf464c48f83a6594961a86f4ec2492fc2e538"
author ebi-gxa
date Thu, 03 Sep 2020 09:19:07 +0000
parents e36cb0413c39
children 6990f58793ce
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">1.0.1</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.11">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>