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
Looks like RefReadPos, RefDist3, RefMMQS, RefAvgRL, SomaticP, VarAvgRL, MaxBAQdiff, MinMMQSdiff and NoReadCounts are missing from header. Some VCF-processing programs want all filter to be listed in VCF-header.
And using commas as separators as described here is a problem too - better to change them to semicolon.
The text was updated successfully, but these errors were encountered:
This is still a problem. Picard MergeVCFs will fail. A workaround can be to use bcftools reheader to add contigs followed by Picard FixVcfHeader to add dummy FILTER and INFO headers. Not pretty, but it works.
`
Hello, there are VCF header lines from FpFilter.java file from VarScan.v2.4.4.source.jar - looks like this is fpfilter source.
But there are actual filtering lines:
Looks like
RefReadPos
,RefDist3
,RefMMQS
,RefAvgRL
,SomaticP
,VarAvgRL
,MaxBAQdiff
,MinMMQSdiff
andNoReadCounts
are missing from header. Some VCF-processing programs want all filter to be listed in VCF-header.And using commas as separators as described here is a problem too - better to change them to semicolon.
The text was updated successfully, but these errors were encountered: