Mercurial > repos > iuc > kma
diff macros.xml @ 0:e74a31040224 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kma commit 43bbde4f8f8671284b2acb21dfd2657de4ba967f"
| author | iuc |
|---|---|
| date | Sat, 15 Feb 2020 20:32:33 +0000 |
| parents | |
| children | 3cd89604dffd |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Sat Feb 15 20:32:33 2020 +0000 @@ -0,0 +1,18 @@ +<macros> + <token name="@TOOL_VERSION@">1.2.21</token> + <token name="@INTYPES@"> + fastq,fastq.gz,fastqsanger,fastqsanger.gz + </token> + <xml name="kma_index"> + <param label="Select a KMA index" name="kma_index" type="select"> + <options from_data_table="kma_index"> + <validator message="No KMA index available" type="no_options" /> + </options> + </param> + </xml> + <xml name="citations"> + <citations> + <citation type="doi">10.1186/s12859-018-2336-6</citation> + </citations> + </xml> +</macros>
