Pack and upload CWL apps to any Seven Bridges powered platform
pack_to_sb(input, profile, id)
input | Path to the input CWL file. Can be a remote file. |
---|---|
profile | Platform profile name defined in |
id | Destination app id in the form of |
if (FALSE) { input <- system.file("example/remote-cwl/wf1.cwl", package = "sbpack") pack_to_sb(input, "aws-us", "username/project/workflow")}