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