-
Notifications
You must be signed in to change notification settings - Fork 57
subworkflows_align_sort_markdup.cwl
Travis CI User edited this page Feb 24, 2021
·
20 revisions
This page is auto-generated. Do not edit.
Unaligned bam to sorted, markduped bam
Name | Label | Description | Type | Secondary Files |
---|---|---|---|---|
bams | File[] | |||
readgroups | string[] | |||
reference | ['string', 'File'] | ['.fai', '^.dict', '.amb', '.ann', '.bwt', '.pac', '.sa'] | ||
final_name | string |
Name | Label | Description | Type | Secondary Files |
---|---|---|---|---|
final_bam | File | ['.bai', '^.bai'] | ||
mark_duplicates_metrics_file | File |
Name | CWL Run |
---|---|
align | subworkflows/align.cwl |
merge | tools/merge_bams_samtools.cwl |
name_sort | tools/name_sort.cwl |
mark_duplicates_and_sort | tools/mark_duplicates_and_sort.cwl |
index_bam | tools/index_bam.cwl |