bcftools
bcftools copied to clipboard
Use REF, ALT, etc as regex in filter expressions
Is it possible to use fields as the target of a match? For example, I'd like to do something like the following:
bcftools view --include 'FORMAT/SP ~ ALT'
Thanks!