new_task: create new task

Description Usage Arguments Value

View source: R/task.R

Description

https://docs.cancergenomicscloud.org/docs/create-a-new-task

Usage

1
2
3
4
5
6
7
8
9
new_task(
  project,
  app,
  inputs,
  batch_input = NULL,
  batch_by = NULL,
  key = NULL,
  extlist = NULL
)

Arguments

project

The project ID in the following format: project_owner/project.

app

The ID for the app you are querying.

inputs

The list of input parameters for the App.

batch_input

The ID from the inputs for batch run.

batch_by

The type of batch.

key

The Authentication Token.

extlist

The other requests in a list.

Value

A response list.


rworkflow/CGClient documentation built on Dec. 22, 2021, 8:16 p.m.