Download Seven Bridges command line uploader and extract to a specified directory
Source:R/misc-uploader.R
get_uploader.RdThis function downloads Seven Bridges command line uploader and
extract the .tgz archive to a specified directory.
Usage
get_uploader(
platform = c("cgc", "aws-us", "aws-eu", "gcp"),
destdir = NULL,
quiet = FALSE
)
misc_get_uploader()Arguments
- platform
Seven Bridges platform for which the uploader is designed. Possible choices are:
"cgc"(Cancer Genomics Cloud),"aws-us"(Amazon Web Services US),"aws-eu"(Amazon Web Services EU), and"gcp"(Google Cloud Platform). Default is"cgc".- destdir
The directory to extract the downloaded Seven Bridges command line uploader to. If the specified directory is not present, it will be created.
- quiet
Should the download progress be printed?