changeset 4:5d32bf5945ce draft

Uploaded
author fubar
date Tue, 27 Aug 2013 23:44:08 -0400
parents 2428abaf9413
children 99f146c2d943
files rlGAT/tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rlGAT/tool_dependencies.xml	Tue Aug 27 23:35:35 2013 -0400
+++ b/rlGAT/tool_dependencies.xml	Tue Aug 27 23:44:08 2013 -0400
@@ -9,6 +9,7 @@
     <package name="gat" version="0.1">
         <install version="1.0">
             <actions>
+                <action type="download_by_url">https://genomic-association-tester.googlecode.com/files/genomic-association-tester-0.1.tar.gz</action>
                 <action type="make_directory">$INSTALL_DIR/lib/python</action> <!-- Not sure why these must be made apriori, but install fails otherwise -->
                 <action type="make_directory">$INSTALL_DIR/lib64/python</action> <!-- Not sure why these must be made apriori, but install fails otherwise -->
                 <action type="set_environment_for_install">
@@ -19,7 +20,6 @@
                             <package name="matplotliblite" version="1.2.1" />
                         </repository>
                 </action>
-                <action type="download_by_url">https://genomic-association-tester.googlecode.com/files/genomic-association-tester-0.1.tar.gz</action>
                 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python &amp;&amp; python setup.py install</action>
                 <action type="shell_command">chmod ugo+rx scripts/*</action>
                 <action type="move_directory_files"><source_directory>scripts</source_directory> <destination_directory>$INSTALL_DIR/bin</destination_directory> </action>