comparison tool_dependencies.xml @ 6:f48a68e4ad50 draft

Uploaded
author jasonk
date Wed, 18 Jan 2017 01:48:21 -0500
parents 7f26c8ea8c54
children 3c7c9eccd745
comparison
equal deleted inserted replaced
5:7f26c8ea8c54 6:f48a68e4ad50
5 <actions> 5 <actions>
6 <action type="download_by_url">http://metavelvet.dna.bio.keio.ac.jp/srcSL/MetaVelvetSLv1.0.tar.gz</action> 6 <action type="download_by_url">http://metavelvet.dna.bio.keio.ac.jp/srcSL/MetaVelvetSLv1.0.tar.gz</action>
7 <action type="shell_command">make MAXKMERLENGTH=128 CATEGORIES=3</action> 7 <action type="shell_command">make MAXKMERLENGTH=128 CATEGORIES=3</action>
8 <action type="move_file"> 8 <action type="move_file">
9 <source>meta-velvete</source> 9 <source>meta-velvete</source>
10 <destination>$INSTALL_DIR</destination> 10 <destination>$INSTALL_DIR/bin</destination>
11 </action> 11 </action>
12 <action type="move_file"> 12 <action type="move_file">
13 <source>meta-velvetg</source> 13 <source>meta-velvetg</source>
14 <destination>$INSTALL_DIR</destination> 14 <destination>$INSTALL_DIR/bin</destination>
15 </action> 15 </action>
16 </actions> 16 </actions>
17 17
18 <actions> 18 <actions>
19 <action type="download_by_url">http://www.csie.ntu.edu.tw/~cjlin/cgi-bin/libsvm.cgi?+http://www.csie.ntu.edu.tw/~cjlin/libsvm+tar.gz</action> 19 <action type="download_by_url">http://www.csie.ntu.edu.tw/~cjlin/cgi-bin/libsvm.cgi?+http://www.csie.ntu.edu.tw/~cjlin/libsvm+tar.gz</action>
20 <action type="change_directory">libsvm*</action> 20 <action type="change_directory">libsvm*</action>
21 <action type="shell_command">make</action> 21 <action type="shell_command">make</action>
22 <action type="move_file"> 22 <action type="move_file">
23 <source>svm-predict</source> 23 <source>svm-predict</source>
24 <destination>$INSTALL_DIR</destination> 24 <destination>$INSTALL_DIR/bin</destination>
25 </action> 25 </action>
26 <action type="move_file"> 26 <action type="move_file">
27 <source>svm-train</source> 27 <source>svm-train</source>
28 <destination>$INSTALL_DIR</destination> 28 <destination>$INSTALL_DIR/bin</destination>
29 </action> 29 </action>
30 30
31 <action type="move_file"> 31 <action type="move_file">
32 <source>svm-scale</source> 32 <source>svm-scale</source>
33 <destination>$INSTALL_DIR</destination> 33 <destination>$INSTALL_DIR/bin</destination>
34 </action> 34 </action>
35 </actions> 35 </actions>
36 36
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="move_directory_file">
40 <action type="move_file"> 40 <source>LearningModelFeatures</source>
41 <source>*</source>
42 <destination>$INSTALL_DIR</destination> 41 <destination>$INSTALL_DIR</destination>
43 </action> 42 </action>
44 </actions> 43 </actions>
45 44
46 <actions> 45 <actions>