changeset 0:02eaf3d8f9a3 draft

Uploaded
author ulfschaefer
date Fri, 18 Dec 2015 05:05:14 -0500
parents
children 7b2bbbd5bc90
files tool_dependencies.xml
diffstat 1 files changed, 28 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Fri Dec 18 05:05:14 2015 -0500
@@ -0,0 +1,28 @@
+<?xml version='1.0' encoding='utf-8'?>
+<tool_dependency>
+    <package name="python" version="2.7.10">
+        <repository changeset_revision="0339c4a9b87b" name="package_python_2_7_10" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
+    </package>
+	<package name="pyvcf" version="0.6.8dev">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">https://github.com/jamescasbon/PyVCF/archive/0eb779559e74faa14fae609c8864874ab8321c7e.tar.gz</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 --install-lib $INSTALL_DIR/lib/python
+                </action>
+                <action type="set_environment">
+                    <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
+                    <environment_variable action="set_to" name="PYTHONPATH_PYVCF">$INSTALL_DIR/lib/python</environment_variable>
+                </action>
+            </actions>
+        </install>
+            <readme>
+            This Galaxy Tool shed package installs a defined commit
+			(0eb779559e74faa14fae609c8864874ab8321c7e) of the 0.6.8dev version of PyVCF for use with python 2.7.10.
+
+            The corresponding PYTHONPATH is accessible via PYTHONPATH_PYVCF
+        </readme>
+	</package>
+</tool_dependency>