comparison tool_dependencies.xml @ 1:2c04309b9040 draft

Uploaded
author ulfschaefer
date Wed, 16 Dec 2015 11:43:46 -0500
parents 1d16207341c7
children 1d94386c45bc
comparison
equal deleted inserted replaced
0:1d16207341c7 1:2c04309b9040
12 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && 12 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &&
13 python setup.py install --install-lib $INSTALL_DIR/lib/python 13 python setup.py install --install-lib $INSTALL_DIR/lib/python
14 </action> 14 </action>
15 <action type="set_environment"> 15 <action type="set_environment">
16 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> 16 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
17 <environment_variable action="set_to" name="PYTHONPATH_BINTREES">$INSTALL_DIR/lib/python</environment_variable>
17 </action> 18 </action>
18 </actions> 19 </actions>
19 </install> 20 </install>
20 <readme> 21 <readme>
21 This Galaxy Tool shed package installs bintrees version 2.0.2 22 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 (https://pypi.python.org/pypi/PyVCF) package for use with python 2.7.10.
23 </readme> 24 </readme>
24 </package> 25 </package>
25 </tool_dependency> 26 </tool_dependency>