NCATSTranslator / Relay

Autonomous relay system for NCATS Biomedical Data Translator
MIT License
5 stars 24 forks source link

The inforesid of the ARS when retrieving messages is not its correct infores id #632

Closed maximusunc closed 5 months ago

maximusunc commented 5 months ago

Looking at this message: https://ars.ci.transltr.io/ars/api/messages/da2526cf-4155-4ebd-8250-fb13dbe8d049?trace=y All of the other actors use their actual infores ids, but the ARS just says "ARS" instead of "infores:ars" as listed on SmartAPI.

maximusunc commented 5 months ago

Here's the ARS block for reference:

{
  "message": "f5df7ae8-f20e-4613-9882-20955073c130",
  "status": "Done",
  "parent": "da2526cf-4155-4ebd-8250-fb13dbe8d049",
  "result_count": "1167",
  "result_stat": {
    "mean": 0.41891101887781373,
    "stdev": 0.31769393679517655,
    "median": 0.37402070043256336,
    "maximum": 1,
    "minimum": 0.01
  },
  "code": 200,
  "actor": {
    "pk": 24,
    "inforesid": "ARS",
    "agent": "ars-ars-agent"
  },
  "children": []
}
MarkDWilliams commented 5 months ago

Thanks for pointing this out. We'll get it sorted.