Mercurial > repos > iuc > mothur_list_seqs
comparison list.seqs.xml @ 5:22bcd09bd771 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:44:08 -0400 |
| parents | 8fc97e7b351c |
| children |
comparison
equal
deleted
inserted
replaced
| 4:3777a77fd52f | 5:22bcd09bd771 |
|---|---|
| 70 </when> | 70 </when> |
| 71 <when value="count"> | 71 <when value="count"> |
| 72 <param name="input" type="data" format="mothur.count_table" label="count - Count Table"/> | 72 <param name="input" type="data" format="mothur.count_table" label="count - Count Table"/> |
| 73 </when> | 73 </when> |
| 74 </conditional> | 74 </conditional> |
| 75 <expand macro="param-savelog"/> | |
| 75 </inputs> | 76 </inputs> |
| 76 <outputs> | 77 <outputs> |
| 77 <expand macro="logfile-output"/> | 78 <expand macro="logfile-output"/> |
| 78 <data name="accnos" format="mothur.accnos" from_work_dir="search.input*.accnos" label="${tool.name} on ${on_string}: accnos"/> | 79 <data name="accnos" format="mothur.accnos" from_work_dir="search.input*.accnos" label="${tool.name} on ${on_string}: accnos"/> |
| 79 </outputs> | 80 </outputs> |
| 80 <tests> | 81 <tests> |
| 81 <test><!-- test with fasta --> | 82 <test><!-- test with fasta --> |
| 82 <param name="intype" value="fasta"/> | 83 <param name="intype" value="fasta"/> |
| 83 <param name="input" value="amazon.fasta"/> | 84 <param name="input" value="amazon.fasta"/> |
| 84 <output name="accnos" md5="590f62ce757219c2e137a532fcd814d1" ftype="mothur.accnos"/> | 85 <output name="accnos" md5="590f62ce757219c2e137a532fcd814d1" ftype="mothur.accnos"/> |
| 86 <param name="savelog" value="true"/> | |
| 85 <expand macro="logfile-test"/> | 87 <expand macro="logfile-test"/> |
| 86 </test> | 88 </test> |
| 87 <test><!-- test with count file --> | 89 <test><!-- test with count file --> |
| 88 <param name="intype" value="count"/> | 90 <param name="intype" value="count"/> |
| 89 <param name="input" value="amazon.count_table"/> | 91 <param name="input" value="amazon.count_table"/> |
| 90 <output name="accnos" md5="360dfea2de2da4d55e75071b026c83b6" ftype="mothur.accnos"/> | 92 <output name="accnos" md5="360dfea2de2da4d55e75071b026c83b6" ftype="mothur.accnos"/> |
| 93 <param name="savelog" value="true"/> | |
| 91 <expand macro="logfile-test"/> | 94 <expand macro="logfile-test"/> |
| 92 </test> | 95 </test> |
| 93 </tests> | 96 </tests> |
| 94 <help><