Error while running bcftools view

Open
#615 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
c

Research direction

Start by reproducing the bcftools view -r HLA-C*06:46N input.vcf.gz command and inspect how the region argument is parsed when the contig name contains a colon. Use the reported _regions_init_string error as the entry point, then verify that the intended region syntax works without breaking ordinary region queries.

Written by the indexing model from the issue text.

Description

Hi,

I'am trying to run the following:
bcftools view -r HLA-C*06:46N input.vcf.gz

And it did not work and I got the following:
[synced_bcf_reader.c:949 _regions_init_string] Could not parse the region(s): HLA-C06:46N
Failed to read the regions: HLA-C
06:46N

Apparently the problem is in the colon that this contig has in its name. Is there a way of fixing this error?

Thanks,

ernesto

Dominant language
C
Stars
891
Forks
277
Avg merge
2d 23h
Merged PRs (30d)
2

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from samtools/bcftools

All issues in samtools/bcftools

Similar issues

More C issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.