Mercurial > repos > iuc > mothur_unique_seqs
diff unique.seqs.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 |
line wrap: on
line diff
--- a/unique.seqs.xml Wed Feb 14 10:07:44 2018 -0500 +++ b/unique.seqs.xml Tue Mar 20 13:36:54 2018 -0400 @@ -33,6 +33,7 @@ <option value="count" selected="true"> Count table </option> <option value="name"> Name file </option> </param> + <expand macro="param-savelog"/> </inputs> <outputs> <expand macro="logfile-output"/> @@ -51,6 +52,7 @@ <param name="format" value="name"/> <output name="out_fasta" file="amazon.unique.fasta" ftype="fasta"/> <output name="out_names" file="amazon.unique.names" ftype="mothur.names"/> + <param name="savelog" value="true"/> <expand macro="logfile-test"/> </test> <test><!-- test with count file --> @@ -58,6 +60,7 @@ <param name="names" value="amazon.count_table" ftype="mothur.count_table"/> <output name="out_fasta" file="amazon.unique.fasta" ftype="fasta"/> <output name="out_count" md5="2024cbb895f79346606ab196dd130639" ftype="mothur.count_table"/> + <param name="savelog" value="true"/> <expand macro="logfile-test"/> </test> <test><!-- test wth fasta only --> @@ -65,6 +68,7 @@ <param name="format" value="name"/> <output name="out_fasta" file="amazon.unique.fasta" ftype="fasta"/> <output name="out_names" file="amazon.unique.names" ftype="mothur.names"/> + <param name="savelog" value="true"/> <expand macro="logfile-test"/> </test> </tests>
