Skip to content

Commit

Permalink
remove nonfunctional check
Browse files Browse the repository at this point in the history
  • Loading branch information
dramanica committed Oct 18, 2024
1 parent 9c90d5d commit f8610e8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions R/gen_tibble_vcf.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ gen_tibble_vcf <- function(x, ..., parser = "cpp",
backingfile = NULL, quiet = FALSE) {
parser <- match.arg(parser, c("vcfR", "cpp"))

if(.Platform$OS.type=="windows"){
parser == "vcfR"
}

if (parser == "cpp"){
rds_path <- vcf_to_fbm_cpp(x,
backingfile = backingfile,
Expand Down

0 comments on commit f8610e8

Please sign in to comment.