Description Usage Arguments Details Value Examples
Runs a task as a part of a project.
1 |
auth_token |
auth token |
project_id |
ID of a project you want to access. |
task_details |
A list with the following components:
|
... |
parameters passed to sbgapi function |
All the details, including the pipeline ID and runtime parameters, are specified via a list. See the example for details.
parsed list of the returned json
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | token = '58aeb140-1970-0130-6386-001f5b34aa78'
details = list(
'name' = 'Test 2 of C. Elegans VC',
'description' = 'Testing Caenorhabditis elegans Exome Variant Calling',
'pipeline_id' = '422',
'inputs' = list('309485' = 13645,
'317344' = 13646,
'318662' = 13645,
'699018' = 13647),
'parameters' = list('393463' = list('read_trimming_qual' = 30,
'rg_seq_tech' = 'Illumina'),
'677492' = list()))
req = task_run(token,
project_id = '7f7a72d0-da77-4f51-9416-99f14f7316ab',
task_details = details)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.