# HG changeset patch # User bgruening # Date 1386347288 18000 # Node ID 32bb3debd588b122497625859d47f078f94cff5e # Parent d0667be9cb0c3c9fa797fb97539bea3be89048ae Uploaded diff -r d0667be9cb0c -r 32bb3debd588 deepTools_macros.xml --- a/deepTools_macros.xml Thu Nov 28 13:22:04 2013 -0500 +++ b/deepTools_macros.xml Fri Dec 06 11:28:08 2013 -0500 @@ -27,10 +27,10 @@ label ="Include zeros" help ="If set, then regions with zero counts for *all* BAM files given are included. The default behavior is to ignore those cases." /> - - @@ -43,11 +43,12 @@ samtools deepTools ucsc_tools - deepTools + deepTools ucsc_tools numpy pysam samtools + bx-python @@ -104,7 +105,10 @@ - + + + + diff -r d0667be9cb0c -r 32bb3debd588 tool_dependencies.xml --- a/tool_dependencies.xml Thu Nov 28 13:22:04 2013 -0500 +++ b/tool_dependencies.xml Fri Dec 06 11:28:08 2013 -0500 @@ -15,6 +15,9 @@ + + + @@ -54,23 +57,25 @@ 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 clone --recursive https://github.com/fidelram/deepTools.git - git reset --hard 323fa6bf083c9d40e5092a6364a4ab8fee57507a + git reset --hard fada41ab04f78c4c78d10c7a216e5c3160e8c36e $INSTALL_DIR/lib/python export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin - $INSTALL_DIR/bin $INSTALL_DIR/lib/python @@ -79,6 +84,9 @@ - Installation of deepTools from Fidel Ramirez. + + Installation of deepTools from Fidel Ramirez. + https://github.com/fidelram/deepTools +