Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EUbOPEN Web
Manage
Activity
Members
Labels
Plan
Issues
15
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
ChEMBL
EUbOPEN
EUbOPEN Web
Commits
2c2c2be1
Commit
2c2c2be1
authored
3 years ago
by
David Mendez
Browse files
Options
Downloads
Patches
Plain Diff
Use real data for compounds PDBe Visualisations
parent
a6f2ab13
No related branches found
Branches containing commit
No related tags found
1 merge request
!16
Add PBDe Molstar visualisations for compounds and targets
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.vscode/launch.json
+15
-0
15 additions, 0 deletions
.vscode/launch.json
components/report_cards/shared/CrystalStructures/PDBeVisualisations.vue
+2
-4
2 additions, 4 deletions
...ort_cards/shared/CrystalStructures/PDBeVisualisations.vue
with
17 additions
and
4 deletions
.vscode/launch.json
0 → 100644
+
15
−
0
View file @
2c2c2be1
{
//
Use
IntelliSense
to
learn
about
possible
attributes.
//
Hover
to
view
descriptions
of
existing
attributes.
//
For
more
information
,
visit:
https://go.microsoft.com/fwlink/?linkid=
830387
"version"
:
"0.2.0"
,
"configurations"
:
[
{
"type"
:
"pwa-chrome"
,
"request"
:
"launch"
,
"name"
:
"Launch Chrome against localhost"
,
"url"
:
"http://localhost:8080"
,
"webRoot"
:
"${workspaceFolder}"
}
]
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
components/report_cards/shared/CrystalStructures/PDBeVisualisations.vue
+
2
−
4
View file @
2c2c2be1
<
template
>
<v-card
outlined
tile
>
thereAreMolecules:
{{
thereAreMolecules
}}
, pdbeMolecules:
{{
pdbeMolecules
}}
<v-skeleton-loader
v-if=
"loading"
type=
"image"
></v-skeleton-loader>
<template
v-if=
"!loading && !thereAre
Ref
s"
>
<template
v-if=
"!loading && !thereAre
Molecule
s"
>
<v-card-text>
No entires found in PDB for
{{
ligandCode
}}
</v-card-text>
</
template
>
<
template
v-if=
"!loading && thereAre
Ref
s"
>
<
template
v-if=
"!loading && thereAre
Molecule
s"
>
<v-card-text>
<v-card-title>
PDB ligand code:
{{
ligandCode
}}
</v-card-title>
<v-row>
...
...
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