You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are able to read VCF files from cloud storage thanks to support in htslib for some functions and fsspec for others.
For PLINK BED files, I don't believe we have this option in our upstream library https://github.com/fastlmm/bed-reader. For BIM and FAM files, we use Dask's read_csv function, which does use fsspec, though we don't currently pass storage_options through.
It may make sense to try to support reading PLINK files from cloud storage some day...
The text was updated successfully, but these errors were encountered:
hammer
added
the
IO
Issues related to reading and writing common third-party file formats
label
Dec 2, 2023
We are able to read VCF files from cloud storage thanks to support in
htslib
for some functions andfsspec
for others.For PLINK BED files, I don't believe we have this option in our upstream library https://github.com/fastlmm/bed-reader. For BIM and FAM files, we use Dask's
read_csv
function, which does usefsspec
, though we don't currently passstorage_options
through.It may make sense to try to support reading PLINK files from cloud storage some day...
The text was updated successfully, but these errors were encountered: