comparison tool_dependencies.xml @ 9:25044b99547e draft

Uploaded
author jasonk
date Wed, 18 Jan 2017 02:00:34 -0500
parents 4e985f1d5cf4
children 9f78e45e5953
comparison
equal deleted inserted replaced
8:4e985f1d5cf4 9:25044b99547e
52 </actions> 52 </actions>
53 53
54 54
55 <actions> 55 <actions>
56 <action type="download_by_url">http://metavelvet.dna.bio.keio.ac.jp/srcSL/LibraryPretrainedClassification.tar.gz</action> 56 <action type="download_by_url">http://metavelvet.dna.bio.keio.ac.jp/srcSL/LibraryPretrainedClassification.tar.gz</action>
57 <action type="change_directory">LibraryPretrainedClassification</action> 57 <!-- <action type="change_directory">LibraryPretrainedClassification</action> -->
58 <action type="move_file"> 58 <action type="move_directory_files">
59 <source>*.scale</source> 59 <source_directory>LibraryPretrainedClassification</source_directory>
60 <destination>$INSTALL_DIR</destination> 60 <destination_directory>$INSTALL_DIR</destination_directory>
61 </action> 61 </action>
62 <action type="move_file"> 62 <!-- <action type="move_file">
63 <source>*.model</source> 63 <source>*.model</source>
64 <destination>$INSTALL_DIR</destination> 64 <destination>$INSTALL_DIR</destination>
65 </action> 65 </action> -->
66 <action type="set_environment"> 66 <action type="set_environment">
67 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> 67 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
68 </action> 68 </action>
69 </actions> 69 </actions>
70 70