diff test.xml @ 6:e16cd77cf9f7 draft

planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
author caleb-easterly
date Mon, 26 Feb 2018 16:07:30 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test.xml	Mon Feb 26 16:07:30 2018 -0500
@@ -0,0 +1,17 @@
+<tool id="peca" name="PECA: Probe-level expression change averaging" version="0.1.0">
+    <command detect_errors="exit_code"><![CDATA[
+        ## write groups to file
+        echo '$group1' > group1.txt &&
+        echo '$group2' > group2.txt 
+    ]]></command>
+    <inputs>
+        <param name="input" type="data" format="tabular"/>
+        <param name="group1" type="data_column" data_ref="input" multiple="true"/>
+        <param name="group2" type="data_column" data_ref="input" multiple="true"/> 
+    </inputs>
+    <outputs>
+        <data format="tabular" name="output"/>
+    </outputs>
+    <help><![CDATA[
+    ]]></help>
+</tool>