Sortdep: Difference between revisions

From software
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 16: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.