WORKFLOW merge_vcfs
| File Path |
pipes/WDL/workflows/merge_vcfs.wdl
|
|---|---|
| WDL Version | 1.0 |
| Type | workflow |
Imports
| Namespace | Path |
|---|---|
interhost
|
../tasks/tasks_interhost.wdl
|
Workflow: merge_vcfs
Merge VCFs from multiple samples using GATK3.
Author: Broad Viral Genomics
Inputs
| Name | Type | Description | Default |
|---|---|---|---|
in_vcfs_gz
|
Array[File]
|
- | - |
ref_fasta
|
File
|
- | - |
machine_mem_gb
|
Int?
|
- | - |
2 optional inputs with default values |
|||
Outputs
| Name | Type | Expression |
|---|---|---|
merged_vcf_gz
|
File
|
merge_vcfs_gatk.merged_vcf_gz
|
merged_vcf_gz_tbi
|
File
|
merge_vcfs_gatk.merged_vcf_gz_tbi
|
Calls
This workflow calls the following tasks or subworkflows:
CALL
TASKS
merge_vcfs_gatk
No explicit input mappings
Images
Container images used by tasks in this workflow:
Parameterized Image
⚙️ Parameterized
Configured via input:
docker
Used by 1 task:
-
merge_vcfs_gatk