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 287 bcftools issues
Sort by recently updated
recently updated
newest added

Hi All, Second time lucky (first pull request was polluted with stuff). It appears to me there's a pretty serious flaw with GT flag splitting in the normalisation. This is...

enhancement
P2: Desirable
D1: Difficult

Dear Samtools team, do you support VCFs exported from QIAGEN CLC genomics workbench? QIAGEN CLC genomics workbench is able to represent complex overlapping variants in recommended `reference overlap` format ([https://resources.qiagenbioinformatics.com/manuals/clcgenomicsworkbench/1203/index.php?manual=Complex_variant_representations_VCF_reference_overlap.html#fig:vcfoption](https://resources.qiagenbioinformatics.com/manuals/clcgenomicsworkbench/1203/index.php?manual=Complex_variant_representations_VCF_reference_overlap.html#fig:vcfoption))...

enhancement
needs-feedback

I am trying to run PSMC to obtain demographic history, and am looking to call consensus sequences from my study samples. PSMC requires a ".fq.gz" input which is typically the...

enhancement

I ran similar commands with the same data, only changing the -H setting. `bcf consensus -H 1 -f reference.fa subject.vcf.gz > consensus_H1.fasta` `bcf consensus -H 2 -f reference.fa subject.vcf.gz >...

requires-test-case

Hiya - I've been trying to use mpileup and call with a file of regions to exclude from the call command, like so: `bcftools mpileup -Ou -f reference.fa input.bam |...

enhancement

when I use `bcftools merge -l vcf.txt ">" merge.vcf` which vcf.txt contain /path/to/vcf what I want to merge . I found a BUG for example: > chr1 2595306 . C...

enhancement

Many tools in bioinformatics provide a multilinux binary, which is a very convenient solution: very simple and reproducible installation, binaries are quite small anyway (and if they were big -...

Hi, I have two VCF files and want to calculate genotype concordance on a per samples basis. The two VCF files contain only the genotype values that were imputed based...

documentation

Hi, I'm wondering if there is a best practice for converting a multi-sample VCF file to a multi-sample FASTA using bcftools. I'm interested in generating a FASTA of variant sites...

hi I want to use bcftools to call dbsnp variants, here is my command # creage targets, dbsnp chrom is GRCh37-like ```bash bcftools query -f'%CHROM\t%POS\t%REF,%ALT\n' dbsnp138.vcf.gz \ | bgzip -c...

requires-test-case