Mercurial > repos > xuebing > sharplab_interval_analysis
annotate removeDuplicate.xml @ 24:8dd2a3f51c42 draft default tip
Deleted selected files
| author | xuebing |
|---|---|
| date | Wed, 09 May 2012 10:53:44 -0400 |
| parents | 16ba480adf96 |
| children |
| rev | line source |
|---|---|
| 20 | 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> |
