# HG changeset patch # User bgruening # Date 1445366592 14400 # Node ID 5231f398d784023e0e8ff8727c193ed70b3b7820 # Parent 3a2aab18a217a98155aa6d24339993b7d23dc3d0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 3bc1d1c6f4e28ac7ff8df79fe4e3f00a195938e6-dirty diff -r 3a2aab18a217 -r 5231f398d784 bamCompare.xml --- a/bamCompare.xml Tue Sep 16 13:46:05 2014 -0400 +++ b/bamCompare.xml Tue Oct 20 14:43:12 2015 -0400 @@ -1,59 +1,59 @@ normalizes and compares two BAM files to obtain the ratio, log2ratio or difference. (bam2bigwig) - - bamCompare deepTools_macros.xml + + - - - - + help ="Reads will be extended to match this length unless they are paired-end, in which case they will be extended to match the fragment length. If this value is set to the read length or smaller, the read will not be extended. *Warning* the fragment length affects the normalization to 1x (see "normalize coverage to 1x"). The formula to normalize using the sequencing depth is genomeSize/(number of mapped reads * fragment length). *NOTE*: If the BAM files contain mated and unmated paired-end reads, unmated reads will be extended to match the fragment length. (--fragmentLength)"/> + help="The genome will be divided in bins (also called tiles) of the specified length. For each bin the overlaping number of fragments (or reads) will be reported. If only half a fragment overlaps, this fraction will be reported. (--binSize)"/> - - - + - - - + 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."> + + + + + @@ -125,6 +125,10 @@ + + + + @@ -145,9 +149,7 @@ - - @@ -155,32 +157,19 @@ - - - - - - - - + help ="The smooth length defines a window, larger than the bin size, to average the number of reads. For example, if the bin size is set to 20 bp and the smooth length is set to 60 bp, then, for each bin size the average of it and its left and right neighbors is considered. Any value smaller than the bin size will be ignored and no smoothing will be applied. (--smoothLength)"/> + + + - - + - @@ -190,8 +179,21 @@ + + + + + + + + + + + + + - + diff -r 3a2aab18a217 -r 5231f398d784 bamCorrelate.xml --- a/bamCorrelate.xml Tue Sep 16 13:46:05 2014 -0400 +++ b/bamCorrelate.xml Tue Oct 20 14:43:12 2015 -0400 @@ -1,12 +1,12 @@ correlates pairs of BAM files - - bamCorrelate deepTools_macros.xml + + - + help ="Reads will be extended to match this length unless they are paired-end, + in which case they will be extended to match the fragment length. + *NOTE*: If the BAM files contain mated and unmated paired-end reads, unmated reads will + be extended to match the fragment length. (--fragmentLength)"/> @@ -82,14 +89,18 @@ + help="In the bins mode, the correlation is computed based on equal + length bins. In the BED file mode, as list of genomic regions in BED + format has to be given. For each region in the BED file the number of + overlapping reads is counted in each of the BAM files. + Then the correlation is computed."> + help="Length in base pairs for a window used to sample the genome. (--binSize)"/> + considered. (--distanceBetweenBins)"/> + deviations from the median. (--doNotRemoveOutliers)"/> - + - - + + @@ -155,8 +168,24 @@ + + + + + + + + + + + + + + + + - + diff -r 3a2aab18a217 -r 5231f398d784 bamCoverage.xml --- a/bamCoverage.xml Tue Sep 16 13:46:05 2014 -0400 +++ b/bamCoverage.xml Tue Oct 20 14:43:12 2015 -0400 @@ -1,68 +1,71 @@ generates a coverage bigWig file from a given BAM file. Multiple options are available to count reads and normalize coverage. (bam2bigwig) - - bamCoverage deepTools_macros.xml + + - + help ="Reads will be extended to match this length unless they are paired-end, in which case they will be extended to match the fragment length. If this value is set to the read length or smaller, the read will not be extended. *Warning* the fragment length affects the normalization to 1x (see "normalize coverage to 1x"). Sequencing depth is defined as: (total number of mapped reads * fragment length) / effective genome size. *NOTE*: If the BAM files contain mated and unmated paired-end reads, unmated reads will be extended to match the fragment length. (--fragmentLength)"/> - - + help ="The smooth length defines a window, larger than the bin size, to average the number of reads. For example, if the bin size is set to 20 bp and the smooth length is set to 60 bp, then, for each bin size the average of it and its left and right neighbors is considered. Any value smaller than the bin size will be ignored and no smoothing will be applied. (--smoothLength)"/> - - - - + + + - + - - - - - - + + + + + + + + + + + + + + + + + + + + + - + diff -r 3a2aab18a217 -r 5231f398d784 correctGCBias.xml --- a/correctGCBias.xml Tue Sep 16 13:46:05 2014 -0400 +++ b/correctGCBias.xml Tue Oct 20 14:43:12 2015 -0400 @@ -1,92 +1,60 @@ uses the output from computeGCBias to generate corrected BAM files - - correctGCBias deepTools_macros.xml + - #import tempfile - #set $temp_dir = os.path.abspath(tempfile.mkdtemp()) - - #set $temp_bam_handle = tempfile.NamedTemporaryFile( dir=$temp_dir ) - #set $temp_bam_path = $temp_bam_handle.name + '.bam' - #silent $temp_bam_handle.close() - #silent os.system("ln -s %s %s" % (str($bamInput), $temp_bam_path)) - #silent os.system("ln -s %s %s.bai" % (str($bamInput.metadata.bam_index), $temp_bam_path)) - + - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + - + diff -r 3a2aab18a217 -r 5231f398d784 datatypes_conf.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/datatypes_conf.xml Tue Oct 20 14:43:12 2015 -0400 @@ -0,0 +1,6 @@ + + + + + + diff -r 3a2aab18a217 -r 5231f398d784 deepTools_macros.xml --- a/deepTools_macros.xml Tue Sep 16 13:46:05 2014 -0400 +++ b/deepTools_macros.xml Tue Oct 20 14:43:12 2015 -0400 @@ -10,57 +10,67 @@ - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + help="This is useful when testing parameters to reduce the computing time. The format is chr:start:end, for example "chr10" or "chr10:456700:891000". (--region)" /> - + --numberOfProcessors "\${GALAXY_SLOTS:-4}" - 1.5.9.1 + 1.5.11 + python @BINARY@ - samtools deepTools - ucsc_tools - deepTools - ucsc_tools - numpy - pysam - scipy - matplotlib - samtools - bx-python + deepTools + @BINARY@ --version @@ -70,7 +80,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."> - + @@ -87,9 +97,9 @@ + - - + #if $advancedOpt.used_multiple_regions.used_multiple_regions_options == 'no': #if $advancedOpt.used_multiple_regions.clustering.clustering_options == 'kmeans': #if int($advancedOpt.used_multiple_regions.clustering.k_kmeans) > 0: @@ -99,6 +109,51 @@ #end if + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -109,9 +164,11 @@ + + .. class:: infomark @@ -126,11 +183,6 @@ .. _Max Planck Institute for Immunobiology and Epigenetics: http://www3.ie-freiburg.mpg.de .. _help site: https://github.com/fidelram/deepTools/wiki/ -**References** - -If you use this Galaxy tool in work leading to a scientific publication please -cite the following paper: - @@ -140,36 +192,46 @@ - - - - + + + + + + + + + - #import tempfile - #set $temp_dir = os.path.abspath(tempfile.mkdtemp()) + + - ##set $files += [str($i.bamfile)] - #if str($i.label.value) != "": - #set $labels += ["\"%s\"" % ($i.label.value)] - #else - #set $labels += ["\"%s\"" % ($i.bamfile.name)] - #end if + + @@ -180,7 +242,7 @@ - + diff -r 3a2aab18a217 -r 5231f398d784 heatmapper.xml --- a/heatmapper.xml Tue Sep 16 13:46:05 2014 -0400 +++ b/heatmapper.xml Tue Oct 20 14:43:12 2015 -0400 @@ -1,12 +1,12 @@ creates a heatmap for a score associated to genomic regions - - heatmapper deepTools_macros.xml + + - + @@ -101,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)"> - + @@ -116,7 +118,9 @@ - + @@ -125,22 +129,34 @@ - + - - - - + + + + + + - - + + - - - - + @@ -148,25 +164,31 @@ - - + + - + + 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)"> - + + 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)"/> - @@ -177,12 +199,12 @@ - - + + - + diff -r 3a2aab18a217 -r 5231f398d784 profiler.xml --- a/profiler.xml Tue Sep 16 13:46:05 2014 -0400 +++ b/profiler.xml Tue Oct 20 14:43:12 2015 -0400 @@ -2,13 +2,13 @@ creates a profile plot for a score associated to genomic regions - - profiler deepTools_macros.xml + + - + @@ -78,8 +79,14 @@ - - + + @@ -109,23 +116,46 @@ label="Plot width" help="Width in cm. The default value is 8 centimeters. The minimum value is 1 cm." /> + help="For the summary plot (profile) only. The "lines" option will + plot the profile line based on the average type selected. The "fill" + option fills the region between zero and the profile curve. The fill in color is + semi transparent to distinguish different profiles. The "add standard error" + option colors the region between the profile and the standard error of the data. + As in the case of fill, a semi-transparent color is used. + The option "overlapped_lines" plots each region values, one on top of + the other; this option only works if "one plot per proup" is set."> - - - - all(c in ' #abcdefghijklmnopqrstuvwxyz0123456789' for c in value) + + + + + all(c in ' #abcdefghijklmnopqrstuvwxyz0123456789' for c in value) - - - - - + + + + + @@ -136,7 +166,14 @@ + + + + + + + diff -r 3a2aab18a217 -r 5231f398d784 repository_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/repository_dependencies.xml Tue Oct 20 14:43:12 2015 -0400 @@ -0,0 +1,4 @@ + + + + diff -r 3a2aab18a217 -r 5231f398d784 test-data/bamCompare_result1.bg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/bamCompare_result1.bg Tue Oct 20 14:43:12 2015 -0400 @@ -0,0 +1,1 @@ +chrM 0 16569 1.0 diff -r 3a2aab18a217 -r 5231f398d784 test-data/bamCorrelate_result1.png Binary file test-data/bamCorrelate_result1.png has changed diff -r 3a2aab18a217 -r 5231f398d784 test-data/bamCoverage_result1.bw Binary file test-data/bamCoverage_result1.bw has changed diff -r 3a2aab18a217 -r 5231f398d784 test-data/bamCoverage_result2.bw Binary file test-data/bamCoverage_result2.bw has changed diff -r 3a2aab18a217 -r 5231f398d784 test-data/bamCoverage_result3.bg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/bamCoverage_result3.bg Tue Oct 20 14:43:12 2015 -0400 @@ -0,0 +1,11 @@ +chrM 0 210 12259800.00 +chrM 210 220 11998953.19 +chrM 220 230 10694719.15 +chrM 230 240 8347097.87 +chrM 240 250 6260323.40 +chrM 250 260 3391008.51 +chrM 260 16310 2608468.09 +chrM 16310 16320 2347621.28 +chrM 16320 16330 1304234.04 +chrM 16330 16340 1043387.23 +chrM 16340 16350 521693.62 diff -r 3a2aab18a217 -r 5231f398d784 test-data/bamCoverage_result4.bg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/bamCoverage_result4.bg Tue Oct 20 14:43:12 2015 -0400 @@ -0,0 +1,460 @@ +phiX174 0 10 5613.46 +phiX174 10 20 16840.38 +phiX174 20 70 50521.15 +phiX174 70 90 67361.54 +phiX174 90 100 84201.92 +phiX174 100 120 89815.38 +phiX174 120 140 101042.31 +phiX174 140 160 112269.23 +phiX174 160 170 123496.15 +phiX174 170 180 145950.00 +phiX174 180 200 162790.38 +phiX174 200 210 168403.85 +phiX174 210 240 179630.77 +phiX174 240 250 190857.69 +phiX174 250 260 202084.62 +phiX174 260 270 235765.38 +phiX174 270 280 263832.69 +phiX174 280 290 286286.54 +phiX174 290 300 314353.85 +phiX174 300 310 297513.46 +phiX174 310 320 303126.92 +phiX174 320 330 342421.15 +phiX174 330 340 359261.54 +phiX174 340 360 387328.85 +phiX174 360 370 404169.23 +phiX174 370 390 421009.62 +phiX174 390 400 415396.15 +phiX174 400 410 426623.08 +phiX174 410 420 432236.54 +phiX174 420 460 449076.92 +phiX174 460 470 465917.31 +phiX174 470 480 443463.46 +phiX174 480 490 449076.92 +phiX174 490 500 471530.77 +phiX174 500 510 454690.38 +phiX174 510 520 465917.31 +phiX174 520 530 471530.77 +phiX174 530 540 449076.92 +phiX174 540 560 482757.69 +phiX174 560 570 499598.08 +phiX174 570 580 505211.54 +phiX174 580 590 499598.08 +phiX174 590 600 488371.15 +phiX174 600 610 471530.77 +phiX174 610 620 533278.85 +phiX174 620 630 572573.08 +phiX174 630 640 566959.62 +phiX174 640 660 544505.77 +phiX174 660 670 538892.31 +phiX174 670 680 499598.08 +phiX174 680 690 527665.38 +phiX174 690 700 533278.85 +phiX174 700 720 499598.08 +phiX174 720 730 510825.00 +phiX174 730 740 516438.46 +phiX174 740 750 505211.54 +phiX174 750 760 477144.23 +phiX174 760 770 471530.77 +phiX174 770 780 488371.15 +phiX174 780 800 533278.85 +phiX174 800 820 522051.92 +phiX174 820 830 499598.08 +phiX174 830 850 460303.85 +phiX174 850 860 454690.38 +phiX174 860 870 443463.46 +phiX174 870 880 471530.77 +phiX174 880 890 499598.08 +phiX174 890 900 505211.54 +phiX174 900 920 527665.38 +phiX174 920 930 544505.77 +phiX174 930 940 538892.31 +phiX174 940 960 527665.38 +phiX174 960 970 510825.00 +phiX174 970 980 488371.15 +phiX174 980 990 482757.69 +phiX174 990 1000 460303.85 +phiX174 1000 1010 454690.38 +phiX174 1010 1020 493984.62 +phiX174 1020 1030 471530.77 +phiX174 1030 1040 527665.38 +phiX174 1040 1060 538892.31 +phiX174 1060 1080 555732.69 +phiX174 1080 1090 578186.54 +phiX174 1090 1100 583800.00 +phiX174 1100 1110 572573.08 +phiX174 1110 1130 561346.15 +phiX174 1130 1140 527665.38 +phiX174 1140 1150 555732.69 +phiX174 1150 1160 544505.77 +phiX174 1160 1170 566959.62 +phiX174 1170 1180 606253.85 +phiX174 1180 1190 617480.77 +phiX174 1190 1200 583800.00 +phiX174 1200 1210 555732.69 +phiX174 1210 1220 583800.00 +phiX174 1220 1230 538892.31 +phiX174 1230 1240 527665.38 +phiX174 1240 1250 465917.31 +phiX174 1250 1260 471530.77 +phiX174 1260 1270 482757.69 +phiX174 1270 1280 460303.85 +phiX174 1280 1290 471530.77 +phiX174 1290 1320 437850.00 +phiX174 1320 1330 421009.62 +phiX174 1330 1340 454690.38 +phiX174 1340 1350 465917.31 +phiX174 1350 1360 460303.85 +phiX174 1360 1370 477144.23 +phiX174 1370 1380 505211.54 +phiX174 1380 1390 488371.15 +phiX174 1390 1400 522051.92 +phiX174 1400 1420 550119.23 +phiX174 1420 1430 522051.92 +phiX174 1430 1440 544505.77 +phiX174 1440 1450 561346.15 +phiX174 1450 1460 595026.92 +phiX174 1460 1470 589413.46 +phiX174 1470 1490 578186.54 +phiX174 1490 1500 566959.62 +phiX174 1500 1520 544505.77 +phiX174 1520 1530 516438.46 +phiX174 1530 1540 538892.31 +phiX174 1540 1550 527665.38 +phiX174 1550 1560 550119.23 +phiX174 1560 1570 544505.77 +phiX174 1570 1580 555732.69 +phiX174 1580 1590 488371.15 +phiX174 1590 1600 477144.23 +phiX174 1600 1610 460303.85 +phiX174 1610 1620 454690.38 +phiX174 1620 1630 443463.46 +phiX174 1630 1640 477144.23 +phiX174 1640 1650 482757.69 +phiX174 1650 1670 488371.15 +phiX174 1670 1680 482757.69 +phiX174 1680 1690 465917.31 +phiX174 1690 1700 477144.23 +phiX174 1700 1710 493984.62 +phiX174 1710 1730 505211.54 +phiX174 1730 1740 516438.46 +phiX174 1740 1750 493984.62 +phiX174 1750 1760 449076.92 +phiX174 1760 1780 415396.15 +phiX174 1780 1790 409782.69 +phiX174 1790 1800 415396.15 +phiX174 1800 1810 443463.46 +phiX174 1810 1820 421009.62 +phiX174 1820 1830 449076.92 +phiX174 1830 1840 544505.77 +phiX174 1840 1860 555732.69 +phiX174 1860 1870 595026.92 +phiX174 1870 1890 583800.00 +phiX174 1890 1900 589413.46 +phiX174 1900 1910 583800.00 +phiX174 1910 1920 578186.54 +phiX174 1920 1930 600640.38 +phiX174 1930 1940 623094.23 +phiX174 1940 1950 606253.85 +phiX174 1950 1960 628707.69 +phiX174 1960 1970 639934.62 +phiX174 1970 1990 662388.46 +phiX174 1990 2000 668001.92 +phiX174 2000 2010 690455.77 +phiX174 2010 2020 656775.00 +phiX174 2020 2030 662388.46 +phiX174 2030 2040 611867.31 +phiX174 2040 2050 555732.69 +phiX174 2050 2060 516438.46 +phiX174 2060 2070 522051.92 +phiX174 2070 2080 493984.62 +phiX174 2080 2100 538892.31 +phiX174 2100 2110 527665.38 +phiX174 2110 2120 499598.08 +phiX174 2120 2130 538892.31 +phiX174 2130 2140 505211.54 +phiX174 2140 2150 488371.15 +phiX174 2150 2160 499598.08 +phiX174 2160 2170 488371.15 +phiX174 2170 2180 505211.54 +phiX174 2180 2190 488371.15 +phiX174 2190 2200 505211.54 +phiX174 2200 2220 516438.46 +phiX174 2220 2230 527665.38 +phiX174 2230 2240 561346.15 +phiX174 2240 2250 555732.69 +phiX174 2250 2260 538892.31 +phiX174 2260 2270 499598.08 +phiX174 2270 2280 482757.69 +phiX174 2280 2290 493984.62 +phiX174 2290 2300 477144.23 +phiX174 2300 2310 566959.62 +phiX174 2310 2320 600640.38 +phiX174 2320 2330 611867.31 +phiX174 2330 2340 606253.85 +phiX174 2340 2350 617480.77 +phiX174 2350 2360 606253.85 +phiX174 2360 2370 623094.23 +phiX174 2370 2380 617480.77 +phiX174 2380 2390 606253.85 +phiX174 2390 2400 617480.77 +phiX174 2400 2410 578186.54 +phiX174 2410 2420 583800.00 +phiX174 2420 2430 555732.69 +phiX174 2430 2440 538892.31 +phiX174 2440 2450 522051.92 +phiX174 2450 2460 572573.08 +phiX174 2460 2470 606253.85 +phiX174 2470 2480 668001.92 +phiX174 2480 2490 639934.62 +phiX174 2490 2500 668001.92 +phiX174 2500 2510 645548.08 +phiX174 2510 2540 578186.54 +phiX174 2540 2550 544505.77 +phiX174 2550 2560 572573.08 +phiX174 2560 2570 589413.46 +phiX174 2570 2580 606253.85 +phiX174 2580 2590 611867.31 +phiX174 2590 2600 595026.92 +phiX174 2600 2610 561346.15 +phiX174 2610 2620 595026.92 +phiX174 2620 2630 606253.85 +phiX174 2630 2650 673615.38 +phiX174 2650 2660 668001.92 +phiX174 2660 2670 606253.85 +phiX174 2670 2680 617480.77 +phiX174 2680 2690 600640.38 +phiX174 2690 2700 589413.46 +phiX174 2700 2710 583800.00 +phiX174 2710 2720 595026.92 +phiX174 2720 2730 639934.62 +phiX174 2730 2740 662388.46 +phiX174 2740 2750 701682.69 +phiX174 2750 2760 696069.23 +phiX174 2760 2780 679228.85 +phiX174 2780 2790 673615.38 +phiX174 2790 2800 662388.46 +phiX174 2800 2810 690455.77 +phiX174 2810 2820 668001.92 +phiX174 2820 2830 645548.08 +phiX174 2830 2840 673615.38 +phiX174 2840 2850 617480.77 +phiX174 2850 2860 589413.46 +phiX174 2860 2870 600640.38 +phiX174 2870 2880 606253.85 +phiX174 2880 2890 595026.92 +phiX174 2890 2910 566959.62 +phiX174 2910 2920 572573.08 +phiX174 2920 2930 522051.92 +phiX174 2930 2940 488371.15 +phiX174 2940 2950 527665.38 +phiX174 2950 2960 505211.54 +phiX174 2960 2970 493984.62 +phiX174 2970 2980 510825.00 +phiX174 2980 2990 477144.23 +phiX174 2990 3000 482757.69 +phiX174 3000 3010 527665.38 +phiX174 3010 3020 510825.00 +phiX174 3020 3030 533278.85 +phiX174 3030 3040 550119.23 +phiX174 3040 3050 522051.92 +phiX174 3050 3060 566959.62 +phiX174 3060 3070 578186.54 +phiX174 3070 3080 572573.08 +phiX174 3080 3090 578186.54 +phiX174 3090 3100 555732.69 +phiX174 3100 3110 611867.31 +phiX174 3110 3120 606253.85 +phiX174 3120 3130 578186.54 +phiX174 3130 3140 583800.00 +phiX174 3140 3150 589413.46 +phiX174 3150 3160 561346.15 +phiX174 3160 3170 566959.62 +phiX174 3170 3180 561346.15 +phiX174 3180 3190 606253.85 +phiX174 3190 3200 600640.38 +phiX174 3200 3210 606253.85 +phiX174 3210 3230 583800.00 +phiX174 3230 3240 611867.31 +phiX174 3240 3250 595026.92 +phiX174 3250 3260 561346.15 +phiX174 3260 3270 572573.08 +phiX174 3270 3280 589413.46 +phiX174 3280 3290 572573.08 +phiX174 3290 3300 566959.62 +phiX174 3300 3310 589413.46 +phiX174 3310 3320 550119.23 +phiX174 3320 3330 589413.46 +phiX174 3330 3340 611867.31 +phiX174 3340 3350 628707.69 +phiX174 3350 3370 634321.15 +phiX174 3370 3380 628707.69 +phiX174 3380 3390 634321.15 +phiX174 3390 3400 572573.08 +phiX174 3400 3430 595026.92 +phiX174 3430 3440 611867.31 +phiX174 3440 3450 623094.23 +phiX174 3450 3460 600640.38 +phiX174 3460 3470 623094.23 +phiX174 3470 3480 578186.54 +phiX174 3480 3490 583800.00 +phiX174 3490 3500 634321.15 +phiX174 3500 3510 628707.69 +phiX174 3510 3520 639934.62 +phiX174 3520 3530 645548.08 +phiX174 3530 3540 578186.54 +phiX174 3540 3550 589413.46 +phiX174 3550 3560 572573.08 +phiX174 3560 3580 550119.23 +phiX174 3580 3590 522051.92 +phiX174 3590 3600 589413.46 +phiX174 3600 3620 617480.77 +phiX174 3620 3630 611867.31 +phiX174 3630 3640 589413.46 +phiX174 3640 3650 583800.00 +phiX174 3650 3670 572573.08 +phiX174 3670 3680 578186.54 +phiX174 3680 3690 589413.46 +phiX174 3690 3700 561346.15 +phiX174 3700 3710 544505.77 +phiX174 3710 3720 550119.23 +phiX174 3720 3730 572573.08 +phiX174 3730 3750 555732.69 +phiX174 3750 3760 533278.85 +phiX174 3760 3770 516438.46 +phiX174 3770 3790 522051.92 +phiX174 3790 3800 465917.31 +phiX174 3800 3820 432236.54 +phiX174 3820 3830 404169.23 +phiX174 3830 3840 443463.46 +phiX174 3840 3850 477144.23 +phiX174 3850 3860 493984.62 +phiX174 3860 3870 499598.08 +phiX174 3870 3880 488371.15 +phiX174 3880 3900 477144.23 +phiX174 3900 3910 454690.38 +phiX174 3910 3920 443463.46 +phiX174 3920 3930 415396.15 +phiX174 3930 3940 409782.69 +phiX174 3940 3960 421009.62 +phiX174 3960 3970 460303.85 +phiX174 3970 3980 471530.77 +phiX174 3980 3990 460303.85 +phiX174 3990 4000 471530.77 +phiX174 4000 4010 482757.69 +phiX174 4010 4020 460303.85 +phiX174 4020 4030 477144.23 +phiX174 4030 4040 482757.69 +phiX174 4040 4050 437850.00 +phiX174 4050 4060 404169.23 +phiX174 4060 4070 381715.38 +phiX174 4070 4080 353648.08 +phiX174 4080 4090 376101.92 +phiX174 4090 4100 381715.38 +phiX174 4100 4110 364875.00 +phiX174 4110 4130 359261.54 +phiX174 4130 4140 387328.85 +phiX174 4140 4150 409782.69 +phiX174 4150 4160 398555.77 +phiX174 4160 4170 437850.00 +phiX174 4170 4180 409782.69 +phiX174 4180 4190 437850.00 +phiX174 4190 4200 443463.46 +phiX174 4200 4210 454690.38 +phiX174 4210 4220 465917.31 +phiX174 4220 4230 454690.38 +phiX174 4230 4240 449076.92 +phiX174 4240 4250 471530.77 +phiX174 4250 4260 465917.31 +phiX174 4260 4290 510825.00 +phiX174 4290 4300 522051.92 +phiX174 4300 4310 533278.85 +phiX174 4310 4320 555732.69 +phiX174 4320 4330 561346.15 +phiX174 4330 4340 505211.54 +phiX174 4340 4350 477144.23 +phiX174 4350 4370 493984.62 +phiX174 4370 4380 505211.54 +phiX174 4380 4390 493984.62 +phiX174 4390 4400 477144.23 +phiX174 4400 4410 499598.08 +phiX174 4410 4420 510825.00 +phiX174 4420 4430 522051.92 +phiX174 4430 4440 533278.85 +phiX174 4440 4450 544505.77 +phiX174 4450 4460 533278.85 +phiX174 4460 4480 527665.38 +phiX174 4480 4490 538892.31 +phiX174 4490 4500 550119.23 +phiX174 4500 4510 527665.38 +phiX174 4510 4530 505211.54 +phiX174 4530 4540 516438.46 +phiX174 4540 4550 550119.23 +phiX174 4550 4560 555732.69 +phiX174 4560 4570 533278.85 +phiX174 4570 4580 522051.92 +phiX174 4580 4600 493984.62 +phiX174 4600 4610 505211.54 +phiX174 4610 4620 449076.92 +phiX174 4620 4630 482757.69 +phiX174 4630 4640 471530.77 +phiX174 4640 4650 488371.15 +phiX174 4650 4660 454690.38 +phiX174 4660 4670 465917.31 +phiX174 4670 4690 460303.85 +phiX174 4690 4700 488371.15 +phiX174 4700 4710 482757.69 +phiX174 4710 4720 471530.77 +phiX174 4720 4730 482757.69 +phiX174 4730 4740 510825.00 +phiX174 4740 4750 527665.38 +phiX174 4750 4760 538892.31 +phiX174 4760 4770 561346.15 +phiX174 4770 4790 611867.31 +phiX174 4790 4810 623094.23 +phiX174 4810 4830 606253.85 +phiX174 4830 4840 561346.15 +phiX174 4840 4850 617480.77 +phiX174 4850 4860 595026.92 +phiX174 4860 4870 606253.85 +phiX174 4870 4880 600640.38 +phiX174 4880 4900 589413.46 +phiX174 4900 4910 538892.31 +phiX174 4910 4920 533278.85 +phiX174 4920 4930 544505.77 +phiX174 4930 4940 516438.46 +phiX174 4940 4950 482757.69 +phiX174 4950 4960 454690.38 +phiX174 4960 4970 409782.69 +phiX174 4970 4980 381715.38 +phiX174 4980 4990 336807.69 +phiX174 4990 5000 359261.54 +phiX174 5000 5010 392942.31 +phiX174 5010 5020 415396.15 +phiX174 5020 5030 409782.69 +phiX174 5030 5040 415396.15 +phiX174 5040 5050 437850.00 +phiX174 5050 5060 381715.38 +phiX174 5060 5070 364875.00 +phiX174 5070 5080 359261.54 +phiX174 5080 5090 364875.00 +phiX174 5090 5100 370488.46 +phiX174 5100 5120 376101.92 +phiX174 5120 5140 364875.00 +phiX174 5140 5150 370488.46 +phiX174 5150 5160 359261.54 +phiX174 5160 5180 319967.31 +phiX174 5180 5190 325580.77 +phiX174 5190 5200 314353.85 +phiX174 5200 5210 269446.15 +phiX174 5210 5220 235765.38 +phiX174 5220 5230 202084.62 +phiX174 5230 5240 190857.69 +phiX174 5240 5250 162790.38 +phiX174 5250 5280 129109.62 +phiX174 5280 5290 106655.77 +phiX174 5290 5300 78588.46 +phiX174 5300 5310 61748.08 +phiX174 5310 5340 33680.77 +phiX174 5340 5350 22453.85 +phiX174 5350 5386 11226.9 diff -r 3a2aab18a217 -r 5231f398d784 test-data/bamCoverage_result4.bw Binary file test-data/bamCoverage_result4.bw has changed diff -r 3a2aab18a217 -r 5231f398d784 test-data/bamFingerprint_result1.png Binary file test-data/bamFingerprint_result1.png has changed diff -r 3a2aab18a217 -r 5231f398d784 test-data/bamPEFragmentSize_histogram_result1.png Binary file test-data/bamPEFragmentSize_histogram_result1.png has changed diff -r 3a2aab18a217 -r 5231f398d784 test-data/bamPEFragmentSize_result1.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/bamPEFragmentSize_result1.txt Tue Oct 20 14:43:12 2015 -0400 @@ -0,0 +1,9 @@ +Sample size: 3 + +Min.: 241.0 +1st Qu.: 241.5 +Mean: 244.666666667 +Median: 242.0 +3rd Qu.: 246.5 +Max.: 251.0 +Std: 4.49691252108 diff -r 3a2aab18a217 -r 5231f398d784 test-data/bigwigCompare_result1.bw Binary file test-data/bigwigCompare_result1.bw has changed diff -r 3a2aab18a217 -r 5231f398d784 test-data/bigwigCompare_result2.bg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/bigwigCompare_result2.bg Tue Oct 20 14:43:12 2015 -0400 @@ -0,0 +1,3 @@ +ch1 0 400 1.0 +ch2 0 400 1.0 +ch3 0 400 1.0 diff -r 3a2aab18a217 -r 5231f398d784 test-data/bigwigCorrelate_result1.png Binary file test-data/bigwigCorrelate_result1.png has changed diff -r 3a2aab18a217 -r 5231f398d784 test-data/bowtie2-test1.bam Binary file test-data/bowtie2-test1.bam has changed diff -r 3a2aab18a217 -r 5231f398d784 test-data/computeGCBias_result1.tabular --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/computeGCBias_result1.tabular Tue Oct 20 14:43:12 2015 -0400 @@ -0,0 +1,101 @@ +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 +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 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 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 +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 +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 +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 +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 3a2aab18a217 -r 5231f398d784 test-data/computeMatrix1.bed --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/computeMatrix1.bed Tue Oct 20 14:43:12 2015 -0400 @@ -0,0 +1,8 @@ +phiX174 1000 1500 CG11023 0 + +phiX174 150 1750 cda5 0 - +phiX174 150 177 cda8 0 - +phiX174 75 1500 cda9 0 + +phiX174 101 175 C11023 0 + +phiX174 125 150 ca5 0 - +phiX174 450 1750 ca8 0 + +phiX174 80 1500 cda9 0 + diff -r 3a2aab18a217 -r 5231f398d784 test-data/computeMatrix2.bed --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/computeMatrix2.bed Tue Oct 20 14:43:12 2015 -0400 @@ -0,0 +1,6 @@ +ch1 100 150 CG11023 0 + +ch2 150 175 cda5 0 - +ch3 100 125 cda8 0 + +ch1 75 125 C11023 0 + +ch2 125 150 ca5 0 - +ch3 75 100 ca8 0 + diff -r 3a2aab18a217 -r 5231f398d784 test-data/computeMatrix2.bw Binary file test-data/computeMatrix2.bw has changed diff -r 3a2aab18a217 -r 5231f398d784 test-data/computeMatrix_result1.gz Binary file test-data/computeMatrix_result1.gz has changed diff -r 3a2aab18a217 -r 5231f398d784 test-data/computeMatrix_result2.gz Binary file test-data/computeMatrix_result2.gz has changed diff -r 3a2aab18a217 -r 5231f398d784 test-data/correctGCBias_result1.bam Binary file test-data/correctGCBias_result1.bam has changed diff -r 3a2aab18a217 -r 5231f398d784 test-data/heatmapper_result1.png Binary file test-data/heatmapper_result1.png has changed diff -r 3a2aab18a217 -r 5231f398d784 test-data/master.mat.gz Binary file test-data/master.mat.gz has changed diff -r 3a2aab18a217 -r 5231f398d784 test-data/master.png Binary file test-data/master.png has changed diff -r 3a2aab18a217 -r 5231f398d784 test-data/paired_chr2L.bam Binary file test-data/paired_chr2L.bam has changed diff -r 3a2aab18a217 -r 5231f398d784 test-data/phiX.2bit Binary file test-data/phiX.2bit has changed diff -r 3a2aab18a217 -r 5231f398d784 test-data/phiX.bam Binary file test-data/phiX.bam has changed diff -r 3a2aab18a217 -r 5231f398d784 test-data/phiX.bam.bai Binary file test-data/phiX.bam.bai has changed diff -r 3a2aab18a217 -r 5231f398d784 test-data/phiX.fasta --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/phiX.fasta Tue Oct 20 14:43:12 2015 -0400 @@ -0,0 +1,79 @@ +>phiX174 +GAGTTTTATCGCTTCCATGACGCAGAAGTTAACACTTTCGGATATTTCTGATGAGTCGAAAAATTATCTT +GATAAAGCAGGAATTACTACTGCTTGTTTACGAATTAAATCGAAGTGGACTGCTGGCGGAAAATGAGAAA +ATTCGACCTATCCTTGCGCAGCTCGAGAAGCTCTTACTTTGCGACCTTTCGCCATCAACTAACGATTCTG +TCAAAAACTGACGCGTTGGATGAGGAGAAGTGGCTTAATATGCTTGGCACGTTCGTCAAGGACTGGTTTA +GATATGAGTCACATTTTGTTCATGGTAGAGATTCTCTTGTTGACATTTTAAAAGAGCGTGGATTACTATC +TGAGTCCGATGCTGTTCAACCACTAATAGGTAAGAAATCATGAGTCAAGTTACTGAACAATCCGTACGTT +TCCAGACCGCTTTGGCCTCTATTAAGCTCATTCAGGCTTCTGCCGTTTTGGATTTAACCGAAGATGATTT +CGATTTTCTGACGAGTAACAAAGTTTGGATTGCTACTGACCGCTCTCGTGCTCGTCGCTGCGTTGAGGCT +TGCGTTTATGGTACGCTGGACTTTGTGGGATACCCTCGCTTTCCTGCTCCTGTTGAGTTTATTGCTGCCG +TCATTGCTTATTATGTTCATCCCGTCAACATTCAAACGGCCTGTCTCATCATGGAAGGCGCTGAATTTAC +GGAAAACATTATTAATGGCGTCGAGCGTCCGGTTAAAGCCGCTGAATTGTTCGCGTTTACCTTGCGTGTA +CGCGCAGGAAACACTGACGTTCTTACTGACGCAGAAGAAAACGTGCGTCAAAAATTACGTGCAGAAGGAG +TGATGTAATGTCTAAAGGTAAAAAACGTTCTGGCGCTCGCCCTGGTCGTCCGCAGCCGTTGCGAGGTACT +AAAGGCAAGCGTAAAGGCGCTCGTCTTTGGTATGTAGGTGGTCAACAATTTTAATTGCAGGGGCTTCGGC +CCCTTACTTGAGGATAAATTATGTCTAATATTCAAACTGGCGCCGAGCGTATGCCGCATGACCTTTCCCA +TCTTGGCTTCCTTGCTGGTCAGATTGGTCGTCTTATTACCATTTCAACTACTCCGGTTATCGCTGGCGAC +TCCTTCGAGATGGACGCCGTTGGCGCTCTCCGTCTTTCTCCATTGCGTCGTGGCCTTGCTATTGACTCTA +CTGTAGACATTTTTACTTTTTATGTCCCTCATCGTCACGTTTATGGTGAACAGTGGATTAAGTTCATGAA +GGATGGTGTTAATGCCACTCCTCTCCCGACTGTTAACACTACTGGTTATATTGACCATGCCGCTTTTCTT +GGCACGATTAACCCTGATACCAATAAAATCCCTAAGCATTTGTTTCAGGGTTATTTGAATATCTATAACA +ACTATTTTAAAGCGCCGTGGATGCCTGACCGTACCGAGGCTAACCCTAATGAGCTTAATCAAGATGATGC +TCGTTATGGTTTCCGTTGCTGCCATCTCAAAAACATTTGGACTGCTCCGCTTCCTCCTGAGACTGAGCTT +TCTCGCCAAATGACGACTTCTACCACATCTATTGACATTATGGGTCTGCAAGCTGCTTATGCTAATTTGC +ATACTGACCAAGAACGTGATTACTTCATGCAGCGTTACCGTGATGTTATTTCTTCATTTGGAGGTAAAAC +CTCTTATGACGCTGACAACCGTCCTTTACTTGTCATGCGCTCTAATCTCTGGGCATCTGGCTATGATGTT +GATGGAACTGACCAAACGTCGTTAGGCCAGTTTTCTGGTCGTGTTCAACAGACCTATAAACATTCTGTGC +CGCGTTTCTTTGTTCCTGAGCATGGCACTATGTTTACTCTTGCGCTTGTTCGTTTTCCGCCTACTGCGAC +TAAAGAGATTCAGTACCTTAACGCTAAAGGTGCTTTGACTTATACCGATATTGCTGGCGACCCTGTTTTG +TATGGCAACTTGCCGCCGCGTGAAATTTCTATGAAGGATGTTTTCCGTTCTGGTGATTCGTCTAAGAAGT +TTAAGATTGCTGAGGGTCAGTGGTATCGTTATGCGCCTTCGTATGTTTCTCCTGCTTATCACCTTCTTGA +AGGCTTCCCATTCATTCAGGAACCGCCTTCTGGTGATTTGCAAGAACGCGTACTTATTCGCCACCATGAT +TATGACCAGTGTTTCCAGTCCGTTCAGTTGTTGCAGTGGAATAGTCAGGTTAAATTTAATGTGACCGTTT +ATCGCAATCTGCCGACCACTCGCGATTCAATCATGACTTCGTGATAAAAGATTGAGTGTGAGGTTATAAC +GCCGAAGCGGTAAAAATTTTAATTTTTGCCGCTGAGGGGTTGACCAAGCGAAGCGCGGTAGGTTTTCTGC +TTAGGAGTTTAATCATGTTTCAGACTTTTATTTCTCGCCATAATTCAAACTTTTTTTCTGATAAGCTGGT +TCTCACTTCTGTTACTCCAGCTTCTTCGGCACCTGTTTTACAGACACCTAAAGCTACATCGTCAACGTTA +TATTTTGATAGTTTGACGGTTAATGCTGGTAATGGTGGTTTTCTTCATTGCATTCAGATGGATACATCTG +TCAACGCCGCTAATCAGGTTGTTTCTGTTGGTGCTGATATTGCTTTTGATGCCGACCCTAAATTTTTTGC +CTGTTTGGTTCGCTTTGAGTCTTCTTCGGTTCCGACTACCCTCCCGACTGCCTATGATGTTTATCCTTTG +AATGGTCGCCATGATGGTGGTTATTATACCGTCAAGGACTGTGTGACTATTGACGTCCTTCCCCGTACGC +CGGGCAATAATGTTTATGTTGGTTTCATGGTTTGGTCTAACTTTACCGCTACTAAATGCCGCGGATTGGT +TTCGCTGAATCAGGTTATTAAAGAGATTATTTGTCTCCAGCCACTTAAGTGAGGTGATTTATGTTTGGTG +CTATTGCTGGCGGTATTGCTTCTGCTCTTGCTGGTGGCGCCATGTCTAAATTGTTTGGAGGCGGTCAAAA +AGCCGCCTCCGGTGGCATTCAAGGTGATGTGCTTGCTACCGATAACAATACTGTAGGCATGGGTGATGCT +GGTATTAAATCTGCCATTCAAGGCTCTAATGTTCCTAACCCTGATGAGGCCGCCCCTAGTTTTGTTTCTG +GTGCTATGGCTAAAGCTGGTAAAGGACTTCTTGAAGGTACGTTGCAGGCTGGCACTTCTGCCGTTTCTGA +TAAGTTGCTTGATTTGGTTGGACTTGGTGGCAAGTCTGCCGCTGATAAAGGAAAGGATACTCGTGATTAT +CTTGCTGCTGCATTTCCTGAGCTTAATGCTTGGGAGCGTGCTGGTGCTGATGCTTCCTCTGCTGGTATGG +TTGACGCCGGATTTGAGAATCAAAAAGAGCTTACTAAAATGCAACTGGACAATCAGAAAGAGATTGCCGA +GATGCAAAATGAGACTCAAAAAGAGATTGCTGGCATTCAGTCGGCGACTTCACGCCAGAATACGAAAGAC +CAGGTATATGCACAAAATGAGATGCTTGCTTATCAACAGAAGGAGTCTACTGCTCGCGTTGCGTCTATTA +TGGAAAACACCAATCTTTCCAAGCAACAGCAGGTTTCCGAGATTATGCGCCAAATGCTTACTCAAGCTCA +AACGGCTGGTCAGTATTTTACCAATGACCAAATCAAAGAAATGACTCGCAAGGTTAGTGCTGAGGTTGAC +TTAGTTCATCAGCAAACGCAGAATCAGCGGTATGGCTCTTCTCATATTGGCGCTACTGCAAAGGATATTT +CTAATGTCGTCACTGATGCTGCTTCTGGTGTGGTTGATATTTTTCATGGTATTGATAAAGCTGTTGCCGA +TACTTGGAACAATTTCTGGAAAGACGGTAAAGCTGATGGTATTGGCTCTAATTTGTCTAGGAAATAACCG +TCAGGATTGACACCCTCCCAATTGTATGTTTTCATGCCTCCAAATCTTGGAGGCTTTTTTATGGTTCGTT +CTTATTACCCTTCTGAATGTCACGCTGATTATTTTGACTTTGAGCGTATCGAGGCTCTTAAACCTGCTAT +TGAGGCTTGTGGCATTTCTACTCTTTCTCAATCCCCAATGCTTGGCTTCCATAAGCAGATGGATAACCGC +ATCAAGCTCTTGGAAGAGATTCTGTCTTTTCGTATGCAGGGCGTTGAGTTCGATAATGGTGATATGTATG +TTGACGGCCATAAGGCTGCTTCTGACGTTCGTGATGAGTTTGTATCTGTTACTGAGAAGTTAATGGATGA +ATTGGCACAATGCTACAATGTGCTCCCCCAACTTGATATTAATAACACTATAGACCACCGCCCCGAAGGG +GACGAAAAATGGTTTTTAGAGAACGAGAAGACGGTTACGCAGTTTTGCCGCAAGCTGGCTGCTGAACGCC +CTCTTAAGGATATTCGCGATGAGTATAATTACCCCAAAAAGAAAGGTATTAAGGATGAGTGTTCAAGATT +GCTGGAGGCCTCCACTATGAAATCGCGTAGAGGCTTTACTATTCAGCGTTTGATGAATGCAATGCGACAG +GCTCATGCTGATGGTTGGTTTATCGTTTTTGACACTCTCACGTTGGCTGACGACCGATTAGAGGCGTTTT +ATGATAATCCCAATGCTTTGCGTGACTATTTTCGTGATATTGGTCGTATGGTTCTTGCTGCCGAGGGTCG +CAAGGCTAATGATTCACACGCCGACTGCTATCAGTATTTTTGTGTGCCTGAGTATGGTACAGCTAATGGC +CGTCTTCATTTCCATGCGGTGCATTTTATGCGGACACTTCCTACAGGTAGCGTTGACCCTAATTTTGGTC +GTCGGGTACGCAATCGCCGCCAGTTAAATAGCTTGCAAAATACGTGGCCTTATGGTTACAGTATGCCCAT +CGCAGTTCGCTACACGCAGGACGCTTTTTCACGTTCTGGTTGGTTGTGGCCTGTTGATGCTAAAGGTGAG +CCGCTTAAAGCTACCAGTTATATGGCTGTTGGTTTCTATGTGGCTAAATACGTTAACAAAAAGTCAGATA +TGGACCTTGCTGCTAAAGGTCTAGGAGCTAAAGAATGGAACAACTCACTAAAAACCAAGCTGTCGCTACT +TCCCAAGAAGCTGTTCAGAATCAGAATGAGCCGCAACTTCGGGATGAAAATGCTCACAATGACAAATCTG +TCCACGGAGTGCTTAATCCAACTTACCAAGCTGGGTTACGACGCGACGCCGTTCAACCAGATATTGAAGC +AGAACGCAAAAAGAGAGATGAGATTGAGGCTGGGAAAAGTTACTGTAGCCGACGTTTTGGCGGCGCAACC +TGTGACGACAAATCTGCTCAAATTTATGCGCGCTTCGATAAAAATGATTGGCGTATCCAACCTGCA + diff -r 3a2aab18a217 -r 5231f398d784 test-data/profiler_result1.png Binary file test-data/profiler_result1.png has changed diff -r 3a2aab18a217 -r 5231f398d784 test-data/sequence.2bit Binary file test-data/sequence.2bit has changed diff -r 3a2aab18a217 -r 5231f398d784 test-data/test2.bed --- a/test-data/test2.bed Tue Sep 16 13:46:05 2014 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -ch1 100 150 CG11023 0 + -ch2 150 175 cda5 0 - -ch3 100 125 cda8 0 + -#Group 1 -ch1 75 125 C11023 0 + -ch2 125 150 ca5 0 - -ch3 75 100 ca8 0 + -#Group 2 diff -r 3a2aab18a217 -r 5231f398d784 tool-data/deepTools_seqs.loc.sample --- a/tool-data/deepTools_seqs.loc.sample Tue Sep 16 13:46:05 2014 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ -#This is a sample file distributed with Galaxy that enables tools -#to use a directory of 2bit genome files for use with deepTools. You will -#need to supply these files and then create a deepTools_seqs.loc file -#similar to this one (store it in this directory) that points to -#the directories in which those files are stored. The deepTools_seqs.loc -#file has this format: -# -# -# -#So, for example, if your deepTools_seqs.loc began like this: -# -#hg18 Human (Homo sapiens): hg18 /depot/data2/galaxy/twobit/hg18.2bit -#hg19 Human (Homo sapiens): hg19 /depot/data2/galaxy/twobit/hg19.2bit -#mm9 Mouse (Mus musculus): mm9 /depot/data2/galaxy/twobit/mm9.2bit -# -#then your /depot/data2/galaxy/twobit/ directory -#would need to contain the following 2bit files: -# -#-rw-r--r-- 1 james universe 830134 2005-09-13 10:12 hg18.2bit -#-rw-r--r-- 1 james universe 527388 2005-09-13 10:12 hg19.2bit -#-rw-r--r-- 1 james universe 269808 2005-09-13 10:12 mm9.2bit -# -#Your deepTools_seqs.loc file should include an entry per line for -#each file you have stored that you want to be available. Note that -#your files should all have the extension '2bit'. -# -#Please note that the is also used as "Species name abbreviation". diff -r 3a2aab18a217 -r 5231f398d784 tool-data/lastz_seqs.loc.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool-data/lastz_seqs.loc.sample Tue Oct 20 14:43:12 2015 -0400 @@ -0,0 +1,29 @@ +#This is a sample file distributed with Galaxy that enables tools +#to use a directory of 2bit genome files for use with deepTools. +#This file is named lastz_seqs.loc file to make use of an already existing loc +#file from the lastz tool that is created by the twobit data-manager. +#You will need to supply these files and then create a lastz_seqs.loc file +#similar to this one (store it in this directory) that points to +#the directories in which those files are stored. The lastz_seqs.loc +#file has this format: +# +# +# +#So, for example, if your lastz_seqs.loc began like this: +# +#hg18 Human (Homo sapiens): hg18 /depot/data2/galaxy/twobit/hg18.2bit +#hg19 Human (Homo sapiens): hg19 /depot/data2/galaxy/twobit/hg19.2bit +#mm9 Mouse (Mus musculus): mm9 /depot/data2/galaxy/twobit/mm9.2bit +# +#then your /depot/data2/galaxy/twobit/ directory +#would need to contain the following 2bit files: +# +#-rw-r--r-- 1 james universe 830134 2005-09-13 10:12 hg18.2bit +#-rw-r--r-- 1 james universe 527388 2005-09-13 10:12 hg19.2bit +#-rw-r--r-- 1 james universe 269808 2005-09-13 10:12 mm9.2bit +# +#Your lastz_seqs.loc file should include an entry per line for +#each file you have stored that you want to be available. Note that +#your files should all have the extension '2bit'. +# +#Please note that the is also used as "Species name abbreviation". diff -r 3a2aab18a217 -r 5231f398d784 tool_data_table_conf.xml.sample --- a/tool_data_table_conf.xml.sample Tue Sep 16 13:46:05 2014 -0400 +++ b/tool_data_table_conf.xml.sample Tue Oct 20 14:43:12 2015 -0400 @@ -1,7 +1,8 @@ + - - + +
value, name, path - +
diff -r 3a2aab18a217 -r 5231f398d784 tool_dependencies.xml --- a/tool_dependencies.xml Tue Sep 16 13:46:05 2014 -0400 +++ b/tool_dependencies.xml Tue Oct 20 14:43:12 2015 -0400 @@ -1,101 +1,9 @@ - - - - - - - - - - - - - - - - - + + - - - - - - http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/bedGraphToBigWig - http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.i386/bedGraphToBigWig - http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.i386/bedGraphToBigWig - http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.x86_64/bedGraphToBigWig - - - $INSTALL_DIR/bedGraphToBigWig - - - http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/bigWigInfo - http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.i386/bigWigInfo - http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.i386/bigWigInfo - http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.x86_64/bigWigInfo - - - $INSTALL_DIR/bigWigInfo - - - http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/bigWigToBedGraph - http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.i386/bigWigToBedGraph - http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.i386/bigWigToBedGraph - http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.x86_64/bigWigToBedGraph - - - $INSTALL_DIR/bigWigToBedGraph - - - $INSTALL_DIR - - - - The tools downloaded by this dependency definition are free for academic use. TODO: UCSC tools are only available with their latest version. That is not good for reproducibility. - - - - - - git clone --recursive https://github.com/fidelram/deepTools.git - - - - - - - - - - - - - - - - - - - git reset --hard 351890e3db9a443484c5c349791b7247163cc94f - $INSTALL_DIR/lib/python - - export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && - python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin - - - $INSTALL_DIR/bin - $INSTALL_DIR/lib/python - - TRUE - - - - - Installation of deepTools from Fidel Ramirez. - https://github.com/fidelram/deepTools - - + + +