diff dropletutils_macros.xml @ 0:b4332c428c63 draft

planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 261a2d85a03a86f12d182f384664db0bdc35f8ac-dirty
author ebi-gxa
date Mon, 11 Nov 2019 05:52:59 -0500
parents
children 00b41600e1c1
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dropletutils_macros.xml	Mon Nov 11 05:52:59 2019 -0500
@@ -0,0 +1,23 @@
+<?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>