exomiser / Exomiser

A Tool to Annotate and Prioritize Exome Variants
https://exomiser.readthedocs.io
GNU Affero General Public License v3.0
190 stars 54 forks source link

Add Gene and Variant ranks to AnalysisResults and JSON output #458

Open julesjacobsen opened 1 year ago

julesjacobsen commented 1 year ago

Currently the genes.tsv and variants.tsv file writers generate these when needed but the data is missing from the JSON (and HTML) output.

If this was added to the model when the genes were scored it would be displayed in the JSON and be easily accessible for the HTML, and TSV writers.

julesjacobsen commented 5 months ago

Will need to move functionality out of the writers and into the main loop and add a mutable field to GeneScore and Variant