Mercurial > repos > iuc > kallisto_pseudo
changeset 7:ce5d418183c5 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:13 +0000 |
parents | a157781cddd7 |
children | |
files | macros.xml |
diffstat | 1 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Wed May 31 20:10:19 2023 +0000 +++ b/macros.xml Mon Jun 05 22:06:13 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