Mercurial > repos > ebi-gxa > scmap_preprocess_sce
comparison scmap_macros.xml @ 5:b1bc3cb14097 draft
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 8350493268ce3ced12b1133b9b0f734a288deb75
author | ebi-gxa |
---|---|
date | Tue, 23 Apr 2024 07:49:31 +0000 |
parents | 80d97bdbfc7b |
children |
comparison
equal
deleted
inserted
replaced
4:80d97bdbfc7b | 5:b1bc3cb14097 |
---|---|
1 <macros> | 1 <macros> |
2 <token name="@TOOL_VERSION@">1.6.3</token> | 2 <token name="@TOOL_VERSION@">1.6.4</token> |
3 <token name="@HELP@">More information can be found at https://bioconductor.org/packages/release/bioc/html/scmap.html</token> | 3 <token name="@HELP@">More information can be found at https://bioconductor.org/packages/release/bioc/html/scmap.html</token> |
4 <token name="@PROFILE@">18.01</token> | 4 <token name="@PROFILE@">18.01</token> |
5 <xml name="requirements"> | 5 <xml name="requirements"> |
6 <requirements> | 6 <requirements> |
7 <requirement type="package" version="0.0.11">scmap-cli</requirement> | 7 <requirement type="package" version="0.1.0">scmap-cli</requirement> |
8 <yield/> | 8 <yield/> |
9 </requirements> | 9 </requirements> |
10 </xml> | 10 </xml> |
11 <xml name="version"> | 11 <xml name="version"> |
12 <version_command><![CDATA[ | 12 <version_command><![CDATA[ |
13 echo $(R --version | grep version | grep -v GNU)", scmap version" $(R --vanilla --slave -e "library(scmap); cat(sessionInfo()\$otherPkgs\$scmap\$Version)" 2> /dev/null | grep -v -i "WARNING: ") | 13 echo $(R --version | grep version | grep -v GNU)", scmap version" $(R --vanilla --slave -e "library(scmap); cat(sessionInfo()\$otherPkgs\$scmap\$Version)" 2> /dev/null | grep -v -i "WARNING: ") |
14 ]]></version_command> | 14 ]]></version_command> |
15 </xml> | 15 </xml> |
16 <token name="@VERSION_HISTORY@"><![CDATA[ | 16 <token name="@VERSION_HISTORY@"><![CDATA[ |
17 **Version history** | 17 **Version history** |
18 1.6.4+galaxy0: Update scmap-cli to 0.1.0 | |
18 1.6.3+galaxy0: Update scmap-cli to 0.0.11 | 19 1.6.3+galaxy0: Update scmap-cli to 0.0.11 |
19 1.6.2+galaxy0: Update scmap-cli to 0.0.10 | 20 1.6.2+galaxy0: Update scmap-cli to 0.0.10 |
20 1.6.1+galaxy0: Update scmap-cli to 0.0.9. | 21 1.6.1+galaxy0: Update scmap-cli to 0.0.9. |
21 1.6.0+galaxy0: Initial contribution. Jonathan Manning, Expression Atlas team https://www.ebi.ac.uk/gxa/home at EMBL-EBI https://www.ebi.ac.uk/. | 22 1.6.0+galaxy0: Initial contribution. Jonathan Manning, Expression Atlas team https://www.ebi.ac.uk/gxa/home at EMBL-EBI https://www.ebi.ac.uk/. |
22 ]]></token> | 23 ]]></token> |