comparison tool_dependencies.xml @ 21:3429405e2ce1

Add toolshed URL link in tool dependencies
author Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
date Mon, 31 Aug 2015 14:54:40 +0100
parents a013fc01d8f3
children 787ee2d925bb
comparison
equal deleted inserted replaced
20:a013fc01d8f3 21:3429405e2ce1
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="f50b27b88d30" name="package_ez_setup_0_9" owner="iuc" 4 <repository changeset_revision="f50b27b88d30" name="package_ez_setup_0_9" owner="iuc"
5 prior_installation_required="True"/> 5 prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu"/>
6 </package> 6 </package>
7 <package name="riboplot" version="0.1.0"> 7 <package name="riboplot" version="0.1.0">
8 <install version="1.0"> 8 <install version="1.0">
9 <actions> 9 <actions>
10 <action type="download_by_url">https://pypi.python.org/packages/source/r/riboplot/riboplot-0.1.0.tar.gz</action> 10 <action type="download_by_url">https://pypi.python.org/packages/source/r/riboplot/riboplot-0.1.0.tar.gz</action>
11 <action type="set_environment_for_install"> 11 <action type="set_environment_for_install">
12 <repository changeset_revision="f50b27b88d30" name="package_ez_setup_0_9" owner="iuc"> 12 <repository changeset_revision="f50b27b88d30" name="package_ez_setup_0_9" owner="iuc"
13 toolshed="https://testtoolshed.g2.bx.psu.edu">
13 <package name="ez_setup" version="0.9" /> 14 <package name="ez_setup" version="0.9" />
14 </repository> 15 </repository>
15 </action> 16 </action>
16 <action type="make_directory">$INSTALL_DIR/lib/python</action> 17 <action type="make_directory">$INSTALL_DIR/lib/python</action>
17 <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> 18 <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>