# HG changeset patch # User Lance Parsons # Date 1346441033 14400 # Node ID 8f0f896ec5276801d96e2315835bf5e9a4b26459 # Parent 4de3f044aaebe37ef2a516558c5598303e3f7791 Added tool_dependencies.xml diff -r 4de3f044aaeb -r 8f0f896ec527 htseq-count.xml --- a/htseq-count.xml Fri Aug 31 14:54:56 2012 -0400 +++ b/htseq-count.xml Fri Aug 31 15:23:53 2012 -0400 @@ -2,7 +2,8 @@ - Count aligned reads in a BAM file that overlap features in a GFF file htseq-count -h | grep version | sed 's/^\(.*\)*\(version .*\)\./\2/' - HTSeq + numpy + htseq samtools diff -r 4de3f044aaeb -r 8f0f896ec527 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Aug 31 15:23:53 2012 -0400 @@ -0,0 +1,54 @@ + + + + + + http://downloads.sourceforge.net/project/numpy/NumPy/1.6.2/numpy-1.6.2.tar.gz + python setup.py install --home $INSTALL_DIR + + $INSTALL_DIR/lib/python + + + + + + + + http://pypi.python.org/packages/source/H/HTSeq/HTSeq-0.5.3p9.tar.gz + + $INSTALL_DIR/lib/python + + python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin + + $INSTALL_DIR/bin + + + + + HTSeq requires that Numpy be installed. + + + + + + http://sourceforge.net/projects/samtools/files/samtools/0.1.18/samtools-0.1.18.tar.bz2 + sed -i.bak -e 's/-lcurses/-lncurses/g' Makefile + make + + samtools + $INSTALL_DIR/bin + + + misc/maq2sam-long + $INSTALL_DIR/bin + + + $INSTALL_DIR/bin + + + + +Compiling SAMtools requires the ncurses and zlib development libraries. + + +