diff count.seqs.xml @ 4:4649b8f719a2 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 38a2bbee32eaaceeb22d7549b13dbc0c613ee173
author iuc
date Tue, 20 Mar 2018 14:04:51 -0400
parents 448f43db98c4
children
line wrap: on
line diff
--- a/count.seqs.xml	Wed Feb 14 09:52:51 2018 -0500
+++ b/count.seqs.xml	Tue Mar 20 14:04:51 2018 -0400
@@ -46,6 +46,7 @@
             </when>
             <when value="no"/>
         </conditional>
+        <expand macro="param-savelog"/>
     </inputs>
     <outputs>
         <expand macro="logfile-output"/>
@@ -55,6 +56,7 @@
         <test><!-- test default params -->
             <param name="name" value="amazon.names"/>
             <output name="seq_count" file="amazon.count_table" ftype="mothur.count_table"/>
+            <param name="savelog" value="true"/>
             <expand macro="logfile-test"/>
         </test>
         <test><!-- test with group file -->
@@ -62,6 +64,7 @@
             <param name="use" value="yes"/>
             <param name="group" value="amazon.groups"/>
             <output name="seq_count" file="amazon_withgroups.count_table" ftype="mothur.count_table"/>
+            <param name="savelog" value="true"/>
             <expand macro="logfile-test"/>
         </test>
         <test> <!-- test with group file and subset of groups -->
@@ -70,6 +73,7 @@
             <param name="group" value="amazon.groups" ftype="mothur.groups"/>
             <param name="groups" value="pasture"/>
             <output name="seq_count" file="amazon_withgroups_pasture.count_table" ftype="mothur.count_table"/>
+            <param name="savelog" value="true"/>
             <expand macro="logfile-test"/>
         </test>
         <test> <!-- test with group file and multiple groups -->
@@ -78,6 +82,7 @@
             <param name="group" value="amazon.groups" ftype="mothur.groups"/>
             <param name="groups" value="pasture,forest"/>
             <output name="seq_count" md5="b18c03aee561cd24a36b00ad9b22255a" ftype="mothur.count_table"/>
+            <param name="savelog" value="true"/>
             <expand macro="logfile-test"/>
         </test>
     </tests>