Mercurial > repos > iuc > mothur_create_database
diff create.database.xml @ 5:5577a44a7b42 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:30:46 -0400 |
| parents | 0ec0e6261ee6 |
| children |
line wrap: on
line diff
--- a/create.database.xml Wed Feb 14 11:27:11 2018 -0500 +++ b/create.database.xml Tue Mar 20 13:30:46 2018 -0400 @@ -52,6 +52,7 @@ help="Select exactly one label. If none selected, first label in your list or shared file will be used"> <expand macro="labeloptions"/> </param> + <expand macro="param-savelog"/> </inputs> <outputs> <expand macro="logfile-output"/> @@ -66,6 +67,7 @@ <param name="constaxonomy" value="cd-test.constaxonomy" ftype="mothur.cons.taxonomy"/> <param name="label" value="unique"/> <output name="database" file="cd-test.database" ftype="tabular"/> + <param name="savelog" value="true"/> <expand macro="logfile-test"/> </test> <!-- Test with a mothur.count_table file --> @@ -76,6 +78,7 @@ <param name="constaxonomy" value="cd-test.constaxonomy" ftype="mothur.cons.taxonomy"/> <param name="label" value="unique"/> <output name="database" file="cd-test.database" ftype="tabular"/> + <param name="savelog" value="true"/> <expand macro="logfile-test"/> </test> </tests>
