changeset 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 531a37b2769b
files NCBO_services/get_ontology.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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>