You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
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.