Mercurial > repos > xuebing > sharplabtool
comparison mytools/removeDuplicate.xml @ 9:87eb5c5ddfe9
Uploaded
author | xuebing |
---|---|
date | Fri, 09 Mar 2012 20:01:43 -0500 |
parents | f0dc65e7f6c0 |
children |
comparison
equal
deleted
inserted
replaced
8:361ec1c0479d | 9:87eb5c5ddfe9 |
---|---|
1 <tool id="removeDuplicate" name="remove duplicate"> | |
2 <description>lines</description> | |
3 <command> cat $input | sort | uniq > $output </command> | |
4 <inputs> | |
5 <param name="input" format="txt" type="data" label="Original file"/> | |
6 </inputs> | |
7 <outputs> | |
8 <data format="input" name="output" /> | |
9 </outputs> | |
10 </tool> |