Skip to content

Commit 8aa274c

Browse files
authored
Fix issues with large VCF files not displaying in v4.0.4 (#5432)
1 parent 4c09863 commit 8aa274c

File tree

4 files changed

+36
-17
lines changed

4 files changed

+36
-17
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"@emotion/utils": "^1.4.2",
153153
"@floating-ui/react": "^0.27.16",
154154
"@gmod/abortable-promise-cache": "^3.0.4",
155-
"@gmod/bgzf-filehandle": "^6.0.10",
155+
"@gmod/bgzf-filehandle": "^6.0.12",
156156
"@gmod/http-range-fetcher": "^5.0.7",
157157
"@jbrowse/jexl": "^3.0.1",
158158
"@jbrowse/mobx-state-tree": "^5.5.0",

plugins/gtf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@flatten-js/interval-tree": "^2.0.3",
34-
"@gmod/bgzf-filehandle": "^6.0.10",
34+
"@gmod/bgzf-filehandle": "^6.0.12",
3535
"@jbrowse/core": "workspace:^",
3636
"@jbrowse/mobx-state-tree": "^5.5.0",
3737
"@jbrowse/plugin-linear-genome-view": "workspace:^",

pnpm-lock.yaml

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test_data/config_demo.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4119,7 +4119,6 @@
41194119
"uri": "https://s3.amazonaws.com/jbrowse.org/genomes/hg19/hg002/HG002_ONTrel2_16x_RG_HP10xtrioRTG.bam"
41204120
}
41214121
},
4122-
41234122
{
41244123
"type": "AlignmentsTrack",
41254124
"trackId": "hg002_cram",
@@ -5035,6 +5034,26 @@
50355034
"uri": "https://hgdownload.gi.ucsc.edu/gbdb/hg19/bbi/hic/GSE63525_HMEC_combined.hic"
50365035
},
50375036
"assemblyNames": ["hg19"]
5037+
},
5038+
{
5039+
"type": "VariantTrack",
5040+
"trackId": "freq.vcf",
5041+
"name": "freq.vcf",
5042+
"adapter": {
5043+
"type": "VcfTabixAdapter",
5044+
"vcfGzLocation": {
5045+
"uri": "https://ftp.ncbi.nih.gov/snp/population_frequency/latest_release/freq.vcf.gz",
5046+
"locationType": "UriLocation"
5047+
},
5048+
"index": {
5049+
"location": {
5050+
"uri": "https://ftp.ncbi.nih.gov/snp/population_frequency/latest_release/freq.vcf.gz.tbi",
5051+
"locationType": "UriLocation"
5052+
},
5053+
"indexType": "TBI"
5054+
}
5055+
},
5056+
"assemblyNames": ["hg38"]
50385057
}
50395058
],
50405059
"connections": [],

0 commit comments

Comments
 (0)