Mercurial > repos > xuebing > sharplabtool
diff removeDuplicate.xml @ 11:b7f1d9f8f3bc
Uploaded
author | xuebing |
---|---|
date | Sat, 10 Mar 2012 07:59:27 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/removeDuplicate.xml Sat Mar 10 07:59:27 2012 -0500 @@ -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>