Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GADO Error with Obsolete Term Handling in PROCESS Mode #674

Open
yaseminbridges opened this issue Dec 2, 2024 · 1 comment
Open

GADO Error with Obsolete Term Handling in PROCESS Mode #674

yaseminbridges opened this issue Dec 2, 2024 · 1 comment

Comments

@yaseminbridges
Copy link

Description

While running GADO in PROCESS mode, the program encounters an error when handling an obsolete HPO term (HP:0030214). The error message suggests that alternative terms must be found manually, and the process stops.

Output

  /---------------------------------------\
  |                 GADO                  |
  |                                       |
  |  University Medical Center Groningen  |
  \---------------------------------------/

          --- Version: 1.0.4 ---

More information: http://molgenis.org/systemsgenetics

Current date and time: 2024-11-29 23:41:34

Supplied options:
 * Mode: PROCESS
 * Output: hpoProcessed.txt
 * Case HPO terms: input_cases.txt
 * HPO ontology file: hp.obo
 * Prediction info file: predictions_auc_bonf.txt
Problem running mode: PROCESS
Error message: Obsolete term cannot be handeld. Please find alternative manually: HP:0030214
See log file for stack trace
Error: Obsolete term cannot be handeld. Please find alternative manually: HP:0030214
java.lang.RuntimeException: Obsolete term cannot be handeld. Please find alternative manually: HP:0030214
        at nl.systemsgenetics.gadocommandline.HpoFinder.getPredictableTerms(HpoFinder.java:104) ~[GADO.jar:?]
        at nl.systemsgenetics.gadocommandline.ProcessCaseHpo.process(ProcessCaseHpo.java:116) ~[GADO.jar:?]
        at nl.systemsgenetics.gadocommandline.GadoCommandline.main(GadoCommandline.java:147) ~[GADO.jar:?]

Files

input_cases.txt
hpoProcessed.txt

@PatrickDeelen
Copy link
Member

This is expected behavior of GADO. We can't automatically map obsolete terms that are no longer part of HPO.

In these cases it is best to either remove this term or find the new term. In this case it might be: https://www.ebi.ac.uk/ols4/ontologies/hp/classes/http%253A%252F%252Fpurl.obolibrary.org%252Fobo%252FHP_5200321?lang=en

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants