changeset 5:b75c2fe4cf88 draft

Uploaded
author bernhardlutz
date Thu, 09 Jan 2014 12:54:13 -0500
parents ee3d71cb8dc8
children 683f4c13662d
files tool_dependencies.xml
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Dec 31 06:59:39 2013 -0500
+++ b/tool_dependencies.xml	Thu Jan 09 12:54:13 2014 -0500
@@ -1,8 +1,12 @@
 <?xml version="1.0"?>
 <tool_dependency>
+<set_environment version="1.0">
+        <environment_variable action="set_to" name="EXPARNA_SCRIPT_PATH">$REPOSITORY_INSTALL_DIR</environment_variable>
+    </set_environment>
     <package name="vienna_rna" version="1.8.5">
         <repository changeset_revision="18c7086dbb43" name="package_vienna_rna_1_8" owner="bgruening" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
     </package>
+    
     <package name="exparna" version="1.0">
         <install version="1.0">
             <actions>
@@ -21,9 +25,7 @@
                 <action type="set_environment">
                     <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                 </action>
-                <action type="set_environment">
-                    <environment_variable action="set" name="EXPARNA_SCRIPT_PATH">$INSTALL_DIR</environment_variable>
-                </action>
+                
             </actions>
         </install>
         <readme>Compiling ExpaRNA requires a C compiler (typically gcc)</readme>