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
To make the webservice easier to use, let's look into supporting aliases for systemCode for the webservice. This can be broken into two parts:
support conventionalName (e.g., Entrez Gene)
support Miriam namespace (e.g., ncbigene) and identifiers.org IRI (e.g., http://identifiers.org/ncbigene/)
The first one should be easy to set up, because it already works for all endpoints except possibly xrefsBatch. But it needs to be tested with the all variations of xrefsBatch.
To make the webservice easier to use, let's look into supporting aliases for
systemCode
for the webservice. This can be broken into two parts:Entrez Gene
)ncbigene
) and identifiers.org IRI (e.g.,http://identifiers.org/ncbigene/
)The first one should be easy to set up, because it already works for all endpoints except possibly xrefsBatch. But it needs to be tested with the all variations of xrefsBatch.
The second one would be a little more involved. It would mean returning the same results for all of the following endpoints:
http://webservice.bridgedb.org/Human/xrefs/L/1234
http://webservice.bridgedb.org/Human/xrefs/Entrez%20Gene/1234
http://webservice.bridgedb.org/Human/xrefs/ncbigene/1234
http://webservice.bridgedb.org/Human/xrefs/http%3A%2F%2Fidentifiers.org%2Fncbigene%2F/1234
The text was updated successfully, but these errors were encountered: