# HG changeset patch # User bgruening # Date 1494802476 14400 # Node ID d4fdd10516f60697a1245f3e8e44c252a752f8ad # Parent b8431744eab37692eb587b63a2a31e74e1a50b82 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b5fc4073c884a2d6a4092ea85150db1971010f28 diff -r b8431744eab3 -r d4fdd10516f6 deepTools_macros.xml --- a/deepTools_macros.xml Fri Mar 31 18:13:32 2017 -0400 +++ b/deepTools_macros.xml Sun May 14 18:54:36 2017 -0400 @@ -1,10 +1,9 @@ --numberOfProcessors "\${GALAXY_SLOTS:-4}" - 2.5.0 + 2.5.1.0 - python deeptools @@ -25,6 +24,21 @@ + + --plotWidth '$advancedOpt.plotWidth' + --plotHeight '$advancedOpt.plotHeight' + + + + + + + + #if $advancedOpt.doExtendCustom.doExtend == 'custom': --extendReads $advancedOpt.doExtendCustom.extendReadsValue @@ -369,46 +383,26 @@ - + - - + - - - - - - - - - - - - - - - - - - + @@ -416,13 +410,13 @@ - + - - + + @@ -467,16 +461,16 @@ #import re #if $multibigwig_conditional.orderMatters == "No": #for $counter, $bigwig in enumerate($multibigwig_conditional.bigwigfiles): - #set identifier = re.sub('[^\.\s\w\-]', '_', str($bigwig.element_identifier)) - ln -s "${bigwig}" "${counter}.bw" && - #silent $files.append('%s.bw' % $counter) + #set identifier = re.sub('[^\.\s\w\-]', '_', str($bigwig.element_identifier)) + 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 -s "${f.bigwigfiles}" "${counter}.bw" && - #silent $files.append('%s.bw' % $counter) + ln -f -s "${f.bigwigfiles}" "${identifier}_${counter}.bw" && + #silent $files.append('%s_%s.bw' % ($identifier, $counter)) #silent $labels.append("'%s'" % $identifier) #end for #end if diff -r b8431744eab3 -r d4fdd10516f6 plotCoverage.xml --- a/plotCoverage.xml Fri Mar 31 18:13:32 2017 -0400 +++ b/plotCoverage.xml Sun May 14 18:54:36 2017 -0400 @@ -38,6 +38,7 @@ --plotTitle '$advancedOpt.plotTitle' #end if @ADVANCED_OPTS_READ_PROCESSING@ + @PLOTWIDTHHEIGHT@ @blacklist@ #end if @@ -45,7 +46,7 @@ - + @@ -57,6 +58,7 @@ + diff -r b8431744eab3 -r d4fdd10516f6 repository_dependencies.xml --- a/repository_dependencies.xml Fri Mar 31 18:13:32 2017 -0400 +++ b/repository_dependencies.xml Sun May 14 18:54:36 2017 -0400 @@ -1,4 +1,4 @@ - + diff -r b8431744eab3 -r d4fdd10516f6 test-data/bamPEFragmentSize_result1.txt --- a/test-data/bamPEFragmentSize_result1.txt Fri Mar 31 18:13:32 2017 -0400 +++ b/test-data/bamPEFragmentSize_result1.txt Sun May 14 18:54:36 2017 -0400 @@ -1,6 +1,6 @@ -BAM file : 0.bam +Sample label: bowtie2 test1.bam Sample size: 3 Fragment lengths: diff -r b8431744eab3 -r d4fdd10516f6 test-data/plotFingerprint_quality_metrics.tabular --- a/test-data/plotFingerprint_quality_metrics.tabular Fri Mar 31 18:13:32 2017 -0400 +++ b/test-data/plotFingerprint_quality_metrics.tabular Sun May 14 18:54:36 2017 -0400 @@ -1,3 +1,3 @@ Sample AUC Synthetic AUC X-intercept Synthetic X-intercept Elbow Point Synthetic Elbow Point JS Distance Synthetic JS Distance % genome enriched diff. enrichment CHANCE divergence bowtie2 test1.bam 0.00493632029864 0.481650684758 0.984443061605 1.15310443503e-24 0.984940883634 0.523268829811 NA 0.269004498068 NA NA NA -bowtie2 test1.bam 0.00493632029864 0.481650684758 0.984443061605 1.15310443503e-24 0.984940883634 0.523268829811 NA 0.269004498068 NA NA NA +bowtie2 test1.bam 0.00493632029864 0.481650684758 0.984443061605 1.15310443503e-24 0.984940883634 0.523268829811 0.0 0.269004498068 0 0 0 diff -r b8431744eab3 -r d4fdd10516f6 tool_dependencies.xml --- a/tool_dependencies.xml Fri Mar 31 18:13:32 2017 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ - - - - - - - - -