I've uncommented a line in the xref_info.csv to use to correct the xref:
protein_xref_hamap,HAMAP,https://hamap.expasy.org/signature/%s,MF_03070|MF_03206|MF_03070
Please update your script for creating the function.evidence section of the protein page for ids with the syntax "MF_*" (HAMAP IDs), so that "database": "UniProtKB"is changed to "database": "HAMAP", and the base url is changed from https://www.uniprot.org/uniprot/%s#function to https://hamap.expasy.org/signature/%s. So the section above when corrected should look as follows:
In the function section of the protein pages, the HAMAP link (e.g. "MF_04099" in the image below) is not working
https://www.glygen.org/protein/P0DTC2-1#Function
Here's the corresponding incorrect section highlighted in the protein details page https://[api.glygen.org/protein/detail/P0DTC2](https://api.glygen.org/protein/detail/P0DTC2)
It looks like the xref in the nt file is provided as HAMAP not UniProtKB:
I've uncommented a line in the
xref_info.csv
to use to correct the xref:protein_xref_hamap,HAMAP,https://hamap.expasy.org/signature/%s,MF_03070|MF_03206|MF_03070
Please update your script for creating the function.evidence section of the protein page for ids with the syntax "MF_*" (HAMAP IDs), so that
"database": "UniProtKB"
is changed to"database": "HAMAP"
, and the base url is changed fromhttps://www.uniprot.org/uniprot/%s#function
tohttps://hamap.expasy.org/signature/%s
. So the section above when corrected should look as follows: