Skip to content
Snippets Groups Projects
Commit 2c2c2be1 authored by David Mendez's avatar David Mendez
Browse files

Use real data for compounds PDBe Visualisations

parent a6f2ab13
No related branches found
No related tags found
1 merge request!16Add PBDe Molstar visualisations for compounds and targets
{
// 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
<template>
<v-card outlined tile>
thereAreMolecules: {{ thereAreMolecules }}, pdbeMolecules:
{{ pdbeMolecules }}
<v-skeleton-loader v-if="loading" type="image"></v-skeleton-loader>
<template v-if="!loading && !thereAreRefs">
<template v-if="!loading && !thereAreMolecules">
<v-card-text> No entires found in PDB for {{ ligandCode }} </v-card-text>
</template>
<template v-if="!loading && thereAreRefs">
<template v-if="!loading && thereAreMolecules">
<v-card-text>
<v-card-title> PDB ligand code: {{ ligandCode }} </v-card-title>
<v-row>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment