diff multiBamSummary.xml @ 26:a1a84914d00d draft

planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 6507b14607984c6f48d9866922a17132de4bb54d
author bgruening
date Mon, 18 Feb 2019 17:21:57 -0500
parents ebc070a847a4
children d9e59cf2fdf6
line wrap: on
line diff
--- a/multiBamSummary.xml	Tue Aug 21 16:28:32 2018 -0400
+++ b/multiBamSummary.xml	Mon Feb 18 17:21:57 2019 -0500
@@ -23,6 +23,10 @@
                 --outRawCounts '$outFileRawCounts'
             #end if
 
+            #if $scalingFactors:
+                --scalingFactors '$scalingFactorsFile'
+            #end if
+
             #if $mode.modeOpt == "bins":
                 --binSize '$mode.binSize'
                 --distanceBetweenBins '$mode.distanceBetweenBins'
@@ -44,6 +48,7 @@
 
     <inputs>
         <expand macro="multiple_input_bams" MIN="2"/>
+        <expand macro="custom_sample_labels" />
 
         <conditional name="mode">
             <param name="modeOpt" type="select" label="Choose computation mode"
@@ -79,6 +84,7 @@
         </expand>
 
         <param argument="--outRawCounts" type="boolean" label="Save raw counts (coverages) to file" help=""/>
+        <param argument="--scalingFactors" type="boolean" label="Save scaling factors" help="Scaling factors calculated as in DESeq2 and made directly compatible with bamCoverage."/>
 
     </inputs>
     <outputs>
@@ -86,6 +92,9 @@
         <data format="tabular" name="outFileRawCounts" label="${tool.name} on ${on_string}: bin counts">
             <filter>outRawCounts is True</filter>
         </data>
+        <data format="tabular" name="scalingFactorsFile" label="${tool.name} on ${on_string}: scaling factors">
+            <filter>scalingFactors is True</filter>
+        </data>
     </outputs>
     <tests>
         <test>