v1.2.5
You can filter .vcf and .vcf.gz files (&& and || operators is available):
python matrix_table_consumer/vcf_tools.py -filter \
-o ./data/test_1.vcf \
-vcf ./data/ALL.chr1.phase3_shapeit2_mvncall_integrated_v5b.20130502.genotypes.vcf.gz \
-i "(QUAL>=90 && AF>=0.00001) || AF>=0.001" \
-gzip \
-num_cpu 7