comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:4484575e4186
1 <tool id="get_list_intersection_from" name="Get the overlapping terms from a given set OBO terms" version="1.22">
2 <description>Collects common OBO terms from a given set of list containing OBO terms</description>
3 <command interpreter="perl">/usr/bin/get_list_intersection_from.pl $input_file1 $input_file2 > $output_file</command>
4 <inputs>
5 <param format="tabular" name="input_file1" type="data" label="OBO file 1:"/>
6 <param format="tabular" name="input_file2" type="data" label="OBO file 2:"/>
7 </inputs>
8 <outputs>
9 <data format="tabular" name="output_file" />
10 </outputs>
11
12 <tests>
13 <test>
14 <param name="input file 1" value="ancester_terms1.tabular"/>
15 <param name="input file 2" value="ancester_terms2.tabular"/>
16 <output name="out_file" file="output_file.tabular"/>
17 </test>
18 </tests>
19
20 <help>
21
22 Collects common OBO terms from a given set of lists containing OBO terms.
23
24 </help>
25
26 </tool>
27