hap.py icon indicating copy to clipboard operation
hap.py copied to clipboard

Code Broken : Hap.py showing error on vcf files

Open aditya-sarkar441 opened this issue 4 years ago • 0 comments

I got this error while running hap.py on the vcfs provided by GROM tool. Both Truth vcf and reference fasta have chromosome 1 and are taken from GIAB. Can you please help me resolve the error below?

2021-05-10 07:28:54,160 ERROR Truth and reference have no chromosomes in common! 2021-05-10 07:28:54,161 ERROR Traceback (most recent call last): 2021-05-10 07:28:54,161 ERROR File "/u/home/m/mdistler/scratch/hap.py-build/bin/hap.py", line 540, in 2021-05-10 07:28:54,162 ERROR main() 2021-05-10 07:28:54,162 ERROR File "/u/home/m/mdistler/scratch/hap.py-build/bin/hap.py", line 338, in main 2021-05-10 07:28:54,162 ERROR raise Exception("Truth and reference have no chromosomes in common!") 2021-05-10 07:28:54,162 ERROR Exception: Truth and reference have no chromosomes in common!

aditya-sarkar441 avatar May 11 '21 12:05 aditya-sarkar441