Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pdb-ligand-env
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pdbe
web-components
pdb-ligand-env
Commits
1aa7bf07
Commit
1aa7bf07
authored
4 years ago
by
Lukas Pravda
Browse files
Options
Downloads
Patches
Plain Diff
improve testing instance
parent
a1ae691b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dependencies/index.html
+6
-6
6 additions, 6 deletions
dependencies/index.html
with
6 additions
and
6 deletions
dependencies/index.html
+
6
−
6
View file @
1aa7bf07
...
...
@@ -42,9 +42,9 @@
if
(
result
.
bmid
===
undefined
)
{
result
[
'
query
'
]
=
`https://wwwdev.ebi.ac.uk/pdbe/
coordinates
/
${
result
.
pdbid
}
/
ligandInteraction
?&auth
A
sym
I
d=$
${
result
.
chain
}
&auth
SeqNumber
=
${
result
.
resid
}
&radius=5&data
S
ource=
hydrogens
`
`https://wwwdev.ebi.ac.uk/pdbe/
model-server/v1
/
${
result
.
pdbid
}
/
residueSurroundings
?&auth
_a
sym
_i
d=$
${
result
.
chain
}
&auth
_seq_id
=
${
result
.
resid
}
&radius=5&data
_s
ource=
pdb-h
`
}
else
{
result
[
'
query
'
]
=
`https://wwwdev.ebi.ac.uk/pdbe/
coordinates
/
${
result
.
pdbid
}
?data
S
ource=
hydrogens
`
result
[
'
query
'
]
=
`https://wwwdev.ebi.ac.uk/pdbe/
model-server/v1
/
${
result
.
pdbid
}
?data
_s
ource=
pdb-h
`
}
if
(
result
.
chain
!==
undefined
)
result
.
chain
=
result
.
chain
.
toUpperCase
();
...
...
@@ -66,7 +66,7 @@
pdbid
:
'
1cbs
'
,
chain
:
'
A_1
'
,
resid
:
200
,
query
:
"
https://wwwdev.ebi.ac.uk/pdbe/
coordinates/1cbs/ligandInteraction
?&auth
A
sym
Id=$A&authSeqNumber=$
200&radius=5&data
S
ource=
hydrogens
"
query
:
"
https://wwwdev.ebi.ac.uk/pdbe/
model-server/v1/1cbs/residueSurroundings
?&auth
_a
sym
_id=A_1&auth_seq_id=
200&radius=5&data
_s
ource=
pdb-h
"
};
}
...
...
@@ -117,12 +117,12 @@
<div
style=
"position: relative; float: left;"
>
<div
id=
'3dViewer'
style=
"position:relative; width: 500px;height: 500px;"
></div>
</div>
<!--
<div style="position: relative; float: left;">
<div
style=
"position: relative; float: left;"
>
<div
id=
"rt 1"
style=
"width: 500px; height: 500px; position: relative"
>
<pdb-ligand-env pdb-id="5e98" bound-molecule-id="bm1" zoom-on></pdb-ligand-env>
<pdb-ligand-env
pdb-id=
"5e98"
bound-molecule-id=
"bm1"
zoom-on
environment=
"dev"
></pdb-ligand-env>
</div>
</div>
<div style="position: relative; float: left;">
<!--
<div style="position: relative; float: left;">
<div id="rt 1" style="width: 500px; height: 500px; position: relative">
<pdb-ligand-env pdb-id="5e98" bound-molecule-id="bm1" entity-id="3" zoom-on></pdb-ligand-env>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment