-
Notifications
You must be signed in to change notification settings - Fork 2
Glycan API usage
Fatma Sena Arpinar edited this page Dec 2, 2025
·
8 revisions
- The registration URL: https://api.glytoucan.org/glycan/register
- Documentation for the registration is here.
- We are using glygenarray.api@gmail.com account for registration and send WURCS sequence for the glycan.
- URL: https://sparqlist.glycosmos.org/sparqlist/api/gtc_wurcs_by_accession?accNum=
- Could not locate the current documentation.
- This might be the documentation but it is not the same URL (beta)
- We use this service when we cannot get GlycanObject for a glycan with GlycoCT but the glycan has a GlyTouCan ID. In this case we try the get the WURCS sequence using the API and use WURCS parser to get GlycanObject. There is also a web service getGlycanFromGlytoucan that uses this API.
- URL: https://api.glycosmos.org/wurcsframework/wurcsvalidator/1.0.1/
- Documentation of the latest version is here
- We are using the initial release version.
- Need to update to the latest!
- URL: https://api.glycosmos.org/wurcs2image/latest/png/binary/
- By appending the GlyTouCan ID to the URL.
- Documentation is here
- URL: https://sparqlist.glyconavi.org/api/WURCS2GlyTouCan?WURCS=
- Documentation is here.
-
GlytoucanUtil.java in Tablemaker
-
GlytoucanUtil.java in glygen-array-backend
- validateURL needs to be updated to use the latest version (1.0.1 -> 1.2.13)
- glycanURL needs to be updated to a valid URL (https://sparqlist.beta.glytoucan.org/sparqlist/gtc_wurcs_by_accession) after confirming if this is the latest API
-
GlytoucanUtil.java in gws2xlsx
- validateURL needs to be updated to use the latest version (1.0.1 -> 1.2.13)
- glycanURL needs to be updated to a valid URL (https://sparqlist.beta.glytoucan.org/sparqlist/gtc_wurcs_by_accession) after confirming if this is the latest API
-
GlyTouCanApiClient.java in glytoucan.registry.client
- GLYCAN_URL needs to be updated to a valid URL (https://sparqlist.beta.glytoucan.org/sparqlist/gtc_wurcs_by_accession) after confirming if this is the latest API
- GET_ACCESSION_FOR_WURCS_URL is using glycosmos.org instead of glyconavi API, needs to be updated