Mercurial > repos > ebi-gxa > ct_combine_tool_outputs
comparison ct_macros.xml @ 0:7c7d1ef36bf6 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:34:35 -0400 |
parents | |
children | dc68e75e8ae3 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:7c7d1ef36bf6 |
---|---|
1 <macros> | |
2 <token name="@TOOL_VERSION@">1.0.0</token> | |
3 <token name="@HELP@">More information can be found at https://github.com/ebi-gene-expression-group/cell-types-analysis</token> | |
4 <token name="@PROFILE@">18.01</token> | |
5 <xml name="requirements"> | |
6 <requirements> | |
7 <requirement type="package" version="0.0.8">cell-types-analysis</requirement> | |
8 <yield/> | |
9 </requirements> | |
10 </xml> | |
11 <xml name="version"> | |
12 <version_command><![CDATA[ | |
13 conda list | grep cell-types-analysis | egrep -o [0-9]\.[0-9]\.[0-9] | |
14 ]]></version_command> | |
15 </xml> | |
16 <token name="@VERSION_HISTORY@"><![CDATA[ | |
17 **Version history** | |
18 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/. | |
19 ]]></token> | |
20 <xml name="citations"> | |
21 <citations> | |
22 <citation type="bibtex"> | |
23 @misc{github-cell-types-analysis.git, | |
24 author = {Andrey Solovyev, EBI Gene Expression Team}, | |
25 year = {2020}, | |
26 title = {Suite of scripts for analysis of scRNA-seq cell type classification tool outputs}, | |
27 publisher = {GitHub}, | |
28 journal = {GitHub repository}, | |
29 url = {https://github.com/ebi-gene-expression-group/cell-types-analysis.git}, | |
30 } | |
31 </citation> | |
32 <yield /> | |
33 </citations> | |
34 </xml> | |
35 </macros> |