Skip to content

Error: haps_proc_init region.c:20: failed to parse info header #1068

@weishwu

Description

@weishwu

I was following the Ultima documentation to do germline variant calling. My understanding is that their tool wraps deepvariant, so I wonder if I could get help here.

  • Command:
tool   \
    --input 15276_CV_16.final.cram \
    --cram-index 15276_CV_15.final.cram.crai  \
    --bed interval_0031.bed \
    --output 15276_CV_15.0031 \
    --reference Homo_sapiens_assembly38_noChr11random_primaryContigs.fasta \
    --min-base-quality 5 \
    --min-mapq 5 \
    --cgp-min-count-snps 2 \
    --cgp-min-count-hmer-indels 2 \
    --cgp-min-count-non-hmer-indels 2 \
    --cgp-min-fraction-snps 0.12 \
    --cgp-min-fraction-hmer-indels 0.12 \
    --cgp-min-fraction-non-hmer-indels 0.06 \
    --cgp-min-mapping-quality 5 \
    --max-reads-per-region 1500 \
    --assembly-min-base-quality 0 \
    --optimal-coverages 50 \
    --median-coverage 29 \
    --add-ins-size-channel
  • Error: ERROR haps_proc_init region.c:20: failed to parse info header: " "start": 96724708,

The full log is attached.

make_examples.15276_CV_15.0031.log

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