# HG changeset patch # User bgruening # Date 1376071474 14400 # Node ID a281b5931ffbd87c4e4c0bc0c7c5fb8c5b54aa23 # Parent 411c871f4cfd648bef499e29c6977ebb7640ea71 Uploaded diff -r 411c871f4cfd -r a281b5931ffb tool_dependencies.xml --- a/tool_dependencies.xml Sat Aug 03 09:48:44 2013 -0400 +++ b/tool_dependencies.xml Fri Aug 09 14:04:34 2013 -0400 @@ -1,67 +1,28 @@ - - - - - + + - - - - - - - - - + - - http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/bedGraphToBigWig - http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.i386/bedGraphToBigWig - http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.i386/bedGraphToBigWig - http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.x86_64/bedGraphToBigWig - - - $INSTALL_DIR/bedGraphToBigWig - - - http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/bigWigInfo - http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.i386/bigWigInfo - http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.i386/bigWigInfo - http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.x86_64/bigWigInfo - - - $INSTALL_DIR/bigWigInfo + + + + + - - $INSTALL_DIR - - - - 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 98e5d8a61431ea8605c0643d991a1a5d8999b4dc - $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 - - + ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.26/ncbi-blast-2.2.26+-src.tar.gz + cd c++ && ./configure --with-boost=$BOOST_ROOT_DIR --prefix=$INSTALL_DIR && make && make install $INSTALL_DIR/bin - $INSTALL_DIR/lib/python - - - Installation of deepTools from Fidel Ramirez. - + + + +Downloads and compiles BLAST+ from the NCBI, which assumes you have +all the required build dependencies installed. See: +http://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&PAGE_TYPE=BlastDocs&DOC_TYPE=Download + +