changeset 5:3ef87857f87d draft

planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
author thanhlv
date Thu, 25 Jul 2019 06:15:44 -0400
parents 16d72feb5939
children 70bb27f5f042
files biotradis_bacteria_tradis.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/biotradis_bacteria_tradis.xml	Thu Jul 25 06:06:23 2019 -0400
+++ b/biotradis_bacteria_tradis.xml	Thu Jul 25 06:15:44 2019 -0400
@@ -1,5 +1,5 @@
 <tool id="bacteria_tradis" name="bacteria tradis" version="@VERSION@">
-    <description>Generates a BAM file with tags added to read strings.</description>
+    <description>Generates a BAM file with tags added to read strings</description>
     <macros>
         <import>macros.xml</import>
     </macros>
@@ -50,7 +50,7 @@
         <param name="m" type="integer" value="30" label="Mapping quality cutoff score" help="(optional. default = 30)" />
         <param argument="--smalt_k" type="integer" value="" optional="True" label="Custom k-mer value for SMALT mapping" help="(optional)" />
         <param argument="--smalt_s" type="integer" value="" optional="True" label="Custom step size for SMALT mapping" help="(optional)" />
-        <param argument="--smalt_y" type="integer" value="0.96" label="Custom y parameter for SMALT" help="(optional. default = 0.96)" />
+        <param argument="--smalt_y" type="float" value="0.96" label="Custom y parameter for SMALT" help="(optional. default = 0.96)" />
         <param argument="--smalt_r" type="integer" value="-1" label="custom r parameter for SMALT" help="(optional. default = -1)" />
         <param argument="--verbose" type="boolean" truevalue="-v" falsevalue="" checked="false" label="verbose debugging output" help="(Default:No)" />
     </inputs>