Entering edit mode
1 day ago
shpak.max
▴
70
I've been using snpEff to annotate vcf from a GWAS, and in many instances, the program executes with the warning/error message:
java.lang.RuntimeException: Unsupported structural variant type '<CN0>'
It continues to run after this message and eventually returns an annotated vcf, but I'm not sure if this can potentially throw off the order of SNPs in the file, and secondly, if there's any straightforward way to modify the input files to prevent this.
Unfortunately, while it ran without a problem initially, when I checked the run screen today, I saw the following error message (and unlike the unedited version of the file, this one actually terminated rather than giving a warning and skipping to the next line:
Is there some other character I need to replace CN0 with, e.g. DEL etc?