# HG changeset patch # User pjbriggs # Date 1476797470 14400 # Node ID d2283cca00cd51cdbea0def64d201a7e65b23edb # Parent df9033b88b53b223bb08b466652078a38a6df1c8 CEAS tool version 1.0.2-3: updates to get R 3.1.2 and bx-python 0.7.1 dependencies from the toolshed. diff -r df9033b88b53 -r d2283cca00cd README.rst --- a/README.rst Thu Aug 11 04:16:49 2016 -0400 +++ b/README.rst Tue Oct 18 09:31:10 2016 -0400 @@ -67,6 +67,8 @@ ========== ====================================================================== Version Changes ---------- ---------------------------------------------------------------------- +1.0.2-3 - Switch to getting R 3.1.2 and bx-python 0.7.1 dependencies from the + toolshed (rather than installing as part of the tool) 1.0.2-2 - Major updates to fix various bugs, add tests and enable ceasBW to be used without an existing chromosome sizes file. 1.0.2-1 - Modified to work with Cistrome-version of CEAS (includes additional diff -r df9033b88b53 -r d2283cca00cd ceas_wrapper.xml --- a/ceas_wrapper.xml Thu Aug 11 04:16:49 2016 -0400 +++ b/ceas_wrapper.xml Tue Oct 18 09:31:10 2016 -0400 @@ -1,8 +1,8 @@ - + Annotate intervals and scores with genome features python_mysqldb - bx_python + bx-python cistrome_ceas ucsc_fetchChromSizes R diff -r df9033b88b53 -r d2283cca00cd tool_dependencies.xml --- a/tool_dependencies.xml Thu Aug 11 04:16:49 2016 -0400 +++ b/tool_dependencies.xml Tue Oct 18 09:31:10 2016 -0400 @@ -1,17 +1,12 @@ - + - - - http://cran.r-project.org/src/base/R-3/R-3.1.2.tar.gz - ./configure --prefix=$INSTALL_DIR - - - $INSTALL_DIR/bin - - - + + + + + @@ -31,28 +26,6 @@ Installs Python module MySQLdb 1.2.5 - - - - - -numpy==1.7.1 -bx-python==0.7.1 - - - $INSTALL_DIR - - - - - Installation of bx-python 0.7.1 along with numpy 1.7.1. The installation can be - accessed via BX_PYTHON_PATH. - -