File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 19
19
includeTracks : true
20
20
}
21
21
22
-
23
22
const hub = await Hub . loadHub ( "https://hgdownload.soe.ucsc.edu/hubs/GCA/004/027/145/GCA_004027145.1/hub.txt" , hubOptions )
24
23
24
+
25
25
const igvConfig = {
26
26
showChromosomeWidget : false ,
27
27
locus : hub . getDefaultPosition ( ) ,
Original file line number Diff line number Diff line change @@ -493,7 +493,9 @@ class Browser {
493
493
return new XMLSession ( string , knownGenomes )
494
494
495
495
} else if ( filename . endsWith ( "hub.txt" ) ) {
496
+
496
497
const hub = await Hub . loadHub ( urlOrFile , options )
498
+
497
499
if ( chromosomeSelectWidget ) {
498
500
chromosomeSelectWidget . hide ( )
499
501
}
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ class Hub {
29
29
return new Hub ( url , stanzas , groups )
30
30
}
31
31
32
-
33
32
constructor ( url , stanzas , groupStanzas ) {
34
33
35
34
const idx = url . lastIndexOf ( "/" )
@@ -158,6 +157,7 @@ isPcr dynablat-01.soe.ucsc.edu 4040 dynamic GCF/000/186/305/GCF_000186305.1
158
157
if ( this . genomeStanza . hasProperty ( "twoBitBptURL" ) ) {
159
158
config . twoBitBptURL = this . baseURL + this . genomeStanza . getProperty ( "twoBitBptURL" )
160
159
}
160
+
161
161
if ( this . genomeStanza . hasProperty ( "twoBitBptUrl" ) ) {
162
162
config . twoBitBptURL = this . baseURL + this . genomeStanza . getProperty ( "twoBitBptUrl" )
163
163
}
Original file line number Diff line number Diff line change 53
53
"circular-view" : " github:igvteam/circular-view#v0.2.4" ,
54
54
"eslint" : " ^6.4.0" ,
55
55
"hdf5-indexed-reader" : " github:jrobinso/hdf5-indexed-reader#v0.5.2" ,
56
- "igv-ui" : " github:igvteam/igv-ui#dat_slider_dialog " ,
56
+ "igv-ui" : " github:igvteam/igv-ui#v1.5.3 " ,
57
57
"igv-utils" : " github:igvteam/igv-utils#v1.4.8" ,
58
58
"mocha" : " ^10.2.0" ,
59
59
"rollup" : " ^2.66.0" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import BWReader from "../js/bigwig/bwReader.js"
6
6
7
7
suite ( "ucsc utilities" , function ( ) {
8
8
9
-
10
9
test ( "trix" , async function ( ) {
11
10
12
11
this . timeout ( 200000 )
You can’t perform that action at this time.
0 commit comments