Skip to content

read_plink from cloud storage #1150

@hammer

Description

@hammer

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

No one assigned

    Labels

    IOIssues related to reading and writing common third-party file formats

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions