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
In this case Exomiser should be producing an empty variant.tsv file (even when a VCF is provided) and just performing a phenotype profile match against the gene models in the database. This will produce a much worse result than when run using a VCF and a phenotype, so a warning should be given when this is done.
Exomiser will now only load an analyse a VCF when a variant-dependent analysis step is given in the analysis section, whereas previously it would load the VCF, but would not fully annotate it so would produce a sub-par analysis.
Exomiser would also happily produce no analysis at all when given no analysis steps to run. This should produce an error.
The text was updated successfully, but these errors were encountered:
Update GeneScoreRanker to return GeneScores when no variant prioritisation steps were run.
Update AbstractAnalysisRunner to slightly reduce logging verbosity.
Add new AbstractAnalysisRunner.genesToScore() abstract method.
Update SimpleAnalysisRunner and PassOnlyAnalysisRunner with new genesToScore() method
Update ExomiserTest to use new exomiser-test.vcf
In this case Exomiser should be producing an empty variant.tsv file (even when a VCF is provided) and just performing a phenotype profile match against the gene models in the database. This will produce a much worse result than when run using a VCF and a phenotype, so a warning should be given when this is done.
Exomiser will now only load an analyse a VCF when a variant-dependent analysis step is given in the analysis section, whereas previously it would load the VCF, but would not fully annotate it so would produce a sub-par analysis.
Exomiser would also happily produce no analysis at all when given no analysis steps to run. This should produce an error.
The text was updated successfully, but these errors were encountered: