view 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 source

<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>