Skip to content

Commit

Permalink
Update src/main/java/io/seqera/tower/cli/commands/computeenvs/platfor…
Browse files Browse the repository at this point in the history
…ms/AzBatchManualPlatform.java

Co-authored-by: Adam Talbot <[email protected]>
  • Loading branch information
JaimeSeqLabs and adamrtalbot authored Sep 29, 2023
1 parent 95d3136 commit d93d5c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class AzBatchManualPlatform extends AbstractPlatform<AzBatchConfig> {
@Option(names = {"--compute-pool-name"}, description = "The Azure Batch compute pool to be used to run the Nextflow jobs. This needs to be a pre-configured Batch compute pool which includes the azcopy command line (see the Tower documentation for details).", required = true)
public String computePoolName;

@Option(names = {"--fusion-v2"}, description = "With Fusion v2 enabled, S3 buckets specified in the Pipeline work directory and Allowed S3 Buckets fields will be accessible in the compute nodes storage (requires Wave containers service).")
@Option(names = {"--fusion-v2"}, description = "With Fusion v2 enabled, Azure blob containers specified in the pipeline work directory and blob containers within the Azure storage account will be accessible in the compute nodes storage (requires Wave containers service).")
public boolean fusionV2;

@Option(names = {"--wave"}, description = "Allow access to private container repositories and the provisioning of containers in your Nextflow pipelines via the Wave containers service.")
Expand Down

0 comments on commit d93d5c7

Please sign in to comment.