Mercurial > repos > mikel-egana-aranguren > ncbo_services
diff NCBO_services/get_ontology.xml @ 21:03bacb9f1562
bug fixed in get ontology
author | Mikel Egaña Aranguren <mikel-egana-aranguren@toolshed.g2.bx.psu.edu> |
---|---|
date | Tue, 28 Feb 2012 21:17:54 +0100 |
parents | 1910c878378c |
children |
line wrap: on
line diff
--- 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 @@ <description>Retrieves an ontology from bioportal using its id</description> <!-- <command>java -jar ${__tool_data_path__}/shared/jars/ncbo_galaxy.jar $api_key $ontology_id > $output </command> --> <command> - #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 </command>