changeset 13:5eba3dd66dd9 draft

Uploaded
author jasonk
date Wed, 18 Jan 2017 02:17:11 -0500
parents 20644ed60cad
children 197e72d42086
files tool_dependencies.xml
diffstat 1 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Jan 18 02:13:08 2017 -0500
+++ b/tool_dependencies.xml	Wed Jan 18 02:17:11 2017 -0500
@@ -56,13 +56,20 @@
     <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>DeepSeaFeature.scale HumanBloodFeature.scale</source>
+                        <source>DeepSeaFeature.scale</source>
                         <destination>$INSTALL_DIR/LibraryPretrainedClassification</destination>
                 </action>
     <action type="move_file">
-                        <source>*.model</source>
+                        <source>DeepSeaFeature.model</source>
                         <destination>$INSTALL_DIR/LibraryPretrainedClassification</destination>
                 </action>
+
+
+
+
+
+
+
                 <action type="set_environment">
                         <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
                 </action>