Mercurial > repos > recetox > xmsannotator_simple
comparison xmsannotator_macros.xml @ 0:97d1619ff23e draft
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 9c62378416ff3634935e7da4aa97b05d3356d1b5"
| author | recetox |
|---|---|
| date | Wed, 23 Sep 2020 13:31:39 +0000 |
| parents | |
| children | 02a38a19405d |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:97d1619ff23e |
|---|---|
| 1 <macros> | |
| 2 <token name="@TOOL_VERSION@">1.3.2</token> | |
| 3 <xml name="requirements"> | |
| 4 <requirements> | |
| 5 <container type="docker">recetox/xmsannotator:latest</container> | |
| 6 </requirements> | |
| 7 </xml> | |
| 8 | |
| 9 <xml name="annotation"> | |
| 10 <param name="peaks" type="data" format="h5" label="Peaks" help="Table of peaks to annotate."/> | |
| 11 <param name="metabolites" type="data" format="h5" label="Metabolite database"/> | |
| 12 <param name="adducts" type="data" format="h5" label="Adduct database"/> | |
| 13 | |
| 14 | |
| 15 <param name="mz_tolerance_ppm" type="float" value="5" min="0" label="Mass tolerance [ppm]" help="Mass tolerance in ppm for database matching."/> | |
| 16 </xml> | |
| 17 | |
| 18 <xml name="output"> | |
| 19 <data format="h5" name="annotation"/> | |
| 20 </xml> | |
| 21 | |
| 22 <xml name="citations"> | |
| 23 <citations> | |
| 24 <citation type="doi">10.1021/acs.analchem.6b01214</citation> | |
| 25 </citations> | |
| 26 </xml> | |
| 27 </macros> |
