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
6c908a1b
Commit
6c908a1b
authored
1 year ago
by
Ibrahim Roshan Kunnakkattu
Browse files
Options
Downloads
Patches
Plain Diff
added demo for aggregated ligand atom interactions
parent
5325a850
No related branches found
No related tags found
2 merge requests
!5
Refactored code for diplaying aggregated ligand interactions
,
!4
Added features for aggregated ligand interaction view and interactivity with heat map
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
demo/demo_aggregated_interaction.html
+33
-0
33 additions, 0 deletions
demo/demo_aggregated_interaction.html
with
33 additions
and
0 deletions
demo/demo_aggregated_interaction.html
0 → 100644
+
33
−
0
View file @
6c908a1b
<!doctype html>
<html
lang=
"en"
>
<head>
<script
src=
"https://d3js.org/d3.v5.min.js"
></script>
<!-- CSS style to be used for scene drawing (required for saving SVGs.) -->
<link
rel=
"stylesheet"
href=
"http://127.0.0.1:8080/pdb-ligand-env-svg.css"
/>
<!-- UI icons -->
<link
rel=
"stylesheet"
href=
"https://ebi.emblstatic.net/web_guidelines/EBI-Icon-fonts/v1.3/fonts.css"
/>
<!-- Web component polyfill (only loads what it needs) -->
<script
src=
"https://cdn.jsdelivr.net/npm/@webcomponents/webcomponentsjs/webcomponents-lite.js"
charset=
"utf-8"
>
</script>
<script
src=
"https://cdn.jsdelivr.net/npm/@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js"
charset=
"utf-8"
></script>
<!--PDBe interactions component-->
<script
type=
"module"
src=
"http://127.0.0.1:8080/pdb-ligand-env-component-1.0.0-min.js"
></script>
</head>
<body>
<!--Mode A-->
<div
style=
"position: relative; float: left;"
>
<div
style=
"width: 500px; height: 500px; position: relative"
>
<pdb-ligand-env
pdb-res-name=
"STI"
,
contact-type=
"total"
></pdb-ligand-env>
</div>
</div>
</body>
</html>
\ No newline at end of file
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