Is it possible to index VCF files and merged the CNVs therein contained using VCF files created from exome sequencing data
0
0
Entering edit mode
14 months ago
yawolberg • 0

Hi,

I am using data generated from using the CNV detection tools, CANOES, CLAMMS, and XHMM to call CNVs from exome sequencing data. I have generated VCF files from BED (output of CLAMMS) and CSV (output of CANOES) files. I tried using BCFtools to merge two VCF files into a single file but then I was told that I need to create index files.

[E::idx_find_and_load] Could not retrieve index file for 'DDD_Africa/yoni_exome_cnv/CANOES_CNVs_filtered1.vcf.gz'

I then tried to index the file using bcftools index

Then it says that it failed to create the index files.

[E::hts_idx_push] Chromosome blocks not contiguous index: failed to create index for 'DDD_Africa/yoni_exome_cnv/CANOES_CNVs_filtered1.vcf.gz'

How do I create index files when I only have VCF files containing a number of CNV variants called from exome data. Is it possible to use bcftools index when I don't have complete chromosome blocks.

variant-calling • 921 views
ADD COMMENT
0
Entering edit mode

You can sort and index the files using bcftools : https://samtools.github.io/bcftools/bcftools.html#sort

ADD REPLY

Login before adding your answer.

Traffic: 3792 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6