glygener / glygen-issues

Repository for public GlyGen tickets
GNU General Public License v3.0
0 stars 0 forks source link

SuperSearch List API down_seq issue #1605

Closed jeet-vora closed 2 months ago

jeet-vora commented 2 months ago

The response of the SuperSearch List API down_seq includes the glycosylation site seq when it is at the end. It should not show any amino acids/blank

API query: { "id": "3b8199f848bc1d021fe3df8ad68068c0" }

"results": [ { "uniprot_canonical_ac": "P46527-1", "protein_name": "Cyclin-dependent kinase inhibitor 1B", "start_pos": 198, "end_pos": 198, "site_seq": "T", "up_seq": "SPNAGSVEQTPKKPGLRRRQ", "down_seq": "T", "glycosylation": "yes", "glycosylation_count": 1, "mutagenesis": "yes", "mutagenesis_count": 2, "snv": "yes", "snv_count": 6, "phosphorylation": "yes", "phosphorylation_count": 10, "glycation": "no", "glycation_count": 0, "biomarkers": "no", "biomarkers_count": 0, "residue": "Thr", "glycosylation_type": "o-linked|o-glcnacylation", "snv_type": "germline", "missing_score": 0, "tax_id": 9606, "organism": "Human", "record_type": "site",

Screenshot 2024-07-02 at 3 22 43 PM Screenshot 2024-07-02 at 3 20 52 PM
rykahsay commented 2 months ago

Please report both the search and list API calls

rykahsay commented 2 months ago

Check now:

image
jeet-vora commented 2 months ago

Resolved