Merge speed has not been increased by '--threads' option ?

Open
#2,340 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
30/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
c
Domain
cli, performance

Research direction

Start by reproducing bcftools merge --file-list list.txt -O z -o output.vcf --threads 16 with the reported 200 VCF inputs, comparing CPU usage, virtual memory, and elapsed merge time. Trace how the merge command uses --threads and confirm whether the observed behavior is reproducible; document the result and any specific limitation found.

Written by the indexing model from the issue text.

Description

bcftools merge ---file-list list.txt -O z -o output.vcf --threads 16

Why the CPU% is only about 130%, but Virtual Memory has increased to 60G?
What‘s important is that the MERGE speed has not been increased!!!

(My file-list contains 200 samples with vcf.gz format. There are infomation of each site in those VCF files, not only variants site)

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.