comparison tool_dependencies.xml @ 28:982cc86eb098

Uploaded
author jorrit
date Tue, 26 Feb 2013 20:50:19 -0500
parents 2b40d037f00d
children 11beca20586b
comparison
equal deleted inserted replaced
27:2b40d037f00d 28:982cc86eb098
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="ontologizer-jar" version="0.0.2"> 3 <package name="ontologizer-jar" version="0.0.2">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_by_url">http://compbio.charite.de/contao/index.php/cmdlineOntologizer.html?file=tl_files/ontologizer/cmdline/Ontologizer.jar</action> 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>
7 <action type="set_environment"> 11 <action type="set_environment">
8 <environment_variable name="ONTOLOGIZER" action="set_to">$INSTALL_DIR</environment_variable> 12 <environment_variable name="ONTOLOGIZER_JAR" action="set_to">$INSTALL_DIR/ontologizer.jar</environment_variable>
9 </action> 13 </action>
10 </actions> 14 </actions>
11 </install> 15 </install>
12 <readme> 16 <readme>
13 ontologizer requires java and curl to be installed. 17 ontologizer requires java and curl to be installed.