diff macros.xml @ 3:72a7f23f3a79 draft

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit c3917e27eb1c1deeb381aa0dc8161c07699562fb"
author bgruening
date Mon, 11 May 2020 07:46:16 -0400
parents c956182d4e2c
children
line wrap: on
line diff
--- a/macros.xml	Thu Apr 16 05:32:53 2020 -0400
+++ b/macros.xml	Mon May 11 07:46:16 2020 -0400
@@ -25,12 +25,12 @@
     </token>
 
 
-    <xml name="output_pipeline_macro">
-        <data name="out_file" from_work_dir="output" format="txt"/>
+    <xml name="output_pipeline_param">
+        <data name="output_pipeline" from_work_dir="output.cppipe" format="txt"/>
     </xml>
 
 
-    <xml name="input_pipeline_macro">
+    <xml name="input_pipeline_param">
         <param name="input_pipeline" type="data" format="data" label="Select the input CellProfiler pipeline"/>
     </xml>
 
@@ -81,25 +81,13 @@
 
 
     <xml name="test_input_pipeline_param">
-        <param name="input_pipeline" value="common.txt" />
-    </xml>
-
-
-    <xml name="test_out_file" token_file="common.txt">
-        <output name="out_file" ftype="txt" file="@FILE@" lines_diff="0"/>
+        <param name="input_pipeline" value="common.cppipe" />
     </xml>
 
 
-    <xml name="help" token_module="common">
-        <help>
-            This tool appends the inputs of the @MODULE@ module to an existing pipeline file (.cppipe)
-
-            Input: existing pipeline file
-
-            Output: new pipeline file
-
-            Combine this tool with "Common" tool and "CellProfiler" tool together to run the current module alone.
-        </help>
+    <xml name="test_out_file" token_file="common.cppipe">
+        <output name="output_pipeline" ftype="txt" file="@FILE@" lines_diff="0"/>
     </xml>
+    
 </macros>