Skip to content

Commit aae099f

Browse files
committed
Update single cell Xena hub URL to previewsinglecell
Replaces 'https://singlecellnew.xenahubs.net' with 'https://previewsinglecell.xenahubs.net' in both the XenaHub class and related tests to reflect the updated endpoint.
1 parent fc6fb84 commit aae099f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

R/XenaHub-class.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ names(.xena_hosts_hiplot) <- c(
9898
"https://xena.treehouse.gi.ucsc.edu:443", #!
9999
"https://xena-pcawg.hiplot.com.cn",
100100
"https://xena-atacseq.hiplot.com.cn",
101-
"https://singlecellnew.xenahubs.net", #!
101+
"https://previewsinglecell.xenahubs.net", #!
102102
"https://kidsfirst.xenahubs.net" #!
103103
#"https://tdi.xenahubs.net" #!
104104
)

tests/testthat/test-full-tests.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ all_hosts <- c(
2222
"https://xena.treehouse.gi.ucsc.edu:443",
2323
"https://pcawg.xenahubs.net",
2424
"https://atacseq.xenahubs.net",
25-
"https://singlecellnew.xenahubs.net",
25+
"https://previewsinglecell.xenahubs.net",
2626
"https://kidsfirst.xenahubs.net",
2727
"https://tdi.xenahubs.net"
2828
)

0 commit comments

Comments
 (0)