# HG changeset patch
# User bgruening
# Date 1550667803 18000
# Node ID f305afa8ff0d7a7423a1e54f51c6ec0a56649289
# Parent a2e50c362097abd1f0fc9d71efcbdd20b1e83031
planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 3cefc7d64faa53ef9a4e5984c7b275fc47cbdaaf
diff -r a2e50c362097 -r f305afa8ff0d computeMatrix.xml
--- a/computeMatrix.xml Tue Feb 19 10:06:00 2019 -0500
+++ b/computeMatrix.xml Wed Feb 20 08:03:23 2019 -0500
@@ -24,6 +24,7 @@
--scoreFileName #echo ' '.join($files)#
--outFileName '$outFileName'
+ --samplesLabel #echo ' '.join($labels)#
@THREADS@
@@ -72,9 +73,6 @@
#if $advancedOpt.scale is not None and str($advancedOpt.scale) != '':
--scale $advancedOpt.scale
#end if
- #if $advancedOpt.samplesLabel is not None and str($advancedOpt.samplesLabel) != '':
- --samplesLabel $advancedOpt.samplesLabel
- #end if
@ADVANCED_OPTS_GTF@
@@ -91,6 +89,7 @@
+
-
-
-
-
-
-
diff -r a2e50c362097 -r f305afa8ff0d deepTools_macros.xml
--- a/deepTools_macros.xml Tue Feb 19 10:06:00 2019 -0500
+++ b/deepTools_macros.xml Wed Feb 20 08:03:23 2019 -0500
@@ -512,7 +512,7 @@
diff -r a2e50c362097 -r f305afa8ff0d test-data/estimateReadFiltering.txt
--- a/test-data/estimateReadFiltering.txt Tue Feb 19 10:06:00 2019 -0500
+++ b/test-data/estimateReadFiltering.txt Wed Feb 20 08:03:23 2019 -0500
@@ -1,3 +1,3 @@
Sample Total Reads Mapped Reads Alignments in blacklisted regions Estimated mapped reads filtered Below MAPQ Missing Flags Excluded Flags Internally-determined Duplicates Marked Duplicates Singletons Wrong strand
-paired_chr2L.bam 12644 12589 0 1395.9 4149.0 0.0 0.0 0.0 0.0 55.0 0.0
-paired_chr2L.bam 12644 12589 0 1395.9 4149.0 0.0 0.0 0.0 0.0 55.0 0.0
+paired_chr2L.bam 12644 12589 0 4192.0 4149.0 0.0 0.0 0.0 0.0 55.0 0.0
+paired_chr2L.bam 12644 12589 0 4192.0 4149.0 0.0 0.0 0.0 0.0 55.0 0.0