Mercurial > repos > iuc > kallisto_quant
diff macros.xml @ 10:4f9c4e6566e5 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f173f58bc695c22364685c2ffbb9f3e95708f00f
author | iuc |
---|---|
date | Mon, 05 Jun 2023 22:06:44 +0000 |
parents | 2568a3b975cb |
children |
line wrap: on
line diff
--- a/macros.xml Wed May 31 20:09:49 2023 +0000 +++ b/macros.xml Mon Jun 05 22:06:44 2023 +0000 @@ -1,7 +1,7 @@ <?xml version="1.0"?> <macros> <token name="@TOOL_VERSION@">0.48.0</token> - <token name="@VERSION_SUFFIX@">0</token> + <token name="@VERSION_SUFFIX@">1</token> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">kallisto</requirement> @@ -32,4 +32,11 @@ </when> </conditional> </xml> + <xml name="macro_lib_type"> + <param name="lib_type" type="select" label="Library strandness information"> + <option value="">Unstranded</option> + <option value="--fr-stranded">Strand specific reads, first read forward</option> + <option value="--rf-stranded">Strand specific reads, first read reverse</option> + </param> + </xml> </macros> \ No newline at end of file