-
Notifications
You must be signed in to change notification settings - Fork 139
Open
Description
Hi, I'm trying to genotype an SV VCF with Delly and getting this error:
Error: Delly genotyping requires local SV assembly (INFO/CONSENSUS) and breakpoint (INFO/CONSBP) introduced in delly v1.1.7!
How can I add these fields to my VCF? I don't mind writing a script to do it, but just wanted to check what they're supposed to be. I'm trying to run:
delly call \
-g ref.fasta \
-v input.vcf.gz \
-o delly.bcf \
input.bam
The SV VCF I'm using wasn't produced by Delly, but I wanted to try genotyping it using Delly and my reads for testing. It doesn't seem like the README covers this case unless I missed something. Thanks!
Metadata
Metadata
Assignees
Labels
No labels