# HG changeset patch # User Mikel EgaƱa Aranguren # Date 1330460274 -3600 # Node ID 03bacb9f1562bad039137648333d284cf74dcdec # Parent 1910c878378c195a0a98a40e262dc4f3c6258fd2 bug fixed in get ontology diff -r 1910c878378c -r 03bacb9f1562 NCBO_services/get_ontology.xml --- a/NCBO_services/get_ontology.xml Wed Jan 25 19:49:20 2012 +0100 +++ b/NCBO_services/get_ontology.xml Tue Feb 28 21:17:54 2012 +0100 @@ -2,8 +2,8 @@ Retrieves an ontology from bioportal using its id - #if $id_opts.id_opts_menu=="id_by_hand" #java -jar ${__tool_data_path__}/shared/jars/ncbo_galaxy.jar $api_key $id_opts.ontology_id > $output - #else #java -jar ${__tool_data_path__}/shared/jars/ncbo_galaxy.jar $api_key $id_opts.ontology_id > $output + #if $id_opts.id_opts_menu=="id_by_hand" #java -jar ${__tool_data_path__}/shared/jars/get_ontology.jar $api_key $id_opts.ontology_id > $output + #else #java -jar ${__tool_data_path__}/shared/jars/get_ontology.jar $api_key $id_opts.ontology_id > $output #end if