0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
31
|
3 <package name="ontologizer-jar" version="0.0.3">
|
8
|
4 <install version="1.0">
|
|
5 <actions>
|
28
|
6 <action type="download_by_url" target_filename="ontologizer.jar">http://compbio.charite.de/contao/index.php/cmdlineOntologizer.html?file=tl_files/ontologizer/cmdline/Ontologizer.jar</action>
|
|
7 <action type="move_file">
|
|
8 <source>ontologizer.jar</source>
|
|
9 <destination>$INSTALL_DIR/bin</destination>
|
|
10 </action>
|
21
|
11 <action type="set_environment">
|
29
|
12 <environment_variable name="ONTOLOGIZER_JAR" action="set_to">$INSTALL_DIR/bin/ontologizer.jar</environment_variable>
|
21
|
13 </action>
|
8
|
14 </actions>
|
|
15 </install>
|
|
16 <readme>
|
|
17 ontologizer requires java and curl to be installed.
|
|
18 </readme>
|
|
19 </package>
|
6
|
20 <package name="obo-scripts" version="1.0.12">
|
0
|
21 <install version="1.0">
|
|
22 <actions>
|
|
23 <action type="shell_command">git clone http://github.com/cmungall/obo-scripts</action>
|
8
|
24 <action type="move_directory_files">
|
0
|
25 <source_directory>./</source_directory>
|
|
26 <destination_directory>$INSTALL_DIR</destination_directory>
|
|
27 </action>
|
8
|
28 <action type="set_environment">
|
0
|
29 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
|
|
30 </action>
|
|
31 </actions>
|
|
32 </install>
|
|
33 <readme>
|
8
|
34 obo_scripts require perl to be installed.
|
|
35 </readme>
|
|
36 </package>
|
0
|
37 </tool_dependency>
|