changeset 0:524e3de06009

Create package_pybamtools_0_0_1
author blankenberg
date Thu, 29 Aug 2013 09:40:04 -0400
parents
children a95e083f1005
files tool_dependencies.xml
diffstat 1 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Thu Aug 29 09:40:04 2013 -0400
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="pyBamTools" version="0.0.1">
+        <install version="1.0">
+            <actions>
+                <action type="shell_command">hg clone -r 0a7c361d48ebe1c96f2cc6a0a4164508fd36186b https://bitbucket.org/dan/pybamtools pyBamTools</action>
+                <action type="make_directory">$INSTALL_DIR/lib/python</action>
+                <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp; python setup.py install --home $INSTALL_DIR</action> 
+                <action type="set_environment">
+                    <environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>
+Installs pyBamTools libraries.
+        </readme>
+    </package>
+</tool_dependency>