annotate mytools/removeDuplicate.xml @ 0:39217fa39ff2

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