Skip to content

azb:// URI does not work well with vcf2genomicsdb_init in GenomicsDB #158

@nalinigans

Description

@nalinigans

Not sure I am constructing the URI correctly. But the following does not work

% ./vcf2genomicsdb_init -w ws -o -S azb://<container>/vcfs
[E::hts_open_format] Failed to open file "azb://<container>/vcfs/t0.vcf.gz" : Protocol not supported
16:54:14.024 ERROR vcf2genomicsdb_init - pid=10937 tid=6368523 Could not open sample azb://<container>/vcfs/t0.vcf.gz with hts_open Protocol not supported
% ./vcf2genomicsdb_init -w ws -o -S azb://nalini/vcfs?endpoint=<account>.blob.core.windows.net
[E::hts_open_format] Failed to open file "azb://nalini/vcfs/t0.vcf.gz?endpoint=<account>.blob.core.windows.net" : Protocol not supported
16:55:41.334 ERROR vcf2genomicsdb_init - pid=10943 tid=6369128 Could not open sample azb://<container>/vcfs/t0.vcf.gz?endpoint=oda.blob.core.windows.net with hts_open Protocol not supported

whereas this works!

% ./vcf2genomicsdb_init -w ws -o -S az://<container>@<account>.blob.core.windows.net/vcfs

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions