comparison tool_dependencies.xml @ 13:5eba3dd66dd9 draft

Uploaded
author jasonk
date Wed, 18 Jan 2017 02:17:11 -0500
parents 20644ed60cad
children 197e72d42086
comparison
equal deleted inserted replaced
12:20644ed60cad 13:5eba3dd66dd9
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_file">
59 <source>DeepSeaFeature.scale HumanBloodFeature.scale</source> 59 <source>DeepSeaFeature.scale</source>
60 <destination>$INSTALL_DIR/LibraryPretrainedClassification</destination> 60 <destination>$INSTALL_DIR/LibraryPretrainedClassification</destination>
61 </action> 61 </action>
62 <action type="move_file"> 62 <action type="move_file">
63 <source>*.model</source> 63 <source>DeepSeaFeature.model</source>
64 <destination>$INSTALL_DIR/LibraryPretrainedClassification</destination> 64 <destination>$INSTALL_DIR/LibraryPretrainedClassification</destination>
65 </action> 65 </action>
66
67
68
69
70
71
72
66 <action type="set_environment"> 73 <action type="set_environment">
67 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> 74 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
68 </action> 75 </action>
69 </actions> 76 </actions>
70 77