bihealth / auto-acmg

Automatic classification of sequence variants and CNVs according to ACMG criteria.
GNU General Public License v3.0
4 stars 0 forks source link

Enhance general output of ACMG prediction #127

Closed gromdimon closed 3 months ago

gromdimon commented 3 months ago

Is your feature request related to a problem? Please describe. The central module of AutoACMG outputs now only boolean values for each of the criteria. However, we can and should integrate mre information to this output.

Describe the solution you'd like Implement new Pydantic models for the output. Then adapt existing code for the new pydantic model.

Describe alternatives you've considered N/A

Additional context N/A

gromdimon commented 3 months ago

Also add/fix tests!