Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Wiki
Manage
Activity
Members
Labels
Plan
Issues
53
Issue boards
Milestones
Wiki
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MDM Lab
Wiki
Commits
83b6a68f
Commit
83b6a68f
authored
1 year ago
by
Remi PLANEL
Browse files
Options
Downloads
Patches
Plain Diff
landscape false
parent
88ad6e19
No related branches found
No related tags found
No related merge requests found
Pipeline
#120509
canceled with stages
in 3 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
components/content/MolstarPdbePlugin.vue
+2
-2
2 additions, 2 deletions
components/content/MolstarPdbePlugin.vue
with
2 additions
and
2 deletions
components/content/MolstarPdbePlugin.vue
+
2
−
2
View file @
83b6a68f
...
...
@@ -107,7 +107,7 @@ const pdbeMolstarComponent = ref(null)
const
selectedPdb
:
Ref
<
string
|
null
>
=
ref
(
null
)
const
structureToDownload
:
Ref
<
string
|
null
>
=
ref
(
null
)
const
selectedPaePath
=
computed
(()
=>
{
return
selectedPdb
.
value
?
`
${
selectedPdb
.
value
.
split
(
"
.
"
).
slice
(
0
,
-
1
).
join
(
'
.
'
)}
.png`
:
null
return
selectedPdb
.
value
?
`
${
selectedPdb
.
value
.
split
(
"
.
"
).
slice
(
0
,
-
1
).
join
(
'
.
'
)}
.png`
:
undefined
})
watch
(
selectedPdb
,
(
newSelectedPdb
,
prevSelectPdb
)
=>
{
...
...
@@ -191,7 +191,7 @@ const moleculeFormat: Ref<string> = ref("pdb")
<v-sheet
v-if=
"selectedPdb"
class=
"d-flex align-center justify-center flex-wrap text-center mx-auto px-4 my-3"
:height=
"computedHeight"
:width=
"computedWidth"
position=
"relative"
>
<pdbe-molstar
ref=
"pdbeMolstarComponent"
landscape
:custom-data-url=
"selectedPdb"
alphafold-view
<pdbe-molstar
ref=
"pdbeMolstarComponent"
:custom-data-url=
"selectedPdb"
alphafold-view
sequence-panel
:custom-data-format=
"moleculeFormat"
></pdbe-molstar>
</v-sheet>
</v-col>
...
...
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