# HG changeset patch
# User bgruening
# Date 1381583884 14400
# Node ID 93b2baa4b9d67112a40aa4c581f945bd93c11442
# Parent ca150c701c3978b73cc1bfa98c79d7a506536f1d
Uploaded
diff -r ca150c701c39 -r 93b2baa4b9d6 antismash.xml
--- a/antismash.xml Sat Oct 12 08:55:18 2013 -0400
+++ b/antismash.xml Sat Oct 12 09:18:04 2013 -0400
@@ -8,6 +8,7 @@
biopython
pyquery
helperlibs
+ cssselect
antismash
diff -r ca150c701c39 -r 93b2baa4b9d6 tool_dependencies.xml
--- a/tool_dependencies.xml Sat Oct 12 08:55:18 2013 -0400
+++ b/tool_dependencies.xml Sat Oct 12 09:18:04 2013 -0400
@@ -31,6 +31,23 @@
+
+
+
+ https://pypi.python.org/packages/source/c/cssselect/cssselect-0.9.tar.gz
+ $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
+
+ $INSTALL_DIR/lib/python
+ $INSTALL_DIR/bin
+
+
+
+
+ cssselect python library
+
+
+
@@ -44,7 +61,7 @@
- helperlibs python library
+ pyquery python library