GMOD / tribble-index-js

Read htsjdk tribble indexes in pure JS
MIT License
1 stars 1 forks source link

Minor doc (readme) inconsistency #9

Open jrobinso opened 5 years ago

jrobinso commented 5 years ago

Hi guys,

The install instructions state

npm install --save tribble-index

However this installs what looks like an older version.

cmdcolin commented 5 years ago

Good catch, went ahead and replaced it with the updated namespace

npm install --save @gmod/tribble-index

Thanks :)

jrobinso commented 5 years ago

No problem. I'm going to be using the low-level (blocks) interface. I invented this index, wrote the first implementation, but I like your implementation better. When I get time I might send a PR for the interval tree index.