changeset 10:b4cd69acd431 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit bff5ba839e2cb63792b0d25018460d76eb398002
author bgruening
date Mon, 13 Feb 2017 07:10:28 -0500
parents e51dba707cf1
children 68cd9006e91c
files PileOMeth.xml
diffstat 1 files changed, 13 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/PileOMeth.xml	Sat Dec 10 18:07:50 2016 -0500
+++ b/PileOMeth.xml	Mon Feb 13 07:10:28 2017 -0500
@@ -37,6 +37,9 @@
                 #if str($main_task.CTOB).strip() != "":
                     --CTOB $main_task.CTOB
                 #end if
+                $main_task.keepSingleton
+                $main_task.keepDiscordant
+                $main_task.fraction
             #end if
 
             #if $advanced_options.options=="yes":
@@ -60,6 +63,8 @@
             $input_sortedAlignBAM
 
             #if $main_task.task == "mbias":
+                $main_task.keepSingleton_mbias
+                $main_task.keepDiscordant_mbias
                 out_mbias &&
                 touch out_mbias_OT.svg &&
                 touch out_mbias_OB.svg &&
@@ -108,8 +113,15 @@
                 <param name="OB" type="text" value="" label="Original bottom strand bounds (comma-separated, no spaces)" />
                 <param name="CTOT" type="text" value="" label="Complementary to the original bottom strand bounds (comma-separated, no spaces)" />
                 <param name="CTOB" type="text" value="" label="Complementary to the original bottom strand bounds (comma-separated, no spaces)" />
+                <param name="keepSingleton" type="boolean" checked="false" truevalue="--keepSingleton" falsevalue="" />
+                <param name="keepDiscordant" type="boolean" checked="false" truevalue="--keepDiscordant" falsevalue="" />
+                <param name="fraction" type="boolean" checked="false" truevalue="--fraction" falsevalue="" />
+                
             </when>
-            <when value="mbias"/>
+            <when value="mbias">
+                <param name="keepSingleton_mbias" type="boolean" checked="false" truevalue="--keepSingleton" falsevalue="" />
+                <param name="keepDiscordant_mbias" type="boolean" checked="false" truevalue="--keepDiscordant" falsevalue="" />
+            </when>
         </conditional>
         <conditional name="advanced_options">
             <param name="options" type="select" label="Advanced options">