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
{{ message }}
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.
Our vcf is created with samtools/bcftools mpileup. It has a parameter -L that sets a depth cutoff to disable INDEL calling (doc here but sadly was not included in doc for the version we use, prob got missed when mpileup moved from samtools to bcftools). Our data usually has much higher depth than the default cutoff, which means in most of our samples, INDEL calling is turned off and therefore don't show up in the vcf.
Consensus genome is unaffected, but its generation also uses samtools mpileup. So if to update samtools/bcftools version, testing the fix would need to cover both places.
Another outstanding issue in our vcf is here, don't see it very often but very curious.
Our vcf is created with
samtools/bcftools mpileup
. It has a parameter-L
that sets a depth cutoff to disable INDEL calling (doc here but sadly was not included in doc for the version we use, prob got missed whenmpileup
moved from samtools to bcftools). Our data usually has much higher depth than the default cutoff, which means in most of our samples, INDEL calling is turned off and therefore don't show up in the vcf.Consensus genome is unaffected, but its generation also uses
samtools mpileup
. So if to update samtools/bcftools version, testing the fix would need to cover both places.Another outstanding issue in our vcf is here, don't see it very often but very curious.
See also #56
The text was updated successfully, but these errors were encountered: