diff dynamic_tool.xml @ 0:b49e227ec738 draft default tip

planemo upload commit fe1408d418f7f1354a736f73ece704219baa3190
author mingchen0919
date Wed, 21 Mar 2018 17:26:27 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dynamic_tool.xml	Wed Mar 21 17:26:27 2018 -0400
@@ -0,0 +1,27 @@
+<tool id="dynamic_tool" name="dynamic tool" version="1.0.0">
+    <macros>
+        <import>dynamic_tool_wrappers_macros.xml</import>
+    </macros>
+    <description></description>
+    <requirements>
+        <expand macro="rmarkdown_requirements" />
+        <requirement type="package" version="0.11.7">fastqc</requirement>
+    </requirements>
+    <expand macro="stdio" />
+    <expand macro="shell_command" />
+    <inputs>
+        <expand macro="tool_name" />
+        <expand macro="option_argument_one_dataset" />
+        <expand macro="option_argument_multiple_datasets" />
+        <expand macro="option_argument_path_relative_to_upstream_tool" />
+        <expand macro="option_argument_string" />
+        <expand macro="option_argument_float" />
+        <expand macro="option_argument_integer" />
+    </inputs>
+    <outputs>
+        <expand macro="output_set" />
+    </outputs>
+    <citations>
+        <expand macro="citations" />
+    </citations>
+</tool>