svtools
svtools copied to clipboard
svtools Genotype + Key Error: 'END'
I have used the svtools protocol at https://github.com/hall-lab/svtools/blob/master/Tutorial.md . However, i am having the below error while using svtools genotype:
Running svtyper with options: /svtools/bin/svtyper/svtyper --split_weight 1 -n 1000000 --disc_weight 1 -m 20 -B /wrk/proj/hWGS.sorted.bam -l /wrk/proj/recalibrated.bam.json
Reading library metrics from /wrk/proj/recalibrated.bam.json... done
Traceback (most recent call last):
File "/svtools/bin/svtyper/svtyper", line 1768, in
Any tips to fix this are appreciated.
Your input VCF must have an END tag in the VCF for svtyper to work. If your input file is from svtools merge
then I'd expect it to exist.