Sortdep: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
Very usefull for finding coverage and depth of coverage of sequencing data. | Very usefull for finding coverage and depth of coverage of sequencing data. | ||
The functionality is similar to '''sort -n depths |uniq -c'''. | The functionality is similar to '''sort -n depths.txt |uniq -c'''. |
Revision as of 15:09, 19 March 2014
A ultrafast and efficient tabulation of integers.
Very usefull for finding coverage and depth of coverage of sequencing data.
The functionality is similar to sort -n depths.txt |uniq -c.