comparison tool_dependencies.xml @ 0:028babd7a6c5 draft default tip

Try at a fresh start...
author kltm
date Fri, 29 Mar 2013 17:30:07 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:028babd7a6c5
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="ontologizer-jar" version="0.0.3">
4 <install version="1.0">
5 <actions>
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>
11 <action type="set_environment">
12 <environment_variable name="ONTOLOGIZER_JAR" action="set_to">$INSTALL_DIR/bin/ontologizer.jar</environment_variable>
13 </action>
14 </actions>
15 </install>
16 <readme>
17 ontologizer requires java and curl to be installed.
18 </readme>
19 </package>
20 <package name="obo-scripts" version="1.0.12">
21 <install version="1.0">
22 <actions>
23 <action type="shell_command">git clone http://github.com/cmungall/obo-scripts</action>
24 <action type="move_directory_files">
25 <source_directory>./</source_directory>
26 <destination_directory>$INSTALL_DIR</destination_directory>
27 </action>
28 <action type="set_environment">
29 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
30 </action>
31 </actions>
32 </install>
33 <readme>
34 obo_scripts require perl to be installed.
35 </readme>
36 </package>
37 </tool_dependency>