You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using bcftools v.1.14, but didn't see any change in the last versions descriptions.
My command line is bcftools reheader -f ref.fa.fai --threads 4 -o file_reheader.vcf.gz file.vcf.gz
And to see these negative lengths, I need to use the command zcat file_reheader.vcf.gz | grep "#"
If I use the normal command bcftools view -h file_reheader.vcf.gz
those lines do not appear at all (no line with chr1, chr2...).
I don't know if that helps though...
Thanks for your help!
The text was updated successfully, but these errors were encountered:
Hi!
I'm trying to use the bcftools reheader command with the -f option, providing a fai file.
In my fai file, I have this:
And I end up with this in my new vcf file header:
Any idea why?
I am using bcftools v.1.14, but didn't see any change in the last versions descriptions.
My command line is
bcftools reheader -f ref.fa.fai --threads 4 -o file_reheader.vcf.gz file.vcf.gz
And to see these negative lengths, I need to use the command
zcat file_reheader.vcf.gz | grep "#"
If I use the normal command
bcftools view -h file_reheader.vcf.gz
those lines do not appear at all (no line with chr1, chr2...).
I don't know if that helps though...
Thanks for your help!
The text was updated successfully, but these errors were encountered: