diff macros.xml @ 5:2ac0e471b97a draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 38a2bbee32eaaceeb22d7549b13dbc0c613ee173
author iuc
date Tue, 20 Mar 2018 13:55:52 -0400
parents 899ef1660676
children 89de1d8c50f2
line wrap: on
line diff
--- a/macros.xml	Wed Feb 14 12:03:33 2018 -0500
+++ b/macros.xml	Tue Mar 20 13:55:52 2018 -0400
@@ -124,8 +124,13 @@
     <xml name="param-printlevel">
         <param argument="printlevel" type="integer" value="-1" min="-1" label="Print level" help="specify taxlevel of your *tax.summary file to print to. Options are 1 to the maz level in the file. The default is -1, meaning max level" />
     </xml>
+    <xml name="param-savelog">
+        <param name="savelog" type="boolean" checked="false" label="Output logfile?"/>
+    </xml>
     <xml name="logfile-output">
-        <data name="logfile" format="txt" from_work_dir="mothur.out.log" label="${tool.name} on ${on_string}: logfile"/>
+        <data name="logfile" format="txt" from_work_dir="mothur.out.log" label="${tool.name} on ${on_string}: logfile">
+            <filter>savelog</filter>
+        </data>
     </xml>
 
     <!-- Output file tests -->