WORKFLOW align_and_count_report
| File Path |
pipes/WDL/workflows/align_and_count.wdl
|
|---|---|
| WDL Version | 1.0 |
| Type | workflow |
Imports
| Namespace | Path |
|---|---|
reports
|
../tasks/tasks_reports.wdl
|
Workflow: align_and_count_report
Align reads to reference with minimap2 and count the number of hits. Results are returned in the format of 'samtools idxstats'.
Author: Broad Viral Genomics
Inputs
| Name | Type | Description | Default |
|---|---|---|---|
reads_bam
|
File
|
- | - |
ref_db
|
File
|
File containing sequences against which reads should me aligned and counted | - |
machine_mem_gb
|
Int?
|
- | - |
6 optional inputs with default values |
|||
Outputs
| Name | Type | Expression |
|---|---|---|
report
|
File
|
align_and_count.report
|
report_top_hits
|
File
|
align_and_count.report_top_hits
|
tophit
|
String
|
align_and_count.top_hit_id
|
pct_mapped_of_total_reads
|
String
|
align_and_count.pct_total_reads_mapped
|
pct_top_hit_of_total_reads
|
String
|
align_and_count.pct_top_hit_of_total_reads
|
pct_mapped_to_lesser_hits
|
String
|
align_and_count.pct_lesser_hits_of_mapped
|
viral_core_version
|
String
|
align_and_count.viralngs_version
|
Calls
This workflow calls the following tasks or subworkflows:
CALL
TASKS
align_and_count
No explicit input mappings
Images
Container images used by tasks in this workflow:
~{docker}
~{docker}
Used by 1 task:
-
align_and_count