bcftools
bcftools copied to clipboard
This is the official development repository for BCFtools. See installation instructions and other documentation here http://samtools.github.io/bcftools/howtos/install.html
I found normalization will give incorrect result in this case: ``` 1 | a1 ACGCTCCTCC TCCAGA a2 -------*** ------ a3 ---*------ ------ a4 ---*---*** ------ ``` ``` sh-5.0# bcftools view...
Hi, Given a list of known alleles, I was trying to genotype REF/ALT read counts in some samples' BAM files. Relevant to the issue below is that these are libraries...
Fix vcf-merge when using COLLAPSE_NONE: Only perfect-match triggers the merge event.
Hello there, I'm doing some SNP calling with samtools mpileup -Q 0 -uvf | bcftools -vm -Oz but after running the pipeline, I noticed that all my SNPs are with...
what does that mean? this site chr1:24859772 has too many variation?
$ bcftools --version bcftools 1.10.2 Using htslib 1.10.2 Copyright (C) 2019 Genome Research Ltd. $ cat regions_test.txt NC_000001.11 1 $ cat -A regions_test.txt NC_000001.11^I1$ $ bcftools view -H -R regions_test.txt...
- The bcf_call_glfgen code had a heuristic to change indel type calls to 0 (REF) where the read doesn't have an indel at that location, under the assumption our assessment...
by switching off an existing heuristics which reduces indelQ and, in the extreme case, has the power to discard an indel entirely when the reference alignment has low score. This...