Skip to content

Commit

Permalink
Merge pull request #102 from FINNGEN/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
javier-gracia-tabuenca-tuni authored Dec 12, 2024
2 parents eee1605 + 150cb97 commit 7699388
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions tests/manual/manualtest-mod_resultsVisualisation_CodeWAS.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ devtools::load_all(".")

pathToCO2AnalysisModulesConfigYalm <- testthat::test_path("config/atlasDemo_CO2AnalysisModulesConfig.yml")
CO2AnalysisModulesConfig <- yaml::read_yaml(pathToCO2AnalysisModulesConfigYalm)
options = list(launch.browser=FALSE, port = 5907)
options = list(launch.browser=FALSE, port = 8561)

browseURL(paste0("http://localhost:5907/?analysisType=codeWAS&pathToResultsDatabase=", pathToResultsDatabase))
browseURL(paste0("http://localhost:8561/?analysisType=codeWAS&pathToResultsDatabase=", pathToResultsDatabase))
run_app(CO2AnalysisModulesConfig, options = options)


Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ devtools::load_all(".")

pathToCO2AnalysisModulesConfigYalm <- testthat::test_path("config/atlasDemo_CO2AnalysisModulesConfig.yml")
CO2AnalysisModulesConfig <- yaml::read_yaml(pathToCO2AnalysisModulesConfigYalm)
options = list(launch.browser=FALSE, port = 5907)
options = list(launch.browser=FALSE, port = 8561)

browseURL(paste0("http://localhost:5907/?analysisType=cohortDemographics&pathToResultsDatabase=", pathToResultsDatabase))
browseURL(paste0("http://localhost:8561/?analysisType=cohortDemographics&pathToResultsDatabase=", pathToResultsDatabase))
run_app(CO2AnalysisModulesConfig, options = options)
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ devtools::load_all(".")

pathToCO2AnalysisModulesConfigYalm <- testthat::test_path("config/atlasDemo_CO2AnalysisModulesConfig.yml")
CO2AnalysisModulesConfig <- yaml::read_yaml(pathToCO2AnalysisModulesConfigYalm)
options = list(launch.browser=FALSE, port = 5907)
options = list(launch.browser=FALSE, port = 8561)

browseURL(paste0("http://localhost:5907/?analysisType=cohortOverlaps&pathToResultsDatabase=", pathToResultsDatabase))
browseURL(paste0("http://localhost:8561/?analysisType=cohortOverlaps&pathToResultsDatabase=", pathToResultsDatabase))
run_app(CO2AnalysisModulesConfig, options = options)


Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ devtools::load_all(".")

pathToCO2AnalysisModulesConfigYalm <- testthat::test_path("config/atlasDemo_CO2AnalysisModulesConfig.yml")
CO2AnalysisModulesConfig <- yaml::read_yaml(pathToCO2AnalysisModulesConfigYalm)
options = list(launch.browser=FALSE, port = 5907)
options = list(launch.browser=FALSE, port = 8561)

browseURL(paste0("http://localhost:5907/?analysisType=timeCodeWAS&pathToResultsDatabase=", pathToResultsDatabase))
browseURL(paste0("http://localhost:8561/?analysisType=timeCodeWAS&pathToResultsDatabase=", pathToResultsDatabase))
run_app(CO2AnalysisModulesConfig, options = options)


2 changes: 1 addition & 1 deletion tests/manual/manualtest-run_app.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source(testthat::test_path("helper.R"))
run_app(
CO2AnalysisModulesConfig = test_CO2AnalysisModulesConfig,
options = list(
port = 5907,
port = 8561,
launch.browser=TRUE
)
)

0 comments on commit 7699388

Please sign in to comment.