Mercurial > repos > iuc > kma
diff macros.xml @ 0:2595c27071c2 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kma commit 43bbde4f8f8671284b2acb21dfd2657de4ba967f"
author | iuc |
---|---|
date | Sat, 15 Feb 2020 15:32:58 -0500 |
parents | |
children | 98099e4da1fd |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Sat Feb 15 15:32:58 2020 -0500 @@ -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>