# HG changeset patch # User nml # Date 1467909797 14400 # Node ID 86947a99997b73216911b08ff96561d1c1ac2128 planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/packages/package_python_3_4_hyphy_python_0_1_3 commit e2554dc878f6abf1c02ed9e6e4f4440ed32b02aa-dirty diff -r 000000000000 -r 86947a99997b tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Jul 07 12:43:17 2016 -0400 @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + git clone https://github.com/veg/hyphy-python + hyphy-python + git checkout 0.1.3 + git submodule update --init + $INSTALL_DIR/lib/python + + export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && + python3 setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin + + + $INSTALL_DIR/lib/pyhton + $INSTALL_DIR/bin + $INSTALL_DIR/lib/python + $INSTALL_DIR/bin + $INSTALL_DIR + + + + +This installs hyphy-python 0.1.3. + + +