Repository 'salmon'
hg clone https://toolshed.g2.bx.psu.edu/repos/bgruening/salmon

Changeset 18:ebab418107f5 (2022-12-07)
Previous changeset 17:c8903f357804 (2022-12-05) Next changeset 19:15cd64d7c58b (2023-06-23)
Commit message:
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 363aead8810baedaff299537616cebdab36a8664
modified:
macros.xml
b
diff -r c8903f357804 -r ebab418107f5 macros.xml
--- a/macros.xml Mon Dec 05 15:47:23 2022 +0000
+++ b/macros.xml Wed Dec 07 19:31:41 2022 +0000
b
@@ -1,6 +1,6 @@
 <macros>
     <token name="@TOOL_VERSION@">1.9.0</token>
-    <token name="@VERSION_SUFFIX@">1</token>
+    <token name="@VERSION_SUFFIX@">2</token>
     <token name="@IDX_VERSION@">q7</token>
     <token name="@PROFILE_VERSION@">20.01</token>
     <xml name="requirements">
@@ -171,10 +171,7 @@
             </when>
             <when value=""/>
         </conditional>
-        <param name="writeMappings" type="boolean" truevalue="" falsevalue="" checked="False"
-            label="Write Mappings to Bam File"
-            help="If this option is provided, then the quasi-mapping results will be written out in SAM-compatible format.  By default, output will be directed to stdout, but an alternative file name can be provided instead"/>
-        <param name="consistentHits" type="boolean" truevalue="--consistentHits" falsevalue="" checked="False"
+       <param name="consistentHits" type="boolean" truevalue="--consistentHits" falsevalue="" checked="False"
         label="Consistent Hits"
         help="Force hits gathered during quasi-mapping to be 'consistent' (i.e. co-linear and approximately the right distance apart)."/>
         <param name="quasiCoverage" type="integer" optional="True" label="Quasi Coverage"