Mercurial > repos > iuc > mothur_get_label
comparison get.label.xml @ 6:5d5df87a14d5 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:42:23 -0400 |
| parents | 2db0ca9ce0d9 |
| children |
comparison
equal
deleted
inserted
replaced
| 5:0f3520e62d0a | 6:5d5df87a14d5 |
|---|---|
| 31 | sed '1,30d' | 31 | sed '1,30d' |
| 32 > '$labels_list' | 32 > '$labels_list' |
| 33 ]]></command> | 33 ]]></command> |
| 34 <inputs> | 34 <inputs> |
| 35 <param name="otu" type="data" format="mothur.list,mothur.sabund,mothur.rabund" label="Input file. May be shared, sabund or rabund file"/> | 35 <param name="otu" type="data" format="mothur.list,mothur.sabund,mothur.rabund" label="Input file. May be shared, sabund or rabund file"/> |
| 36 <expand macro="param-savelog"/> | |
| 36 </inputs> | 37 </inputs> |
| 37 <outputs> | 38 <outputs> |
| 38 <expand macro="logfile-output"/> | 39 <expand macro="logfile-output"/> |
| 39 <data name="labels_list" format="tabular" label="${tool.name} on ${on_string}: labels"/> | 40 <data name="labels_list" format="tabular" label="${tool.name} on ${on_string}: labels"/> |
| 40 </outputs> | 41 </outputs> |
| 41 <tests> | 42 <tests> |
| 42 <test><!-- test with sabund --> | 43 <test><!-- test with sabund --> |
| 43 <param name="otu" value="amazon.an.sabund" ftype="mothur.sabund"/> | 44 <param name="otu" value="amazon.an.sabund" ftype="mothur.sabund"/> |
| 44 <output name="labels_list" md5="ded659c0af6b78f710f53f45ea99b9bb" ftype="tabular"/> | 45 <output name="labels_list" md5="ded659c0af6b78f710f53f45ea99b9bb" ftype="tabular"/> |
| 46 <param name="savelog" value="true"/> | |
| 45 <expand macro="logfile-test"/> | 47 <expand macro="logfile-test"/> |
| 46 </test> | 48 </test> |
| 47 <test><!-- test with rabund --> | 49 <test><!-- test with rabund --> |
| 48 <param name="otu" value="amazon.an.rabund2" ftype="mothur.rabund"/> | 50 <param name="otu" value="amazon.an.rabund2" ftype="mothur.rabund"/> |
| 49 <output name="labels_list" md5="0c3fab5bdfa8588c7244048ddd4eac3c" ftype="tabular"/> | 51 <output name="labels_list" md5="0c3fab5bdfa8588c7244048ddd4eac3c" ftype="tabular"/> |
| 52 <param name="savelog" value="true"/> | |
| 50 <expand macro="logfile-test"/> | 53 <expand macro="logfile-test"/> |
| 51 </test> | 54 </test> |
| 52 <test><!-- test with list --> | 55 <test><!-- test with list --> |
| 53 <param name="otu" value="amazon.an.list" ftype="mothur.list"/> | 56 <param name="otu" value="amazon.an.list" ftype="mothur.list"/> |
| 54 <output name="labels_list" md5="ded659c0af6b78f710f53f45ea99b9bb" ftype="tabular"/> | 57 <output name="labels_list" md5="ded659c0af6b78f710f53f45ea99b9bb" ftype="tabular"/> |
| 58 <param name="savelog" value="true"/> | |
| 55 <expand macro="logfile-test"/> | 59 <expand macro="logfile-test"/> |
| 56 </test> | 60 </test> |
| 57 </tests> | 61 </tests> |
| 58 <help><