Mercurial > repos > iuc > mothur_unique_seqs
diff macros.xml @ 4:a05a8d7ce8dd 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:36:54 -0400 |
| parents | 84e71b1537f3 |
| children | a5016cbd4221 |
line wrap: on
line diff
--- a/macros.xml Wed Feb 14 10:07:44 2018 -0500 +++ b/macros.xml Tue Mar 20 13:36:54 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 -->
