comparison rapsodyn/listfiltering.xml @ 8:d857538d9fea draft

Uploaded
author mcharles
date Fri, 10 Oct 2014 07:05:36 -0400
parents
children
comparison
equal deleted inserted replaced
7:3f7b0788a1c4 8:d857538d9fea
1 <tool id="listfiltering" name="listfiltering" version="1.01">
2 <description>Compare list1 and list2</description>
3 <command interpreter="perl">
4 listfiltering.pl -list1_file $input_list1 -list2_file $input_list2 -nb_col $nb_col -type $type -log_file $log_file > $output_file
5 </command>
6 <inputs>
7 <param name="input_list1" type="data" format="txt,pileup" label="Select list1 file from your history"/>
8 <param name="input_list2" type="data" format="txt,pileup" label="Select list2 file from your history"/>
9 <param name="type" type="select" label="Select type of filtering">
10 <option value="specific">Only in list1</option>
11 <option value="common">Common</option>
12 </param>
13 <param name="nb_col" type="integer" value="2" label="Number of column to compare"/>
14 </inputs>
15 <outputs>
16 <data name="output_file" format="pileup" label="${tool.name} on ${on_string}"/>
17 <data name="log_file" format="txt" label="${tool.name} LOG on ${on_string}"/>
18 </outputs>
19
20 <help>
21
22
23
24 </help>
25 </tool>