add_indel_af_strelka_vcf: Add indel AF information to Strelka VCF file This function...

View source: R/vcf.R

add_indel_af_strelka_vcfR Documentation

Add indel AF information to Strelka VCF file This function reads and modifies Strelka produced VCF files to add an entry for AF within the VCF file

Description

Add indel AF information to Strelka VCF file This function reads and modifies Strelka produced VCF files to add an entry for AF within the VCF file

Usage

add_indel_af_strelka_vcf(
  bin_bgzip = build_default_tool_binary_list()$bin_bgzip,
  bin_tabix = build_default_tool_binary_list()$bin_tabix,
  vcf = NULL,
  chromosomes = NULL,
  ...
)

Arguments

bin_bgzip

Path to bgzip executable.

bin_tabix

Path to TABIX executable.

vcf

Path to VCF file

compress

Compress VCF file. Default TRUE.

index

Index VCF file. Default TRUE.

index_format

VCF index format. Default tbi. Options tbi,cbi.

bgzip_index

Create BGZIP index for compressed file. Default FALSE

output_dir

Path to the output directory.

clean

Remove input VCF after completion. Default FALSE.

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.