# HG changeset patch # User lparsons # Date 1363020285 14400 # Node ID 62a1de8c8aae22a529b3d5bda3bb64dad20ee482 # Parent f320093f1e8e6a480ca4625dab16edc05fed5d3b Updated HTSEQ package to version 0.5.4p1, attempted to fix galaxy install where lib64 directory does not exist diff -r f320093f1e8e -r 62a1de8c8aae htseq-count.xml --- a/htseq-count.xml Mon Dec 10 13:36:54 2012 -0500 +++ b/htseq-count.xml Mon Mar 11 12:44:45 2013 -0400 @@ -1,9 +1,9 @@ - + - Count aligned reads in a BAM file that overlap features in a GFF file htseq-count -h | grep version | sed 's/^\(.*\)*\(version .*\)\./\2/' numpy - htseq + htseq samtools picard diff -r f320093f1e8e -r 62a1de8c8aae tool_dependencies.xml --- a/tool_dependencies.xml Mon Dec 10 13:36:54 2012 -0500 +++ b/tool_dependencies.xml Mon Mar 11 12:44:45 2013 -0400 @@ -16,14 +16,15 @@ - + - http://pypi.python.org/packages/source/H/HTSeq/HTSeq-0.5.3p9.tar.gz - $INSTALL_DIR/lib/python - export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin + https://pypi.python.org/packages/source/H/HTSeq/HTSeq-0.5.4p1.tar.gz + $INSTALL_DIR/lib/python + $INSTALL_DIR/lib64/python + export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python && python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin - $INSTALL_DIR/lib/python + $INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python $INSTALL_DIR/bin @@ -32,6 +33,7 @@ Installation of HTSeq requires Python 2.5+ (does not yet work with Python 3), and the Nympy Python package. + @@ -55,6 +57,7 @@ Compiling SAMtools requires the ncurses and zlib development libraries. +