Normalizer.normalize()
is performing sequence position validation which cannot be skipped
#705
Labels
keep alive
exempt issue from staleness checks
The code here tests whether the sequence position actually exists, but there isn't any way to skip this test which requires fetching sequence data. Would it not make sense to skip it when the
validate
parameter is set toFalse
? Also, I see there's a TODO in there which I guess should also be addressed (but not sure how):The text was updated successfully, but these errors were encountered: