Exomiser
Exomiser copied to clipboard
Compilation error in PhenotypeMatchServiceTest
Error:(92, 9) java: method does not override or implement a method from a supertype
this is the offending code
@Override
public String getLabel() {
return "";
}
and in fact org.monarchinitiative.exomiser.core.phenotype.Model does not have a method called getLabel (in exomiser-core module)
@pnrobinson If you're running an branch other than master, this is possible. Which branch did this occur on?