Repository 'deeptools_plot_enrichment'
hg clone https://toolshed.g2.bx.psu.edu/repos/bgruening/deeptools_plot_enrichment

Changeset 0:4b88c90b6f6e (2016-09-20)
Next changeset 1:a1124c201eee (2016-10-25)
Commit message:
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2c5f94de9ddf6798e49b7e9c340c841ca2bfbcfe
added:
datatypes_conf.xml
deepTools_macros.xml
deepTools_macros.xml.orig
plotEnrichment.xml
readme.rst
repository_dependencies.xml
static/images/GC_bias_simulated_reads_2L.png
static/images/QC_GCplots_input.png
static/images/QC_fingerprint.png
static/images/QC_multiBamSummary_humanSamples.png
static/images/QC_plotCoverage.png
static/images/bamCompare_output.png
static/images/bamCoverage_output.png
static/images/bamFP_galaxy_output.png
static/images/bamPEFragmentSize_output.png
static/images/bigwigCompare_output.png
static/images/computeGCBias_output.png
static/images/computeMatrix_advancedOutput.png
static/images/computeMatrix_output.png
static/images/computeMatrix_overview.png
static/images/computeMatrix_selectRegions.png
static/images/computeMatrix_selectScores.png
static/images/multiBamSummary_output.png
static/images/multiBigwigSummary_output.png
static/images/norm_IGVsnapshot_indFiles.png
static/images/plotCorrelate_RNAseq.png
static/images/plotCorrelation_galaxy_bw_heatmap_output.png
static/images/plotCorrelation_output.png
static/images/plotCorrelation_scatterplot_PearsonCorr_bigwigScores.png
static/images/plotCoverage_annotated.png
static/images/plotCoverage_output.png
static/images/plotEnrichment_output.png
static/images/plotFingerprint_output.png
static/images/plotHeatmap_example.png
static/images/plotHeatmap_example02.png
static/images/plotPCA_annotated.png
static/images/plotProfiler_examples.png
static/images/visual_hm_DmelPolII.png
static/images/visual_profiler_DmelPolII.png
test-data/bamCompare_result1.bg
test-data/bamCompare_result2.bw
test-data/bamCoverage_result1.bw
test-data/bamCoverage_result2.bw
test-data/bamCoverage_result3.bg
test-data/bamCoverage_result4.bg
test-data/bamCoverage_result4.bw
test-data/bamCoverage_result5.bw
test-data/bamPEFragmentSize_histogram_result1.png
test-data/bamPEFragmentSize_result1.txt
test-data/bigwigCompare_result1.bw
test-data/bigwigCompare_result2.bg
test-data/bowtie2 test1.bam
test-data/computeGCBias_result1.png
test-data/computeGCBias_result1.tabular
test-data/computeMatrix1.bed
test-data/computeMatrix2.bed
test-data/computeMatrix2.bw
test-data/computeMatrix_result1.gz
test-data/computeMatrix_result2.gz
test-data/computeMatrix_result3.gz
test-data/correctGCBias_result1.bam
test-data/heatmapper_result1.png
test-data/heatmapper_result2.png
test-data/heatmapper_result2.tabular
test-data/multiBamSummary_regions.bed
test-data/multiBamSummary_result1.npz
test-data/multiBamSummary_result2.npz
test-data/multiBigwigSummary_result1.npz
test-data/multiBigwigSummary_result1.png
test-data/paired_chr2L.bam
test-data/phiX.2bit
test-data/phiX.bam
test-data/phiX.bam.bai
test-data/phiX.fasta
test-data/plotCorrelation_result1.png
test-data/plotCorrelation_result1.tabular
test-data/plotCorrelation_result2.png
test-data/plotCoverage_result1.png
test-data/plotCoverage_result1.tabular
test-data/plotEnrichment_output.png
test-data/plotEnrichment_output.txt
test-data/plotFingerprint_result1.png
test-data/plotFingerprint_result2.png
test-data/plotFingerprint_result2.tabular
test-data/plotPCA_result1.png
test-data/plotPCA_result2.png
test-data/plotPCA_result2.tabular
test-data/profiler_result1.png
test-data/profiler_result2.png
test-data/profiler_result2.tabular
test-data/sequence.2bit
test-data/test.bw
tool-data/deepTools_seqs.loc.sample
tool-data/lastz_seqs.loc.sample
tool_data_table_conf.xml.sample
tool_dependencies.xml
b
diff -r 000000000000 -r 4b88c90b6f6e datatypes_conf.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/datatypes_conf.xml Tue Sep 20 03:01:15 2016 -0400
b
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<datatypes>
+    <registration>
+        <datatype extension="deeptools_compute_matrix_archive" type="galaxy.datatypes.binary:CompressedArchive" subclass="True" display_in_upload="True"/>
+        <datatype extension="deeptools_coverage_matrix" type="galaxy.datatypes.binary:CompressedArchive" subclass="True" display_in_upload="True"/>
+    </registration>
+</datatypes>
b
diff -r 000000000000 -r 4b88c90b6f6e deepTools_macros.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/deepTools_macros.xml Tue Sep 20 03:01:15 2016 -0400
b
b'@@ -0,0 +1,743 @@\n+<macros>\n+\n+    <xml name="advancedOpt_scaffold">\n+        <conditional name="advancedOpt">\n+            <param name="showAdvancedOpt" type="select" label="Show advanced options" >\n+                <option value="no" selected="true">no</option>\n+                <option value="yes">yes</option>\n+            </param>\n+            <when value="no" />\n+            <when value="yes">\n+                <yield/>\n+            </when>\n+        </conditional>\n+    </xml>\n+\n+    <token name="@ADVANCED_OPTS_READ_PROCESSING@">\n+        #if $advancedOpt.doExtendCustom.doExtend == \'custom\':\n+            --extendReads $advancedOpt.doExtendCustom.extendReadsValue\n+        #else if $advancedOpt.doExtendCustom.doExtend == \'yes\':\n+            --extendReads\n+        #end if\n+        $advancedOpt.ignoreDuplicates\n+        $advancedOpt.centerReads\n+        #if $advancedOpt.minMappingQuality:\n+            --minMappingQuality \'$advancedOpt.minMappingQuality\'\n+        #end if\n+        #if $advancedOpt.samFlagInclude:\n+            --samFlagInclude $advancedOpt.samFlagInclude\n+        #end if\n+        #if $advancedOpt.samFlagExclude:\n+            --samFlagExclude $advancedOpt.samFlagExclude\n+        #end if\n+        #if $advancedOpt.minFragmentLength:\n+            --minFragmentLength $advancedOpt.minFragmentLength\n+        #end if\n+        #if $advancedOpt.maxFragmentLength:\n+            --maxFragmentLength $advancedOpt.maxFragmentLength\n+        #end if\n+    </token>\n+\n+    <token name="@ADVANCED_OPTS_GTF@">\n+        $advancedOpt.metagene\n+        #if $advancedOpt.transcriptID:\n+            --transcriptID $advancedOpt.transcriptID\n+        #end if\n+        #if $advancedOpt.exonID:\n+            --exonID $advancedOpt.exonID\n+        #end if\n+        #if $advancedOpt.transcript_id_designator:\n+            --transcript_id_designator $advancedOpt.transcript_id_designator\n+        #end if\n+    </token>\n+\n+    <xml name="heatmap_options">\n+        <expand macro="zMin_zMax" />\n+        <expand macro="colorMap" />\n+        <expand macro="plotTitle" />\n+        <expand macro="plotNumbers" />\n+    </xml>\n+\n+    <token name="@HEATMAP_OPTIONS@">\n+        #if str($plotting_type.zMin) != "":\n+            --zMin $plotting_type.zMin\n+        #end if\n+        #if str($plotting_type.zMax) != "":\n+            --zMax $plotting_type.zMax\n+        #end if\n+        --colorMap \'$plotting_type.colorMap\'\n+        $plotting_type.plotNumbers\n+        --plotTitle \'$plotting_type.plotTitle\'\n+    </token>\n+\n+\n+    <xml name="includeZeros">\n+        <param argument="--includeZeros" type="boolean" truevalue="--includeZeros" falsevalue=""\n+            label="Include zeros"\n+            help="If set, then regions with zero counts for *all* BAM files are included. The default behavior is to ignore such regions." />\n+    </xml>\n+\n+    <xml name="zMin_zMax">\n+        <param argument="--zMin" type="text" value="" optional="true" label="Minimum value for the heatmap intensities"\n+            help="If not specified the value is set automatically."/>\n+        <param argument="--zMax" type="text" value="" optional="true" label="Maximum value for the heatmap intensities"\n+            help="If not specified the value is set automatically."/>\n+    </xml>\n+\n+    <xml name="region_limit_operation">\n+        <param argument="--region" type="text" value=""\n+            label="Region of the genome to limit the operation to"\n+            help="This is useful when testing parameters to reduce the time required. The format is chr:start:end, for example &quot;chr10&quot; or &quot;chr10:456700:891000&quot;.">\n+            <sanitizer>\n+                <valid initial="string.letters,string.digits">\n+                    <add value="|"/>\n+                    <add value=":"/>\n+                 </valid>\n+            </sanitizer>\n+        </param>\n+    </xml>\n+\n+    <token name="@THREADS@">--numberOfProcessors "\\${GALAXY_SLOTS:-4}"</token>\n+    <token name="@WRAPPER_VERSION@">2.3.5</token>\n+    <x'..b'k2 reversed</option>\n+            <option value="Reds_r">Reds reversed</option>\n+            <option value="Oranges_r">Oranges reversed</option>\n+            <option value="Greens_r">Greens reversed</option>\n+            <option value="Blues_r">Blues reversed</option>\n+            <option value="Greys_r">Greys reversed</option>\n+            <option value="Purples_r">Purples reversed</option>\n+            <option value="Paired_r">Paired reversed</option>\n+            <option value="Pastel1_r">Pastel1 reversed</option>\n+            <option value="Pastel2_r">Pastel2 reversed</option>\n+            <option value="spring_r">spring reversed</option>\n+            <option value="summer_r">summer reversed</option>\n+            <option value="autumn_r">autumn reversed</option>\n+            <option value="winter_r">winter reversed</option>\n+            <option value="hot_r">hot reversed</option>\n+            <option value="coolwarm_r">coolwarm reversed</option>\n+            <option value="cool_r">cool reversed</option>\n+            <option value="seismic_r">seismic reversed</option>\n+            <option value="terrain_r">terrain reversed</option>\n+            <option value="ocean_r">ocean reversed</option>\n+            <option value="rainbow_r">rainbow reversed</option>\n+            <option value="bone_r">bone reversed</option>\n+            <option value="flag_r">flag reversed</option>\n+            <option value="prism_r">prism reversed</option>\n+            <option value="cubehelix_r">cubehelix reversed</option>\n+            <option value="binary_r">binary reversed</option>\n+            <option value="pink_r">pink reversed</option>\n+            <option value="gray_r">gray reversed</option>\n+            <option value="copper_r">copper reversed</option>\n+            <option value="BrBG_r">BrBG reversed</option>\n+            <option value="BuGn_r">BuGn reversed</option>\n+            <option value="BuPu_r">BuPu reversed</option>\n+            <option value="GnBu_r">GnBu reversed</option>\n+            <option value="OrRd_r">OrRd reversed</option>\n+            <option value="PiYG_r">PiYG reversed</option>\n+            <option value="PRGn_r">PRGn reversed</option>\n+            <option value="PuOr_r">PuOr reversed</option>\n+            <option value="PuRd_r">PuRd reversed</option>\n+            <option value="PuBu_r">PuBu reversed</option>\n+            <option value="RdBu_r">RdBu reversed</option>\n+            <option value="RdGy_r">RdGy reversed</option>\n+            <option value="RdPu_r">RdPu reversed</option>\n+            <option value="YlGn_r">YlGn reversed</option>\n+            <option value="PuBuGn_r">PuBuGn reversed</option>\n+            <option value="RdYlBu_r">RdYlBu reversed</option>\n+            <option value="RdYlGn_r">RdYlGn reversed</option>\n+            <option value="YlGnBu_r">YlGnBu reversed</option>\n+            <option value="YlOrBr_r">YlOrBr reversed</option>\n+            <option value="YlOrRd_r">YlOrRd reversed</option>\n+            <option value="gist_gray_r">gist_gray reversed</option>\n+            <option value="gist_stern_r">gist_stern reversed</option>\n+            <option value="gist_earth_r">gist_earth reversed</option>\n+            <option value="gist_yarg_r">gist_yarg reversed</option>\n+            <option value="gist_ncar_r">gist_ncar reversed</option>\n+            <option value="gist_rainbow_r">gist_rainbow reversed</option>\n+            <option value="gist_heat_r">gist_heat reversed</option>\n+            <option value="gnuplot_r">gnuplot reversed</option>\n+            <option value="gnuplot2_r">gnuplot2 reversed</option>\n+            <option value="CMRmap_r">CMRmap reversed</option>\n+            <option value="bwr_r">bwr reversed</option>\n+            <option value="hsv_r">hsv reversed</option>\n+            <option value="brg_r">brg reversed</option>\n+            <option value="jet_r">jet reversed</option>\n+            <option value="afmhot_r">afmhot reversed</option>\n+        </param>\n+\n+    </xml>\n+\n+</macros>\n'
b
diff -r 000000000000 -r 4b88c90b6f6e deepTools_macros.xml.orig
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/deepTools_macros.xml.orig Tue Sep 20 03:01:15 2016 -0400
b
b'@@ -0,0 +1,639 @@\n+<macros>\n+\n+    <xml name="advancedOpt_scaffold">\n+        <conditional name="advancedOpt">\n+            <param name="showAdvancedOpt" type="select" label="Show advanced options" >\n+                <option value="no" selected="true">no</option>\n+                <option value="yes">yes</option>\n+            </param>\n+            <when value="no" />\n+            <when value="yes">\n+                <yield/>\n+            </when>\n+        </conditional>\n+    </xml>\n+\n+    <token name="@ADVANCED_OPTS_READ_PROCESSING@">\n+        #if $advancedOpt.doExtendCustom.doExtend == \'custom\':\n+            --extendReads $advancedOpt.doExtendCustom.extendReadsValue\n+        #else if $advancedOpt.doExtendCustom.doExtend == \'yes\':\n+            --extendReads\n+        #end if\n+        $advancedOpt.ignoreDuplicates\n+        $advancedOpt.centerReads\n+        #if $advancedOpt.minMappingQuality:\n+            --minMappingQuality \'$advancedOpt.minMappingQuality\'\n+        #end if\n+        #if $advancedOpt.samFlagInclude:\n+            --samFlagInclude $advancedOpt.samFlagInclude\n+        #end if\n+        #if $advancedOpt.samFlagExclude:\n+            --samFlagExclude $advancedOpt.samFlagExclude\n+        #end if\n+    </token>\n+\n+    <xml name="heatmap_options">\n+        <expand macro="zMin_zMax" />\n+        <expand macro="colorMap" />\n+        <expand macro="plotTitle" />\n+        <expand macro="plotNumbers" />\n+    </xml>\n+\n+    <token name="@HEATMAP_OPTIONS@">\n+        #if str($plotting_type.zMin) != "":\n+            --zMin $plotting_type.zMin\n+        #end if\n+        #if str($plotting_type.zMax) != "":\n+            --zMax $plotting_type.zMax\n+        #end if\n+        --colorMap \'$plotting_type.colorMap\'\n+        $plotting_type.plotNumbers\n+        --plotTitle \'$plotting_type.plotTitle\'\n+    </token>\n+\n+\n+    <xml name="includeZeros">\n+        <param argument="--includeZeros" type="boolean" truevalue="--includeZeros" falsevalue=""\n+            label="Include zeros"\n+            help="If set, then regions with zero counts for *all* BAM files are included. The default behavior is to ignore such regions." />\n+    </xml>\n+\n+    <xml name="zMin_zMax">\n+        <param argument="--zMin" type="float" value="" optional="true" label="Minimum value for the heatmap intensities"\n+            help="If not specified the value is set automatically."/>\n+        <param argument="--zMax" type="float" value="" optional="true" label="Maximum value for the heatmap intensities"\n+            help="If not specified the value is set automatically."/>\n+    </xml>\n+\n+    <xml name="region_limit_operation">\n+        <param argument="--region" type="text" value=""\n+            label="Region of the genome to limit the operation to"\n+            help="This is useful when testing parameters to reduce the time required. The format is chr:start:end, for example &quot;chr10&quot; or &quot;chr10:456700:891000&quot;." />\n+    </xml>\n+\n+    <token name="@THREADS@">--numberOfProcessors "\\${GALAXY_SLOTS:-4}"</token>\n+<<<<<<< HEAD\n+    <token name="@WRAPPER_VERSION@">2.0.1.0</token>\n+=======\n+    <token name="@WRAPPER_VERSION@">2.1.0</token>\n+>>>>>>> d56067f86089e75354a2fad266002db3730766d9\n+    <xml name="requirements">\n+        <requirements>\n+            <requirement type="package" version="2.7.10">python</requirement>\n+            <requirement type="binary">@BINARY@</requirement>\n+<<<<<<< HEAD\n+            <requirement type="package" version="2.0.1">deepTools</requirement>\n+=======\n+            <requirement type="package" version="2.1.0">deepTools</requirement>\n+>>>>>>> d56067f86089e75354a2fad266002db3730766d9\n+            <yield />\n+        </requirements>\n+        <expand macro="stdio" />\n+        <version_command>@BINARY@ --version</version_command>\n+    </xml>\n+\n+    <xml name="smoothLength">\n+        <param argument="--smoothLength" type="integer" value="" optional="True" min="1"\n+            label="Smooth values using the following length (in bases)"\n+            help '..b'k2 reversed</option>\n+            <option value="Reds_r">Reds reversed</option>\n+            <option value="Oranges_r">Oranges reversed</option>\n+            <option value="Greens_r">Greens reversed</option>\n+            <option value="Blues_r">Blues reversed</option>\n+            <option value="Greys_r">Greys reversed</option>\n+            <option value="Purples_r">Purples reversed</option>\n+            <option value="Paired_r">Paired reversed</option>\n+            <option value="Pastel1_r">Pastel1 reversed</option>\n+            <option value="Pastel2_r">Pastel2 reversed</option>\n+            <option value="spring_r">spring reversed</option>\n+            <option value="summer_r">summer reversed</option>\n+            <option value="autumn_r">autumn reversed</option>\n+            <option value="winter_r">winter reversed</option>\n+            <option value="hot_r">hot reversed</option>\n+            <option value="coolwarm_r">coolwarm reversed</option>\n+            <option value="cool_r">cool reversed</option>\n+            <option value="seismic_r">seismic reversed</option>\n+            <option value="terrain_r">terrain reversed</option>\n+            <option value="ocean_r">ocean reversed</option>\n+            <option value="rainbow_r">rainbow reversed</option>\n+            <option value="bone_r">bone reversed</option>\n+            <option value="flag_r">flag reversed</option>\n+            <option value="prism_r">prism reversed</option>\n+            <option value="cubehelix_r">cubehelix reversed</option>\n+            <option value="binary_r">binary reversed</option>\n+            <option value="pink_r">pink reversed</option>\n+            <option value="gray_r">gray reversed</option>\n+            <option value="copper_r">copper reversed</option>\n+            <option value="BrBG_r">BrBG reversed</option>\n+            <option value="BuGn_r">BuGn reversed</option>\n+            <option value="BuPu_r">BuPu reversed</option>\n+            <option value="GnBu_r">GnBu reversed</option>\n+            <option value="OrRd_r">OrRd reversed</option>\n+            <option value="PiYG_r">PiYG reversed</option>\n+            <option value="PRGn_r">PRGn reversed</option>\n+            <option value="PuOr_r">PuOr reversed</option>\n+            <option value="PuRd_r">PuRd reversed</option>\n+            <option value="PuBu_r">PuBu reversed</option>\n+            <option value="RdBu_r">RdBu reversed</option>\n+            <option value="RdGy_r">RdGy reversed</option>\n+            <option value="RdPu_r">RdPu reversed</option>\n+            <option value="YlGn_r">YlGn reversed</option>\n+            <option value="PuBuGn_r">PuBuGn reversed</option>\n+            <option value="RdYlBu_r">RdYlBu reversed</option>\n+            <option value="RdYlGn_r">RdYlGn reversed</option>\n+            <option value="YlGnBu_r">YlGnBu reversed</option>\n+            <option value="YlOrBr_r">YlOrBr reversed</option>\n+            <option value="YlOrRd_r">YlOrRd reversed</option>\n+            <option value="gist_gray_r">gist_gray reversed</option>\n+            <option value="gist_stern_r">gist_stern reversed</option>\n+            <option value="gist_earth_r">gist_earth reversed</option>\n+            <option value="gist_yarg_r">gist_yarg reversed</option>\n+            <option value="gist_ncar_r">gist_ncar reversed</option>\n+            <option value="gist_rainbow_r">gist_rainbow reversed</option>\n+            <option value="gist_heat_r">gist_heat reversed</option>\n+            <option value="gnuplot_r">gnuplot reversed</option>\n+            <option value="gnuplot2_r">gnuplot2 reversed</option>\n+            <option value="CMRmap_r">CMRmap reversed</option>\n+            <option value="bwr_r">bwr reversed</option>\n+            <option value="hsv_r">hsv reversed</option>\n+            <option value="brg_r">brg reversed</option>\n+            <option value="jet_r">jet reversed</option>\n+            <option value="afmhot_r">afmhot reversed</option>\n+        </param>\n+\n+    </xml>\n+\n+</macros>\n'
b
diff -r 000000000000 -r 4b88c90b6f6e plotEnrichment.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/plotEnrichment.xml Tue Sep 20 03:01:15 2016 -0400
[
@@ -0,0 +1,186 @@
+<tool id="deeptools_plot_enrichment" name="plotEnrichment" version="@WRAPPER_VERSION@.0">
+    <description>plots read/fragment coverage over sets of regions</description>
+    <macros>
+        <token name="@BINARY@">plotEnrichment</token>
+        <import>deepTools_macros.xml</import>
+    </macros>
+    <expand macro="requirements" />
+    <command>
+<![CDATA[
+
+        @multiple_input_bams@
+        @BINARY@
+            @THREADS@
+
+            --plotFile '$outFileName'
+
+            --bamfiles #echo " ".join($files)#
+            --labels #echo " ".join($labels)#
+
+            @multiple_bed@
+
+            #if $outRawCounts:
+                --outRawCounts "$outFileRawCounts"
+            #end if
+
+            --plotFileFormat "$outFileFormat"
+
+            #if str($region).strip() != "":
+                --region '$region'
+            #end if
+
+            #if $advancedOpt.showAdvancedOpt == "yes"
+                #if $advancedOpt.labels and str($advancedOpt.labels).strip() != "":
+                    --labels $advancedOpt.labels
+                #end if
+
+                #if $advancedOpt.regionLabels and str($advancedOpt.regionLabels).strip() != "":
+                    --regionLabels $advancedOpt.regionLabels
+                #end if
+
+                #if $advancedOpt.plotTitle and str($advancedOpt.plotTitle.value) != "":
+                    --plotTitle '$advancedOpt.plotTitle'
+                #end if
+
+                $advancedOpt.perSample
+
+                $advancedOpt.variableScales
+                
+                $advancedOpt.perSample
+
+                $advancedOpt.variableScales
+
+                --plotWidth '$advancedOpt.plotWidth'
+
+                --plotHeight '$advancedOpt.plotHeight'
+
+                #if str($advancedOpt.colors).strip() != "":
+                    --colors #echo ' '.join( ["'%s'" % $color for $color in $advancedOpt.colors.split()] )#
+                #end if
+
+                --numPlotsPerRow '$advancedOpt.numPlotsPerRow'
+
+                --alpha '$advancedOpt.alpha'
+
+                @ADVANCED_OPTS_READ_PROCESSING@
+
+                @blacklist@
+
+                $advancedOpt.keepExons
+
+            #end if
+]]>
+    </command>
+
+    <inputs>
+        <expand macro="multiple_input_bams" />
+        <expand macro="multiple_bed" />
+
+        <expand macro="region_limit_operation" />
+        <expand macro="input_image_file_format" />
+
+        <expand macro="advancedOpt_scaffold">
+            <param argument="--plotHeight" type="integer" value="20" min="3"
+                label="Plot height"
+                help="Height in cm. The default for the plot height is 20 centimeters. The minimum value is 3 cm." />
+
+            <param argument="--plotWidth" type="integer" value="20" min="1"
+                label="Plot width"
+                help="Width in cm. The default value is 20 centimeters. The minimum value is 1 cm." />
+
+            <param argument="--labels" type="text" size="30"
+                label="Labels for the samples (each BAM file) plotted"
+                help="The default is to use the file name of the sample. The sample labels should be separated by
+                spaces and quoted if a label itself contains a space, e.g., label-1 &quot;label 2&quot;">
+                <sanitizer>
+                    <valid initial="string.printable" />
+                </sanitizer>
+            </param>
+
+            <param argument="--regionLabels" type="text" size="30"
+                label="Labels for the features"
+                help="For BED files, this sets the label for all entries in each file.
+                      For GTF files this is ignored." />
+
+            <expand macro="plotTitle" />
+
+            <param argument="--alpha" type="float" value="0.9" min="0.0" max="1.0"
+                label="Alpha channel"
+                help="The alpha channel value (between 0 and 1). A value of 0 is transparent. Default: 0.9" />
+
+            <param argument="--colors" type="text" value="" size="40"
+                label="List of colors to use for the plotted bars"
+                help="Color names and html hex strings (e.g. #eeff22) are accepted.
+                The color names should be separated by spaces. (--colors red blue green)">
+                <validator type="expression"
+                    message="Only numbers, digits, '#' and spaces are allowed.">all(c in ' #abcdefghijklmnopqrstuvwxyz0123456789' for c in value)</validator>
+            </param>
+
+            <param argument="--perSample" type="boolean" truevalue="--perSample" falsevalue=""
+                label="Create one plot per-sample"
+                help="Plot per-sample, rather than per-feature." />
+
+            <param argument="--variableScales" type="boolean" truevalue="--variableScales" falsevalue=""
+                label="Allow variable scales"
+                help="By default, the y-axis always goes from 0 to 100. If this option is selected, then the maximum value will vary with the dataset." />
+
+            <param argument="--numPlotsPerRow" type="integer" value="4" min="1"
+                label="Number of plots/row"
+                help="" />
+
+            <expand macro="read_processing_options" />
+
+            <param argument="--keepExons" type="boolean" truevalue="--keepExons" falsevalue=""
+                label="Include BED12 exons"
+                help="Only for BED12 files, include columns 10-12 rather than just 2 and 3." />
+
+            <expand macro="blacklist" />
+
+        </expand>
+
+        <param argument="--outRawCounts" type="boolean" label="Save percentages to a file" help=""/>
+
+    </inputs>
+    <outputs>
+        <expand macro="output_image_file_format_not_nested" />
+        <data format="tabular" name="outFileRawCounts" label="${tool.name} on ${on_string}: percentages">
+            <filter>outRawCounts is True</filter>
+        </data>
+    </outputs>
+    <tests>
+        <test>
+            <param name="bamfiles" value="bowtie2 test1.bam,bowtie2 test1.bam" ftype="bam" />
+            <param name="BED" value="multiBamSummary_regions.bed,multiBamSummary_regions.bed" ftype="bed" />
+            <param name="outRawCounts" value="true" />
+            <param name="showAdvancedOpt" value="yes" />
+            <param name="minMappingQuality" value="0" />
+            <param name="regionLabels" value="up down" />
+            <output name="outFileName" file="plotEnrichment_output.png" ftype="png" compare="sim_size" delta="1000" />
+            <output name="outFileRawCounts" file="plotEnrichment_output.txt" ftype="tabular" />
+        </test>
+    </tests>
+
+    <help>
+<![CDATA[
+
+What it does
+-------------
+
+This tool determines read/fragment coverage of regions. The regions (e.g., exons, genes or peaks) can be specified in one or more BED or GTF files. For GTF files, the feature type is taken from column 3. For BED files, the file name is used. For BED files, the feature labels can be changed.
+
+Output
+--------
+
+The output file is a plot in the format specified. A table of the percentages can also be created.
+
+.. image:: $PATH_TO_IMAGES/plotEnrichment_output.png
+   :width: 600
+   :height: 600
+
+-----
+
+@REFERENCES@
+]]>
+    </help>
+    <expand macro="citations" />
+</tool>
b
diff -r 000000000000 -r 4b88c90b6f6e readme.rst
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/readme.rst Tue Sep 20 03:01:15 2016 -0400
b
@@ -0,0 +1,74 @@
+========================
+Galaxy deeptools wrapper
+========================
+
+deepTools are user-friendly tools for the normalization and visualization of 
+deep-sequencing data.
+They address the challenge of visualizing the large amounts of data that are now
+routinely generated from sequencing centers in a meaningful way. 
+To do so, deepTools contain useful routines to process the mapped reads data 
+through removal of duplicates and different filtering options to create coverage
+files in standard bedGraph and bigWig file formats. deepTools allow the creation
+of normalized coverage files or the comparison between two files 
+(for example, treatment and control). Finally, using such normalized and 
+standardized files, multiple visualizations can be created to identify 
+enrichments with functional annotations of the genome. 
+For a gallery of images that can be produced and a description 
+of the tools see our poster_.
+
+.. _poster: http://f1000.com/posters/browse/summary/1094053
+
+deeptools is developed under here:
+
+    https://github.com/fidelram/deepTools
+
+For support, questions, or feature requests contact: deeptools@googlegroups.com
+
+
+============
+Installation
+============
+
+Requirements: python-2.7
+
+Galaxy should be able to automatically install all other dependencies, such as numpy or scipy.
+
+For the best performance we recommend to install blas/lapack/atlas in your environment before
+installing deepTools from the Tool Shed.
+
+
+========
+Citation
+========
+
+deeptools are currently under review. In the meantime please refere to https://github.com/fidelram/deepTools.
+
+
+=======
+History
+=======
+
+ * v1.0:        Initial public release
+ * v1.5.8.2:    Include new citation tag, update version to 1.5.8.2 and change wrapper version
+
+
+Licence (MIT)
+=============
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
b
diff -r 000000000000 -r 4b88c90b6f6e repository_dependencies.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/repository_dependencies.xml Tue Sep 20 03:01:15 2016 -0400
b
@@ -0,0 +1,4 @@
+<?xml version="1.0"?>
+<repositories>
+    <repository changeset_revision="74b09c8e5f6e" name="data_manager_twobit_builder" owner="devteam" toolshed="https://toolshed.g2.bx.psu.edu" />
+</repositories>
b
diff -r 000000000000 -r 4b88c90b6f6e static/images/GC_bias_simulated_reads_2L.png
b
Binary file static/images/GC_bias_simulated_reads_2L.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e static/images/QC_GCplots_input.png
b
Binary file static/images/QC_GCplots_input.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e static/images/QC_fingerprint.png
b
Binary file static/images/QC_fingerprint.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e static/images/QC_multiBamSummary_humanSamples.png
b
Binary file static/images/QC_multiBamSummary_humanSamples.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e static/images/QC_plotCoverage.png
b
Binary file static/images/QC_plotCoverage.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e static/images/bamCompare_output.png
b
Binary file static/images/bamCompare_output.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e static/images/bamCoverage_output.png
b
Binary file static/images/bamCoverage_output.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e static/images/bamFP_galaxy_output.png
b
Binary file static/images/bamFP_galaxy_output.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e static/images/bamPEFragmentSize_output.png
b
Binary file static/images/bamPEFragmentSize_output.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e static/images/bigwigCompare_output.png
b
Binary file static/images/bigwigCompare_output.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e static/images/computeGCBias_output.png
b
Binary file static/images/computeGCBias_output.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e static/images/computeMatrix_advancedOutput.png
b
Binary file static/images/computeMatrix_advancedOutput.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e static/images/computeMatrix_output.png
b
Binary file static/images/computeMatrix_output.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e static/images/computeMatrix_overview.png
b
Binary file static/images/computeMatrix_overview.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e static/images/computeMatrix_selectRegions.png
b
Binary file static/images/computeMatrix_selectRegions.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e static/images/computeMatrix_selectScores.png
b
Binary file static/images/computeMatrix_selectScores.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e static/images/multiBamSummary_output.png
b
Binary file static/images/multiBamSummary_output.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e static/images/multiBigwigSummary_output.png
b
Binary file static/images/multiBigwigSummary_output.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e static/images/norm_IGVsnapshot_indFiles.png
b
Binary file static/images/norm_IGVsnapshot_indFiles.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e static/images/plotCorrelate_RNAseq.png
b
Binary file static/images/plotCorrelate_RNAseq.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e static/images/plotCorrelation_galaxy_bw_heatmap_output.png
b
Binary file static/images/plotCorrelation_galaxy_bw_heatmap_output.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e static/images/plotCorrelation_output.png
b
Binary file static/images/plotCorrelation_output.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e static/images/plotCorrelation_scatterplot_PearsonCorr_bigwigScores.png
b
Binary file static/images/plotCorrelation_scatterplot_PearsonCorr_bigwigScores.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e static/images/plotCoverage_annotated.png
b
Binary file static/images/plotCoverage_annotated.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e static/images/plotCoverage_output.png
b
Binary file static/images/plotCoverage_output.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e static/images/plotEnrichment_output.png
b
Binary file static/images/plotEnrichment_output.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e static/images/plotFingerprint_output.png
b
Binary file static/images/plotFingerprint_output.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e static/images/plotHeatmap_example.png
b
Binary file static/images/plotHeatmap_example.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e static/images/plotHeatmap_example02.png
b
Binary file static/images/plotHeatmap_example02.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e static/images/plotPCA_annotated.png
b
Binary file static/images/plotPCA_annotated.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e static/images/plotProfiler_examples.png
b
Binary file static/images/plotProfiler_examples.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e static/images/visual_hm_DmelPolII.png
b
Binary file static/images/visual_hm_DmelPolII.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e static/images/visual_profiler_DmelPolII.png
b
Binary file static/images/visual_profiler_DmelPolII.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/bamCompare_result1.bg
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/bamCompare_result1.bg Tue Sep 20 03:01:15 2016 -0400
b
@@ -0,0 +1,1 @@
+chrM 0 16569 1.00
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/bamCompare_result2.bw
b
Binary file test-data/bamCompare_result2.bw has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/bamCoverage_result1.bw
b
Binary file test-data/bamCoverage_result1.bw has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/bamCoverage_result2.bw
b
Binary file test-data/bamCoverage_result2.bw has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/bamCoverage_result3.bg
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/bamCoverage_result3.bg Tue Sep 20 03:01:15 2016 -0400
b
@@ -0,0 +1,7 @@
+chrM 0 210 9768764.94
+chrM 210 220 9560918.88
+chrM 220 230 7690304.31
+chrM 230 240 5196151.56
+chrM 240 250 3325537.00
+chrM 250 260 623538.19
+chrM 260 16569 0.00
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/bamCoverage_result4.bg
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/bamCoverage_result4.bg Tue Sep 20 03:01:15 2016 -0400
b
b'@@ -0,0 +1,472 @@\n+phiX174\t0\t10\t16302.83\n+phiX174\t10\t20\t48908.50\n+phiX174\t20\t70\t146725.49\n+phiX174\t70\t80\t195633.98\n+phiX174\t80\t90\t179331.15\n+phiX174\t90\t100\t163028.32\n+phiX174\t100\t120\t114119.82\n+phiX174\t120\t140\t146725.49\n+phiX174\t140\t150\t163028.32\n+phiX174\t150\t160\t130422.65\n+phiX174\t160\t170\t163028.32\n+phiX174\t170\t180\t179331.15\n+phiX174\t180\t200\t211936.81\n+phiX174\t200\t210\t195633.98\n+phiX174\t210\t220\t244542.48\n+phiX174\t220\t230\t277148.14\n+phiX174\t230\t240\t342359.47\n+phiX174\t240\t250\t326056.64\n+phiX174\t250\t260\t293450.97\n+phiX174\t260\t270\t342359.47\n+phiX174\t270\t280\t407570.79\n+phiX174\t280\t300\t423873.63\n+phiX174\t300\t310\t358662.30\n+phiX174\t310\t320\t326056.64\n+phiX174\t320\t330\t374965.13\n+phiX174\t330\t340\t358662.30\n+phiX174\t340\t350\t293450.97\n+phiX174\t350\t360\t260845.31\n+phiX174\t360\t370\t228239.64\n+phiX174\t370\t380\t244542.48\n+phiX174\t380\t390\t309753.80\n+phiX174\t390\t400\t260845.31\n+phiX174\t400\t410\t244542.48\n+phiX174\t410\t420\t228239.64\n+phiX174\t420\t450\t293450.97\n+phiX174\t450\t460\t309753.80\n+phiX174\t460\t470\t342359.47\n+phiX174\t470\t490\t423873.63\n+phiX174\t490\t510\t505387.79\n+phiX174\t510\t520\t472782.12\n+phiX174\t520\t530\t570599.11\n+phiX174\t530\t540\t505387.79\n+phiX174\t540\t550\t537993.45\n+phiX174\t550\t560\t554296.28\n+phiX174\t560\t570\t652113.27\n+phiX174\t570\t580\t635810.44\n+phiX174\t580\t590\t570599.11\n+phiX174\t590\t600\t619507.61\n+phiX174\t600\t610\t554296.28\n+phiX174\t610\t630\t635810.44\n+phiX174\t630\t640\t586901.94\n+phiX174\t640\t650\t521690.62\n+phiX174\t650\t660\t554296.28\n+phiX174\t660\t670\t570599.11\n+phiX174\t670\t680\t603204.78\n+phiX174\t680\t690\t668416.10\n+phiX174\t690\t700\t652113.27\n+phiX174\t700\t710\t570599.11\n+phiX174\t710\t730\t603204.78\n+phiX174\t730\t740\t521690.62\n+phiX174\t740\t760\t603204.78\n+phiX174\t760\t770\t505387.79\n+phiX174\t770\t780\t521690.62\n+phiX174\t780\t790\t537993.45\n+phiX174\t790\t800\t554296.28\n+phiX174\t800\t810\t456479.29\n+phiX174\t810\t820\t440176.46\n+phiX174\t820\t830\t374965.13\n+phiX174\t830\t840\t326056.64\n+phiX174\t840\t850\t358662.30\n+phiX174\t850\t860\t309753.80\n+phiX174\t860\t870\t342359.47\n+phiX174\t870\t880\t260845.31\n+phiX174\t880\t890\t358662.30\n+phiX174\t890\t900\t391267.96\n+phiX174\t900\t910\t472782.12\n+phiX174\t910\t920\t554296.28\n+phiX174\t920\t930\t570599.11\n+phiX174\t930\t940\t554296.28\n+phiX174\t940\t950\t586901.94\n+phiX174\t950\t960\t603204.78\n+phiX174\t960\t970\t521690.62\n+phiX174\t970\t980\t489084.95\n+phiX174\t980\t990\t440176.46\n+phiX174\t990\t1000\t423873.63\n+phiX174\t1000\t1010\t456479.29\n+phiX174\t1010\t1030\t586901.94\n+phiX174\t1030\t1040\t766233.09\n+phiX174\t1040\t1050\t798838.76\n+phiX174\t1050\t1060\t831444.42\n+phiX174\t1060\t1070\t880352.92\n+phiX174\t1070\t1080\t847747.25\n+phiX174\t1080\t1090\t880352.92\n+phiX174\t1090\t1100\t782535.93\n+phiX174\t1100\t1110\t749930.26\n+phiX174\t1110\t1120\t668416.10\n+phiX174\t1120\t1130\t652113.27\n+phiX174\t1130\t1140\t635810.44\n+phiX174\t1140\t1150\t684718.93\n+phiX174\t1150\t1160\t635810.44\n+phiX174\t1160\t1170\t603204.78\n+phiX174\t1170\t1180\t619507.61\n+phiX174\t1180\t1190\t586901.94\n+phiX174\t1190\t1200\t521690.62\n+phiX174\t1200\t1210\t489084.95\n+phiX174\t1210\t1220\t570599.11\n+phiX174\t1220\t1230\t489084.95\n+phiX174\t1230\t1240\t456479.29\n+phiX174\t1240\t1250\t358662.30\n+phiX174\t1250\t1260\t342359.47\n+phiX174\t1260\t1270\t407570.79\n+phiX174\t1270\t1280\t358662.30\n+phiX174\t1280\t1290\t374965.13\n+phiX174\t1290\t1300\t326056.64\n+phiX174\t1300\t1310\t391267.96\n+phiX174\t1310\t1320\t521690.62\n+phiX174\t1320\t1330\t505387.79\n+phiX174\t1330\t1340\t521690.62\n+phiX174\t1340\t1350\t489084.95\n+phiX174\t1350\t1370\t505387.79\n+phiX174\t1370\t1390\t472782.12\n+phiX174\t1390\t1400\t358662.30\n+phiX174\t1400\t1410\t456479.29\n+phiX174\t1410\t1430\t489084.95\n+phiX174\t1430\t1450\t554296.28\n+phiX174\t1450\t1460\t570599.11\n+phiX174\t1460\t1470\t586901.94\n+phiX174\t1470\t1480\t619507.61\n+phiX174\t1480\t1490\t603204.78\n+phiX174\t1490\t1500\t554296.28\n+phiX174\t1500\t1510\t668416.10\n+phiX174\t1510\t1520\t635810.44\n+phiX174\t1520\t1540\t798838.76\n+phiX174\t1540\t1550\t733627.43\n+phiX174\t1550\t1570\t766233.09\n+phiX174\t1570\t1580\t782535.93\n+phiX174\t1580\t1590\t684718.93\n+phiX174\t1590\t1600\t635810.44\n+phiX174\t1600\t1610\t570599.11\n+phiX174\t1610\t1620\t537993.45\n+phiX174\t1620\t1630\t505387.79\n+phiX174\t1630\t1640\t472782.12\n+phiX174\t1640\t1650\t489084.95\n+phiX174\t1650\t166'..b'+phiX174\t3800\t3810\t423873.63\n+phiX174\t3810\t3820\t456479.29\n+phiX174\t3820\t3830\t440176.46\n+phiX174\t3830\t3840\t554296.28\n+phiX174\t3840\t3850\t635810.44\n+phiX174\t3850\t3860\t782535.93\n+phiX174\t3860\t3870\t815141.59\n+phiX174\t3870\t3880\t782535.93\n+phiX174\t3880\t3890\t733627.43\n+phiX174\t3890\t3900\t684718.93\n+phiX174\t3900\t3910\t652113.27\n+phiX174\t3910\t3920\t603204.78\n+phiX174\t3920\t3930\t456479.29\n+phiX174\t3930\t3950\t407570.79\n+phiX174\t3950\t3960\t440176.46\n+phiX174\t3960\t3970\t537993.45\n+phiX174\t3970\t3980\t603204.78\n+phiX174\t3980\t3990\t570599.11\n+phiX174\t3990\t4000\t652113.27\n+phiX174\t4000\t4010\t635810.44\n+phiX174\t4010\t4020\t619507.61\n+phiX174\t4020\t4030\t652113.27\n+phiX174\t4030\t4040\t668416.10\n+phiX174\t4040\t4050\t554296.28\n+phiX174\t4050\t4060\t489084.95\n+phiX174\t4060\t4070\t456479.29\n+phiX174\t4070\t4080\t407570.79\n+phiX174\t4080\t4090\t440176.46\n+phiX174\t4090\t4100\t537993.45\n+phiX174\t4100\t4110\t407570.79\n+phiX174\t4110\t4120\t374965.13\n+phiX174\t4120\t4130\t309753.80\n+phiX174\t4130\t4150\t374965.13\n+phiX174\t4150\t4160\t342359.47\n+phiX174\t4160\t4170\t391267.96\n+phiX174\t4170\t4180\t277148.14\n+phiX174\t4180\t4190\t342359.47\n+phiX174\t4190\t4200\t358662.30\n+phiX174\t4200\t4210\t374965.13\n+phiX174\t4210\t4230\t326056.64\n+phiX174\t4230\t4250\t342359.47\n+phiX174\t4250\t4260\t391267.96\n+phiX174\t4260\t4280\t489084.95\n+phiX174\t4280\t4290\t456479.29\n+phiX174\t4290\t4300\t472782.12\n+phiX174\t4300\t4310\t537993.45\n+phiX174\t4310\t4320\t619507.61\n+phiX174\t4320\t4330\t586901.94\n+phiX174\t4330\t4340\t472782.12\n+phiX174\t4340\t4350\t423873.63\n+phiX174\t4350\t4360\t440176.46\n+phiX174\t4360\t4380\t521690.62\n+phiX174\t4380\t4390\t489084.95\n+phiX174\t4390\t4400\t456479.29\n+phiX174\t4400\t4410\t537993.45\n+phiX174\t4410\t4420\t668416.10\n+phiX174\t4420\t4430\t717324.60\n+phiX174\t4430\t4440\t798838.76\n+phiX174\t4440\t4450\t831444.42\n+phiX174\t4450\t4460\t815141.59\n+phiX174\t4460\t4470\t782535.93\n+phiX174\t4470\t4480\t798838.76\n+phiX174\t4480\t4490\t701021.77\n+phiX174\t4490\t4500\t635810.44\n+phiX174\t4500\t4510\t619507.61\n+phiX174\t4510\t4520\t472782.12\n+phiX174\t4520\t4540\t440176.46\n+phiX174\t4540\t4550\t505387.79\n+phiX174\t4550\t4560\t489084.95\n+phiX174\t4560\t4570\t440176.46\n+phiX174\t4570\t4580\t472782.12\n+phiX174\t4580\t4590\t423873.63\n+phiX174\t4590\t4600\t440176.46\n+phiX174\t4600\t4610\t537993.45\n+phiX174\t4610\t4620\t521690.62\n+phiX174\t4620\t4630\t586901.94\n+phiX174\t4630\t4640\t619507.61\n+phiX174\t4640\t4660\t701021.77\n+phiX174\t4660\t4670\t733627.43\n+phiX174\t4670\t4680\t684718.93\n+phiX174\t4680\t4690\t619507.61\n+phiX174\t4690\t4700\t701021.77\n+phiX174\t4700\t4720\t489084.95\n+phiX174\t4720\t4730\t407570.79\n+phiX174\t4730\t4740\t472782.12\n+phiX174\t4740\t4760\t570599.11\n+phiX174\t4760\t4780\t603204.78\n+phiX174\t4780\t4790\t619507.61\n+phiX174\t4790\t4800\t701021.77\n+phiX174\t4800\t4810\t684718.93\n+phiX174\t4810\t4820\t668416.10\n+phiX174\t4820\t4830\t603204.78\n+phiX174\t4830\t4850\t635810.44\n+phiX174\t4850\t4860\t586901.94\n+phiX174\t4860\t4870\t521690.62\n+phiX174\t4870\t4880\t505387.79\n+phiX174\t4880\t4890\t603204.78\n+phiX174\t4890\t4900\t521690.62\n+phiX174\t4900\t4910\t489084.95\n+phiX174\t4910\t4920\t423873.63\n+phiX174\t4920\t4930\t391267.96\n+phiX174\t4930\t4950\t358662.30\n+phiX174\t4950\t4960\t277148.14\n+phiX174\t4960\t4970\t179331.15\n+phiX174\t4970\t4980\t244542.48\n+phiX174\t4980\t4990\t211936.81\n+phiX174\t4990\t5020\t293450.97\n+phiX174\t5020\t5030\t358662.30\n+phiX174\t5030\t5040\t342359.47\n+phiX174\t5040\t5050\t374965.13\n+phiX174\t5050\t5060\t309753.80\n+phiX174\t5060\t5070\t293450.97\n+phiX174\t5070\t5080\t244542.48\n+phiX174\t5080\t5090\t309753.80\n+phiX174\t5090\t5100\t277148.14\n+phiX174\t5100\t5110\t228239.64\n+phiX174\t5110\t5120\t260845.31\n+phiX174\t5120\t5130\t326056.64\n+phiX174\t5130\t5140\t423873.63\n+phiX174\t5140\t5160\t505387.79\n+phiX174\t5160\t5170\t489084.95\n+phiX174\t5170\t5180\t586901.94\n+phiX174\t5180\t5190\t570599.11\n+phiX174\t5190\t5200\t537993.45\n+phiX174\t5200\t5210\t472782.12\n+phiX174\t5210\t5220\t456479.29\n+phiX174\t5220\t5230\t407570.79\n+phiX174\t5230\t5240\t456479.29\n+phiX174\t5240\t5250\t374965.13\n+phiX174\t5250\t5260\t277148.14\n+phiX174\t5260\t5270\t309753.80\n+phiX174\t5270\t5280\t342359.47\n+phiX174\t5280\t5290\t277148.14\n+phiX174\t5290\t5300\t195633.98\n+phiX174\t5300\t5310\t146725.49\n+phiX174\t5310\t5340\t97816.99\n+phiX174\t5340\t5350\t65211.33\n+phiX174\t5350\t5386\t32605.66\n'
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/bamCoverage_result4.bw
b
Binary file test-data/bamCoverage_result4.bw has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/bamCoverage_result5.bw
b
Binary file test-data/bamCoverage_result5.bw has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/bamPEFragmentSize_histogram_result1.png
b
Binary file test-data/bamPEFragmentSize_histogram_result1.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/bamPEFragmentSize_result1.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/bamPEFragmentSize_result1.txt Tue Sep 20 03:01:15 2016 -0400
b
@@ -0,0 +1,22 @@
+
+
+BAM file : 0.bam
+Sample size: 3
+
+Fragment lengths:
+Min.: 241.0
+1st Qu.: 241.5
+Mean: 244.666666667
+Median: 242.0
+3rd Qu.: 246.5
+Max.: 251.0
+Std: 4.49691252108
+
+Read lengths:
+Min.: 251.0
+1st Qu.: 251.0
+Mean: 251.0
+Median: 251.0
+3rd Qu.: 251.0
+Max.: 251.0
+Std: 0.0
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/bigwigCompare_result1.bw
b
Binary file test-data/bigwigCompare_result1.bw has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/bigwigCompare_result2.bg
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/bigwigCompare_result2.bg Tue Sep 20 03:01:15 2016 -0400
b
@@ -0,0 +1,3 @@
+ch1 0 400 1.0
+ch2 0 400 1.0
+ch3 0 400 1.0
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/bowtie2 test1.bam
b
Binary file test-data/bowtie2 test1.bam has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/computeGCBias_result1.png
b
Binary file test-data/computeGCBias_result1.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/computeGCBias_result1.tabular
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/computeGCBias_result1.tabular Tue Sep 20 03:01:15 2016 -0400
b
b'@@ -0,0 +1,301 @@\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.0'..b'00000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n+0.000000000000000000e+00 0.000000000000000000e+00 1.000000000000000000e+00\n'
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/computeMatrix1.bed
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/computeMatrix1.bed Tue Sep 20 03:01:15 2016 -0400
b
@@ -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 +
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/computeMatrix2.bed
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/computeMatrix2.bed Tue Sep 20 03:01:15 2016 -0400
b
@@ -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 +
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/computeMatrix2.bw
b
Binary file test-data/computeMatrix2.bw has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/computeMatrix_result1.gz
b
Binary file test-data/computeMatrix_result1.gz has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/computeMatrix_result2.gz
b
Binary file test-data/computeMatrix_result2.gz has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/computeMatrix_result3.gz
b
Binary file test-data/computeMatrix_result3.gz has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/correctGCBias_result1.bam
b
Binary file test-data/correctGCBias_result1.bam has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/heatmapper_result1.png
b
Binary file test-data/heatmapper_result1.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/heatmapper_result2.png
b
Binary file test-data/heatmapper_result2.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/heatmapper_result2.tabular
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/heatmapper_result2.tabular Tue Sep 20 03:01:15 2016 -0400
b
@@ -0,0 +1,3 @@
+bin labels -0.0Kb 0.0Kb
+bins 1 2
+file_0 genes 2477942.34473 2610259.65234
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/multiBamSummary_regions.bed
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/multiBamSummary_regions.bed Tue Sep 20 03:01:15 2016 -0400
b
@@ -0,0 +1,3 @@
+chrM 1 10
+chrM 5 15
+chrM 10 20
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/multiBamSummary_result1.npz
b
Binary file test-data/multiBamSummary_result1.npz has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/multiBamSummary_result2.npz
b
Binary file test-data/multiBamSummary_result2.npz has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/multiBigwigSummary_result1.npz
b
Binary file test-data/multiBigwigSummary_result1.npz has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/multiBigwigSummary_result1.png
b
Binary file test-data/multiBigwigSummary_result1.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/paired_chr2L.bam
b
Binary file test-data/paired_chr2L.bam has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/phiX.2bit
b
Binary file test-data/phiX.2bit has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/phiX.bam
b
Binary file test-data/phiX.bam has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/phiX.bam.bai
b
Binary file test-data/phiX.bam.bai has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/phiX.fasta
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/phiX.fasta Tue Sep 20 03:01:15 2016 -0400
b
@@ -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
+
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/plotCorrelation_result1.png
b
Binary file test-data/plotCorrelation_result1.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/plotCorrelation_result1.tabular
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/plotCorrelation_result1.tabular Tue Sep 20 03:01:15 2016 -0400
b
@@ -0,0 +1,3 @@
+ 'bowtie2-test1.bam' 'bowtie2-test1.bam'
+'bowtie2-test1.bam' 1.0000 1.0000
+'bowtie2-test1.bam' 1.0000 1.0000
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/plotCorrelation_result2.png
b
Binary file test-data/plotCorrelation_result2.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/plotCoverage_result1.png
b
Binary file test-data/plotCoverage_result1.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/plotCoverage_result1.tabular
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/plotCoverage_result1.tabular Tue Sep 20 03:01:15 2016 -0400
b
b"@@ -0,0 +1,16570 @@\n+#'chr'\t'start'\t'end'\t'bowtie2 test1.bam'\t'bowtie2 test1.bam'\n+chrM\t0\t1\t23.0\t23.0\n+chrM\t1\t2\t35.0\t35.0\n+chrM\t2\t3\t35.0\t35.0\n+chrM\t3\t4\t35.0\t35.0\n+chrM\t4\t5\t35.0\t35.0\n+chrM\t5\t6\t35.0\t35.0\n+chrM\t6\t7\t35.0\t35.0\n+chrM\t7\t8\t35.0\t35.0\n+chrM\t8\t9\t35.0\t35.0\n+chrM\t9\t10\t35.0\t35.0\n+chrM\t10\t11\t35.0\t35.0\n+chrM\t11\t12\t35.0\t35.0\n+chrM\t12\t13\t35.0\t35.0\n+chrM\t13\t14\t35.0\t35.0\n+chrM\t14\t15\t35.0\t35.0\n+chrM\t15\t16\t35.0\t35.0\n+chrM\t16\t17\t35.0\t35.0\n+chrM\t17\t18\t35.0\t35.0\n+chrM\t18\t19\t35.0\t35.0\n+chrM\t19\t20\t35.0\t35.0\n+chrM\t20\t21\t35.0\t35.0\n+chrM\t21\t22\t35.0\t35.0\n+chrM\t22\t23\t35.0\t35.0\n+chrM\t23\t24\t35.0\t35.0\n+chrM\t24\t25\t35.0\t35.0\n+chrM\t25\t26\t35.0\t35.0\n+chrM\t26\t27\t35.0\t35.0\n+chrM\t27\t28\t35.0\t35.0\n+chrM\t28\t29\t35.0\t35.0\n+chrM\t29\t30\t35.0\t35.0\n+chrM\t30\t31\t35.0\t35.0\n+chrM\t31\t32\t35.0\t35.0\n+chrM\t32\t33\t35.0\t35.0\n+chrM\t33\t34\t35.0\t35.0\n+chrM\t34\t35\t35.0\t35.0\n+chrM\t35\t36\t35.0\t35.0\n+chrM\t36\t37\t35.0\t35.0\n+chrM\t37\t38\t35.0\t35.0\n+chrM\t38\t39\t35.0\t35.0\n+chrM\t39\t40\t35.0\t35.0\n+chrM\t40\t41\t35.0\t35.0\n+chrM\t41\t42\t35.0\t35.0\n+chrM\t42\t43\t35.0\t35.0\n+chrM\t43\t44\t35.0\t35.0\n+chrM\t44\t45\t35.0\t35.0\n+chrM\t45\t46\t35.0\t35.0\n+chrM\t46\t47\t35.0\t35.0\n+chrM\t47\t48\t35.0\t35.0\n+chrM\t48\t49\t35.0\t35.0\n+chrM\t49\t50\t35.0\t35.0\n+chrM\t50\t51\t35.0\t35.0\n+chrM\t51\t52\t35.0\t35.0\n+chrM\t52\t53\t35.0\t35.0\n+chrM\t53\t54\t35.0\t35.0\n+chrM\t54\t55\t35.0\t35.0\n+chrM\t55\t56\t35.0\t35.0\n+chrM\t56\t57\t35.0\t35.0\n+chrM\t57\t58\t35.0\t35.0\n+chrM\t58\t59\t35.0\t35.0\n+chrM\t59\t60\t35.0\t35.0\n+chrM\t60\t61\t35.0\t35.0\n+chrM\t61\t62\t35.0\t35.0\n+chrM\t62\t63\t35.0\t35.0\n+chrM\t63\t64\t35.0\t35.0\n+chrM\t64\t65\t35.0\t35.0\n+chrM\t65\t66\t35.0\t35.0\n+chrM\t66\t67\t35.0\t35.0\n+chrM\t67\t68\t35.0\t35.0\n+chrM\t68\t69\t35.0\t35.0\n+chrM\t69\t70\t35.0\t35.0\n+chrM\t70\t71\t35.0\t35.0\n+chrM\t71\t72\t35.0\t35.0\n+chrM\t72\t73\t35.0\t35.0\n+chrM\t73\t74\t35.0\t35.0\n+chrM\t74\t75\t35.0\t35.0\n+chrM\t75\t76\t35.0\t35.0\n+chrM\t76\t77\t35.0\t35.0\n+chrM\t77\t78\t35.0\t35.0\n+chrM\t78\t79\t35.0\t35.0\n+chrM\t79\t80\t35.0\t35.0\n+chrM\t80\t81\t35.0\t35.0\n+chrM\t81\t82\t35.0\t35.0\n+chrM\t82\t83\t35.0\t35.0\n+chrM\t83\t84\t35.0\t35.0\n+chrM\t84\t85\t35.0\t35.0\n+chrM\t85\t86\t35.0\t35.0\n+chrM\t86\t87\t35.0\t35.0\n+chrM\t87\t88\t35.0\t35.0\n+chrM\t88\t89\t35.0\t35.0\n+chrM\t89\t90\t35.0\t35.0\n+chrM\t90\t91\t35.0\t35.0\n+chrM\t91\t92\t35.0\t35.0\n+chrM\t92\t93\t35.0\t35.0\n+chrM\t93\t94\t35.0\t35.0\n+chrM\t94\t95\t35.0\t35.0\n+chrM\t95\t96\t35.0\t35.0\n+chrM\t96\t97\t35.0\t35.0\n+chrM\t97\t98\t35.0\t35.0\n+chrM\t98\t99\t35.0\t35.0\n+chrM\t99\t100\t35.0\t35.0\n+chrM\t100\t101\t35.0\t35.0\n+chrM\t101\t102\t35.0\t35.0\n+chrM\t102\t103\t35.0\t35.0\n+chrM\t103\t104\t35.0\t35.0\n+chrM\t104\t105\t35.0\t35.0\n+chrM\t105\t106\t35.0\t35.0\n+chrM\t106\t107\t35.0\t35.0\n+chrM\t107\t108\t35.0\t35.0\n+chrM\t108\t109\t35.0\t35.0\n+chrM\t109\t110\t35.0\t35.0\n+chrM\t110\t111\t35.0\t35.0\n+chrM\t111\t112\t35.0\t35.0\n+chrM\t112\t113\t35.0\t35.0\n+chrM\t113\t114\t35.0\t35.0\n+chrM\t114\t115\t35.0\t35.0\n+chrM\t115\t116\t35.0\t35.0\n+chrM\t116\t117\t35.0\t35.0\n+chrM\t117\t118\t35.0\t35.0\n+chrM\t118\t119\t35.0\t35.0\n+chrM\t119\t120\t35.0\t35.0\n+chrM\t120\t121\t35.0\t35.0\n+chrM\t121\t122\t35.0\t35.0\n+chrM\t122\t123\t35.0\t35.0\n+chrM\t123\t124\t35.0\t35.0\n+chrM\t124\t125\t35.0\t35.0\n+chrM\t125\t126\t35.0\t35.0\n+chrM\t126\t127\t35.0\t35.0\n+chrM\t127\t128\t35.0\t35.0\n+chrM\t128\t129\t35.0\t35.0\n+chrM\t129\t130\t35.0\t35.0\n+chrM\t130\t131\t35.0\t35.0\n+chrM\t131\t132\t35.0\t35.0\n+chrM\t132\t133\t35.0\t35.0\n+chrM\t133\t134\t35.0\t35.0\n+chrM\t134\t135\t35.0\t35.0\n+chrM\t135\t136\t35.0\t35.0\n+chrM\t136\t137\t35.0\t35.0\n+chrM\t137\t138\t35.0\t35.0\n+chrM\t138\t139\t35.0\t35.0\n+chrM\t139\t140\t35.0\t35.0\n+chrM\t140\t141\t35.0\t35.0\n+chrM\t141\t142\t35.0\t35.0\n+chrM\t142\t143\t35.0\t35.0\n+chrM\t143\t144\t35.0\t35.0\n+chrM\t144\t145\t35.0\t35.0\n+chrM\t145\t146\t35.0\t35.0\n+chrM\t146\t147\t35.0\t35.0\n+chrM\t147\t148\t35.0\t35.0\n+chrM\t148\t149\t35.0\t35.0\n+chrM\t149\t150\t35.0\t35.0\n+chrM\t150\t151\t35.0\t35.0\n+chrM\t151\t152\t35.0\t35.0\n+chrM\t152\t153\t35.0\t35.0\n+chrM\t153\t154\t35.0\t35.0\n+chrM\t154\t155\t35.0\t35.0\n+chrM\t155\t156\t35.0\t35.0\n+chrM\t156\t157\t35.0\t35.0\n+chrM\t157\t158\t35.0\t35.0\n+chrM\t158\t159\t35.0\t35.0\n+chrM\t159\t160\t35.0\t35.0\n+chrM\t160\t161\t35.0\t35.0\n+chrM\t161\t162\t35.0\t35.0\n+chrM\t162\t163\t35.0\t35.0\n+chrM\t163\t164\t35.0\t35.0\n+chrM\t164\t165\t35.0\t35.0\n+chrM\t165\t166\t35.0\t35.0\n+chrM\t166\t167\t35.0\t35.0\n+chrM\t167\t168\t35.0\t35.0\n+chrM\t168\t169\t35.0\t35.0\n+chrM\t169\t170\t35.0\t35.0\n+chrM\t170\t171\t35.0\t35.0\n+chrM\t171\t172\t35.0\t35.0\n+chrM\t1"..b'\t16415\t16416\t0.0\t0.0\n+chrM\t16416\t16417\t0.0\t0.0\n+chrM\t16417\t16418\t0.0\t0.0\n+chrM\t16418\t16419\t0.0\t0.0\n+chrM\t16419\t16420\t0.0\t0.0\n+chrM\t16420\t16421\t0.0\t0.0\n+chrM\t16421\t16422\t0.0\t0.0\n+chrM\t16422\t16423\t0.0\t0.0\n+chrM\t16423\t16424\t0.0\t0.0\n+chrM\t16424\t16425\t0.0\t0.0\n+chrM\t16425\t16426\t0.0\t0.0\n+chrM\t16426\t16427\t0.0\t0.0\n+chrM\t16427\t16428\t0.0\t0.0\n+chrM\t16428\t16429\t0.0\t0.0\n+chrM\t16429\t16430\t0.0\t0.0\n+chrM\t16430\t16431\t0.0\t0.0\n+chrM\t16431\t16432\t0.0\t0.0\n+chrM\t16432\t16433\t0.0\t0.0\n+chrM\t16433\t16434\t0.0\t0.0\n+chrM\t16434\t16435\t0.0\t0.0\n+chrM\t16435\t16436\t0.0\t0.0\n+chrM\t16436\t16437\t0.0\t0.0\n+chrM\t16437\t16438\t0.0\t0.0\n+chrM\t16438\t16439\t0.0\t0.0\n+chrM\t16439\t16440\t0.0\t0.0\n+chrM\t16440\t16441\t0.0\t0.0\n+chrM\t16441\t16442\t0.0\t0.0\n+chrM\t16442\t16443\t0.0\t0.0\n+chrM\t16443\t16444\t0.0\t0.0\n+chrM\t16444\t16445\t0.0\t0.0\n+chrM\t16445\t16446\t0.0\t0.0\n+chrM\t16446\t16447\t0.0\t0.0\n+chrM\t16447\t16448\t0.0\t0.0\n+chrM\t16448\t16449\t0.0\t0.0\n+chrM\t16449\t16450\t0.0\t0.0\n+chrM\t16450\t16451\t0.0\t0.0\n+chrM\t16451\t16452\t0.0\t0.0\n+chrM\t16452\t16453\t0.0\t0.0\n+chrM\t16453\t16454\t0.0\t0.0\n+chrM\t16454\t16455\t0.0\t0.0\n+chrM\t16455\t16456\t0.0\t0.0\n+chrM\t16456\t16457\t0.0\t0.0\n+chrM\t16457\t16458\t0.0\t0.0\n+chrM\t16458\t16459\t0.0\t0.0\n+chrM\t16459\t16460\t0.0\t0.0\n+chrM\t16460\t16461\t0.0\t0.0\n+chrM\t16461\t16462\t0.0\t0.0\n+chrM\t16462\t16463\t0.0\t0.0\n+chrM\t16463\t16464\t0.0\t0.0\n+chrM\t16464\t16465\t0.0\t0.0\n+chrM\t16465\t16466\t0.0\t0.0\n+chrM\t16466\t16467\t0.0\t0.0\n+chrM\t16467\t16468\t0.0\t0.0\n+chrM\t16468\t16469\t0.0\t0.0\n+chrM\t16469\t16470\t0.0\t0.0\n+chrM\t16470\t16471\t0.0\t0.0\n+chrM\t16471\t16472\t0.0\t0.0\n+chrM\t16472\t16473\t0.0\t0.0\n+chrM\t16473\t16474\t0.0\t0.0\n+chrM\t16474\t16475\t0.0\t0.0\n+chrM\t16475\t16476\t0.0\t0.0\n+chrM\t16476\t16477\t0.0\t0.0\n+chrM\t16477\t16478\t0.0\t0.0\n+chrM\t16478\t16479\t0.0\t0.0\n+chrM\t16479\t16480\t0.0\t0.0\n+chrM\t16480\t16481\t0.0\t0.0\n+chrM\t16481\t16482\t0.0\t0.0\n+chrM\t16482\t16483\t0.0\t0.0\n+chrM\t16483\t16484\t0.0\t0.0\n+chrM\t16484\t16485\t0.0\t0.0\n+chrM\t16485\t16486\t0.0\t0.0\n+chrM\t16486\t16487\t0.0\t0.0\n+chrM\t16487\t16488\t0.0\t0.0\n+chrM\t16488\t16489\t0.0\t0.0\n+chrM\t16489\t16490\t0.0\t0.0\n+chrM\t16490\t16491\t0.0\t0.0\n+chrM\t16491\t16492\t0.0\t0.0\n+chrM\t16492\t16493\t0.0\t0.0\n+chrM\t16493\t16494\t0.0\t0.0\n+chrM\t16494\t16495\t0.0\t0.0\n+chrM\t16495\t16496\t0.0\t0.0\n+chrM\t16496\t16497\t0.0\t0.0\n+chrM\t16497\t16498\t0.0\t0.0\n+chrM\t16498\t16499\t0.0\t0.0\n+chrM\t16499\t16500\t0.0\t0.0\n+chrM\t16500\t16501\t0.0\t0.0\n+chrM\t16501\t16502\t0.0\t0.0\n+chrM\t16502\t16503\t0.0\t0.0\n+chrM\t16503\t16504\t0.0\t0.0\n+chrM\t16504\t16505\t0.0\t0.0\n+chrM\t16505\t16506\t0.0\t0.0\n+chrM\t16506\t16507\t0.0\t0.0\n+chrM\t16507\t16508\t0.0\t0.0\n+chrM\t16508\t16509\t0.0\t0.0\n+chrM\t16509\t16510\t0.0\t0.0\n+chrM\t16510\t16511\t0.0\t0.0\n+chrM\t16511\t16512\t0.0\t0.0\n+chrM\t16512\t16513\t0.0\t0.0\n+chrM\t16513\t16514\t0.0\t0.0\n+chrM\t16514\t16515\t0.0\t0.0\n+chrM\t16515\t16516\t0.0\t0.0\n+chrM\t16516\t16517\t0.0\t0.0\n+chrM\t16517\t16518\t0.0\t0.0\n+chrM\t16518\t16519\t0.0\t0.0\n+chrM\t16519\t16520\t0.0\t0.0\n+chrM\t16520\t16521\t0.0\t0.0\n+chrM\t16521\t16522\t0.0\t0.0\n+chrM\t16522\t16523\t0.0\t0.0\n+chrM\t16523\t16524\t0.0\t0.0\n+chrM\t16524\t16525\t0.0\t0.0\n+chrM\t16525\t16526\t0.0\t0.0\n+chrM\t16526\t16527\t0.0\t0.0\n+chrM\t16527\t16528\t0.0\t0.0\n+chrM\t16528\t16529\t0.0\t0.0\n+chrM\t16529\t16530\t0.0\t0.0\n+chrM\t16530\t16531\t0.0\t0.0\n+chrM\t16531\t16532\t0.0\t0.0\n+chrM\t16532\t16533\t0.0\t0.0\n+chrM\t16533\t16534\t0.0\t0.0\n+chrM\t16534\t16535\t0.0\t0.0\n+chrM\t16535\t16536\t0.0\t0.0\n+chrM\t16536\t16537\t0.0\t0.0\n+chrM\t16537\t16538\t0.0\t0.0\n+chrM\t16538\t16539\t0.0\t0.0\n+chrM\t16539\t16540\t0.0\t0.0\n+chrM\t16540\t16541\t0.0\t0.0\n+chrM\t16541\t16542\t0.0\t0.0\n+chrM\t16542\t16543\t0.0\t0.0\n+chrM\t16543\t16544\t0.0\t0.0\n+chrM\t16544\t16545\t0.0\t0.0\n+chrM\t16545\t16546\t0.0\t0.0\n+chrM\t16546\t16547\t0.0\t0.0\n+chrM\t16547\t16548\t0.0\t0.0\n+chrM\t16548\t16549\t0.0\t0.0\n+chrM\t16549\t16550\t0.0\t0.0\n+chrM\t16550\t16551\t0.0\t0.0\n+chrM\t16551\t16552\t0.0\t0.0\n+chrM\t16552\t16553\t0.0\t0.0\n+chrM\t16553\t16554\t0.0\t0.0\n+chrM\t16554\t16555\t0.0\t0.0\n+chrM\t16555\t16556\t0.0\t0.0\n+chrM\t16556\t16557\t0.0\t0.0\n+chrM\t16557\t16558\t0.0\t0.0\n+chrM\t16558\t16559\t0.0\t0.0\n+chrM\t16559\t16560\t0.0\t0.0\n+chrM\t16560\t16561\t0.0\t0.0\n+chrM\t16561\t16562\t0.0\t0.0\n+chrM\t16562\t16563\t0.0\t0.0\n+chrM\t16563\t16564\t0.0\t0.0\n+chrM\t16564\t16565\t0.0\t0.0\n+chrM\t16565\t16566\t0.0\t0.0\n+chrM\t16566\t16567\t0.0\t0.0\n+chrM\t16567\t16568\t0.0\t0.0\n+chrM\t16568\t16569\t0.0\t0.0\n'
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/plotEnrichment_output.png
b
Binary file test-data/plotEnrichment_output.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/plotEnrichment_output.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/plotEnrichment_output.txt Tue Sep 20 03:01:15 2016 -0400
b
@@ -0,0 +1,5 @@
+file featureType percent
+bowtie2 test1.bam down 100.00
+bowtie2 test1.bam up 100.00
+bowtie2 test1.bam down 100.00
+bowtie2 test1.bam up 100.00
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/plotFingerprint_result1.png
b
Binary file test-data/plotFingerprint_result1.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/plotFingerprint_result2.png
b
Binary file test-data/plotFingerprint_result2.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/plotFingerprint_result2.tabular
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/plotFingerprint_result2.tabular Tue Sep 20 03:01:15 2016 -0400
b
b"@@ -0,0 +1,16071 @@\n+'bowtie2 test1.bam'\t'bowtie2 test1.bam'\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+35\t35\n+33\t33\n+33\t33\n+33\t33\n+33\t33\n+33\t33\n+33\t33\n+33\t33\n+33\t33\n+33\t33\n+33\t33\n+33\t33\n+33\t33\n+27\t27\n+25\t25\n+24\t24\n+21\t21\n+20\t20\n+19\t19\n+19\t19\n+19\t19\n+17\t17\n+17\t17\n+15\t15\n+15\t15\n+15\t15\n+10\t10\n+7\t7\n+7\t7\n+7\t7\n+7\t7\n+6\t6\n+5\t5\n+5\t5\n+5\t5\n+3\t3\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0"..b'0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n+0\t0\n'
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/plotPCA_result1.png
b
Binary file test-data/plotPCA_result1.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/plotPCA_result2.png
b
Binary file test-data/plotPCA_result2.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/plotPCA_result2.tabular
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/plotPCA_result2.tabular Tue Sep 20 03:01:15 2016 -0400
b
@@ -0,0 +1,3 @@
+Component bowtie2-test1.bam bowtie2-test1.bam Eigenvalue
+1 -0.707106781187 -0.707106781187 6.0
+2 -0.707106781187 0.707106781187 1.23259516441e-32
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/profiler_result1.png
b
Binary file test-data/profiler_result1.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/profiler_result2.png
b
Binary file test-data/profiler_result2.png has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/profiler_result2.tabular
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/profiler_result2.tabular Tue Sep 20 03:01:15 2016 -0400
b
@@ -0,0 +1,3 @@
+bin labels -0.0Kb 0.0Kb
+bins 1 2
+file_0 genes 2477942.34473 2610259.65234
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/sequence.2bit
b
Binary file test-data/sequence.2bit has changed
b
diff -r 000000000000 -r 4b88c90b6f6e test-data/test.bw
b
Binary file test-data/test.bw has changed
b
diff -r 000000000000 -r 4b88c90b6f6e tool-data/deepTools_seqs.loc.sample
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool-data/deepTools_seqs.loc.sample Tue Sep 20 03:01:15 2016 -0400
b
@@ -0,0 +1,27 @@
+#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:
+#
+#<unique_build_id> <display_name> <file_path>
+#
+#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 <unique_build_id> is also used as "Species name abbreviation".
b
diff -r 000000000000 -r 4b88c90b6f6e tool-data/lastz_seqs.loc.sample
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool-data/lastz_seqs.loc.sample Tue Sep 20 03:01:15 2016 -0400
b
@@ -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:
+#
+#<unique_build_id> <display_name> <file_path>
+#
+#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 <unique_build_id> is also used as "Species name abbreviation".
b
diff -r 000000000000 -r 4b88c90b6f6e tool_data_table_conf.xml.sample
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_data_table_conf.xml.sample Tue Sep 20 03:01:15 2016 -0400
b
@@ -0,0 +1,8 @@
+<!-- Use the file tool_data_table_conf.xml.oldlocstyle if you don't want to update your loc files as changed in revision 4550:535d276c92bc-->
+<tables>
+    <!-- Locations of 2bit sequence files for use in Lastz -->
+    <table name="lastz_seqs" comment_char="#">
+        <columns>value, name, path</columns>
+        <file path="tool-data/lastz_seqs.loc" />
+    </table>
+</tables>
b
diff -r 000000000000 -r 4b88c90b6f6e tool_dependencies.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml Tue Sep 20 03:01:15 2016 -0400
b
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="python" version="2.7.10">
+        <repository changeset_revision="0339c4a9b87b" name="package_python_2_7_10" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
+    </package>
+    <package name="deepTools" version="2.3.5">
+        <repository changeset_revision="c3e87c8140fe" name="package_python_2_7_deeptools_2_3_5" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" />
+    </package>
+</tool_dependency>