3
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="metavelvet_sl" version="1.0">
|
|
4 <install version="1.0">
|
5
|
5 <actions>
|
3
|
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>
|
|
8 <action type="move_file">
|
|
9 <source>meta-velvete</source>
|
6
|
10 <destination>$INSTALL_DIR/bin</destination>
|
3
|
11 </action>
|
|
12 <action type="move_file">
|
|
13 <source>meta-velvetg</source>
|
6
|
14 <destination>$INSTALL_DIR/bin</destination>
|
3
|
15 </action>
|
4
|
16 </actions>
|
5
|
17
|
4
|
18 <actions>
|
3
|
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>
|
|
21 <action type="shell_command">make</action>
|
|
22 <action type="move_file">
|
|
23 <source>svm-predict</source>
|
6
|
24 <destination>$INSTALL_DIR/bin</destination>
|
3
|
25 </action>
|
|
26 <action type="move_file">
|
|
27 <source>svm-train</source>
|
6
|
28 <destination>$INSTALL_DIR/bin</destination>
|
3
|
29 </action>
|
|
30
|
|
31 <action type="move_file">
|
|
32 <source>svm-scale</source>
|
6
|
33 <destination>$INSTALL_DIR/bin</destination>
|
3
|
34 </action>
|
5
|
35 </actions>
|
|
36
|
|
37 <actions>
|
|
38 <action type="download_by_url">http://metavelvet.dna.bio.keio.ac.jp/srcSL/LearningModelFeatures.tar.gz</action>
|
7
|
39 <action type="change_directory">LearningModelFeatures</action>
|
|
40 <action type="move_file">
|
|
41 <source>FeatureExtract.perl</source>
|
5
|
42 <destination>$INSTALL_DIR</destination>
|
|
43 </action>
|
8
|
44 <action type="move_file">
|
|
45 <source>FeatureExtractPredict.perl</source>
|
|
46 <destination>$INSTALL_DIR</destination>
|
|
47 </action>
|
|
48 <action type="move_directory_files">
|
10
|
49 <source_directory>BLAST_map</source_directory>
|
|
50 <destination_directory>$INSTALL_DIR</destination_directory>
|
8
|
51 </action>
|
5
|
52 </actions>
|
8
|
53
|
5
|
54
|
|
55 <actions>
|
|
56 <action type="download_by_url">http://metavelvet.dna.bio.keio.ac.jp/srcSL/LibraryPretrainedClassification.tar.gz</action>
|
9
|
57 <!-- <action type="change_directory">LibraryPretrainedClassification</action> -->
|
|
58 <action type="move_directory_files">
|
|
59 <source_directory>LibraryPretrainedClassification</source_directory>
|
|
60 <destination_directory>$INSTALL_DIR</destination_directory>
|
5
|
61 </action>
|
9
|
62 <!-- <action type="move_file">
|
5
|
63 <source>*.model</source>
|
|
64 <destination>$INSTALL_DIR</destination>
|
9
|
65 </action> -->
|
3
|
66 <action type="set_environment">
|
|
67 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
|
|
68 </action>
|
|
69 </actions>
|
|
70
|
|
71 </install>
|
|
72 </package>
|
|
73 </tool_dependency>
|