Mercurial > repos > matthias > dada2_learnerrors
comparison macros.xml @ 10:1934b45da33c draft
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit a54770771e567c7ad8a9dd75cc4689c3935ef11c-dirty
author | matthias |
---|---|
date | Tue, 28 May 2019 12:45:55 -0400 |
parents | ef3ebaa70032 |
children | 69d1d5dd7b21 |
comparison
equal
deleted
inserted
replaced
9:ef3ebaa70032 | 10:1934b45da33c |
---|---|
6 <yield/> | 6 <yield/> |
7 </requirements> | 7 </requirements> |
8 </xml> | 8 </xml> |
9 | 9 |
10 <token name="@DADA2_VERSION@">1.10.0</token> | 10 <token name="@DADA2_VERSION@">1.10.0</token> |
11 <token name="@WRAPPER_VERSION@">3</token> | 11 <token name="@WRAPPER_VERSION@">4</token> |
12 | 12 |
13 <xml name="version_command"> | 13 <xml name="version_command"> |
14 <version_command><![CDATA[ | 14 <version_command><![CDATA[ |
15 echo $(R --version | grep version | grep -v GNU)", dada2 version" $(R --vanilla --slave -e "library(dada2); cat(sessionInfo()\$otherPkgs\$dada2\$Version)" 2> /dev/null | grep -v -i "WARNING: ") | 15 echo $(R --version | grep version | grep -v GNU)", dada2 version" $(R --vanilla --slave -e "library(dada2); cat(sessionInfo()\$otherPkgs\$dada2\$Version)" 2> /dev/null | grep -v -i "WARNING: ") |
16 ]]></version_command> | 16 ]]></version_command> |