Commit a734bf1 1 parent 6243584 commit a734bf1 Copy full SHA for a734bf1
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,11 +72,11 @@ const remoteTbiIndexed = new TabixIndexedFile({
72
72
```
73
73
74
74
You can also alternatively supply a filehandle-like object with the
75
- [ generic-filehandle ] ( https://github.com/GMOD/generic-filehandle ) : example
75
+ [ generic-filehandle2 ] ( https://github.com/GMOD/generic-filehandle2 ) : example
76
76
77
77
``` typescript
78
- // use a remote file or other filehandle, note RemoteFile comes from https://github.com/GMOD/generic-filehandle
79
- const { RemoteFile } = require (' generic-filehandle ' )
78
+ // use a remote file or other filehandle, note RemoteFile comes from https://github.com/GMOD/generic-filehandle2
79
+ const { RemoteFile } = require (' generic-filehandle2 ' )
80
80
const remoteTbiIndexed = new TabixIndexedFile ({
81
81
filehandle: new RemoteFile (' http://yourhost/file.vcf.gz' ),
82
82
tbiFilehandle: new RemoteFile (' http://yourhost/file.vcf.gz.tbi' ), // can also be csiFilehandle
You can’t perform that action at this time.
0 commit comments