WORKFLOW fastq_to_ubam
| File Path |
pipes/WDL/workflows/fastq_to_ubam.wdl
|
|---|---|
| WDL Version | 1.0 |
| Type | workflow |
Imports
| Namespace | Path |
|---|---|
tasks_read_utils
|
../tasks/tasks_read_utils.wdl
|
Workflow: fastq_to_ubam
Convert reads from fastq format (single or paired) to unaligned BAM format.
Author: Broad Viral Genomics
Inputs
| Name | Type | Description | Default |
|---|---|---|---|
fastq_1
|
File
|
- | - |
fastq_2
|
File?
|
- | - |
sample_name
|
String
|
- | - |
library_name
|
String
|
- | - |
readgroup_name
|
String?
|
- | - |
platform_unit
|
String?
|
- | - |
run_date
|
String?
|
- | - |
platform_name
|
String
|
- | - |
sequencing_center
|
String?
|
- | - |
additional_picard_options
|
String?
|
- | - |
4 optional inputs with default values |
|||
Outputs
| Name | Type | Expression |
|---|---|---|
unmapped_bam
|
File
|
FastqToUBAM.unmapped_bam
|
Calls
This workflow calls the following tasks or subworkflows:
CALL
TASKS
FastqToUBAM
No explicit input mappings
Images
Container images used by tasks in this workflow:
Parameterized Image
⚙️ Parameterized
Configured via input:
docker
Used by 1 task:
-
FastqToUBAM