Skip to content

Commit

Permalink
removed robokop agent
Browse files Browse the repository at this point in the history
  • Loading branch information
abdollahis2 authored and abdollahis2 committed Oct 24, 2023
1 parent 374c68a commit a94a241
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,4 @@ inactive_clients:
- 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 @@ -48,7 +48,6 @@
'tr_ara_explanatory_exp.explanatory_exp_app.AppConfig',
'tr_ara_improving.improving_app.AppConfig',
'tr_ara_ncats.ncats_app.AppConfig',
'tr_ara_robokop.robokop_app.AppConfig',
'tr_ara_unsecret.unsecret_app.AppConfig',
'tr_ara_wfr.wfr_app.AppConfig',
'tr_kp_genetics.genetics_app.AppConfig',
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 @@ -16,7 +16,6 @@ infores:explanatory-agent: https://explanatory-agent.azurewebsites.net/v1.2
infores:explanatory-agent-creative-mode: https://explanatory-agent-creative.azurewebsites.net/ARA/v1.3
infores:improving-agent: https://ia.ci.transltr.io/api/v1.3
infores:example: http://transltr.io:7073
infores:robokop: https://robokop.renci.org/ara
infores:unsecret-agent: https://medikanren-trapi.ci.transltr.io
infores:workflow-runner: https://translator-workflow-runner.renci.org
infores:automat-cam-kp: https://automat.ci.transltr.io/cam-kp/1.4
Expand Down
1 change: 0 additions & 1 deletion tr_sys/tr_sys/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
'tr_ara_explanatory_exp.explanatory_exp_app.AppConfig',
'tr_ara_improving.improving_app.AppConfig',
'tr_ara_ncats.ncats_app.AppConfig',
'tr_ara_robokop.robokop_app.AppConfig',
'tr_ara_unsecret.unsecret_app.AppConfig',
'tr_ara_wfr.wfr_app.AppConfig',
'tr_kp_genetics.genetics_app.AppConfig',
Expand Down
1 change: 0 additions & 1 deletion tr_sys/tr_sys/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
re_path(ExplanatoryExpApp.regex_path, include(ExplanatoryExpApp.name)),
re_path(ImprovingApp.regex_path, include(ImprovingApp.name)),
re_path(NCATSApp.regex_path, include(NCATSApp.name)),
re_path(RobokopApp.regex_path, include(RobokopApp.name)),
re_path(AragornExpApp.regex_path, include(AragornExpApp.name)),
re_path(WfrApp.regex_path, include(WfrApp.name)),
re_path(IceesKgApp.regex_path, include(IceesKgApp.name)),
Expand Down

0 comments on commit a94a241

Please sign in to comment.