Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Create a service that gets the Pfam ID from a PDB ID #77

@steplica

Description

@steplica

There is a mapping from PDB Id to Pfam ID in this file:
ftp://ftp.ebi.ac.uk/pub/databases/Pfam/mappings/pdb_pfam_mapping.txt

We can store this as a static asset, the same way we are storing the CSA data. Parse the file into a map (String pdbId -> String pfamId) and use to add a pfamId property to each Motif as it's saved to the database.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions