diff onto-toolkit/tools/ontology/get_intersection_ontology_from.xml @ 0:4484575e4186

Migrated tool version 0.1 from old tool shed archive to new tool shed repository
author erick-antezana
date Tue, 07 Jun 2011 17:51:45 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/onto-toolkit/tools/ontology/get_intersection_ontology_from.xml	Tue Jun 07 17:51:45 2011 -0400
@@ -0,0 +1,23 @@
+<tool id="get_intersection_ontology_from" name="Gets an intersection ontology from given OBO ontologies" version="1.22">
+  <description>Provides an intersection of the given ontologies (in OBO format)</description>
+  <command interpreter="perl">/usr/bin/get_intersection_ontology_from.pl $input_ontology1 $input_ontology2 > $output</command>
+  <inputs>
+    <param format="text" name="input_ontology1" type="data" label="Input Ontology file 1:"/>
+    <param format="text" name="input_ontology2" type="data" label="Input Ontology file 2:"/>
+  </inputs>
+  <outputs>
+    <data format="text" name="output" />
+  </outputs>
+
+<tests>
+    <test>
+    </test>
+  </tests>
+
+  <help>
+
+Provides an intersection of the given ontologies (in OBO format)
+
+ </help>
+
+</tool>