sgkit-dev / vcztools

Partial reimplementation of bcftools for VCF Zarr
Apache License 2.0
4 stars 3 forks source link

Move filter expression code to separate module #63

Closed tomwhite closed 3 months ago

tomwhite commented 3 months ago

I didn't notice this when reviewing #49, but FilterExpressionParser and FilterExpressionEvaluator don't really belong in a general utils.py module, but should be moved to expression.py or filter.py (or similar).