comparison tool_dependencies.xml @ 3:7ef691e979b5 draft default tip

Uploaded
author ulfschaefer
date Fri, 18 Dec 2015 07:01:56 -0500
parents 586578e137b3
children
comparison
equal deleted inserted replaced
2:586578e137b3 3:7ef691e979b5
5 </package> 5 </package>
6 <package name="pyvcf" version="0.6.8dev"> 6 <package name="pyvcf" version="0.6.8dev">
7 <install version="1.0"> 7 <install version="1.0">
8 <actions> 8 <actions>
9 <action type="download_by_url">https://github.com/jamescasbon/PyVCF/archive/0eb779559e74faa14fae609c8864874ab8321c7e.tar.gz</action> 9 <action type="download_by_url">https://github.com/jamescasbon/PyVCF/archive/0eb779559e74faa14fae609c8864874ab8321c7e.tar.gz</action>
10 <action type="make_directory">$INSTALL_DIR/lib/python</action> 10 <action type="set_environment_for_install">
11 <repository changeset_revision="0339c4a9b87b" name="package_python_2_7_10" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
12 <package name="python" version="2.7.10" />
13 </repository>
14 </action>
15 <action type="make_directory">$INSTALL_DIR/lib/python</action>
11 <action type="make_directory">$INSTALL_DIR/lib/python/bin</action> 16 <action type="make_directory">$INSTALL_DIR/lib/python/bin</action>
12 <action type="shell_command"> 17 <action type="shell_command">
13 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp; 18 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;
14 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/lib/python/bin 19 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/lib/python/bin
15 </action> 20 </action>