Mercurial > repos > blankenberg > package_pybamtools_0_0_2
comparison tool_dependencies.xml @ 0:b9bb96e4c532 draft
planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/packages/package_pybamtools_0_0_2 commit cf5c0f6fb2651adf72e317a1cf77805fca30d84e
| author | blankenberg |
|---|---|
| date | Thu, 17 Sep 2015 11:18:58 -0400 |
| parents | |
| children | ece4961bd67e |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:b9bb96e4c532 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="pyBamTools" version="0.0.2"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 6 <action type="shell_command">hg clone -r ba0341816b15fff5e0a554658d6579a60e1b12b1 https://bitbucket.org/dan/pybamtools pyBamTools</action> | |
| 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"> | |
| 10 <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/python</environment_variable> | |
| 11 </action> | |
| 12 </actions> | |
| 13 </install> | |
| 14 <readme> | |
| 15 Installs pyBamTools libraries. | |
| 16 </readme> | |
| 17 </package> | |
| 18 </tool_dependency> |
