From fc5d363410fe46a3f5c99ad62b1fb09d1598cb80 Mon Sep 17 00:00:00 2001 From: Khai Do Date: Wed, 19 Jul 2023 10:08:49 -0700 Subject: [PATCH] [IT-2944] enable Wave for nextflow workspaces Nextflow Wave has already been setup and enabled for the compute environments with TOWER_ENABLE_WAVE=true and WAVE_SERVER_URL="https://wave.seqera.io" configuration settings[1]. Now we enable Wave for the workspaces. [1] https://github.com/Sage-Bionetworks-Workflows/nextflow-infra/blob/dev/src/tower/resources/environment.yaml --- bin/configure-tower-projects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/configure-tower-projects.py b/bin/configure-tower-projects.py index 498aa5cf..77bab0e6 100755 --- a/bin/configure-tower-projects.py +++ b/bin/configure-tower-projects.py @@ -671,7 +671,7 @@ def generate_compute_environment(self, name: str, model: str) -> dict: "preRunScript": "NXF_OPTS='-Xms7g -Xmx14g'", "region": self.org.aws.region, "resourceLabelIds": label_ids, - "waveEnabled": False, + "waveEnabled": True, "workDir": f"s3://{self.stack['TowerScratch']}/work", "forge": { "allocStrategy": alloc_strategy,