diff tool_dependencies.xml @ 9:25044b99547e draft

Uploaded
author jasonk
date Wed, 18 Jan 2017 02:00:34 -0500
parents 4e985f1d5cf4
children 9f78e45e5953
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Jan 18 01:57:16 2017 -0500
+++ b/tool_dependencies.xml	Wed Jan 18 02:00:34 2017 -0500
@@ -54,15 +54,15 @@
 
     <actions>
     <action type="download_by_url">http://metavelvet.dna.bio.keio.ac.jp/srcSL/LibraryPretrainedClassification.tar.gz</action>
-    <action type="change_directory">LibraryPretrainedClassification</action>
-    <action type="move_file">
-                        <source>*.scale</source>
-                        <destination>$INSTALL_DIR</destination>
+    <!-- <action type="change_directory">LibraryPretrainedClassification</action> -->
+    <action type="move_directory_files">
+                        <source_directory>LibraryPretrainedClassification</source_directory>
+                        <destination_directory>$INSTALL_DIR</destination_directory>
                 </action>
-    <action type="move_file">
+    <!-- <action type="move_file">
                         <source>*.model</source>
                         <destination>$INSTALL_DIR</destination>
-                </action>
+                </action> -->
                 <action type="set_environment">
                         <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
                 </action>