changeset 2:1d94386c45bc draft

Uploaded
author ulfschaefer
date Fri, 18 Dec 2015 07:26:23 -0500
parents 2c04309b9040
children 618a0c8a468b
files tool_dependencies.xml
diffstat 1 files changed, 9 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Dec 16 11:43:46 2015 -0500
+++ b/tool_dependencies.xml	Fri Dec 18 07:26:23 2015 -0500
@@ -3,10 +3,15 @@
     <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="bintrees" version="2.0.2">
+    <package name="bintrees" version="2.0.2">
         <install version="1.0">
             <actions>
                 <action type="download_by_url">https://pypi.python.org/packages/source/b/bintrees/bintrees-2.0.2.tar.gz</action>
+                <action type="set_environment_for_install">
+                    <repository changeset_revision="0339c4a9b87b" name="package_python_2_7_10" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
+                        <package name="python" version="2.7.10" />
+                    </repository>
+                </action>
                 <action type="make_directory">$INSTALL_DIR/lib/python</action>
                 <action type="shell_command">
                     export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;
@@ -14,13 +19,13 @@
                 </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_BINTREES">$INSTALL_DIR/lib/python</environment_variable>
+                    <environment_variable action="set_to" name="PYTHONPATH_BINTREES">$INSTALL_DIR/lib/python</environment_variable>
                 </action>
             </actions>
         </install>
         <readme>
             This Galaxy Tool shed package installs bintrees version 2.0.2
-			(https://pypi.python.org/pypi/PyVCF)  package for use with python 2.7.10.
+            (https://pypi.python.org/pypi/PyVCF)  package for use with python 2.7.10.
         </readme>
-	</package>
+</package>
 </tool_dependency>