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
7cfbd87d
Commit
7cfbd87d
authored
5 years ago
by
Lukas Pravda
Browse files
Options
Downloads
Patches
Plain Diff
move demos to their folder
parent
ad3b3f99
No related branches found
No related tags found
1 merge request
!1
Dev
Pipeline
#61885
passed with stages
Stage:
Stage:
in 1 minute and 2 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
demo/demo_component.html
+3
-3
3 additions, 3 deletions
demo/demo_component.html
demo/demo_plugin.html
+0
-0
0 additions, 0 deletions
demo/demo_plugin.html
with
4 additions
and
4 deletions
README.md
+
1
−
1
View file @
7cfbd87d
...
...
@@ -6,7 +6,7 @@ This is a web-component to display ligand structure in 2D along with its interac
```
shell
npm run-script build
cp
demo
*
build/
(
this copies demo_component.html and demo_plugin.html to build folder
)
cp
demo/
demo
*
build/
(
this copies demo_component.html and demo_plugin.html to build folder
)
cd
build
python3
-m
http.server
```
...
...
This diff is collapsed.
Click to expand it.
demo_component.html
→
demo/
demo_component.html
+
3
−
3
View file @
7cfbd87d
...
...
@@ -22,21 +22,21 @@
<!--Mode A-->
<div
style=
"position: relative; float: left;"
>
<div
style=
"width: 500px; height: 500px; position: relative"
>
<pdb-
interactions
pdb-id=
"1cbs"
pdb-res-id=
"200"
pdb-chain-id=
"A"
></pdb-
interactions
>
<pdb-
ligand-env
pdb-id=
"1cbs"
pdb-res-id=
"200"
pdb-chain-id=
"A"
></pdb-
ligand-env
>
</div>
</div>
<!--Mode B-->
<div
style=
"position: relative; float: left;"
>
<div
style=
"width: 500px; height: 500px; position: relative"
>
<pdb-
interactions
pdb-id=
"3d12"
bound-molecule-id=
"bm1"
></pdb-
interactions
>
<pdb-
ligand-env
pdb-id=
"3d12"
bound-molecule-id=
"bm1"
></pdb-
ligand-env
>
</div>
</div>
<!--Mode C-->
<div
style=
"position: relative; float: left;"
>
<div
style=
"width: 500px; height: 500px; position: relative"
>
<pdb-
interactions
pdb-res-name=
"CLR"
zoom-on
></pdb-
interactions
>
<pdb-
ligand-env
pdb-res-name=
"CLR"
zoom-on
></pdb-
ligand-env
>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
demo_plugin.html
→
demo/
demo_plugin.html
+
0
−
0
View file @
7cfbd87d
File moved
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