changeset 1:1607825427da draft default tip

Uploaded
author iuc
date Wed, 21 May 2014 23:20:03 -0400
parents 5549e6124e48
children
files tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed May 21 23:17:53 2014 -0400
+++ b/tool_dependencies.xml	Wed May 21 23:20:03 2014 -0400
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <tool_dependency>
-    <package name="bedtools" version="2.17.0">
+    <package name="package_bedtools" version="2.17.0">
         <install version="1.0">
             <actions>
                 <action type="download_by_url">http://bedtools.googlecode.com/files/BEDTools.v2.17.0.tar.gz</action>
@@ -10,13 +10,13 @@
                     <destination_directory>$INSTALL_DIR/bin</destination_directory>
                 </action>                
                 <action type="set_environment">
-                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable>
+                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                 </action>
             </actions>
         </install>
         <readme>
 
-Genuine IUC/Frobozz Magic co recipe to install Aaron Quinlan's Bed Tools code to accompany his Galaxy wrappers.
+Genuine IUC/Frobozz Magic co recipe to install Aaron Quinlan's Bedtools code to accompany his Galaxy wrappers.
 ross lazarus May 2014
                 
         </readme>