Jasmine icon indicating copy to clipboard operation
Jasmine copied to clipboard

Jasmine produces invalid VCF

Open zeeev opened this issue 1 year ago • 1 comments

bcftools sort exits with the error below. I tested the same sort on all the input files eliminating the possibility that the inputs are problematic.

  1. Jasmine is not constructing a valid header
[W::vcf_parse_info] INFO 'SVANN' is not defined in the header, assuming Type=String
[W::vcf_parse_format] FORMAT 'DP' at chr1:669651 is not defined in the header, assuming Type=String
  1. Jasmine appears to be generating SVs that have invalid coordinates (I'm guessing off by one for insertions)
[W::vcf_parse_info] INFO/END=146984883 is smaller than POS at chr1:146991183

Full error:

[W::vcf_parse_info] INFO/END=146984883 is smaller than POS at chr1:146991183
[W::vcf_parse_info] INFO 'SVANN' is not defined in the header, assuming Type=String
[W::vcf_parse_format] FORMAT 'DP' at chr1:669651 is not defined in the header, assuming Type=String
Error encountered while parsing the input at chr1:669651
Cleaning

zeeev avatar Jan 24 '24 16:01 zeeev

Also getting this error. Jasmine v1.1.5.

tnguyengel avatar Jun 26 '24 08:06 tnguyengel