File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ params.first_retry_wait_time = 1 // in seconds
1010
1111// required params w/ default
1212params. container = " ghcr.io/overture-stack/score"
13- params. container_version = " 5.8.1 "
13+ params. container_version = " 5.9.0 "
1414params. transport_mem = 2 // Transport memory is in number of GBs
1515
1616// optional if secret mounted from pod else required
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ params.score_transport_mem = 1 // GB
5050params. score_url = " https://score.rdpc-qa.cancercollaboratory.org"
5151params. score_api_token = " "
5252params. score_container = " ghcr.io/overture-stack/score"
53- params. score_container_version = " 5.8.1 "
53+ params. score_container_version = " 5.9.0 "
5454
5555song_params = [
5656 *: params,
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ params.score_transport_mem = 1 // GB
5252params. score_url = " https://score.rdpc-qa.cancercollaboratory.org"
5353params. score_api_token = " "
5454params. score_container = " ghcr.io/overture-stack/score"
55- params. score_container_version = " 5.8.1 "
55+ params. score_container_version = " 5.9.0 "
5656
5757song_params = [
5858 *: params,
You can’t perform that action at this time.
0 commit comments