# HG changeset patch # User bgruening # Date 1522939250 14400 # Node ID e0be6dd1b73884c3c5857e36aa9d932f7b5b7196 # Parent 1a5997d41cd33ad5daf2a4da6a686ec7c75f869d planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 5a01e3a370130f32a82d5436504371ed95be1754 diff -r 1a5997d41cd3 -r e0be6dd1b738 deepTools_macros.xml --- a/deepTools_macros.xml Fri Mar 02 15:23:48 2018 -0500 +++ b/deepTools_macros.xml Thu Apr 05 10:40:50 2018 -0400 @@ -1,10 +1,10 @@ --numberOfProcessors "\${GALAXY_SLOTS:-4}" - 3.0.1 + 3.0.2 - deeptools + deeptools samtools @@ -118,6 +118,7 @@ + @@ -443,7 +444,7 @@ #if $multibam_conditional.orderMatters == "No": #for $counter, $bamfile in enumerate($multibam_conditional.bamfiles): #set identifier = re.sub('[^\.\s\w\-]', '_', str($bamfile.element_identifier)) - ln -s "${bamfile}" "./${counter}.bam" && + ln -s '${bamfile}' './${counter}.bam' && #if $bamfile.ext == 'bam': ln -s '${bamfile.metadata.bam_index}' './${counter}.bam.bai' && #else: @@ -455,7 +456,7 @@ #else: #for $counter, $f in enumerate($multibam_conditional.multibam_repeats): #set identifier = re.sub('[^\.\s\w\-]', '_', str($f.bamfiles.element_identifier)) - ln -s "${f.bamfiles}" "./${counter}.bam" && + ln -s '${f.bamfiles}' './${counter}.bam' && #if $f.bamfiles.ext == 'bam': ln -s '${f.bamfiles.metadata.bam_index}' './${counter}.bam.bai' && #else: @@ -476,14 +477,14 @@ #if $multibigwig_conditional.orderMatters == "No": #for $counter, $bigwig in enumerate($multibigwig_conditional.bigwigfiles): #set identifier = re.sub('[^\.\s\w\-]', '_', str($bigwig.element_identifier)) - ln -f -s "${bigwig}" "${identifier}_${counter}.bw" && + ln -f -s '${bigwig}' '${identifier}_${counter}.bw' && #silent $files.append("'%s_%s.bw'" % ($identifier, $counter)) #silent $labels.append("'%s'" % $identifier) #end for #else: #for $counter, $f in enumerate($multibigwig_conditional.multibigwig_repeats): #set identifier = re.sub('[^\.\s\w\-]', '_', str($f.bigwigfiles.element_identifier)) - ln -f -s "${f.bigwigfiles}" "${identifier}_${counter}.bw" && + ln -f -s '${f.bigwigfiles}' '${identifier}_${counter}.bw' && #silent $files.append("'%s_%s.bw'" % ($identifier, $counter)) #silent $labels.append("'%s'" % $identifier) #end for @@ -556,7 +557,7 @@ #if $source.ref_source=="history": --genome $source.input1 #else: - --genome "$source.input1_2bit.fields.path" + --genome '$source.input1_2bit.fields.path' #end if diff -r 1a5997d41cd3 -r e0be6dd1b738 plotEnrichment.xml --- a/plotEnrichment.xml Fri Mar 02 15:23:48 2018 -0500 +++ b/plotEnrichment.xml Thu Apr 05 10:40:50 2018 -0400 @@ -19,10 +19,10 @@ @multiple_bed@ #if $outRawCounts: - --outRawCounts "$outFileRawCounts" + --outRawCounts '$outFileRawCounts' #end if - --plotFileFormat "$outFileFormat" + --plotFileFormat '$outFileFormat' #if str($region).strip() != "": --region '$region' diff -r 1a5997d41cd3 -r e0be6dd1b738 test-data/multiBamSummary_result1.npz Binary file test-data/multiBamSummary_result1.npz has changed diff -r 1a5997d41cd3 -r e0be6dd1b738 test-data/multiBamSummary_result2.npz Binary file test-data/multiBamSummary_result2.npz has changed