extract_pass_variants_strelka_vcf: Extract PASS variants in VCF file

View source: R/vcf.R

extract_pass_variants_strelka_vcfR Documentation

Extract PASS variants in VCF file

Description

VCF datastructure is in list format and contains a header, a body and the corresponding col_names

Usage

extract_pass_variants_strelka_vcf(
  bin_bgzip = build_default_tool_binary_list()$bin_bgzip,
  bin_tabix = build_default_tool_binary_list()$bin_tabix,
  vcf = NULL,
  type = "snv",
  chromosomes = NULL,
  ...
)

Arguments

bin_bgzip

Path to bgzip executable.

bin_tabix

Path to TABIX executable.

vcf

Path to the input VCF file.

output_dir

Path to the output directory.

verbose

Enables progress messages. Default False.

executor_id

Task EXECUTOR ID. Default "gatherBQSR"

task_name

Task name. Default "gatherBQSR"

mode

REQUIRED Where to parallelize. Default local. Options "local","batch"

time

OPTIONAL If batch mode. Max run time per job. Default "48:0:0"

threads

Number of threads to split the work. Default 3

ram

OPTIONAL If batch mode. RAM memory in GB per job. Default 1

update_time

OPTIONAL If batch mode. Show job updates every update time. Default 60

wait

OPTIONAL If batch mode wait for batch to finish. Default FALSE

hold

OPTIONAL HOld job until job is finished. Job ID.


TearsWillFall/ULPwgs documentation built on April 18, 2024, 3:45 p.m.