Mercurial > repos > ebi-gxa > ct_combine_tool_outputs
view ct_macros.xml @ 1:dc68e75e8ae3 draft
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 241c850301f8094f6aa0016e2335a8b550c29aed"
author | ebi-gxa |
---|---|
date | Fri, 24 Apr 2020 11:19:44 -0400 |
parents | 7c7d1ef36bf6 |
children | 44b6219cba2d |
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> <citation type="doi">10.1101/2020.04.08.032698</citation> <yield /> </citations> </xml> </macros>