Skip to content

subworkflows_fp_filter.cwl

Travis CI User edited this page Feb 24, 2021 · 20 revisions

Documentation for fp_filter.cwl

This page is auto-generated. Do not edit.

Overview

fp_filter workflow

Inputs

Name Label Description Type Secondary Files
bam File ['.bai', '^.bai']
reference ['string', 'File'] ['.fai', '^.dict']
vcf File ['.tbi']
variant_caller string
sample_name string?
min_var_freq float?

Outputs

Name Label Description Type Secondary Files
unfiltered_vcf File ['.tbi']
filtered_vcf File ['.tbi']

Steps

Name CWL Run
sanitize_vcf tools/vcf_sanitize.cwl
normalize_variants tools/normalize_variants.cwl
decompose_variants tools/vt_decompose.cwl
index tools/index_vcf.cwl
fp_filter tools/fp_filter.cwl
fp_bgzip tools/bgzip.cwl
fp_index tools/index_vcf.cwl
hard_filter tools/select_variants.cwl
Clone this wiki locally