Mercurial > repos > xuebing > sharplab_seq_motif
diff mytools/removeDuplicate.xml @ 0:39217fa39ff2
Uploaded
author | xuebing |
---|---|
date | Tue, 13 Mar 2012 23:34:52 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mytools/removeDuplicate.xml Tue Mar 13 23:34:52 2012 -0400 @@ -0,0 +1,10 @@ +<tool id="removeDuplicate" name="remove duplicate"> + <description>lines</description> + <command> cat $input | sort | uniq > $output </command> + <inputs> + <param name="input" format="txt" type="data" label="Original file"/> + </inputs> + <outputs> + <data format="input" name="output" /> + </outputs> +</tool>