comparison tool_dependencies.xml @ 11:851f322ffedd draft

Uploaded
author jasonk
date Wed, 18 Jan 2017 02:09:43 -0500
parents 9f78e45e5953
children 20644ed60cad
comparison
equal deleted inserted replaced
10:9f78e45e5953 11:851f322ffedd
37 <actions> 37 <actions>
38 <action type="download_by_url">http://metavelvet.dna.bio.keio.ac.jp/srcSL/LearningModelFeatures.tar.gz</action> 38 <action type="download_by_url">http://metavelvet.dna.bio.keio.ac.jp/srcSL/LearningModelFeatures.tar.gz</action>
39 <action type="change_directory">LearningModelFeatures</action> 39 <action type="change_directory">LearningModelFeatures</action>
40 <action type="move_file"> 40 <action type="move_file">
41 <source>FeatureExtract.perl</source> 41 <source>FeatureExtract.perl</source>
42 <destination>$INSTALL_DIR</destination> 42 <destination>$INSTALL_DIR/LearningModelFeatures</destination>
43 </action> 43 </action>
44 <action type="move_file"> 44 <action type="move_file">
45 <source>FeatureExtractPredict.perl</source> 45 <source>FeatureExtractPredict.perl</source>
46 <destination>$INSTALL_DIR</destination> 46 <destination>$INSTALL_DIR/LearningModelFeatures</destination>
47 </action> 47 </action>
48 <action type="move_directory_files"> 48 <action type="move_directory_files">
49 <source_directory>BLAST_map</source_directory> 49 <source_directory>BLAST_map</source_directory>
50 <destination_directory>$INSTALL_DIR</destination_directory> 50 <destination_directory>$INSTALL_DIR/LearningModelFeatures/BLAST_map</destination_directory>
51 </action> 51 </action>
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_directory_files"> 58 <action type="move_file">
59 <source_directory>LibraryPretrainedClassification</source_directory> 59 <source>LibraryPretrainedClassification/*.scale</source>
60 <destination_directory>$INSTALL_DIR</destination_directory> 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>LibraryPretrainedClassification/*.model</source>
64 <destination>$INSTALL_DIR</destination> 64 <destination>$INSTALL_DIR/LibraryPretrainedClassification</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