You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In NCATSTranslator/testing#249, the input query used PUBCHEM.COMPOUND:23994 as the input ID. Node normalizer returns two UMLS IDs (UMLS:C0043481 and UMLS:C0795680), both of which should be used in queries by BTE. It looks like the PK posted in that issue (72895d13-60c5-497f-a635-a702c0b4d06f) only used the latter UMLS ID. This PK (f74cf91f-3853-4961-b29e-b9966b2966a3) is for issuing the same query explicitly using the former UMLS ID. The intended behavior is that BTE returns the union of those two PKs.
In NCATSTranslator/testing#249, the input query used
PUBCHEM.COMPOUND:23994
as the input ID. Node normalizer returns two UMLS IDs (UMLS:C0043481
andUMLS:C0795680
), both of which should be used in queries by BTE. It looks like the PK posted in that issue (72895d13-60c5-497f-a635-a702c0b4d06f) only used the latter UMLS ID. This PK (f74cf91f-3853-4961-b29e-b9966b2966a3) is for issuing the same query explicitly using the former UMLS ID. The intended behavior is that BTE returns the union of those two PKs.More results examples:
PUBCHEM.COMPOUND:23994
: https://api.bte.ncats.io/v1/check_query_status/j3tfOxsz3uUMLS:C0043481
: https://api.bte.ncats.io/v1/check_query_status/7z8rNQqEoMUMLS:C0795680
: https://api.bte.ncats.io/v1/check_query_status/12iWR8AplSThe text was updated successfully, but these errors were encountered: