diff tool_dependencies.xml @ 4:49e600128a73 draft

Uploaded
author rnateam
date Wed, 09 Jul 2014 08:38:01 -0400
parents a92d8689aa30
children a50bd507edfe
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Jul 08 13:18:16 2014 -0400
+++ b/tool_dependencies.xml	Wed Jul 09 08:38:01 2014 -0400
@@ -70,21 +70,21 @@
                 </action>
                 <action type="make_directory">$INSTALL_DIR/data/annotations</action>
                 <action type="download_file">https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-data-1.0/annotations/dm3.tar.gz</action>
-                <action type="shell_command">tar xfvz dm3.tar.gz -C $INSTALL_DIR/data/annotations/</action>
+                <action type="shell_command">cd ..; tar xfvz dm3.tar.gz -C $INSTALL_DIR/data/annotations/</action>
                 <action type="download_file">https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-data-1.0/annotations/hg19.tar.gz</action>
-                <action type="shell_command">tar xfvz hg19.tar.gz -C $INSTALL_DIR/data/annotations/</action>
+                <action type="shell_command">cd ..; tar xfvz hg19.tar.gz -C $INSTALL_DIR/data/annotations/</action>
                 <action type="download_file">https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-data-1.0/annotations/mm10.tar.gz</action>
-                <action type="shell_command">tar xfvz mm10.tar.gz -C $INSTALL_DIR/data/annotations/</action>
+                <action type="shell_command">cd ..; tar xfvz mm10.tar.gz -C $INSTALL_DIR/data/annotations/</action>
                 <action type="download_file">https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-data-1.0/annotations/panTro4.tar.gz</action>
-                <action type="shell_command">tar xfvz panTro4.tar.gz -C $INSTALL_DIR/data/annotations/</action>
+                <action type="shell_command">cd ..; tar xfvz panTro4.tar.gz -C $INSTALL_DIR/data/annotations/</action>
                 <action type="download_file">https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-data-1.0/annotations/rheMac3.tar.gz</action>
-                <action type="shell_command">tar xfvz rheMac3.tar.gz -C $INSTALL_DIR/data/annotations/</action>
+                <action type="shell_command">cd ..; tar xfvz rheMac3.tar.gz -C $INSTALL_DIR/data/annotations/</action>
                 <action type="download_file">https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-data-1.0/annotations/celWS235.tar.gz</action>
-                <action type="shell_command">tar xfvz celWS235.tar.gz -C $INSTALL_DIR/data/annotations/</action>
+                <action type="shell_command">cd ..; tar xfvz celWS235.tar.gz -C $INSTALL_DIR/data/annotations/</action>
                 <action type="download_file">https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-data-1.0/annotations/tair10.tar.gz</action>
-                <action type="shell_command">tar xfvz tair10.tar.gz -C $INSTALL_DIR/data/annotations/</action>
+                <action type="shell_command">cd ..; tar xfvz tair10.tar.gz -C $INSTALL_DIR/data/annotations/</action>
                 <action type="download_file">https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-data-1.0/models.tar.gz</action>
-                <action type="shell_command">tar xfvz models.tar.gz -C $INSTALL_DIR/data/</action>
+                <action type="shell_command">cd ..; tar xfvz models.tar.gz -C $INSTALL_DIR/data/</action>
                 <action type="set_environment">
                     <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                     <environment_variable action="set_to" name="BLOCKCLUST_DATA_PATH">$INSTALL_DIR/data</environment_variable>