subworkflows_phase_vcf.cwl - genome/analysis-workflows GitHub Wiki
Documentation for phase_vcf.cwl
This page is auto-generated. Do not edit.
Overview
phase VCF
Inputs
Name |
Label |
Description |
Type |
Secondary Files |
somatic_vcf |
|
|
File |
['.tbi'] |
germline_vcf |
|
|
File |
|
reference |
|
|
['string', 'File'] |
['.fai', '^.dict'] |
reference_dict |
|
|
File |
|
bam |
|
|
File |
${if (self.nameext === ".bam") {return self.basename + ".bai"} else {return self.basename + ".crai"}} |
normal_sample_name |
|
|
string |
|
tumor_sample_name |
|
|
string |
|
Outputs
Name |
Label |
Description |
Type |
Secondary Files |
phased_vcf |
|
|
File |
['.tbi'] |
Steps