bgzip: Bgzips a VCF file

Description Usage Arguments

View source: R/utils.R

Description

This function takes a VCF file and Bgzips it

Usage

1
2
3
4
5
bgzip(
  bin_path = system.file("tools/htslib/bin", "bgzip", package = "RandomCode"),
  file = "",
  verbose = FALSE
)

Arguments

bin_path

Required Path to bcftools binary. Default tools/htslib/tabix.

file

Required Path to VCF file to bgzip.

verbose

Optional Enables progress messages. Default False.


TearsWillFall/RandomCode documentation built on Dec. 18, 2021, 4:06 p.m.