Sortdep: Difference between revisions
Jump to navigation
Jump to search
(Created page with "A ultrafast and efficient tabulation of integers.") |
No edit summary |
||
Line 1: | Line 1: | ||
A ultrafast and efficient tabulation of integers. | 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 |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 |uniq -c.