Mercurial > repos > galaxyp > cardinal_classification
diff macros.xml @ 1:6a03b201bc12 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cardinal commit d2f311f7fff24e54c565127c40414de708e31b3c
| author | galaxyp |
|---|---|
| date | Thu, 25 Oct 2018 07:27:07 -0400 |
| parents | 2fdbbb1be2b0 |
| children | cbc7e53518ce |
line wrap: on
line diff
--- a/macros.xml Mon Oct 01 01:06:08 2018 -0400 +++ b/macros.xml Thu Oct 25 07:27:07 2018 -0400 @@ -4,10 +4,17 @@ <xml name="requirements"> <requirements> <requirement type="package" version="@VERSION@">bioconductor-cardinal</requirement> + <requirement type="package" version="3.5.1">r-base</requirement> <yield/> </requirements> </xml> + <xml name="print_version"> + <version_command><![CDATA[ +echo $(R --version | grep version | grep -v GNU)", Cardinal version" $(R --vanilla --slave -e "library(Cardinal); cat(sessionInfo()\$otherPkgs\$Cardinal\$Version)" 2> /dev/null | grep -v -i "WARNING: ") + ]]></version_command> + </xml> + <token name="@INPUT_LINKING@"><