changeset 2:86a5e3f4f32f

Minor tweaks
author Mikel Egaña Aranguren <mikel-egana-aranguren@toolshed.g2.bx.psu.edu>
date Sat, 31 Dec 2011 17:30:24 +0100
parents d0cff9cccc25
children 097aa7000159
files NCBO_services/get_ontology.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/NCBO_services/get_ontology.xml	Sat Dec 31 16:20:38 2011 +0100
+++ b/NCBO_services/get_ontology.xml	Sat Dec 31 17:30:24 2011 +0100
@@ -1,4 +1,4 @@
-<tool id="get_ontology" name="Get ontology by id" version="1.0.1">
+<tool id="get_ontology" name="Get ontology by id" version="1.0.2">
 	<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> 
 	<inputs>
@@ -10,8 +10,8 @@
 	</outputs>
 	<tests>
 		<test>
-			<param name="api_key" value="74c12fc6-9423-455a-a619-b94f47d1951b"/>
-			<param name="ontology_id" value="1522"/>
+			<param name="api_key"/>
+			<param name="ontology_id"/>
 		</test>
 	</tests>
 	<help>