Open zx8754 opened 4 years ago
This is still an issue.
My solution was to change it after extraction:
mysubset <- as_tibble(tabix.read.table("myfile.gz", "10:85547273-85547273")) %>%
mutate(across(where(is.logical),as.character)) %>%
mutate(across(.cols = everything(), .
fns =~ str_replace_all(string =., pattern = "TRUE", replacement = "T")))
Using command line:
vs using seqminer: