view atlas-retrieve-macros.xml @ 6:6990f58793ce draft default tip

"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 7ce9472049aa8e509049c4b9e15afd24f86c1b7d"
author ebi-gxa
date Wed, 04 Aug 2021 16:57:29 +0000
parents 7fc311b62935
children
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">1.0.3</token>
    <token name="@HELP@">More information can be found at https://github.com/ebi-gene-expression-group/atlas-data-import</token>
    <token name="@PROFILE@">20.01</token>
    <xml name="requirements">
      <requirements>
        <requirement type="package" version="0.1.1">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**
1.0.2+galaxy0: Update downloader parameters and keep a single tool to import both expression data and classifiers.
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>