-
Notifications
You must be signed in to change notification settings - Fork 55
subworkflows_cnvkit_single_sample.cwl
Travis CI User edited this page Feb 24, 2021
·
21 revisions
This page is auto-generated. Do not edit.
Subworkflow that runs cnvkit in single sample mode and returns a vcf file
| Name | Label | Description | Type | Secondary Files |
|---|---|---|---|---|
| fasta_reference | ['string', 'File'] | ['.fai'] | ||
| tumor_bam | File | |||
| method | ['null', {'type': 'enum', 'symbols': ['hybrid', 'amplicon', 'wgs']}] | |||
| diagram | boolean? | |||
| scatter_plot | boolean? | |||
| drop_low_coverage | boolean? | |||
| male_reference | boolean? | |||
| reference_cnn | File? | |||
| cnvkit_vcf_name | string | |||
| segment_filter | ['null', {'type': 'enum', 'symbols': ['ampdel', 'ci', 'cn', 'sem']}] |
| Name | Label | Description | Type | Secondary Files |
|---|---|---|---|---|
| cn_diagram | File? | |||
| cn_scatter_plot | File? | |||
| tumor_antitarget_coverage | File | |||
| tumor_target_coverage | File | |||
| tumor_bin_level_ratios | File | |||
| tumor_segmented_ratios | File | |||
| cnvkit_vcf | File |
| Name | CWL Run |
|---|---|
| cnvkit_main | tools/cnvkit_batch.cwl |
| cns_to_vcf | tools/cnvkit_vcf_export.cwl |