diff elastic_r_package.xml @ 0:a936b1aff8d3 draft

planemo upload
author mingchen0919
date Tue, 27 Mar 2018 12:29:19 -0400
parents
children 7a3cc84232a2
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/elastic_r_package.xml	Tue Mar 27 12:29:19 2018 -0400
@@ -0,0 +1,21 @@
+<tool id="tool_id" name="elastic R package" version="1.0.0">
+    <macros>
+        <import>elastic_tool_wrappers_macros.xml</import>
+    </macros>
+    <description></description>
+    <requirements>
+        <expand macro="rmarkdown_requirements" />
+    </requirements>
+    <expand macro="stdio" />
+    <expand macro="shell_command" />
+    <inputs>
+        <expand macro="function_name" />
+        <expand macro="function_arguments" />
+    </inputs>
+    <outputs>
+        <expand macro="output_set" />
+    </outputs>
+    <citations>
+        <expand macro="citations" />
+    </citations>
+</tool>