Skip to content

tools_filter_sv_vcf_depth.cwl

APipe Tester edited this page Jul 14, 2021 · 4 revisions

Documentation for filter_sv_vcf_depth.cwl

This page is auto-generated. Do not edit.

Docker Requirement

mgibio/bcftools-cwl:1.12

Inputs

Name Label Description Type Secondary Files
input_vcf vcf file to filter File
output_vcf_name output vcf file name string?
deletion_depth Depth for deletions must be less than this cutoff to pass the filter. double?
duplication_depth Depth for duplications must be greater than this cutoff to pass the filter. double?
vcf_source source caller of the vcf input file [{'type': 'enum', 'symbols': ['cnvnator', 'cnvkit', 'duphold']}]

Outputs

Name Label Description Type Secondary Files
filtered_sv_vcf File
Clone this wiki locally