Closed
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
Labels
No labels