Skip to content

Commit

Permalink
removing icees-kg & robokop
Browse files Browse the repository at this point in the history
  • Loading branch information
abdollahis2 authored and abdollahis2 committed Mar 28, 2024
1 parent f6b2a44 commit 6fab430
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 68 deletions.
10 changes: 0 additions & 10 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ httpclients:
infores:example:
endpoint: query
params:
infores:robokop:
endpoint: asyncquery
params:
infores:unsecret-agent:
endpoint: query
params:
Expand All @@ -61,9 +58,6 @@ httpclients:
infores:genetics-data-provider:
endpoint: query
params:
infores:icees-kg:
endpoint: query
params: reasoner=true&verbose=false
infores:molepro:
endpoint: query
params:
Expand All @@ -78,7 +72,3 @@ inactive_clients:
- infores:aragorn-ranker-exp
- infores:tr_ara_ncats
- infores:tr_ara_wfr
- infores:icees-pcd
- infores:icees-dili
- infores:icees-asthma
- infores:robokop
1 change: 0 additions & 1 deletion config/tr_sys_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
'tr_kp_openpredict.openpredict_app.AppConfig',
'tr_ara_aragorn_exp.aragorn_exp_app.AppConfig',
'tr_kp_chp.chp_app.AppConfig',
'tr_kp_icees_kg.icees_kg_app.AppConfig',
'django_celery_results',
'markdownify',
]
Expand Down
1 change: 0 additions & 1 deletion config/url-config-legacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ infores:automat-cam-kp: https://automat.ci.transltr.io/cam-kp/1.4
infores:connections-hypothesis: http://chp.thayer.dartmouth.edu
infores:cohd: https://cohd.io/api
infores:genetics-data-provider: https://translator.broadinstitute.org/genetics_provider/trapi/v1.1
infores:icees-kg: https://automat.transltr.io/icees-kg/1.3
infores:molepro: https://translator.broadinstitute.org/molepro/trapi/v1.2
infores:openpredict: https://openpredict.semanticscience.org
infores:automat-text-mining-provider: https://api.bte.ncats.io/v1/smartapi/978fe380a147a8641caf72320862697b
26 changes: 0 additions & 26 deletions tr_sys/tr_ara_robokop/robokop_app.py

This file was deleted.

26 changes: 0 additions & 26 deletions tr_sys/tr_kp_icees_kg/icees_kg_app.py

This file was deleted.

1 change: 0 additions & 1 deletion tr_sys/tr_sys/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
'tr_kp_cohd.cohd_app.AppConfig',
'tr_ara_aragorn_exp.aragorn_exp_app.AppConfig',
'tr_kp_chp.chp_app.AppConfig',
'tr_kp_icees_kg.icees_kg_app.AppConfig',
'django_celery_results',
'markdownify',
'django_celery_beat',
Expand Down
3 changes: 0 additions & 3 deletions tr_sys/tr_sys/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
from tr_ara_explanatory.explanatory_app import AppConfig as ExplanatoryApp
from tr_ara_improving.improving_app import AppConfig as ImprovingApp
from tr_ara_ncats.ncats_app import AppConfig as NCATSApp
from tr_ara_robokop.robokop_app import AppConfig as RobokopApp
from tr_ara_aragorn_exp.aragorn_exp_app import AppConfig as AragornExpApp
from tr_ara_unsecret.unsecret_app import AppConfig as UnsecretApp
from tr_ara_wfr.wfr_app import AppConfig as WfrApp
Expand All @@ -41,7 +40,6 @@
from tr_kp_openpredict.openpredict_app import AppConfig as OpenPredictApp
from tr_kp_cohd.cohd_app import AppConfig as COHDApp
from tr_kp_chp.chp_app import AppConfig as ChpApp
from tr_kp_icees_kg.icees_kg_app import AppConfig as IceesKgApp
from tr_ars.default_ars_app.ars_app import AppConfig as ARSApp

logger = logging.getLogger(__name__)
Expand All @@ -60,7 +58,6 @@
re_path(AragornExpApp.regex_path, include(AragornExpApp.name)),
re_path(WfrApp.regex_path, include(WfrApp.name)),
re_path(CqsApp.regex_path, include(CqsApp.name)),
re_path(IceesKgApp.regex_path, include(IceesKgApp.name)),
re_path(UnsecretApp.regex_path, include(UnsecretApp.name)),
re_path(GeneticsApp.regex_path, include(GeneticsApp.name)),
re_path(MolecularApp.regex_path, include(MolecularApp.name)),
Expand Down

0 comments on commit 6fab430

Please sign in to comment.