diff elastic_tool.xml @ 0:25bafe618394 draft default tip

planemo upload
author mingchen0919
date Sat, 24 Mar 2018 21:54:29 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/elastic_tool.xml	Sat Mar 24 21:54:29 2018 -0400
@@ -0,0 +1,25 @@
+<tool id="tool_id" name="elastic tool" 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="tool_name" />
+        <expand macro="option_argument_single_dataset" />
+        <expand macro="option_argument_multiple_datasets" />
+        <expand macro="option_argument_path_relative_to_a_tool" />
+        <expand macro="option_argument_path_relative_to_this_tool" />
+        <expand macro="option_argument_string_float_integer" />
+    </inputs>
+    <outputs>
+        <expand macro="output_set" />
+    </outputs>
+    <citations>
+        <expand macro="citations" />
+    </citations>
+</tool>