Skip to content

Unsupported variant type CN0 #615

@mshpak76

Description

@mshpak76

When running snpEff on vcfs from a GWAS, I get a warning message:

java.lang.RuntimeException: Unsupported structural variant type '<CN0>'

snpEff seems to skip the line each time CN0 is encountered and continue to run. When I posed the query on biostars, someone directed me to a line of code in snpEff where e.g. CNV0 was the standard notation rather than CN0 etc.

I replaced all instances of CN with CNV in the input vcf using

sed 's/<CN\([0-9]*\)>/<CNV\1>/g'

However, now snpEff not only throws an error message when encountering CNV, but terminates the program:

java.lang.RuntimeException: Unimplemented method for variant type CNV

Other than changing CN0 to CNV0, is there some other formatting changes that need to be made?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions