Mercurial > repos > ebi-gxa > dropletutils_read_10x
comparison dropletutils_macros.xml @ 0:d62a9aa0411e draft
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 9bf9a6e46a330890be932f60d1d996dd166426c4
author | ebi-gxa |
---|---|
date | Wed, 03 Apr 2019 11:59:13 -0400 |
parents | |
children | f25f42dc256a |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:d62a9aa0411e |
---|---|
1 <?xml version="1.0"?> | |
2 <macros> | |
3 | |
4 <token name="@TOOL_VERSION@">1.0.3</token> | |
5 | |
6 <xml name="requirements"> | |
7 <requirements> | |
8 <requirement type="package" version="0.0.1">dropletutils-scripts</requirement> | |
9 </requirements> | |
10 </xml> | |
11 | |
12 <xml name="version"> | |
13 <version_command><![CDATA[ | |
14 echo $(R --version | grep version | grep -v GNU)", dropletutils version" $(R --vanilla --slave -e "library(DropletUtils); cat(sessionInfo()\$otherPkgs\$DropletUtils\$Version)" 2> /dev/null | grep -v -i "WARNING: ") | |
15 ]]></version_command> | |
16 </xml> | |
17 | |
18 <xml name="citations"> | |
19 <citations> | |
20 <citation type="doi">10.1101/234872</citation> | |
21 </citations> | |
22 </xml> | |
23 </macros> |