keithwhor / NtSeq

JavaScript (node + browser) bioinformatics library for nucleotide sequence manipulation and analysis.
MIT License
208 stars 25 forks source link

Add MatchMap#sort documention #10

Closed petetnt closed 6 years ago

petetnt commented 6 years ago

This PR adds documentation for the sort method that must be run before best, top and bottom methods, otherwise throw new Error('MatchMap must be sorted first.'); throws.