Mercurial > repos > iuc > mothur_filter_seqs
diff macros.xml @ 5:ff039df26c3f 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:42:43 -0400 |
parents | 3ced7f00e40b |
children | 5de808683006 |
line wrap: on
line diff
--- a/macros.xml Wed Feb 14 11:57:22 2018 -0500 +++ b/macros.xml Tue Mar 20 13:42:43 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 -->