Skip to content

Commit

Permalink
Merge pull request #234 from zaro0508/enable-wave1
Browse files Browse the repository at this point in the history
[IT-2944] enable Wave for nextflow workspaces
  • Loading branch information
thomasyu888 authored Jul 21, 2023
2 parents 8499866 + fc5d363 commit 7aeae0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/configure-tower-projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7aeae0c

Please sign in to comment.