Description
With the --include and --exclude flags introduced in #82, users can filter variant sites for inclusion in the output. The current implementation evaluates the query for all of the variant sites, even if many of the variant sites are not selected by the filters. If no variant sites in a chunk are selected by the filters, an optimization can be made by not reading the chunk and not evaluating the query for those variant sites.
References