Skip to content

Jasmine produces invalid VCF #59

Description

@zeeev

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

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