WORKFLOW populate_library_and_sample_tables_from_flowcell
| File Path |
pipes/WDL/workflows/populate_library_and_sample_tables_from_flowcell.wdl
|
|---|---|
| WDL Version | 1.0 |
| Type | workflow |
Imports
| Namespace | Path |
|---|---|
terra
|
../tasks/tasks_terra.wdl
|
Workflow: populate_library_and_sample_tables_from_flowcell
Terra only: Populate per-library-lane and per-sample tables from existing demultiplexed flowcell output
Author: Broad Viral Genomics
Inputs
| Name | Type | Description | Default |
|---|---|---|---|
flowcell_run_id
|
String
|
- | - |
raw_reads_unaligned_bams
|
Array[String]
|
- | - |
cleaned_reads_unaligned_bams
|
Array[String]
|
- | - |
meta_by_filename_json
|
File
|
- | - |
read_counts_raw_json
|
File?
|
- | - |
read_counts_cleaned_json
|
File?
|
- | - |
4 optional inputs with default values |
|||
Calls
This workflow calls the following tasks or subworkflows:
CALL
TASKS
check_terra_env
No explicit input mappings
CALL
TASKS
create_or_update_sample_tables
Input Mappings (3)
| Input | Value |
|---|---|
flowcell_run_id
|
flowcell_run_id
|
workspace_name
|
check_terra_env.workspace_name
|
workspace_namespace
|
check_terra_env.workspace_namespace
|
Images
Container images used by tasks in this workflow:
Parameterized Image
⚙️ Parameterized
Configured via input:
docker
Used by 2 tasks:
-
check_terra_env -
create_or_update_sample_tables