annotate interval/removeDuplicate.xml @ 18:9bbb37e8683f

Uploaded
author xuebing
date Sat, 31 Mar 2012 08:24:32 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
18
9bbb37e8683f Uploaded
xuebing
parents:
diff changeset
1 <tool id="removeDuplicate" name="remove duplicate">
9bbb37e8683f Uploaded
xuebing
parents:
diff changeset
2 <description>lines</description>
9bbb37e8683f Uploaded
xuebing
parents:
diff changeset
3 <command> cat $input | sort | uniq > $output </command>
9bbb37e8683f Uploaded
xuebing
parents:
diff changeset
4 <inputs>
9bbb37e8683f Uploaded
xuebing
parents:
diff changeset
5 <param name="input" format="txt" type="data" label="Original file"/>
9bbb37e8683f Uploaded
xuebing
parents:
diff changeset
6 </inputs>
9bbb37e8683f Uploaded
xuebing
parents:
diff changeset
7 <outputs>
9bbb37e8683f Uploaded
xuebing
parents:
diff changeset
8 <data format="input" name="output" />
9bbb37e8683f Uploaded
xuebing
parents:
diff changeset
9 </outputs>
9bbb37e8683f Uploaded
xuebing
parents:
diff changeset
10 </tool>