diff metaquantome_filter.xml @ 3:28180bbb8fe4 draft

planemo upload commit 3762c462ff510cccd856f4ccd7fb87c44ad9b4e7
author galaxyp
date Thu, 06 Dec 2018 08:50:19 -0500
parents 47bfbd6597d0
children 80ce9ca55697
line wrap: on
line diff
--- a/metaquantome_filter.xml	Wed Dec 05 14:52:54 2018 -0500
+++ b/metaquantome_filter.xml	Thu Dec 06 08:50:19 2018 -0500
@@ -76,6 +76,28 @@
         <data format="tabular" name="outfile" label="${tool.name} on ${on_string} filtered"/>
         <expand macro="output_samples"/>
     </outputs>
+    <tests>
+        <test>
+             <param name="expand_file" value="go_expanded.tab" ftype="tabular"/>
+             <param name="mode" value="f" />
+             <param name="ontology" value="go" />
+             <param name="samps_src" value="build" />
+             <repeat name="samps">
+                 <param name="group_name" value="s1"/>
+                 <param name="col_names" value="int1,int2,int3"/>
+             </repeat>
+             <repeat name="samps">
+                 <param name="group_name" value="s2"/>
+                 <param name="col_names" value="int4,int5,int6"/>
+             </repeat>
+             <param name="min_peptides" value="1" />
+             <param name="min_pep_nsamp" value="1" />
+             <param name="min_children_non_leaf" value="2" />
+             <param name="min_child_nsamp" value="1" />
+             <param name="qthreshold" value="2" />
+             <output name="outfile" file="go_filtered.tab" ftype="tabular"/>
+        </test>
+    </tests>
     <help><![CDATA[
         TODO: Fill in help.
     ]]></help>