comparison unsorted_uniq.xml @ 7:d64eace4f9f3 draft

Uploaded
author bgruening
date Sat, 17 Jan 2015 08:30:15 -0500
parents 8928e6d1e7ba
children 7725ab6dab67
comparison
equal deleted inserted replaced
6:8928e6d1e7ba 7:d64eace4f9f3
54 <![CDATA[ 54 <![CDATA[
55 .. class:: infomark 55 .. class:: infomark
56 56
57 **Syntax** 57 **Syntax**
58 58
59 This tool returns all unique lines using the 'sort -u' command. It can be used with unsorted files. 59 This tool returns all unique lines using the 'sort -u' command. It can be used with unsorted files.
60 If you need additional options, like grouping or counting your unique results, please use the 'Unique lines from sorted file' tool. 60 If you need additional options, like grouping or counting your unique results, please use the 'Unique lines from sorted file' tool.
61 61
62 ----- 62 -----
63 63
64 .. class:: infomark 64 .. class:: infomark
68 ----- 68 -----
69 69
70 **Example** 70 **Example**
71 71
72 - Input file:: 72 - Input file::
73 73
74 chr1 10 100 gene1 74 chr1 10 100 gene1
75 chr1 105 200 gene2 75 chr1 105 200 gene2
76 chr1 10 100 gene1 76 chr1 10 100 gene1
77 chr2 10 100 gene4 77 chr2 10 100 gene4
78 chr2 1000 1900 gene5 78 chr2 1000 1900 gene5