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
When an INTERGENIC_VARIANT in a TAD is reassigned to be a REGULATORY_REGION_VARIANT and has not been assigned a gene symbol or identifier by Jannovar a NullPointerException is thrown:
Exception in thread "main" java.lang.NullPointerException
at org.monarchinitiative.exomiser.core.analysis.util.GeneReassigner.prioritiserScore(GeneReassigner.java:109)
at org.monarchinitiative.exomiser.core.analysis.util.GeneReassigner.assignVariantToGeneWithHighestPhenotypeScore(GeneReassigner.java:82)
at org.monarchinitiative.exomiser.core.analysis.util.GeneReassigner.reassignRegulatoryRegionVariantToMostPhenotypicallySimilarGeneInTad(GeneReassigner.java:74)
Fix this so that the variant is either re-assigned to gene in the TAD with the highest prioritiser score, or is left where it is and ignored in the output.
The text was updated successfully, but these errors were encountered:
When an INTERGENIC_VARIANT in a TAD is reassigned to be a REGULATORY_REGION_VARIANT and has not been assigned a gene symbol or identifier by Jannovar a
NullPointerException
is thrown:Fix this so that the variant is either re-assigned to gene in the TAD with the highest prioritiser score, or is left where it is and ignored in the output.
The text was updated successfully, but these errors were encountered: