lindenb / jvarkit

Java utilities for Bioinformatics
https://jvarkit.readthedocs.io/
Other
482 stars 133 forks source link

vcf2hilbert #69

Closed SamMondal closed 6 years ago

SamMondal commented 7 years ago

Hello Pierre, Could you please point to me a sample vcf file that will work for vcf2hilbert? I keep getting this error, for different vcf files (formats): "The input file is missing a SAM sequence dictionary."

Thanks!

Verify

Subject of the issue

Describe your issue here.

Your environment

Steps to reproduce

Tell us how to reproduce this issue. Please provide an example.

Expected behaviour

Tell us what should happen

Actual behaviour

Tell us what happens instead

lindenb commented 7 years ago

The input file is missing a SAM sequence dictionary.

means that the VCF must contain a dictionary (=VCF header with lines starting with ##contig=). see 1.2.7 in https://samtools.github.io/hts-specs/VCFv4.2.pdf