-
Notifications
You must be signed in to change notification settings - Fork 58
subworkflows_duplex_alignment.cwl
Travis CI User edited this page Feb 24, 2021
·
20 revisions
This page is auto-generated. Do not edit.
umi duplex alignment workflow
| Name | Label | Description | Type | Secondary Files |
|---|---|---|---|---|
| bam | File[] | |||
| sample_name | string | |||
| read_structure | string[] | |||
| reference | ['string', 'File'] | ['.fai', '^.dict', '.amb', '.ann', '.bwt', '.pac', '.sa'] | ||
| target_intervals | File? | |||
| min_reads | int[] | |||
| max_read_error_rate | float? | |||
| max_base_error_rate | float? | |||
| min_base_quality | int | |||
| max_no_call_fraction | float |
| Name | Label | Description | Type | Secondary Files |
|---|---|---|---|---|
| aligned_bam | File | ['^.bai'] | ||
| adapter_histogram | File[] | |||
| duplex_seq_metrics | File[] |
| Name | CWL Run |
|---|---|
| align | subworkflows/umi_alignment.cwl |
| merge | tools/merge_bams.cwl |
| group_reads_by_umi | tools/group_reads.cwl |
| call_duplex_consensus | tools/call_duplex_consensus.cwl |
| align_consensus | tools/realign.cwl |
| filter_consensus | tools/filter_consensus.cwl |
| clip_overlap | tools/clip_overlap.cwl |
| collect_duplex_seq_metrics | tools/duplex_seq_metrics.cwl |