-
Notifications
You must be signed in to change notification settings - Fork 57
subworkflows_sequence_to_bqsr.cwl
Travis CI User edited this page Feb 24, 2021
·
23 revisions
This page is auto-generated. Do not edit.
Raw sequence data to BQSR
Name | Label | Description | Type | Secondary Files |
---|---|---|---|---|
unaligned | ../types/sequence_data.yml#sequence_data[] | |||
bqsr_known_sites | One or more databases of known polymorphic sites used to exclude regions around known polymorphisms from analysis. | File[] | ['.tbi'] | |
bqsr_intervals | string[]? | |||
reference | ['string', 'File'] | ['.fai', '^.dict', '.amb', '.ann', '.bwt', '.pac', '.sa'] | ||
trimming | ['../types/trimming_options.yml#trimming_options', 'null'] | |||
final_name | string |
Name | Label | Description | Type | Secondary Files |
---|---|---|---|---|
final_bam | File | ['.bai', '^.bai'] | ||
mark_duplicates_metrics_file | File |
Name | CWL Run |
---|---|
align | subworkflows/sequence_align_and_tag_adapter.cwl |
merge | tools/merge_bams.cwl |
name_sort | tools/name_sort.cwl |
mark_duplicates_and_sort | tools/mark_duplicates_and_sort.cwl |
bqsr | tools/bqsr.cwl |
apply_bqsr | tools/apply_bqsr.cwl |
index_bam | tools/index_bam.cwl |