The current version of ssimp (up to and including 0.5.3) uses the DISCARD_FILTERED the libStatGen which results in some rows being discarded. The effect of this is that ssimp fails with some reference panels.
In this PR, I remove this check.
But, should we proceed with this change? The question is: do we care about the FILTER field in the vcf. Typical values are . and PASS. Should be ignore that field? Should we require FILTER=PASS?
The current version of
ssimp
(up to and including 0.5.3) uses theDISCARD_FILTERED
thelibStatGen
which results in some rows being discarded. The effect of this is thatssimp
fails with some reference panels.In this PR, I remove this check.
But, should we proceed with this change? The question is: do we care about the
FILTER
field in the vcf. Typical values are.
andPASS
. Should be ignore that field? Should we requireFILTER=PASS
?