glygener / glygen-issues

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

Usecase apis fails with some organisms. #1155

Closed sujeetvkulkarni closed 7 months ago

sujeetvkulkarni commented 7 months ago

API: https://api.tst.glygen.org/usecases/species_to_glycosyltransferases/7227

response : {"list_id": ""}

Fruit fly species_to_glycosyltransferases fails. Please check with other organisms.

    "species_to_glycosyltransferases": {
        "organism": {
            "10090": {
                "id": 10090,
                "name": "Mouse"
            },
            "10116": {
                "id": 10116,
                "name": "Rat"
            },
            "9606": {
                "id": 9606,
                "name": "Human"
            },
            "7227": {
                "id": 7227,
                "name": "Fruit fly"
            },
            "559292": {
                "id": 559292,
                "name": "Yeast"
            },
            "44689": {
                "id": 44689,
                "name": "Cellular slime molds"
            }
        }
    },

Fruit fly species_to_glycohydrolases fails. Please check with other organisms. API: https://api.tst.glygen.org/usecases/species_to_glycohydrolases/7227


    "species_to_glycohydrolases": {
        "organism": {
            "559292": {
                "id": 559292,
                "name": "Yeast"
            },
            "10090": {
                "id": 10090,
                "name": "Mouse"
            },
            "10116": {
                "id": 10116,
                "name": "Rat"
            },
            "7227": {
                "id": 7227,
                "name": "Fruit fly"
            },
            "9606": {
                "id": 9606,
                "name": "Human"
            },
            "44689": {
                "id": 44689,
                "name": "Cellular slime molds"
            }
        }
    },

Fruit fly species_to_glycoproteins fails. Please check with other organisms. API: https://api.tst.glygen.org/usecases/species_to_glycoproteins/7227/both

"species_to_glycoproteins": {
        "organism": {
            "9606": {
                "id": 9606,
                "name": "Human",
                "evidence_type": [
                    "reported",
                    "predicted",
                    "both"
                ]
            },
            "9823": {
                "id": 9823,
                "name": "Pig",
                "evidence_type": [
                    "predicted",
                    "reported",
                    "both"
                ]
            },
            "10116": {
                "id": 10116,
                "name": "Rat",
                "evidence_type": [
                    "predicted",
                    "reported",
                    "both"
                ]
            },
            "10090": {
                "id": 10090,
                "name": "Mouse",
                "evidence_type": [
                    "reported",
                    "predicted",
                    "both"
                ]
            },
            "7227": {
                "id": 7227,
                "name": "Fruit fly",
                "evidence_type": [
                    "reported",
                    "predicted",
                    "both"
                ]
            },
            "559292": {
                "id": 559292,
                "name": "Yeast",
                "evidence_type": [
                    "reported",
                    "predicted",
                    "both"
                ]
            },
            "44689": {
                "id": 44689,
                "name": "Cellular slime molds",
                "evidence_type": [
                    "predicted",
                    "reported",
                    "both"
                ]
            },
            "2697049": {
                "id": 2697049,
                "name": "SARS-CoV-2",
                "evidence_type": [
                    "predicted",
                    "reported",
                    "both"
                ]
            },
            "694009": {
                "id": 694009,
                "name": "HCoV-SARS",
                "evidence_type": [
                    "reported",
                    "predicted",
                    "both"
                ]
            },
            "63746": {
                "id": 63746,
                "name": "HCV-H",
                "evidence_type": [
                    "reported"
                ]
            },
            "11116": {
                "id": 11116,
                "name": "HCV-Japanese",
                "evidence_type": [
                    "reported",
                    "predicted",
                    "both"
                ]
            }
        }
    }
rykahsay commented 7 months ago

Fixed

sujeetvkulkarni commented 7 months ago

done.