# HG changeset patch # User bgruening # Date 1384520268 18000 # Node ID a22ccc261bb3a0ade58559322e0cdb9f63e5a90e # Parent d957e25e18a321e6a891bbd8ea10c59f4e18f35c Uploaded diff -r d957e25e18a3 -r a22ccc261bb3 bamCorrelate.xml --- a/bamCorrelate.xml Thu Nov 14 16:39:18 2013 -0500 +++ b/bamCorrelate.xml Fri Nov 15 07:57:48 2013 -0500 @@ -33,7 +33,7 @@ #if $mode.modeOpt == "bins": --binSize '$mode.binSize' - --numberOfSamples '$modenumberOfSamples' + --numberOfSamples '$mode.numberOfSamples' #else: --BED $mode.region_file #end if diff -r d957e25e18a3 -r a22ccc261bb3 bigwigCompare.xml --- a/bigwigCompare.xml Thu Nov 14 16:39:18 2013 -0500 +++ b/bigwigCompare.xml Fri Nov 15 07:57:48 2013 -0500 @@ -29,6 +29,12 @@ #end if + + + + + + diff -r d957e25e18a3 -r a22ccc261bb3 deepTools_macros.xml --- a/deepTools_macros.xml Thu Nov 14 16:39:18 2013 -0500 +++ b/deepTools_macros.xml Fri Nov 15 07:57:48 2013 -0500 @@ -40,7 +40,7 @@ --numberOfProcessors "\${GALAXY_SLOTS:-4}" - deepTools + deepTools ucsc_tools numpy pysam diff -r d957e25e18a3 -r a22ccc261bb3 tool_dependencies.xml --- a/tool_dependencies.xml Thu Nov 14 16:39:18 2013 -0500 +++ b/tool_dependencies.xml Fri Nov 15 07:57:48 2013 -0500 @@ -54,7 +54,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. - + @@ -64,7 +64,7 @@ git clone --recursive https://github.com/fidelram/deepTools.git - git reset --hard 91b873c095bb4ca44da99e57d8b49784508aa98b + git reset --hard 323fa6bf083c9d40e5092a6364a4ab8fee57507a $INSTALL_DIR/lib/python export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &&