# HG changeset patch
# User bgruening
# Date 1579851630 0
# Node ID 2c17ceeae363ea15de572f8e0494139d85e0826b
# Parent ed617a38a03ed2a0cf20c83038c585f3bfc452ab
"planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 7c89456b6a986259c96b8d280c53e4ab155696ef"
diff -r ed617a38a03e -r 2c17ceeae363 datatypes_conf.xml
--- a/datatypes_conf.xml Tue Apr 02 07:09:04 2019 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff -r ed617a38a03e -r 2c17ceeae363 deepTools_macros.xml
--- a/deepTools_macros.xml Tue Apr 02 07:09:04 2019 -0400
+++ b/deepTools_macros.xml Fri Jan 24 07:40:30 2020 +0000
@@ -1,10 +1,10 @@
--numberOfProcessors "\${GALAXY_SLOTS:-4}"
- 3.2.1.0
+ 3.3.2.0
- deeptools
+ deeptools
samtools
@@ -164,6 +164,12 @@
+
@@ -181,6 +187,7 @@
--hclust $advancedOpt.used_multiple_regions.clustering.n_hclust
#end if
#end if
+ $advancedOpt.used_multiple_regions.silhouette
#end if
@@ -217,10 +224,10 @@
help="If set and a BED12 or GTF file or files is used to provide regions, only exons will be used. This is convenient for looking at coverage over mature mRNA transcripts or similar uses where introns should be ignored." />
+ help="When a GTF file is used to provide regions, only entries with this value as their feature (column 3) will be processed as transcripts. Default: transcript" />
+ help="When a GTF file is used to provide regions, only entries with this value as their feature (column 3) will be processed as exons. CDS would be another common value for this. Default: exon" />
brg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -893,6 +919,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r ed617a38a03e -r 2c17ceeae363 plotCoverage.xml
--- a/plotCoverage.xml Tue Apr 02 07:09:04 2019 -0400
+++ b/plotCoverage.xml Fri Jan 24 07:40:30 2020 +0000
@@ -25,6 +25,23 @@
--outRawCounts '$outFileRawCounts'
#end if
+ #if ' '.join(map(str, $BED)) != 'None':
+ #set bedFileLList=[]
+ #for $f in $BED:
+ #silent $bedFileList.append("'%s'" % $f)
+ #end for
+ #if $bedFileList != ["'None'"]:
+ --BED #echo ' '.join($bedFileList)#
+ #end if
+ #end if
+
+ #if $coverageOpt.showCoverageOpt == "yes":
+ --outCoverageMetrics '$outFileCoverageMetrics'
+ #for $t in $coverageOpt.thresholds:
+ -ct $t.coverageThreshold
+ #end for
+ #end if
+
#if $advancedOpt.showAdvancedOpt == "yes":
--numberOfSamples '$advancedOpt.numberOfSamples'
$advancedOpt.skipZeros
@@ -48,11 +65,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
@@ -78,6 +112,9 @@
outRawCounts is True
+
+ coverageOpt.outCoverageMetrics is True
+
@@ -89,6 +126,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
`__. For bug reports and feature requests please open an issue ``__.
============
diff -r ed617a38a03e -r 2c17ceeae363 repository_dependencies.xml
--- a/repository_dependencies.xml Tue Apr 02 07:09:04 2019 -0400
+++ b/repository_dependencies.xml Fri Jan 24 07:40:30 2020 +0000
@@ -1,4 +1,4 @@
-
+
\ No newline at end of file
diff -r ed617a38a03e -r 2c17ceeae363 test-data/heatmapper_result1.png
Binary file test-data/heatmapper_result1.png has changed
diff -r ed617a38a03e -r 2c17ceeae363 test-data/heatmapper_result2.png
Binary file test-data/heatmapper_result2.png has changed
diff -r ed617a38a03e -r 2c17ceeae363 test-data/plotCoverage.metrics
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/plotCoverage.metrics Fri Jan 24 07:40:30 2020 +0000
@@ -0,0 +1,9 @@
+Sample Threshold Percent
+bowtie2 test1.bam 0 100.000
+bowtie2 test1.bam 0 100.000
+bowtie2 test1.bam 5 1.509
+bowtie2 test1.bam 5 1.509
+bowtie2 test1.bam 10 1.461
+bowtie2 test1.bam 10 1.461
+bowtie2 test1.bam 20 1.406
+bowtie2 test1.bam 20 1.406
diff -r ed617a38a03e -r 2c17ceeae363 test-data/plotCoverage_result1.png
Binary file test-data/plotCoverage_result1.png has changed