bfabric_upload_file: Generate a workunit and upload a resource (file) to an...

View source: R/fgcz.R

bfabric_upload_fileR Documentation

Generate a workunit and upload a resource (file) to an internal bfabric storage.

Description

Generate a workunit and upload a resource (file) to an internal bfabric storage.

Usage

bfabric_upload_file(
  login = NULL,
  webservicepassword = NULL,
  projectid = 3000,
  applicationid = 217,
  status = "pending",
  description = "",
  inputresourceid = NULL,
  workunitname = "MaxQuant result",
  resourcename = "MaxQuant report",
  file_content = NULL
)

Arguments

login

bfabric login

webservicepassword

bfabric webservicepassword, visible when you check your user details in the bfabric system.

projectid

a containerid (project id or order id)

applicationid

a application id

status

in c('AVAILABLE', 'FAILED', 'PENDING') default is 'pending'.

inputresourceid

an integer or a list of integer inputresourceIds. Of note, this works only for succeeding/preceding applications. Default is set to NULL.

workunitname

the workunit name

resourcename

the reosurce name

file_content

a BLOB containing the content

Value

the workunit id


cpanse/bfabricShiny documentation built on Sept. 8, 2024, 12:34 a.m.