# HG changeset patch # User bgruening # Date 1579944263 18000 # Node ID 32e451def88cbd4c273c4165526db2d8056117a2 # Parent bd7db9e2f2cb4972ee5498a1f20a423def6dccb3 "planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 7c89456b6a986259c96b8d280c53e4ab155696ef" diff -r bd7db9e2f2cb -r 32e451def88c datatypes_conf.xml --- a/datatypes_conf.xml Wed May 29 09:42:57 2019 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ - - - - - - - diff -r bd7db9e2f2cb -r 32e451def88c deepTools_macros.xml --- a/deepTools_macros.xml Wed May 29 09:42:57 2019 -0400 +++ b/deepTools_macros.xml Sat Jan 25 04:24:23 2020 -0500 @@ -1,10 +1,10 @@ --numberOfProcessors "\${GALAXY_SLOTS:-4}" - 3.3.0.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 bd7db9e2f2cb -r 32e451def88c plotCorrelation.xml --- a/plotCorrelation.xml Wed May 29 09:42:57 2019 -0400 +++ b/plotCorrelation.xml Sat Jan 25 04:24:23 2020 -0500 @@ -18,11 +18,11 @@ --plotHeight $plotting_type.plotHeight #else: --plotTitle '$plotting_type.plotTitle' - #if str($plotting_type.xRange) != '': - --xRange '$plotting_type.xRange' + #if str($plotting_type.xrange_conditional.xrange_select) == 'yes': + --xRange $plotting_type.xrange_conditional.xRange_min $plotting_type.xrange_conditional.xRange_max #end if - #if str($plotting_type.yRange) != '': - --yRange '$plotting_type.yRange' + #if str($plotting_type.yrange_conditional.yrange_select) == 'yes': + --yRange $plotting_type.yrange_conditional.yRange_min $plotting_type.yrange_conditional.yRange_max #end if $plotting_type.log1p #end if @@ -50,12 +50,32 @@ - - + + + + + + + + + + + + + + + + + + + + + + diff -r bd7db9e2f2cb -r 32e451def88c readme.rst --- a/readme.rst Wed May 29 09:42:57 2019 -0400 +++ b/readme.rst Sat Jan 25 04:24:23 2020 -0500 @@ -22,7 +22,7 @@ https://github.com/deeptools/deepTools -For support, questions, or feature requests contact: deeptools@googlegroups.com +For support or questions please post to `Biostars `__. For bug reports and feature requests please open an issue ``__. ============ diff -r bd7db9e2f2cb -r 32e451def88c repository_dependencies.xml --- a/repository_dependencies.xml Wed May 29 09:42:57 2019 -0400 +++ b/repository_dependencies.xml Sat Jan 25 04:24:23 2020 -0500 @@ -1,4 +1,4 @@ - + \ No newline at end of file diff -r bd7db9e2f2cb -r 32e451def88c test-data/heatmapper_result1.png Binary file test-data/heatmapper_result1.png has changed diff -r bd7db9e2f2cb -r 32e451def88c test-data/heatmapper_result2.png Binary file test-data/heatmapper_result2.png has changed