rust-bio / rust-bio-tools

A set of command line utilities based on Rust-Bio.
MIT License
182 stars 24 forks source link

feat: Add --annotation-field option to vcf-report #211

Closed fxwiegand closed 2 years ago

fxwiegand commented 2 years ago

As #205 showed, it would be beneficial for rbt vcf-report to support different names for the annotation field coming from VEP. With rbt vcf-report ... --annotation-field CSQ the annotations will be drawn from the field CSQ. The options defaults to the previously used name ANN which makes this an unbreaking change.