diff --git a/galaxy/wrapper/alignmentSieve.xml b/galaxy/wrapper/alignmentSieve.xml
index 425f0908..24829025 100644
--- a/galaxy/wrapper/alignmentSieve.xml
+++ b/galaxy/wrapper/alignmentSieve.xml
@@ -19,14 +19,14 @@
@THREADS@
-b one.bam
--label '$label'
- #if str($filterRNAstrand) != 'no':
+ #if $filterRNAstrand:
--filterRNAstrand '$filterRNAstrand'
#end if
$ignoreDuplicates
#if $minMappingQuality:
- --minMappingQuality '$minMappingQuality'
+ --minMappingQuality $minMappingQuality
#end if
#if $samFlagInclude:
@@ -98,10 +98,9 @@
take strand into consideration for strand-specific
protocols. Note that only properly paired reads are considered."/>
-
-
diff --git a/galaxy/wrapper/deepTools_macros.xml b/galaxy/wrapper/deepTools_macros.xml
index 6dae6702..e6c3d83a 100755
--- a/galaxy/wrapper/deepTools_macros.xml
+++ b/galaxy/wrapper/deepTools_macros.xml
@@ -49,7 +49,7 @@
$advancedOpt.ignoreDuplicates
$advancedOpt.centerReads
#if $advancedOpt.minMappingQuality:
- --minMappingQuality '$advancedOpt.minMappingQuality'
+ --minMappingQuality $advancedOpt.minMappingQuality
#end if
#if $advancedOpt.samFlagInclude:
--samFlagInclude $advancedOpt.samFlagInclude
@@ -716,7 +716,7 @@ is vital to you, select Yes below.">
-
diff --git a/galaxy/wrapper/multiBamSummary.xml b/galaxy/wrapper/multiBamSummary.xml
index dc1a504c..c198a260 100644
--- a/galaxy/wrapper/multiBamSummary.xml
+++ b/galaxy/wrapper/multiBamSummary.xml
@@ -97,13 +97,13 @@
-
+
-
+
diff --git a/galaxy/wrapper/multiBigwigSummary.xml b/galaxy/wrapper/multiBigwigSummary.xml
index cbcdde3a..b63db25d 100644
--- a/galaxy/wrapper/multiBigwigSummary.xml
+++ b/galaxy/wrapper/multiBigwigSummary.xml
@@ -19,7 +19,7 @@
--outFileName $outFile
--bwfiles #echo ' '.join($files)#
-
+
#if $custom_sample_labels_conditional.custom_labels_select == 'Yes'
--labels #echo ' '.join($custom_sample_labels_conditional.labels)#
#end if
@@ -86,13 +86,13 @@
-
+
-
+
diff --git a/galaxy/wrapper/plotCorrelation.xml b/galaxy/wrapper/plotCorrelation.xml
index d8c60640..3313acb1 100644
--- a/galaxy/wrapper/plotCorrelation.xml
+++ b/galaxy/wrapper/plotCorrelation.xml
@@ -109,14 +109,14 @@
-
+
-
+
diff --git a/galaxy/wrapper/plotCoverage.xml b/galaxy/wrapper/plotCoverage.xml
index 6b50af26..ab514ce1 100644
--- a/galaxy/wrapper/plotCoverage.xml
+++ b/galaxy/wrapper/plotCoverage.xml
@@ -114,7 +114,7 @@
-
+
@@ -123,7 +123,7 @@
-
+
diff --git a/galaxy/wrapper/plotEnrichment.xml b/galaxy/wrapper/plotEnrichment.xml
index 1e34adc9..955f737a 100644
--- a/galaxy/wrapper/plotEnrichment.xml
+++ b/galaxy/wrapper/plotEnrichment.xml
@@ -48,7 +48,7 @@
$advancedOpt.perSample
$advancedOpt.variableScales
-
+
$advancedOpt.perSample
$advancedOpt.variableScales
@@ -175,7 +175,7 @@
-
+
diff --git a/galaxy/wrapper/plotFingerprint.xml b/galaxy/wrapper/plotFingerprint.xml
index dea1ccb9..436e0c2a 100644
--- a/galaxy/wrapper/plotFingerprint.xml
+++ b/galaxy/wrapper/plotFingerprint.xml
@@ -114,13 +114,13 @@
-
+
-
+
diff --git a/galaxy/wrapper/plotHeatmap.xml b/galaxy/wrapper/plotHeatmap.xml
index 79141cfc..c81f3a5e 100644
--- a/galaxy/wrapper/plotHeatmap.xml
+++ b/galaxy/wrapper/plotHeatmap.xml
@@ -143,12 +143,13 @@
+ If no value is set, it uses all samples. Example: 1 3 (space separated!)">
+
+ If no value is set, it uses all samples. Example: 1 3 (space separated!)">
+
@@ -261,11 +263,11 @@
-
+
-
+
diff --git a/galaxy/wrapper/plotPCA.xml b/galaxy/wrapper/plotPCA.xml
index 27b781f8..d81b43ed 100644
--- a/galaxy/wrapper/plotPCA.xml
+++ b/galaxy/wrapper/plotPCA.xml
@@ -44,16 +44,16 @@
-
-
-
+
-
-
@@ -65,14 +65,14 @@
-
+
-
+
diff --git a/galaxy/wrapper/plotProfiler.xml b/galaxy/wrapper/plotProfiler.xml
index cdccb815..ff7d7d07 100644
--- a/galaxy/wrapper/plotProfiler.xml
+++ b/galaxy/wrapper/plotProfiler.xml
@@ -194,11 +194,11 @@
-
+
-
+
diff --git a/galaxy/wrapper/test-data/heatmapper_result1.png b/galaxy/wrapper/test-data/heatmapper_result1.png
index fa368635..02ad533b 100644
Binary files a/galaxy/wrapper/test-data/heatmapper_result1.png and b/galaxy/wrapper/test-data/heatmapper_result1.png differ
diff --git a/galaxy/wrapper/test-data/multiBamSummary_result1.npz b/galaxy/wrapper/test-data/multiBamSummary_result1.npz
index 1a591f1d..17942962 100644
Binary files a/galaxy/wrapper/test-data/multiBamSummary_result1.npz and b/galaxy/wrapper/test-data/multiBamSummary_result1.npz differ
diff --git a/galaxy/wrapper/test-data/multiBamSummary_result2.npz b/galaxy/wrapper/test-data/multiBamSummary_result2.npz
index d0df013d..0fe68993 100644
Binary files a/galaxy/wrapper/test-data/multiBamSummary_result2.npz and b/galaxy/wrapper/test-data/multiBamSummary_result2.npz differ
diff --git a/galaxy/wrapper/test-data/multiBigwigSummary_result1.npz b/galaxy/wrapper/test-data/multiBigwigSummary_result1.npz
index 9614fa1d..fb3e2c85 100644
Binary files a/galaxy/wrapper/test-data/multiBigwigSummary_result1.npz and b/galaxy/wrapper/test-data/multiBigwigSummary_result1.npz differ
diff --git a/galaxy/wrapper/test-data/multiBigwigSummary_result2.npz b/galaxy/wrapper/test-data/multiBigwigSummary_result2.npz
index 471e3e00..2fb767bc 100644
Binary files a/galaxy/wrapper/test-data/multiBigwigSummary_result2.npz and b/galaxy/wrapper/test-data/multiBigwigSummary_result2.npz differ
diff --git a/galaxy/wrapper/test-data/plotCorrelation_result1.png b/galaxy/wrapper/test-data/plotCorrelation_result1.png
index 726ff8bf..a0f7558e 100644
Binary files a/galaxy/wrapper/test-data/plotCorrelation_result1.png and b/galaxy/wrapper/test-data/plotCorrelation_result1.png differ
diff --git a/galaxy/wrapper/test-data/plotCorrelation_result2.png b/galaxy/wrapper/test-data/plotCorrelation_result2.png
index c144cf38..db092d9b 100644
Binary files a/galaxy/wrapper/test-data/plotCorrelation_result2.png and b/galaxy/wrapper/test-data/plotCorrelation_result2.png differ
diff --git a/galaxy/wrapper/test-data/plotCoverage_result1.png b/galaxy/wrapper/test-data/plotCoverage_result1.png
index ae7874e0..e22727ca 100644
Binary files a/galaxy/wrapper/test-data/plotCoverage_result1.png and b/galaxy/wrapper/test-data/plotCoverage_result1.png differ
diff --git a/galaxy/wrapper/test-data/plotEnrichment_output.png b/galaxy/wrapper/test-data/plotEnrichment_output.png
index 9b50e0db..6302d954 100644
Binary files a/galaxy/wrapper/test-data/plotEnrichment_output.png and b/galaxy/wrapper/test-data/plotEnrichment_output.png differ
diff --git a/galaxy/wrapper/test-data/plotFingerprint_result1.png b/galaxy/wrapper/test-data/plotFingerprint_result1.png
index b32939ec..4608c1c7 100644
Binary files a/galaxy/wrapper/test-data/plotFingerprint_result1.png and b/galaxy/wrapper/test-data/plotFingerprint_result1.png differ
diff --git a/galaxy/wrapper/test-data/plotFingerprint_result2.png b/galaxy/wrapper/test-data/plotFingerprint_result2.png
index 313d014e..3efef836 100644
Binary files a/galaxy/wrapper/test-data/plotFingerprint_result2.png and b/galaxy/wrapper/test-data/plotFingerprint_result2.png differ
diff --git a/galaxy/wrapper/test-data/plotPCA_result1.png b/galaxy/wrapper/test-data/plotPCA_result1.png
index 4ce59d72..ad0ee266 100644
Binary files a/galaxy/wrapper/test-data/plotPCA_result1.png and b/galaxy/wrapper/test-data/plotPCA_result1.png differ
diff --git a/galaxy/wrapper/test-data/plotPCA_result2.png b/galaxy/wrapper/test-data/plotPCA_result2.png
index 4ce59d72..ad0ee266 100644
Binary files a/galaxy/wrapper/test-data/plotPCA_result2.png and b/galaxy/wrapper/test-data/plotPCA_result2.png differ
diff --git a/galaxy/wrapper/test-data/plotPCA_result2.tabular b/galaxy/wrapper/test-data/plotPCA_result2.tabular
index f2b79eed..ebdc6ff7 100644
--- a/galaxy/wrapper/test-data/plotPCA_result2.tabular
+++ b/galaxy/wrapper/test-data/plotPCA_result2.tabular
@@ -1,4 +1,4 @@
#plotPCA --outFileNameData
Component bowtie2-test1.bam bowtie2-test1.bam Eigenvalue
1 -0.7071067811865476 -0.7071067811865475 4.0
-2 -0.7071067811865475 0.7071067811865476 2.49319462166397e-32
+2 -0.7071067811865475 0.7071067811865476 1.2325951644078315e-32
diff --git a/galaxy/wrapper/test-data/profiler_result1.png b/galaxy/wrapper/test-data/profiler_result1.png
index a0f14d8b..6bdfb4ad 100644
Binary files a/galaxy/wrapper/test-data/profiler_result1.png and b/galaxy/wrapper/test-data/profiler_result1.png differ
diff --git a/galaxy/wrapper/test-data/profiler_result2.png b/galaxy/wrapper/test-data/profiler_result2.png
index d9f166c8..2e67acf1 100644
Binary files a/galaxy/wrapper/test-data/profiler_result2.png and b/galaxy/wrapper/test-data/profiler_result2.png differ