-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Trying to open the file in the example results in this error:
>>> vcf = VCFTable.from_vcf("test.vcf.gz", Genome("hg19"), info_ids=["AF"], fmt_ids=["GT", "AD"])
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/foo/GenomeKit/genome_kit/vcf_table.py", line 247, in from_vcf
VCFTable.build_vcfbin(
ValueError: src/variant_table.cpp:983: In VCF file: test.vcf.gz:9
src/variant_table.cpp:751: Invalid REF "-".
The correct contents of the file are in demos/query_vcf.py
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels