Pack and upload CWL apps to any Seven Bridges powered platform

pack_to_sb(input, profile, id)

Arguments

input

Path to the input CWL file. Can be a remote file.

profile

Platform profile name defined in ~/.sevenbridges/credentials.

id

Destination app id in the form of {user}/{project}/{app_id}. This will install (or update) app_id located in project of user on the platform.

Examples

if (FALSE) { input <- system.file("example/remote-cwl/wf1.cwl", package = "sbpack") pack_to_sb(input, "aws-us", "username/project/workflow")}