comparison tool_dependencies.xml @ 0:1d16207341c7 draft

Uploaded
author ulfschaefer
date Tue, 15 Dec 2015 09:37:34 -0500
parents
children 2c04309b9040
comparison
equal deleted inserted replaced
-1:000000000000 0:1d16207341c7
1 <?xml version='1.0' encoding='utf-8'?>
2 <tool_dependency>
3 <package name="python" version="2.7.10">
4 <repository changeset_revision="0339c4a9b87b" name="package_python_2_7_10" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
5 </package>
6 <package name="bintrees" version="2.0.2">
7 <install version="1.0">
8 <actions>
9 <action type="download_by_url">https://pypi.python.org/packages/source/b/bintrees/bintrees-2.0.2.tar.gz</action>
10 <action type="make_directory">$INSTALL_DIR/lib/python</action>
11 <action type="shell_command">
12 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;
13 python setup.py install --install-lib $INSTALL_DIR/lib/python
14 </action>
15 <action type="set_environment">
16 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
17 </action>
18 </actions>
19 </install>
20 <readme>
21 This Galaxy Tool shed package installs bintrees version 2.0.2
22 (https://pypi.python.org/pypi/PyVCF) package for use with python 2.7.10.
23 </readme>
24 </package>
25 </tool_dependency>