comparison tool_dependencies.xml @ 8:ca10c522f37e draft default tip

Uploaded
author iuc
date Tue, 17 Mar 2015 22:42:38 -0400
parents 92ee0a5f0272
children
comparison
equal deleted inserted replaced
7:92ee0a5f0272 8:ca10c522f37e
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="ez_setup" version="0.9"> 3 <package name="ez_setup" version="0.9">
4 <repository changeset_revision="652ed5e5963f" name="package_ez_setup_0_9" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> 4 <repository changeset_revision="f50b27b88d30" name="package_ez_setup_0_9" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
5 </package> 5 </package>
6 <package name="pysam" version="0.7.7"> 6 <package name="pysam" version="0.7.7">
7 <install version="1.0"> 7 <install version="1.0">
8 <actions> 8 <actions>
9 <action type="download_by_url">https://pypi.python.org/packages/source/p/pysam/pysam-0.7.7.tar.gz</action> 9 <action type="download_by_url">https://pypi.python.org/packages/source/p/pysam/pysam-0.7.7.tar.gz</action>
10 <action type="set_environment_for_install"> 10 <action type="set_environment_for_install">
11 <repository changeset_revision="652ed5e5963f" name="package_ez_setup_0_9" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> 11 <repository changeset_revision="f50b27b88d30" name="package_ez_setup_0_9" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
12 <package name="ez_setup" version="0.9" /> 12 <package name="ez_setup" version="0.9" />
13 </repository> 13 </repository>
14 </action> 14 </action>
15 <action type="make_directory">$INSTALL_DIR/lib/python</action> 15 <action type="make_directory">$INSTALL_DIR/lib/python</action>
16 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp; python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action> 16 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp; python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action>