diff --git a/galaxy/wrapper/alignmentSieve.xml b/galaxy/wrapper/alignmentSieve.xml index b6b5ef0d2b..b48c2d6319 100644 --- a/galaxy/wrapper/alignmentSieve.xml +++ b/galaxy/wrapper/alignmentSieve.xml @@ -7,8 +7,6 @@ forward - - diff --git a/galaxy/wrapper/bamCompare.xml b/galaxy/wrapper/bamCompare.xml index 6e654af427..f5f6b41672 100644 --- a/galaxy/wrapper/bamCompare.xml +++ b/galaxy/wrapper/bamCompare.xml @@ -45,7 +45,7 @@ #end if #end if - --operation $comparison.type + --operation '$comparison.type' $exactScaling #if $comparison.type in ['ratio','log2']: @@ -157,10 +157,8 @@ - - - - + + + + + + + + + has_n_lines + - - + + + - - - + + + @@ -217,10 +224,15 @@ - - - + + + + + + + + @@ -232,10 +244,11 @@ - - + + + @@ -250,11 +263,14 @@ - + + + + + - - - + + @@ -267,10 +283,16 @@ - + + + + + + + + - - + diff --git a/galaxy/wrapper/deepTools_macros.xml b/galaxy/wrapper/deepTools_macros.xml index caa86a3100..a9edd002d9 100755 --- a/galaxy/wrapper/deepTools_macros.xml +++ b/galaxy/wrapper/deepTools_macros.xml @@ -5,8 +5,9 @@ 23.2 - - samtools + quay.io/biocontainers/deeptools:4.0.0--h004ce86_0 + @BINARY@ --version @@ -552,21 +553,16 @@ is vital to you, select Yes below."> - + @@ -663,10 +659,9 @@ is vital to you, select Yes below."> - - - + diff --git a/galaxy/wrapper/estimateReadFiltering.xml b/galaxy/wrapper/estimateReadFiltering.xml index 925e8d0368..e0e7491fec 100644 --- a/galaxy/wrapper/estimateReadFiltering.xml +++ b/galaxy/wrapper/estimateReadFiltering.xml @@ -32,15 +32,8 @@ #if $samFlagExclude: --samFlagExclude $samFlagExclude #end if - - #if ' '.join( map(str, $blackListFileName) ) != 'None': - #set blfiles=[] - #for $f in $blackListFileName: - #silent $blfiles.append("'%s'" % $f) - #end for - #if $blfiles != ["'None'"]: - --blackListFileName #echo ' '.join($blfiles)# - #end if + #if $blackListFileName: + --blackListFileName '$blackListFileName' #end if ]]> @@ -55,7 +48,7 @@ label="Distance between bins" help="To reduce the computation time, not every possible genomic bin is sampled. This option allows you to set the distance between bins actually sampled from. Larger numbers are sufficient for high coverage samples, while smaller values are useful for lower coverage samples. Note that if you specify a value that results in too few (<1000) reads sampled, the value will be decreased." /> - diff --git a/galaxy/wrapper/plotPCA.xml b/galaxy/wrapper/plotPCA.xml index d81b43edbe..7344402f72 100644 --- a/galaxy/wrapper/plotPCA.xml +++ b/galaxy/wrapper/plotPCA.xml @@ -77,7 +77,7 @@ - + diff --git a/galaxy/wrapper/test-data/bamCompare_result1.bg b/galaxy/wrapper/test-data/bamCompare_result1.bg deleted file mode 100644 index f4bea91a4f..0000000000 --- a/galaxy/wrapper/test-data/bamCompare_result1.bg +++ /dev/null @@ -1 +0,0 @@ -chrM 0 16569 1 diff --git a/galaxy/wrapper/test-data/bamCompare_result2.bw b/galaxy/wrapper/test-data/bamCompare_result2.bw index d6d5c0438b..75b87e5000 100644 Binary files a/galaxy/wrapper/test-data/bamCompare_result2.bw and b/galaxy/wrapper/test-data/bamCompare_result2.bw differ diff --git a/galaxy/wrapper/test-data/plotPCA_result2.png b/galaxy/wrapper/test-data/plotPCA_result2.png deleted file mode 100644 index ad0ee26656..0000000000 Binary files a/galaxy/wrapper/test-data/plotPCA_result2.png and /dev/null differ