Skip to content

Commit

Permalink
Merge pull request #32 from rachelse/development
Browse files Browse the repository at this point in the history
Added accession point of BFVD
  • Loading branch information
sreenathnair authored Dec 4, 2024
2 parents cd4ae85 + 7abe846 commit fa73622
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ the data from the Beacons and expose it via Hub API endpoints.

- [AlphaFold](https://alphafold.ebi.ac.uk)
- [AlphaFill](https://alphafill.eu/)
- [BFVD](https://bfvd.foldseek.com/)
- [Genome3D](http://genome3d.eu/)
- [isoform.io](https://www.isoform.io/)
- [Protein Data Bank in Europe](https://pdbe.org)
Expand Down
14 changes: 14 additions & 0 deletions resources/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,15 @@
"baseServiceUrl": "https://shmoo.weizmann.ac.il/elevy/HomAtlas",
"devBaseServiceUrl": "https://shmoo.weizmann.ac.il/elevy/HomAtlas",
"providerLogo": "https://shmoo.weizmann.ac.il/elevy/elevylab_logo.jpg"
},
{
"providerId": "bfvd",
"providerName": "BFVD",
"providerDescription": "BFVD is a large repository of predicted viral protein structures",
"providerUrl": "https://bfvd.foldseek.com/",
"baseServiceUrl": "https://bfvd.steineggerlab.workers.dev",
"devBaseServiceUrl": "https://bfvd.steineggerlab.workers.dev",
"providerLogo": "https://raw.githubusercontent.com/sokrypton/ColabFold/main/.github/ColabFold_Marv_Logo.png"
}
],
"services": [
Expand Down Expand Up @@ -166,6 +175,11 @@
"serviceType": "summary",
"provider": "levylab",
"accessPoint": "/"
},
{
"serviceType": "summary",
"provider": "bfvd",
"accessPoint": "json/"
}
]
}

0 comments on commit fa73622

Please sign in to comment.