view onto-toolkit/tools/ontology/get_list_intersection_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_list_intersection_from" name="Get the overlapping terms from a given set OBO terms" version="1.22">
  <description>Collects common OBO terms from a given set of list containing OBO terms</description>
  <command interpreter="perl">/usr/bin/get_list_intersection_from.pl $input_file1 $input_file2 > $output_file</command>
  <inputs>
    <param format="tabular" name="input_file1" type="data" label="OBO file 1:"/>
    <param format="tabular" name="input_file2" type="data" label="OBO file 2:"/>
  </inputs>
  <outputs>
    <data format="tabular" name="output_file" />
  </outputs>

  <tests>
    <test>
      <param name="input file 1" value="ancester_terms1.tabular"/>
      <param name="input file 2" value="ancester_terms2.tabular"/>
      <output name="out_file" file="output_file.tabular"/>
    </test>
  </tests>

  <help>

Collects common OBO terms from a given set of lists containing OBO terms.

  </help>

</tool>