samtools / bcftools

This is the official development repository for BCFtools. See installation instructions and other documentation here http://samtools.github.io/bcftools/howtos/install.html
http://samtools.github.io/bcftools/
Other
663 stars 240 forks source link

Use REF, ALT, etc as regex in filter expressions #2074

Open njspix opened 9 months ago

njspix commented 9 months ago

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!