-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
IOIssues related to reading and writing common third-party file formatsIssues related to reading and writing common third-party file formats
Description
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...
Metadata
Metadata
Assignees
Labels
IOIssues related to reading and writing common third-party file formatsIssues related to reading and writing common third-party file formats