Mercurial > repos > iuc > seqsero2
comparison macros.xml @ 0:f7f22f0db880 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqsero2 commit eaa07f4ff143aeba209c9efdf5f6ffb292119eb0
| author | iuc |
|---|---|
| date | Mon, 06 Oct 2025 14:53:34 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:f7f22f0db880 |
|---|---|
| 1 <macros> | |
| 2 <token name="@TOOL_VERSION@">1.3.2</token> | |
| 3 <xml name="requirements"> | |
| 4 <requirements> | |
| 5 <requirement type="package" version="@TOOL_VERSION@">seqsero2</requirement> | |
| 6 </requirements> | |
| 7 </xml> | |
| 8 <xml name="xrefs"> | |
| 9 <xrefs> | |
| 10 <xref type="bio.tools">seqsero2</xref> | |
| 11 </xrefs> | |
| 12 </xml> | |
| 13 <macro name="select_workflow_type"> | |
| 14 <param argument="-m" type="select" name="workflow" label="Workflow"> | |
| 15 <option value="a" selected="true">allele</option> | |
| 16 <option value="k">k-mer</option> | |
| 17 </param> | |
| 18 </macro> | |
| 19 <xml name="citations"> | |
| 20 <citations> | |
| 21 <citation type="doi"> | |
| 22 https://doi.org/10.1128/AEM.01746-19 | |
| 23 </citation> | |
| 24 </citations> | |
| 25 </xml> | |
| 26 </macros> |
