monarch-initiative / pheval.exomiser

Exomiser plugin for PhEval.
4 stars 1 forks source link

Fix variable inputs to create_standardised_results method #30

Closed yaseminbridges closed 1 year ago

yaseminbridges commented 1 year ago

The method create_standardised_results() used in the post-processing expects a PhEvalRunner as a variable input - this does not work with the standalone click command for post-processing results. The inputs to the function need to be refactored slightly to function with both the runner and the standalone click command.