diff RPKM_saturation.xml @ 12:57fad5deeb8e draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rseqc commit 247059e2527b66f1dbecf1e61496daef921040c3"
author iuc
date Sat, 18 Dec 2021 19:40:16 +0000
parents d7f6b3653d84
children a7f9084572fe
line wrap: on
line diff
--- a/RPKM_saturation.xml	Wed Sep 01 08:21:45 2021 +0000
+++ b/RPKM_saturation.xml	Sat Dec 18 19:40:16 2021 +0000
@@ -1,4 +1,4 @@
-<tool id="rseqc_RPKM_saturation" name="RPKM Saturation" version="@WRAPPER_VERSION@.1">
+<tool id="rseqc_RPKM_saturation" name="RPKM Saturation" version="@TOOL_VERSION@.2">
     <description>calculates raw count and RPKM values for transcript at exon, intron, and mRNA level</description>
     <expand macro="bio_tools"/>
     <macros>
@@ -33,8 +33,8 @@
         #end if
 
         -l ${percentileFloor} -u ${percentileCeiling} -s ${percentileStep} -c ${rpkmCutoff}
-        ]]>
-    </command>
+        --mapq $mapq
+    ]]></command>
 
     <inputs>
         <expand macro="bam_param" />