Skip to content

subworkflows_filter_vcf_nonhuman.cwl

APipe Tester edited this page May 24, 2022 · 11 revisions

Documentation for filter_vcf_nonhuman.cwl

This page is auto-generated. Do not edit.

Overview

Apply filters to VCF file

Inputs

Name Label Description Type Secondary Files
vcf File
filter_mapq0_threshold float
tumor_bam File ['.bai']
do_cle_vcf_filter boolean
filter_somatic_llr_threshold float
filter_somatic_llr_tumor_purity float
filter_somatic_llr_normal_contamination_rate float
filter_minimum_depth int
tumor_sample_name string
normal_sample_name string

Outputs

Name Label Description Type Secondary Files
filtered_vcf File

Steps

Name CWL Run
filter_vcf_mapq0 tools/filter_vcf_mapq0.cwl
filter_vcf_cle tools/filter_vcf_cle.cwl
filter_vcf_depth tools/filter_vcf_depth.cwl
filter_vcf_somatic_llr tools/filter_vcf_somatic_llr.cwl
set_final_vcf_name tools/staged_rename.cwl
Clone this wiki locally