bpsetup: Setup a new AWS EC2 cluster

Description Usage Arguments

View source: R/AWSBatchJobsParam-class.R

Description

The step bpsetup is required before using any of the conventional BiocParallel functions like bpstart, bpstop. It is used to setup or start a new or existing cluster on the user's AWS account. Once a cluster is up an running, it should be safely suspended or terminated using functionality like 'bpsuspend' and 'bpteardown'. NOTE: This function takes a while to process, depending on the number of workers needed it may take upto 4-5 minutes.

Usage

1
bpsetup(x, clustername = "awsparallel")

Arguments

x

AWSBatchJobsParam object

clustername

character value given to the cluster.


Bioconductor/AWSParallel documentation built on May 28, 2019, 11:58 a.m.