comparison tool_dependencies.xml @ 0:9c7337bc4fef draft

Uploaded
author jasonk
date Wed, 18 Jan 2017 02:39:20 -0500
parents
children ee00aca8e4ea
comparison
equal deleted inserted replaced
-1:000000000000 0:9c7337bc4fef
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="metavelvet_sl" version="1.0">
4 <install version="1.0">
5 <actions>
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>
10 <destination>$INSTALL_DIR/bin</destination>
11 </action>
12 <action type="move_file">
13 <source>meta-velvetg</source>
14 <destination>$INSTALL_DIR/bin</destination>
15 </action>
16 </actions>
17
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>
20 <action type="change_directory">libsvm*</action>
21 <action type="shell_command">make</action>
22 <action type="move_file">
23 <source>svm-predict</source>
24 <destination>$INSTALL_DIR/bin</destination>
25 </action>
26 <action type="move_file">
27 <source>svm-train</source>
28 <destination>$INSTALL_DIR/bin</destination>
29 </action>
30
31 <action type="move_file">
32 <source>svm-scale</source>
33 <destination>$INSTALL_DIR/bin</destination>
34 </action>
35 </actions>
36
37 <actions>
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>
40 <action type="move_file">
41 <source>FeatureExtract.perl</source>
42 <destination>$INSTALL_DIR/LearningModelFeatures</destination>
43 </action>
44 <action type="move_file">
45 <source>FeatureExtractPredict.perl</source>
46 <destination>$INSTALL_DIR/LearningModelFeatures</destination>
47 </action>
48 <action type="move_directory_files">
49 <source_directory>BLAST_map</source_directory>
50 <destination_directory>$INSTALL_DIR/LearningModelFeatures/BLAST_map</destination_directory>
51 </action>
52 </actions>
53
54
55 <actions>
56 <action type="download_by_url">https://doc-0c-8k-docs.googleusercontent.com/docs/securesc/ha0ro937gcuc7l7deffksulhg5h7mbp1/mlgu4uocfmeebt7gaeiljenel21i71fi/1484719200000/10942893667658680981/*/0B5_0aTIEApvzX093NXFZSnlQUnc?e=download</action>
57 <action type="change_directory">LibraryPretrainedClassification</action>
58 <action type="move_directory_files">
59 <source_directory>Model</source_directory>
60 <destination_directory>$INSTALL_DIR/LibraryPretrainedClassification/Model</destination_directory>
61 </action>
62 <action type="move_directory_files">
63 <source_directory>Range</source_directory>
64 <destination_directory>$INSTALL_DIR/LibraryPretrainedClassification/Range</destination_directory>
65 </action>
66
67 <action type="set_environment">
68 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
69 </action>
70 </actions>
71
72 </install>
73 </package>
74 </tool_dependency>