diff --git a/galaxy/wrapper/bamCompare.xml b/galaxy/wrapper/bamCompare.xml index d376dd139d..f1136ad6fa 100644 --- a/galaxy/wrapper/bamCompare.xml +++ b/galaxy/wrapper/bamCompare.xml @@ -173,8 +173,8 @@ - - + + @@ -183,8 +183,8 @@ - - + + diff --git a/galaxy/wrapper/bamCoverage.xml b/galaxy/wrapper/bamCoverage.xml index 13f30b3d69..daf0a5b72c 100644 --- a/galaxy/wrapper/bamCoverage.xml +++ b/galaxy/wrapper/bamCoverage.xml @@ -130,7 +130,7 @@ - + @@ -138,14 +138,14 @@ - + - + diff --git a/galaxy/wrapper/bamPEFragmentSize.xml b/galaxy/wrapper/bamPEFragmentSize.xml index c9beb3a9a0..fa043fd61d 100644 --- a/galaxy/wrapper/bamPEFragmentSize.xml +++ b/galaxy/wrapper/bamPEFragmentSize.xml @@ -55,7 +55,7 @@ - + diff --git a/galaxy/wrapper/multiBamSummary.xml b/galaxy/wrapper/multiBamSummary.xml index 837cc41ec1..f9d0f76748 100644 --- a/galaxy/wrapper/multiBamSummary.xml +++ b/galaxy/wrapper/multiBamSummary.xml @@ -16,8 +16,8 @@ @THREADS@ --outFileName '$outFile' - --bamfiles '#echo "' '".join($files)#' - --labels '#echo "' '".join($labels)#' + --bamfiles #echo " ".join($files)# + --labels #echo " ".join($labels)# #if $outRawCounts: --outRawCounts '$outFileRawCounts' @@ -85,13 +85,13 @@ - + - + diff --git a/galaxy/wrapper/multiBigwigSummary.xml b/galaxy/wrapper/multiBigwigSummary.xml index 56a837eed1..1751afba94 100644 --- a/galaxy/wrapper/multiBigwigSummary.xml +++ b/galaxy/wrapper/multiBigwigSummary.xml @@ -18,8 +18,8 @@ @THREADS@ --outFileName $outFile - --bwfiles '#echo "' '".join($files)#' - --labels '#echo "' '".join($labels)#' + --bwfiles #echo " ".join($files)# + --labels #echo " ".join($labels)# #if $outRawCounts: --outRawCounts '$outFileRawCounts' diff --git a/galaxy/wrapper/plotCoverage.xml b/galaxy/wrapper/plotCoverage.xml index bf22e8e151..01fcb67f8e 100644 --- a/galaxy/wrapper/plotCoverage.xml +++ b/galaxy/wrapper/plotCoverage.xml @@ -17,8 +17,8 @@ @THREADS@ --plotFile '$outFileName' - --bamfiles '#echo "' '".join($files)#' - --labels '#echo "' '".join($labels)#' + --bamfiles #echo " ".join($files)# + --labels #echo " ".join($labels)# --plotFileFormat "$outFileFormat" #if $outRawCounts: @@ -76,13 +76,13 @@ - + - + diff --git a/galaxy/wrapper/plotFingerprint.xml b/galaxy/wrapper/plotFingerprint.xml index 2020bc0f84..87d70a4df0 100644 --- a/galaxy/wrapper/plotFingerprint.xml +++ b/galaxy/wrapper/plotFingerprint.xml @@ -94,13 +94,13 @@ - + - + diff --git a/galaxy/wrapper/test-data/bowtie2-test1.bam b/galaxy/wrapper/test-data/bowtie2 test1.bam similarity index 100% rename from galaxy/wrapper/test-data/bowtie2-test1.bam rename to galaxy/wrapper/test-data/bowtie2 test1.bam diff --git a/galaxy/wrapper/test-data/plotCoverage_result1.tabular b/galaxy/wrapper/test-data/plotCoverage_result1.tabular index fe3f97d12a..ca382b0d57 100644 --- a/galaxy/wrapper/test-data/plotCoverage_result1.tabular +++ b/galaxy/wrapper/test-data/plotCoverage_result1.tabular @@ -1,4 +1,4 @@ -#'chr' 'start' 'end' 'bowtie2-test1.bam' 'bowtie2-test1.bam' +#'chr' 'start' 'end' 'bowtie2 test1.bam' 'bowtie2 test1.bam' chrM 0 1 23.0 23.0 chrM 1 2 35.0 35.0 chrM 2 3 35.0 35.0 diff --git a/galaxy/wrapper/test-data/plotFingerprint_result2.tabular b/galaxy/wrapper/test-data/plotFingerprint_result2.tabular index b05e7f023d..2096b46182 100644 --- a/galaxy/wrapper/test-data/plotFingerprint_result2.tabular +++ b/galaxy/wrapper/test-data/plotFingerprint_result2.tabular @@ -1,4 +1,4 @@ -'bowtie2-test1.bam' 'bowtie2-test1.bam' +'bowtie2 test1.bam' 'bowtie2 test1.bam' 68 68 65 65 61 61 diff --git a/galaxy/wrapper/tool_dependencies.xml b/galaxy/wrapper/tool_dependencies.xml index 4a2d4797ad..500d2956d2 100644 --- a/galaxy/wrapper/tool_dependencies.xml +++ b/galaxy/wrapper/tool_dependencies.xml @@ -3,7 +3,7 @@ - - + +