Mercurial > repos > xuebing > sharplab_seq_motif
view mytools/removeDuplicate.xml @ 0:39217fa39ff2
Uploaded
author | xuebing |
---|---|
date | Tue, 13 Mar 2012 23:34:52 -0400 |
parents | |
children |
line wrap: on
line source
<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>