Skip to content

bcftools query: Different samples in XXX #1054

Closed
@billzt

Description

I download the 1000 genome files (VCF format) in ftp://ftp.1000genomes.ebi.ac.uk/vol1/ftp/release/20130502/supporting/GRCh38_positions/

And try to run:

ls *.vcf.gz >vcf.files
bcftools query -f '%CHROM\t%POS\t%ID\n' -r X:2781454-2781454 -v vcf.files

It complains that:

Different samples in ALL.chr10_GRCh38.genotypes.20170504.vcf.gz and ALL.chr11_GRCh38.genotypes.20170504.vcf.gz

However I checked the samples in ALL.chr10_GRCh38.genotypes.20170504.vcf.gz and ALL.chr11_GRCh38.genotypes.20170504.vcf.gz and comfirm that they are the same.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions