Mercurial > repos > dpryan79 > package_python_2_7_bwameth_0_20
diff tool_dependencies.xml @ 2:831f8397a424 draft
Uploaded
| author | dpryan79 |
|---|---|
| date | Tue, 13 Sep 2016 08:00:06 -0400 |
| parents | 18776a266ed9 |
| children | 435f9d24c060 |
line wrap: on
line diff
--- a/tool_dependencies.xml Tue Sep 13 07:52:51 2016 -0400 +++ b/tool_dependencies.xml Tue Sep 13 08:00:06 2016 -0400 @@ -17,14 +17,12 @@ <package name="python" version="2.7.10" /> </repository> </action> - <action type="shell_command">git clone https://github.com/brentp/bwa-meth</action> - <action type="shell_command">cd bwa-meth && git reset --hard 7dfec747105b9fa2cf1678bf5f67e860a0155d0e</action> <action type="set_environment"> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> </action> <action type="make_directory">$INSTALL_DIR/lib/python</action> - <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action> + <action type="shell_command">git clone https://github.com/brentp/bwa-meth && cd bwa-meth && git reset --hard 7dfec747105b9fa2cf1678bf5f67e860a0155d0e && python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action> </actions> </install> <readme>
