Skip to content

Commit

Permalink
Remove chunkSizeLimit
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Aug 30, 2024
1 parent 4243635 commit 4a3e832
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 158 deletions.
1 change: 0 additions & 1 deletion plugins/variants/src/VcfTabixAdapter/VcfTabixAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export default class VcfTabixAdapter extends BaseFeatureDataAdapter {
csiFilehandle: isCSI ? openLocation(location, pm) : undefined,
tbiFilehandle: !isCSI ? openLocation(location, pm) : undefined,
chunkCacheSize: 50 * 2 ** 20,
chunkSizeLimit: 1000000000,
})

const header = await vcf.getHeader()
Expand Down
Loading

0 comments on commit 4a3e832

Please sign in to comment.