changeset 1:d0cff9cccc25

Second version
author Mikel Egaña Aranguren <mikel-egana-aranguren@toolshed.g2.bx.psu.edu>
date Sat, 31 Dec 2011 16:20:38 +0100
parents e25b2c00fffd
children 86a5e3f4f32f
files NCBO_services/get_ontology.xml
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NCBO_services/get_ontology.xml	Sat Dec 31 10:08:28 2011 -0500
+++ b/NCBO_services/get_ontology.xml	Sat Dec 31 16:20:38 2011 +0100
@@ -1,4 +1,4 @@
-<tool id="get_ontology" name="Get ontology by id" version="1.0.0">
+<tool id="get_ontology" name="Get ontology by id" version="1.0.1">
 	<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>
@@ -23,6 +23,10 @@
 **Contact**
 
   Please send any request or comment to mikel.egana.aranguren@gmail.com.
+  
+**More information**
+
+  http://bioportal.bioontology.org
 
 	</help>