view onto-toolkit/tools/ontology/get_intersection_ontology_from.xml @ 2:77c75bf3fbe6 default tip

First version
author easr
date Wed, 11 Apr 2012 10:34:56 +0200
parents 4484575e4186
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>