Mercurial > repos > matthias > daa2rma
comparison daa2rma.xml @ 2:102d29c7c5a7 draft default tip
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/megan commit 20ad8976adec9d011d21484859258bf1ad22f42e-dirty
| author | matthias |
|---|---|
| date | Wed, 19 Dec 2018 04:44:10 -0500 |
| parents | 2ac9f9b9dd63 |
| children |
comparison
equal
deleted
inserted
replaced
| 1:c15cfe82054a | 2:102d29c7c5a7 |
|---|---|
| 1 <tool id="daa2rma" name="daa2rma" version="2.2.4"> | 1 <tool id="daa2rma" name="daa2rma" version="@TOOL_VERSION@" profile="19.01"> |
| 2 <description>Compute a MEGAN rma6 file from a DIAMOND daa file</description> | 2 <description>Compute a MEGAN rma6 file from a DIAMOND daa file</description> |
| 3 <macros> | 3 <macros> |
| 4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
| 5 </macros> | 5 </macros> |
| 6 <expand macro="requirements"/> | 6 <expand macro="requirements"/> |
| 41 <data name="rma" format="rma6" label="${tool.name} on ${on_string}"/> | 41 <data name="rma" format="rma6" label="${tool.name} on ${on_string}"/> |
| 42 </outputs> | 42 </outputs> |
| 43 <tests> | 43 <tests> |
| 44 <test> | 44 <test> |
| 45 <param name="in" ftype="daa" value="diamond_results.daa"/> | 45 <param name="in" ftype="daa" value="diamond_results.daa"/> |
| 46 <output name="rma" ftype="rma6" value="diamond_results.rma" /> | 46 <output name="rma" ftype="rma6" value="diamond_results.rma" compare="sim_size" /> |
| 47 </test> | 47 </test> |
| 48 </tests> | 48 </tests> |
| 49 <help><