Skip to content

Commit 61e1462

Browse files
cmdcolinclaude
andcommitted
docs: say it in full sentences
The pointer added a few commits ago was written in shorthand. Same recommendation, spelled out. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RWYcpD4BGFaQGeCesjQpiy
1 parent 0a3b482 commit 61e1462

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ const features = parseStringSync(readFileSync('my_annotations.gff3', 'utf8'))
2222
```
2323

2424
There is no filesystem dependency — in the browser, pass any GFF3 string, such
25-
as one from `fetch(…).then(r => r.text())`. For a remote `.gff3.gz`, query it
26-
with [@gmod/tabix](https://github.com/GMOD/tabix-js) over a
25+
as one from `fetch(…).then(r => r.text())`. If your GFF3 is a remote `.gff3.gz`,
26+
query it with [@gmod/tabix](https://github.com/GMOD/tabix-js), reading through a
27+
filehandle from
2728
[`@gmod/range-cache-filehandle`](https://github.com/GMOD/range-cache-filehandle)
28-
filehandle and parse the lines it hands back.
29+
so that its byte ranges are cached, and parse the lines it hands back with the
30+
functions here.
2931

3032
## Object format
3133

0 commit comments

Comments
 (0)