Skip to content

Genotyping a given SV VCF with Delly #376

@rickymagner

Description

@rickymagner

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions