So I'm actually trying to create a passed SNV file into its complements and intersections, so I tried doing:
bcftools isec -f 'PASS,.' --types 'snps' [file1.vcf.gz] [file2.vcf.gz] -p dir
But obviously, this is different than view. Is there are a way I can still filter out the passed SNVs using isec? Thanks!