0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="pyBamParser" version="0.0.1">
|
|
4 <install version="1.0">
|
|
5 <actions>
|
1
|
6 <action type="shell_command">hg clone -r 21b1bc7611a7675d8f72e258e3ee39912d64c7e7 https://bitbucket.org/dan/pybamparser pyBamParser</action>
|
0
|
7 <action type="make_directory">$INSTALL_DIR/lib/python</action>
|
|
8 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py install --home $INSTALL_DIR</action>
|
|
9 <action type="set_environment">
|
1
|
10 <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/python</environment_variable>
|
0
|
11 </action>
|
|
12 </actions>
|
|
13 </install>
|
|
14 <readme>
|
|
15 Installs pyBamParser libraries.
|
|
16 </readme>
|
|
17 </package>
|
|
18 </tool_dependency>
|