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
6b6a5fca
Commit
6b6a5fca
authored
4 years ago
by
Lukas Pravda
Browse files
Options
Downloads
Patches
Plain Diff
bump version
parent
e7bc85e2
No related branches found
No related tags found
No related merge requests found
Pipeline
#105123
passed with stages
Stage:
Stage:
in 1 minute and 16 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+4
-1
4 additions, 1 deletion
README.md
demo/demo_component.html
+1
-1
1 addition, 1 deletion
demo/demo_component.html
dependencies/index.html
+1
-1
1 addition, 1 deletion
dependencies/index.html
package.json
+1
-1
1 addition, 1 deletion
package.json
with
7 additions
and
4 deletions
README.md
+
4
−
1
View file @
6b6a5fca
...
...
@@ -40,6 +40,9 @@ A few files needs to be imported in the page before the component is attempted t
<!-- CSS style to be used for scene drawing (required for saving SVGs.) -->
<link
rel=
"stylesheet"
href=
"pdb-ligand-env-svg.css"
/>
<!-- CSS style to be used for the component UI -->
<link
rel=
"stylesheet"
href=
"pdb-ligand-env.css"
/>
<!-- UI icons -->
<link
rel=
"stylesheet"
href=
"https://ebi.emblstatic.net/web_guidelines/EBI-Icon-fonts/v1.3/fonts.css"
/>
...
...
@@ -49,7 +52,7 @@ A few files needs to be imported in the page before the component is attempted t
charset=
"utf-8"
></script>
<!--PDBe interactions component-->
<script
type=
"module"
src=
"pdb-ligand-env-component-0.
2
.0-min.js"
></script>
<script
type=
"module"
src=
"pdb-ligand-env-component-0.
3
.0-min.js"
></script>
```
#### A) Ligand interactions
...
...
This diff is collapsed.
Click to expand it.
demo/demo_component.html
+
1
−
1
View file @
6b6a5fca
...
...
@@ -13,7 +13,7 @@
<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=
"pdb-ligand-env-component-0.
2
.0-min.js"
></script>
<script
type=
"module"
src=
"pdb-ligand-env-component-0.
3
.0-min.js"
></script>
</head>
...
...
This diff is collapsed.
Click to expand it.
dependencies/index.html
+
1
−
1
View file @
6b6a5fca
...
...
@@ -18,7 +18,7 @@
<script
src=
"https://cdn.jsdelivr.net/npm/@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js"
charset=
"utf-8"
></script>
<script
type=
"module"
src=
"pdb-ligand-env-component-0.
2
.0-min.js"
></script>
<script
type=
"module"
src=
"pdb-ligand-env-component-0.
3
.0-min.js"
></script>
<script>
var
renderBmInteractions
=
function
(
id
,
bmId
)
{
var
int
=
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
6b6a5fca
{
"name"
:
"pdb-ligand-env"
,
"version"
:
"0.
2
.0"
,
"version"
:
"0.
3
.0"
,
"description"
:
""
,
"main"
:
"app.js"
,
"dependencies"
:
{
...
...
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