comparison tool_dependencies.xml @ 20:d75e6bb92a05

Uploaded
author jorrit
date Tue, 26 Feb 2013 18:58:32 -0500
parents 42695914c1bd
children 452159eb3cd5
comparison
equal deleted inserted replaced
19:42695914c1bd 20:d75e6bb92a05
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="ontologizer-jar" version="0.0.1"> 3 <package name="ontologizer-jar" version="0.0.1">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="shell_command">curl --silent --show-error --output ./ontologizer.jar http://compbio.charite.de/contao/index.php/cmdlineOntologizer.html?file=tl_files/ontologizer/cmdline/Ontologizer.jar</action> 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>
7 <action type="move_file"> 7 <action type="shell_command">echo 'ONTOLOGIZER_JAR=$INSTALL_DIR/ontologizer;export \$ONTOLOGIZER_JAR > $INSTALL_DIR/env.sh'</action>
8 <source>ontologizer.jar</source>
9 <destination>$INSTALL_DIR</destination>
10 </action>
11 <action type="set_environment">
12 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
13 </action>
14 </actions> 8 </actions>
15 </install> 9 </install>
16 <readme> 10 <readme>
17 ontologizer requires java and curl to be installed. 11 ontologizer requires java and curl to be installed.
18 </readme> 12 </readme>