Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
pdbe-kb
services
3d-beacons-registry
Commits
b47c9269
Commit
b47c9269
authored
Nov 11, 2020
by
Mihaly Varadi
Committed by
Sreenath Sasidharan Nair
Nov 12, 2020
Browse files
Adding PED and removing unused services
Adding PED as a 3D-Beacons resource and removing unused "services"
parent
43f6ad84
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
29 deletions
+13
-29
.gitignore
.gitignore
+2
-1
resources/registry.json
resources/registry.json
+11
-28
No files found.
.gitignore
View file @
b47c9269
...
...
@@ -71,4 +71,5 @@ ENV/
# mypy
.mypy_cache/
.vscode/
\ No newline at end of file
.vscode/
.idea/*
\ No newline at end of file
resources/registry.json
View file @
b47c9269
...
...
@@ -23,6 +23,14 @@
"providerUrl"
:
"https://www.ebi.ac.uk/pdbe/"
,
"baseServiceUrl"
:
"https://wwwdev.ebi.ac.uk/pdbe/aggregated-api/beacons/"
,
"providerLogo"
:
"https://www.ebi.ac.uk/pdbe/static/images/logos/PDBe/logo.png"
},
{
"providerId"
:
"ped"
,
"providerName"
:
"Protein Ensemble Database"
,
"providerDescription"
:
"The Protein Ensemble Database (PED) is an open access database for the deposition of structural ensembles, mainly intrinsically disordered proteins (IDPs)."
,
"providerUrl"
:
"https://proteinensemble.org/"
,
"baseServiceUrl"
:
"https://proteinensemble.org/api/3d-beacons/"
,
"providerLogo"
:
"https://proteinensemble.org/assets/PED_logo_white.svg"
}
],
"services"
:
[
...
...
@@ -42,34 +50,9 @@
"accessPoint"
:
"uniprot/"
},
{
"serviceType"
:
"sequence"
,
"provider"
:
"swissmodel"
,
"accessPoint"
:
"sequence/structures"
},
{
"serviceType"
:
"sequence"
,
"provider"
:
"genome3d"
,
"accessPoint"
:
"sequence/structures"
},
{
"serviceType"
:
"sequence"
,
"provider"
:
"pdb"
,
"accessPoint"
:
"sequence/structures"
},
{
"serviceType"
:
"taxonomy"
,
"provider"
:
"swissmodel"
,
"accessPoint"
:
"taxonomy/structures"
},
{
"serviceType"
:
"taxonomy"
,
"provider"
:
"genome3d"
,
"accessPoint"
:
"taxonomy/structures"
},
{
"serviceType"
:
"taxonomy"
,
"provider"
:
"pdb"
,
"accessPoint"
:
"taxonomy/structures"
"serviceType"
:
"uniprot"
,
"provider"
:
"ped"
,
"accessPoint"
:
""
}
]
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment