Mercurial > repos > ebi-gxa > dropletutils_read_10x
view dropletutils_macros.xml @ 1:f25f42dc256a draft
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 261a2d85a03a86f12d182f384664db0bdc35f8ac
author | ebi-gxa |
---|---|
date | Mon, 11 Nov 2019 05:38:53 -0500 |
parents | d62a9aa0411e |
children | 48c1e7b39675 |
line wrap: on
line source
<?xml version="1.0"?> <macros> <token name="@TOOL_VERSION@">1.0.3</token> <xml name="requirements"> <requirements> <requirement type="package" version="0.0.4=1">dropletutils-scripts</requirement> </requirements> </xml> <xml name="version"> <version_command><![CDATA[ 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: ") ]]></version_command> </xml> <xml name="citations"> <citations> <citation type="doi">10.1101/234872</citation> </citations> </xml> </macros>