keithwhor / NtSeq

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

Add MatchMap#initialize() documentation #9

Closed petetnt closed 6 years ago

petetnt commented 6 years ago

This PR adds documentation for MatchMap#initialize() method that is required for querying the results with methods like results and top.

Currently by following just the docs users will run into throw new Error('MatchMap must be initialized first.'); errors.