# HG changeset patch # User bgruening # Date 1391503100 18000 # Node ID 8c452f37c896ee8577e54bad366160f10ed109c2 # Parent f85c85597f95c02f3dc4ac8fdc76f045fcc064f4 Uploaded diff -r f85c85597f95 -r 8c452f37c896 bamCompare.xml --- a/bamCompare.xml Mon Feb 03 18:31:42 2014 -0500 +++ b/bamCompare.xml Tue Feb 04 03:38:20 2014 -0500 @@ -1,4 +1,4 @@ - + normalizes and compares two BAM files to obtain the ratio, log2ratio or difference. (bam2bigwig) diff -r f85c85597f95 -r 8c452f37c896 bamCorrelate.xml --- a/bamCorrelate.xml Mon Feb 03 18:31:42 2014 -0500 +++ b/bamCorrelate.xml Tue Feb 04 03:38:20 2014 -0500 @@ -1,4 +1,4 @@ - + correlates pairs of BAM files diff -r f85c85597f95 -r 8c452f37c896 bamCoverage.xml --- a/bamCoverage.xml Mon Feb 03 18:31:42 2014 -0500 +++ b/bamCoverage.xml Tue Feb 04 03:38:20 2014 -0500 @@ -1,4 +1,4 @@ - + generates a coverage bigWig file from a given BAM file. Multiple options are available to count reads and normalize coverage. (bam2bigwig) diff -r f85c85597f95 -r 8c452f37c896 bamFingerprint.xml --- a/bamFingerprint.xml Mon Feb 03 18:31:42 2014 -0500 +++ b/bamFingerprint.xml Tue Feb 04 03:38:20 2014 -0500 @@ -1,4 +1,4 @@ - + plots profiles of BAM files; useful for assesing ChIP signal strength diff -r f85c85597f95 -r 8c452f37c896 computeGCBias.xml --- a/computeGCBias.xml Mon Feb 03 18:31:42 2014 -0500 +++ b/computeGCBias.xml Tue Feb 04 03:38:20 2014 -0500 @@ -1,4 +1,4 @@ - + to see whether your samples should be normalized for GC bias diff -r f85c85597f95 -r 8c452f37c896 computeMatrix.xml --- a/computeMatrix.xml Mon Feb 03 18:31:42 2014 -0500 +++ b/computeMatrix.xml Tue Feb 04 03:38:20 2014 -0500 @@ -1,4 +1,4 @@ - + summarizes and prepares an intermediary file containing scores associated with genomic regions that can be used afterwards to plot a heatmap or a profile diff -r f85c85597f95 -r 8c452f37c896 correctGCBias.xml --- a/correctGCBias.xml Mon Feb 03 18:31:42 2014 -0500 +++ b/correctGCBias.xml Tue Feb 04 03:38:20 2014 -0500 @@ -1,4 +1,4 @@ - + uses the output from computeGCBias to generate corrected BAM files diff -r f85c85597f95 -r 8c452f37c896 deepTools_macros.xml --- a/deepTools_macros.xml Mon Feb 03 18:31:42 2014 -0500 +++ b/deepTools_macros.xml Tue Feb 04 03:38:20 2014 -0500 @@ -50,7 +50,7 @@ samtools deepTools ucsc_tools - deepTools + deepTools ucsc_tools numpy pysam diff -r f85c85597f95 -r 8c452f37c896 heatmapper.xml --- a/heatmapper.xml Mon Feb 03 18:31:42 2014 -0500 +++ b/heatmapper.xml Tue Feb 04 03:38:20 2014 -0500 @@ -1,4 +1,4 @@ - + creates a heatmap for a score associated to genomic regions diff -r f85c85597f95 -r 8c452f37c896 profiler.xml --- a/profiler.xml Mon Feb 03 18:31:42 2014 -0500 +++ b/profiler.xml Tue Feb 04 03:38:20 2014 -0500 @@ -1,4 +1,4 @@ - + creates a profile plot for a score associated to genomic regions diff -r f85c85597f95 -r 8c452f37c896 tool_dependencies.xml --- a/tool_dependencies.xml Mon Feb 03 18:31:42 2014 -0500 +++ b/tool_dependencies.xml Tue Feb 04 03:38:20 2014 -0500 @@ -57,7 +57,7 @@ The tools downloaded by this dependency definition are free for academic use. TODO: UCSC tools are only available with their latest version. That is not good for reproducibility. - + git clone --recursive https://github.com/fidelram/deepTools.git @@ -79,7 +79,7 @@ - git reset --hard 1093b2d281576f23ee04740bd5eae3f7b8422f7e + git reset --hard 3268f7e1458f3a520ab6fea3039971ee9d7a6d5b $INSTALL_DIR/lib/python export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &&