Skip to content

Commit

Permalink
swtich hostname to trials.linkedomics.org
Browse files Browse the repository at this point in the history
  • Loading branch information
iblacksand committed Aug 16, 2023
1 parent 7c629b7 commit 961071a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/clinicalomicsdbR.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ library(R6)
#' @export
clinicalomicsdbR <- R6Class("clinicalomicsdbR", list(
#' @field hostname The url of the API to connect to. Only change if you are using a custom service.
hostname = "http://clinicalomicsdb.zhang-lab.org",
hostname = "http://trials.linkedomics.org",
#' @field study_list The list of all the studies that are a result of filtering.
study_list = c(),
#' @description
Expand Down

0 comments on commit 961071a

Please sign in to comment.