You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make +split-vep print the expected -f output even in the absence of the CSQ subfields.
For example, this command
bcftools +split-vep file.bcf -s worst:exon_loss+ -f '%POS\n'
should print the list of matching positions even though none of the CSQ
subfields are present in the formatting expression.
This is different from the default behavior where -f skips empty records,
very likely more fine tuning will be needed to meet the user's intuition.
0 commit comments