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