# HG changeset patch # User galaxyp # Date 1433008546 14400 # Node ID 1dbd76a58d8b6ba9f33d88c559ad04198ad8308a # Parent 9bee2c86eeb1ecc56e9e2d7e78bacd9e44ba27ae planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit f720d773e34ad90d14d7cae77c1a0bb5d126102c-dirty diff -r 9bee2c86eeb1 -r 1dbd76a58d8b bamCompare.xml --- a/bamCompare.xml Mon May 25 05:16:10 2015 -0400 +++ b/bamCompare.xml Sat May 30 13:55:46 2015 -0400 @@ -109,10 +109,15 @@ + label="How to compare the two files" + help="The default is to output the log2ratio between the two samples. + The reciprocal ratio returns the negative of the inverse of the ratio if + the ratio is less than 0. The resulting values are interpreted as negative fold changes."> + + @@ -120,6 +125,10 @@ + + + + diff -r 9bee2c86eeb1 -r 1dbd76a58d8b bamFingerprint.xml --- a/bamFingerprint.xml Mon May 25 05:16:10 2015 -0400 +++ b/bamFingerprint.xml Sat May 30 13:55:46 2015 -0400 @@ -112,7 +112,7 @@ - + diff -r 9bee2c86eeb1 -r 1dbd76a58d8b bamPEFragmentSize.xml --- a/bamPEFragmentSize.xml Mon May 25 05:16:10 2015 -0400 +++ b/bamPEFragmentSize.xml Sat May 30 13:55:46 2015 -0400 @@ -35,7 +35,7 @@ - + diff -r 9bee2c86eeb1 -r 1dbd76a58d8b bigwigCompare.xml --- a/bigwigCompare.xml Mon May 25 05:16:10 2015 -0400 +++ b/bigwigCompare.xml Sat May 30 13:55:46 2015 -0400 @@ -46,12 +46,15 @@ + label="How to compare the two files" + help="The default is to output the log2ratio between the two samples. + The reciprocal ratio returns the negative of the inverse of the ratio if + the ratio is less than 0. The resulting values are interpreted as negative fold changes. (--ratio)"> - + @@ -61,7 +64,9 @@ - + + + @@ -107,8 +112,8 @@ - - + + @@ -116,8 +121,8 @@ - - + + diff -r 9bee2c86eeb1 -r 1dbd76a58d8b bigwigCorrelate.xml --- a/bigwigCorrelate.xml Mon May 25 05:16:10 2015 -0400 +++ b/bigwigCorrelate.xml Sat May 30 13:55:46 2015 -0400 @@ -1,4 +1,4 @@ - + correlates pairs of BigWig files bigwigCorrelate @@ -143,16 +143,17 @@ - + - + + diff -r 9bee2c86eeb1 -r 1dbd76a58d8b computeGCBias.xml --- a/computeGCBias.xml Mon May 25 05:16:10 2015 -0400 +++ b/computeGCBias.xml Sat May 30 13:55:46 2015 -0400 @@ -113,15 +113,19 @@ - + - + + + + + + - diff -r 9bee2c86eeb1 -r 1dbd76a58d8b computeMatrix.xml --- a/computeMatrix.xml Mon May 25 05:16:10 2015 -0400 +++ b/computeMatrix.xml Sat May 30 13:55:46 2015 -0400 @@ -63,13 +63,13 @@ $advancedOpt.skipZeros --binSize $advancedOpt.binSize - #if $advancedOpt.minThreshold: + #if $advancedOpt.minThreshold is not None and str($advancedOpt.minThreshold) != '': --minThreshold $advancedOpt.minThreshold #end if - #if $advancedOpt.maxThreshold: + #if $advancedOpt.maxThreshold is not None and str($advancedOpt.maxThreshold) != '': --maxThreshold $advancedOpt.maxThreshold #end if - #if $advancedOpt.scale: + #if $advancedOpt.scale is not None and str($advancedOpt.scale) != '': --scale $advancedOpt.scale #end if @@ -223,7 +223,7 @@ - + @@ -242,7 +242,7 @@ - + @@ -252,7 +252,7 @@ - + diff -r 9bee2c86eeb1 -r 1dbd76a58d8b correctGCBias.xml --- a/correctGCBias.xml Mon May 25 05:16:10 2015 -0400 +++ b/correctGCBias.xml Sat May 30 13:55:46 2015 -0400 @@ -26,7 +26,9 @@ #if str($region).strip() != '': --region '$region' #end if - --correctedFile $outFileName + --correctedFile corrected.bam; + + mv corrected.bam $outFileName; ]]> @@ -43,12 +45,12 @@ - + - + - - + + diff -r 9bee2c86eeb1 -r 1dbd76a58d8b datatypes_conf.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/datatypes_conf.xml Sat May 30 13:55:46 2015 -0400 @@ -0,0 +1,6 @@ + + + + + + diff -r 9bee2c86eeb1 -r 1dbd76a58d8b deepTools_macros.xml --- a/deepTools_macros.xml Mon May 25 05:16:10 2015 -0400 +++ b/deepTools_macros.xml Sat May 30 13:55:46 2015 -0400 @@ -79,7 +79,7 @@ label="Did you compute the matrix with more than one groups of regions?" help="Would you like to cluster the regions according to the similarity of the signal distribution? This is only possible if you used computeMatrix on only one group of regions."> - + diff -r 9bee2c86eeb1 -r 1dbd76a58d8b heatmapper.xml --- a/heatmapper.xml Mon May 25 05:16:10 2015 -0400 +++ b/heatmapper.xml Sat May 30 13:55:46 2015 -0400 @@ -102,13 +102,14 @@ + help="Whether the heatmap should present the regions sorted. The default is to sort in descending order based on the mean value per region. (--sortRegions)"> - + @@ -117,7 +118,9 @@ - + @@ -127,22 +130,25 @@ + help="If 'Represent missing data as zero' is not set, such cases will be colored in black by default. + By using this parameter a different color can be set. A value between 0 and 1 will be used for a gray scale (black is 0). + Also color names can be used, see a list here: http://packages.python.org/ete2/reference/reference_svgcolors.html. + Alternatively colors can be specified using the #rrggbb notation. (--missingDataColor)" /> + label="Minimum value for the heatmap intensities. Leave empty for automatic values" help="(--zMin)"/> + label="Maximum value for the heatmap intensities. Leave empty for automatic values" help="(--zMax)"/> + label="Minimum value for the Y-axis of the summary plot. Leave empty for automatic values" help="(--yMin)"/> + label="Maximum value for Y-axis of the summary plot. Leave empty for automatic values" help="(--yMax)"/> + label="Description for the x-axis label" help="(--xAxisLabel)"/> + label="Description for the y-axis label for the top panel" help="(--yAxisLabel)"/> @@ -150,7 +156,7 @@ label="Heatmap height in cm" help="The minimum value is 3 and the maximum is 100."/> + help ="The default is to include a summary or profile plot on top of the heatmap and a heatmap colorbar. (--whatToShow)"> @@ -160,17 +166,17 @@ + help ="Only for scale-regions mode. Label shown in the plot for the start of the region. Default is TSS (transcription start site), but could be changed to anything, e.g. "peak start". (--startLabel)" /> + help="Only for scale-regions mode. Label shown in the plot for the region end. Default is TES (transcription end site). (--endLabel)"/> + help ="Label shown in the plot for the reference-point. Default is the same as the reference point selected (e.g. TSS), but could be anything, e.g. "peak start" etc. (--referencePointLabel)" /> + help="If more than one region is being plotted a list of labels separated by comma and limited by quotes, is required. For example, label1, label2. (--regionsLabel)"> @@ -179,7 +185,8 @@ + help="When computeMatrix was used on more than one group of genes, the average plots for all the groups will be drawn in one panel by default. + If this option is set, each group will get its own plot, stacked on top of each other. (--onePlotPerGroup)"/> @@ -192,7 +199,7 @@ - + diff -r 9bee2c86eeb1 -r 1dbd76a58d8b plotCorrelation.xml --- a/plotCorrelation.xml Mon May 25 05:16:10 2015 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,195 +0,0 @@ - - creates a heatmap for a score associated to genomic regions - - heatmapper - deepTools_macros.xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -r 9bee2c86eeb1 -r 1dbd76a58d8b profiler.xml --- a/profiler.xml Mon May 25 05:16:10 2015 -0400 +++ b/profiler.xml Sat May 30 13:55:46 2015 -0400 @@ -168,7 +168,7 @@ - + diff -r 9bee2c86eeb1 -r 1dbd76a58d8b test-data/1.bigwig Binary file test-data/1.bigwig has changed diff -r 9bee2c86eeb1 -r 1dbd76a58d8b test-data/_1.bigwig Binary file test-data/_1.bigwig has changed diff -r 9bee2c86eeb1 -r 1dbd76a58d8b test-data/_2.bigwig Binary file test-data/_2.bigwig has changed diff -r 9bee2c86eeb1 -r 1dbd76a58d8b test-data/_3.bigwig Binary file test-data/_3.bigwig has changed diff -r 9bee2c86eeb1 -r 1dbd76a58d8b test-data/bamCorrelate_result1.png Binary file test-data/bamCorrelate_result1.png has changed diff -r 9bee2c86eeb1 -r 1dbd76a58d8b test-data/bamFingerprint_result1.png Binary file test-data/bamFingerprint_result1.png has changed diff -r 9bee2c86eeb1 -r 1dbd76a58d8b test-data/bamPEFragmentSize_histogram_result1.png Binary file test-data/bamPEFragmentSize_histogram_result1.png has changed diff -r 9bee2c86eeb1 -r 1dbd76a58d8b test-data/bigwigCompare_result1.bw Binary file test-data/bigwigCompare_result1.bw has changed diff -r 9bee2c86eeb1 -r 1dbd76a58d8b test-data/bigwigCompare_result2.bg --- a/test-data/bigwigCompare_result2.bg Mon May 25 05:16:10 2015 -0400 +++ b/test-data/bigwigCompare_result2.bg Sat May 30 13:55:46 2015 -0400 @@ -1,5 +1,3 @@ -chr21 0 10000000 1.0 -chr21 10000000 20000000 1.0 -chr21 20000000 30000000 1.0 -chr21 30000000 40000000 1.0 -chr21 40000000 48129895 1.0 +ch1 0 400 1.0 +ch2 0 400 1.0 +ch3 0 400 1.0 diff -r 9bee2c86eeb1 -r 1dbd76a58d8b test-data/bigwigCorrelate_result1.png Binary file test-data/bigwigCorrelate_result1.png has changed diff -r 9bee2c86eeb1 -r 1dbd76a58d8b test-data/computeGCBias_result1.png Binary file test-data/computeGCBias_result1.png has changed diff -r 9bee2c86eeb1 -r 1dbd76a58d8b test-data/computeGCBias_result1.tabular --- a/test-data/computeGCBias_result1.tabular Mon May 25 05:16:10 2015 -0400 +++ b/test-data/computeGCBias_result1.tabular Sat May 30 13:55:46 2015 -0400 @@ -1,12 +1,3 @@ -0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 -0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 -0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 -0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 -0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 -0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 -0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 -0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 -0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 @@ -32,29 +23,28 @@ 0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 1.000000000000000000e+00 -0.000000000000000000e+00 2.900000000000000000e+01 1.000000000000000000e+00 -2.000000000000000000e+00 2.900000000000000000e+01 4.068965517241379004e+00 -1.000000000000000000e+00 5.900000000000000000e+01 1.000000000000000000e+00 -3.000000000000000000e+00 9.600000000000000000e+01 1.843750000000000000e+00 -2.000000000000000000e+00 1.570000000000000000e+02 7.515923566878981443e-01 -5.000000000000000000e+00 1.740000000000000000e+02 1.695402298850574585e+00 -5.000000000000000000e+00 2.340000000000000000e+02 1.260683760683760646e+00 -7.000000000000000000e+00 3.590000000000000000e+02 1.150417827298050089e+00 -4.000000000000000000e+00 3.690000000000000000e+02 6.395663956639566772e-01 -7.000000000000000000e+00 4.310000000000000000e+02 9.582366589327145912e-01 -8.000000000000000000e+00 4.820000000000000000e+02 9.792531120331949834e-01 -1.100000000000000000e+01 5.490000000000000000e+02 1.182149362477231236e+00 -8.000000000000000000e+00 5.220000000000000000e+02 9.042145593869731490e-01 -8.000000000000000000e+00 5.670000000000000000e+02 8.324514991181657386e-01 -2.000000000000000000e+00 3.760000000000000000e+02 3.138297872340425343e-01 -6.000000000000000000e+00 2.650000000000000000e+02 1.335849056603773510e+00 -1.000000000000000000e+00 1.840000000000000000e+02 3.206521739130434590e-01 -0.000000000000000000e+00 1.160000000000000000e+02 1.000000000000000000e+00 -4.000000000000000000e+00 8.400000000000000000e+01 2.809523809523809312e+00 -2.000000000000000000e+00 8.300000000000000000e+01 1.421686746987951944e+00 -3.000000000000000000e+00 6.600000000000000000e+01 2.681818181818182101e+00 -0.000000000000000000e+00 3.900000000000000000e+01 1.000000000000000000e+00 -0.000000000000000000e+00 1.600000000000000000e+01 1.000000000000000000e+00 +0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 +0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 +0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 +0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 +0.000000000000000000e+00 1.000000000000000000e+00 1.000000000000000000e+00 +0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 +0.000000000000000000e+00 1.000000000000000000e+00 1.000000000000000000e+00 +0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 +0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 +0.000000000000000000e+00 1.000000000000000000e+00 1.000000000000000000e+00 +0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 +0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 +0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 +0.000000000000000000e+00 1.000000000000000000e+00 1.000000000000000000e+00 +0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 +0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 +0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 +0.000000000000000000e+00 2.000000000000000000e+00 1.000000000000000000e+00 +0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 +0.000000000000000000e+00 2.000000000000000000e+00 1.000000000000000000e+00 +0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 +0.000000000000000000e+00 1.000000000000000000e+00 1.000000000000000000e+00 0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 @@ -99,3 +89,13 @@ 0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 +0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 +0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 +0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 +0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 +0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 +0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 +0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 +0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 +0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 +0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00 diff -r 9bee2c86eeb1 -r 1dbd76a58d8b test-data/correctGCBias_result1.bam Binary file test-data/correctGCBias_result1.bam has changed diff -r 9bee2c86eeb1 -r 1dbd76a58d8b test-data/paired_chr2L.bam Binary file test-data/paired_chr2L.bam has changed diff -r 9bee2c86eeb1 -r 1dbd76a58d8b test-data/sequence.2bit Binary file test-data/sequence.2bit has changed diff -r 9bee2c86eeb1 -r 1dbd76a58d8b test-data/test.bw Binary file test-data/test.bw has changed diff -r 9bee2c86eeb1 -r 1dbd76a58d8b tool_dependencies.xml --- a/tool_dependencies.xml Mon May 25 05:16:10 2015 -0400 +++ b/tool_dependencies.xml Sat May 30 13:55:46 2015 -0400 @@ -1,6 +1,6 @@ - +