changeset 30:719056019cde draft

Made binary files executable
author nikos
date Tue, 05 Aug 2014 08:59:26 -0400
parents 8256e1e625ee
children c7cf54153553
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Aug 05 08:56:05 2014 -0400
+++ b/tool_dependencies.xml	Tue Aug 05 08:59:26 2014 -0400
@@ -8,6 +8,7 @@
         	    <source_directory>.</source_directory>
         	    <destination_directory>$INSTALL_DIR</destination_directory>
         	</action>
+                <action type="chmod"><file mode="755">$INSTALL_DIR/bigWigSummary</file></action>
 		<action type="set_environment">
                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
                 </action>
@@ -24,6 +25,7 @@
                     <source_directory>.</source_directory>
                     <destination_directory>$INSTALL_DIR</destination_directory>
                 </action>
+		<action type="chmod"><file mode="755">$INSTALL_DIR/bigWigInfo</file></action>
                 <action type="set_environment">
                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
                 </action>