Repository 'kallisto_pseudo'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/kallisto_pseudo

Changeset 7:ce5d418183c5 (2023-06-05)
Previous changeset 6:a157781cddd7 (2023-05-31)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f173f58bc695c22364685c2ffbb9f3e95708f00f
modified:
macros.xml
b
diff -r a157781cddd7 -r ce5d418183c5 macros.xml
--- a/macros.xml Wed May 31 20:10:19 2023 +0000
+++ b/macros.xml Mon Jun 05 22:06:13 2023 +0000
b
@@ -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