Mercurial > repos > iuc > mothur_cooccurrence
diff cooccurrence.xml @ 5:7947bd3c6e8a 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:58:05 -0400 |
| parents | 1bebb226e793 |
| children | 2f33690de2b1 |
line wrap: on
line diff
--- a/cooccurrence.xml Wed Feb 14 10:56:50 2018 -0500 +++ b/cooccurrence.xml Tue Mar 20 13:58:05 2018 -0400 @@ -56,6 +56,7 @@ <param name="label" type="select" optional="true" label="label - Select OTU Labels to include" multiple="true" help="By default all are included if no selection is made."> <expand macro="labeloptions"/> </param> + <expand macro="param-savelog"/> </inputs> <outputs> <expand macro="logfile-output"/> @@ -72,6 +73,7 @@ <has_text text="0.05"/> </assert_contents> </output> + <param name="savelog" value="true"/> <expand macro="logfile-test"/> </test> <test><!-- test with label and group select --> @@ -87,6 +89,7 @@ <has_text text="0.05"/> </assert_contents> </output> + <param name="savelog" value="true"/> <expand macro="logfile-test"/> </test> </tests>
