moltimate / moltimate-backend

A protein active site alignment tool
GNU General Public License v2.0
10 stars 6 forks source link

Add EC Class to the response for an alignment #92

Closed blackpan2 closed 5 years ago

blackpan2 commented 5 years ago

Response now looks like image

    "alignments": {
        "1YPH": [
            {
                "motifPdbId": "1a0j",
                "activeSiteResidues": [...],
                "alignedResidues": [...],
                "minDistance": 0,
                "maxDistance": 0,
                "rmsd": 0.8682894284755249,
                "ecNumber": "3.4.21.4"
            },