What are the best resources or tools to sort an unsorted human gVCF
1
0
Entering edit mode
7.6 years ago

I'm trying to process a gVCF file "genome882131.hard-filtered.gvcf" and I haven't previously seen the 'hard-filtered.gvcf" extension. I simply changed the .gvcf extension to .vcf to process it.

I encountered an issue using tabix on this file, however, as the data appears to be unsorted. When I tried to run tabix, the following errors were returned:

[E::hts_idx_push] unsorted positions
tbx_index_build failed: /mnt/data/workDir/225121/genome8821.hard-filtered.vcf
Could not load .tbi index of /mnt/data/workDir/225121/genome8821.hard-filtered.vcf

I checked Bcftools but it doesn't provide sorting functionality. Are there resources or tools that will sort this unsorted vcf so that it will work with tabix?

gVCF genome VCF unsorted vcf • 2.4k views
ADD COMMENT
0
Entering edit mode

tabix really should have told you why it thinks it's unsorted. If you think about it, it's actually kind of funny that it gives an error that simply says "unsorted". That's really about as useful as saying "this data has gone off." or something. Then you have to Google what fresh data should look like. derp.

You probably need a unix sort command for gVCF, but i'm not confident what the sorting requirements are for tabix, particularly for chromosomes, so I don't want to suggest something that's wrong :(

ADD REPLY
0
Entering edit mode
7.6 years ago
ssv.bio ▴ 200

did you try igvtools in sorting gVCF?

ADD COMMENT

Login before adding your answer.

Traffic: 2637 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