# HG changeset patch # User bgruening # Date 1379428049 14400 # Node ID 73761f33f198a49b3accfd1a5f5535f8c8a2697f # Parent b4ed2153f75ca43b2b8b3eac548c16be51909a6f Uploaded diff -r b4ed2153f75c -r 73761f33f198 bamCompare.xml --- a/bamCompare.xml Tue Sep 17 08:44:51 2013 -0400 +++ b/bamCompare.xml Tue Sep 17 10:27:29 2013 -0400 @@ -1,7 +1,7 @@ normalizes and compares two BAM files to obtain the ratio, log2ratio or difference. - deepTools + deepTools numpy ucsc_tools deepTools diff -r b4ed2153f75c -r 73761f33f198 bamCorrelate.xml --- a/bamCorrelate.xml Tue Sep 17 08:44:51 2013 -0400 +++ b/bamCorrelate.xml Tue Sep 17 10:27:29 2013 -0400 @@ -1,7 +1,7 @@ correlates pairs of BAM files - deepTools + deepTools deepTools diff -r b4ed2153f75c -r 73761f33f198 bamCoverage.xml --- a/bamCoverage.xml Tue Sep 17 08:44:51 2013 -0400 +++ b/bamCoverage.xml Tue Sep 17 10:27:29 2013 -0400 @@ -1,7 +1,7 @@ generates a coverage bigWig file from a given BAM file. Multiple options are available to count reads and normalize coverage. - deepTools + deepTools ucsc_tools numpy deepTools diff -r b4ed2153f75c -r 73761f33f198 bamFingerprint.xml --- a/bamFingerprint.xml Tue Sep 17 08:44:51 2013 -0400 +++ b/bamFingerprint.xml Tue Sep 17 10:27:29 2013 -0400 @@ -1,7 +1,7 @@ plots profiles of BAM files; useful for assesing ChIP signal strength - deepTools + deepTools deepTools diff -r b4ed2153f75c -r 73761f33f198 bigwigCompare.xml --- a/bigwigCompare.xml Tue Sep 17 08:44:51 2013 -0400 +++ b/bigwigCompare.xml Tue Sep 17 10:27:29 2013 -0400 @@ -1,7 +1,7 @@ normalizes and compares two bigWig files to obtain the ratio, log2ratio or difference - deepTools + deepTools ucsc_tools numpy deepTools diff -r b4ed2153f75c -r 73761f33f198 computeGCBias.xml --- a/computeGCBias.xml Tue Sep 17 08:44:51 2013 -0400 +++ b/computeGCBias.xml Tue Sep 17 10:27:29 2013 -0400 @@ -2,7 +2,7 @@ to see whether your samples should be normalized for GC bias - deepTools + deepTools deepTools diff -r b4ed2153f75c -r 73761f33f198 computeMatrix.xml --- a/computeMatrix.xml Tue Sep 17 08:44:51 2013 -0400 +++ b/computeMatrix.xml Tue Sep 17 10:27:29 2013 -0400 @@ -1,7 +1,7 @@ summarizes and prepares an intermediary file containing scores associated with genomic regions that can be used afterwards to plot a heatmap or a profile - deepTools + deepTools deepTools diff -r b4ed2153f75c -r 73761f33f198 correctGCBias.xml --- a/correctGCBias.xml Tue Sep 17 08:44:51 2013 -0400 +++ b/correctGCBias.xml Tue Sep 17 10:27:29 2013 -0400 @@ -1,7 +1,7 @@ uses the output from computeGCBias to generate corrected BAM files - deepTools + deepTools ucsc_tools deepTools diff -r b4ed2153f75c -r 73761f33f198 heatmapper.xml --- a/heatmapper.xml Tue Sep 17 08:44:51 2013 -0400 +++ b/heatmapper.xml Tue Sep 17 10:27:29 2013 -0400 @@ -7,7 +7,7 @@ matplotlib scipy ucsc_tools - deepTools + deepTools deepTools diff -r b4ed2153f75c -r 73761f33f198 profiler.xml --- a/profiler.xml Tue Sep 17 08:44:51 2013 -0400 +++ b/profiler.xml Tue Sep 17 10:27:29 2013 -0400 @@ -3,7 +3,7 @@ creates a profile plot for a score associated to genomic regions - deepTools + deepTools deepTools diff -r b4ed2153f75c -r 73761f33f198 tool_dependencies.xml --- a/tool_dependencies.xml Tue Sep 17 08:44:51 2013 -0400 +++ b/tool_dependencies.xml Tue Sep 17 10:27:29 2013 -0400 @@ -45,11 +45,11 @@ The tools downloaded by this dependency definition are free for academic use. TODO: UCSC tools are only available with their latest version. That is not good for reproducibility. - + git clone --recursive https://github.com/fidelram/deepTools.git - git reset --hard df852fa1ef13251a17274ee18fbf919fbc515079 + git reset --hard 3e13687c89e951476776b15afb4bbbc3b906f761 $INSTALL_DIR/lib/python export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &&