I'm wondering if there is a way to get readr::read_tsv
to read block gzip files with .bgz
extension. I could rename the files to have .gz
(which read_tsv
automatically recognizes) which does work, but I don't want to do that everytime I get new files.
Thanks!