changeset 8:22ada2c07df0 draft

Uploaded
author fcaramia
date Mon, 17 Jun 2013 01:50:40 -0400
parents a6ed5ad78070
children 1c9c5f20f629
files tool_dependencies.xml
diffstat 1 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Jun 17 01:14:46 2013 -0400
+++ b/tool_dependencies.xml	Mon Jun 17 01:50:40 2013 -0400
@@ -36,7 +36,7 @@
            </actions>
        </install>
        <readme>
-		GCC version 4.1 or greater is recommended. 3.x versions will typically not compile BEDTools
+		GCC version 4.1 or greater is recommended. 3.x versions will typically not compile BEDTools. g++ required
        </readme>
    </package>
    <package name="contra" version="2.0.4">
@@ -46,9 +46,13 @@
                 <action type="shell_command">rm -rf bedtools_installation_guide.txt</action>
                 <action type="shell_command">rm -rf BEDTools-User-Manual.v4.pdf</action>
                 <action type="shell_command">rm -rf BEDTools.v2.11.2.tar.gz</action>
-		<action type="shell_command">rm -rf CONTRA_User_Guide.2.0.pdf</action>                                
+		<action type="shell_command">rm -rf CONTRA_User_Guide.2.0.pdf</action>
+		<action type="move_directory_files">
+                    <source>./</source>
+                    <destination>$INSTALL_DIR/bin</destination>
+                </action>                                
                 <action type="set_environment">
-                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
                 </action>
             </actions>
         </install>