diff rapsodyn/listfiltering.xml @ 8:d857538d9fea draft

Uploaded
author mcharles
date Fri, 10 Oct 2014 07:05:36 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rapsodyn/listfiltering.xml	Fri Oct 10 07:05:36 2014 -0400
@@ -0,0 +1,25 @@
+<tool id="listfiltering" name="listfiltering" version="1.01">
+<description>Compare list1 and list2</description>
+<command interpreter="perl">
+    listfiltering.pl -list1_file $input_list1 -list2_file $input_list2 -nb_col $nb_col -type $type -log_file $log_file > $output_file 
+</command>
+<inputs>
+<param name="input_list1"  type="data" format="txt,pileup" label="Select list1 file from your history"/>
+<param name="input_list2"  type="data" format="txt,pileup" label="Select list2 file from your history"/>
+<param name="type" type="select" label="Select type of filtering">
+	<option value="specific">Only in list1</option>   
+	<option value="common">Common</option>
+</param>
+<param name="nb_col" type="integer" value="2" label="Number of column to compare"/>
+</inputs>
+<outputs>
+	<data name="output_file" format="pileup" label="${tool.name} on ${on_string}"/>
+	<data name="log_file" format="txt" label="${tool.name} LOG on ${on_string}"/>
+</outputs>
+
+<help>
+
+
+
+</help>
+</tool>