bcftools icon indicating copy to clipboard operation
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

Results 236 bcftools issues
Sort by recently updated
recently updated
newest added

Hello! Im using bcftools 1.15.1 : `bcftool consensus -H 1 -f ref.fa hifi_on_primary_phased.vcf.gz > hap1.fasta` error: ``` Symbolic alleles other than , or are currently not supported, e.g. "" at...

enhancement

Hi,when I concatenate some vcf file,it report this error. I don't understand the `at chr10:10331` . What does that mean?

requires-test-case

Hi all, This is similar to an issue posted before to which I didn't find a solution. I am using bcftools consensus with --iupac-codes and the output has ambiguity codes...

documentation

Hello, I am currently using the mpileup | bcftools call pipeline to call multiple SNPs in diploid organisms. If I understood this correctly, the call command exploits the genotype likelihoods...

needs-feedback

Hi, I am using bcftools 1.15.1. I want to add INFO for a vcf file of structural variations. The vcf is like: ``` chr1 10627 ID1 N . PASS some_INFO...

enhancement

I am trying to use the +fixref plugin to fix a VCF after a liftOver operation. I have two issues. The first issue relates to the following code: ``` else...

enhancement

Dear developers, I have a problem regarding the different outputs from **bcftools norm** command using different version of bcftools. If I use the bcftools version 1.7-2, the ALT column of...

requires-test-case

Hi, I'm running consensus with the following code: `bcftools consensus -f int.fa -H 1 -s H1 haplotype.vcf.gz > id1.fa` The input haplotype.vcf is like > ##fileformat=VCFv4.2 #CHROM POS ID REF...

needs-feedback

Dear all, I 'm compressing vcf with the following code: bcftools view white_yakXcow.FI.vcf -Oz -o white_yakXcow.FI.vcf.gz The input white_yakXcow.FI.vcf is like ##fileformat=VCFv4.2 ##FILTER= ##ALT= ##FILTER= ##FILTER= ##FILTER= ![image](https://user-images.githubusercontent.com/77111338/181197251-886cb6b1-b4e1-4291-9711-e5507b2819cb.png) ![image](https://user-images.githubusercontent.com/77111338/181197379-557087be-d5fb-4cdb-810c-8a0f0191a9d6.png) ![image](https://user-images.githubusercontent.com/77111338/181197577-637e6be2-b9ce-4e1b-a500-bd9e1ca35ea3.png)...

requires-test-case

Hi, I'm trying to annotate a VCF with only 248 variants using the gnomad genomes VCF as annotation and it takes about 2 hours to run. Both the input VCF...

enhancement
performance