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
83553ef3
Commit
83553ef3
authored
1 year ago
by
Remi PLANEL
Browse files
Options
Downloads
Plain Diff
Merge branch 'add-pae-img'
parents
97786bbc
aa7f5a84
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#118844
passed with stages
in 8 minutes and 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
components/content/MolstarPdbePlugin.vue
+7
-3
7 additions, 3 deletions
components/content/MolstarPdbePlugin.vue
data/system-to-dir.yaml
+3
-3
3 additions, 3 deletions
data/system-to-dir.yaml
with
10 additions
and
6 deletions
components/content/MolstarPdbePlugin.vue
+
7
−
3
View file @
83553ef3
...
@@ -33,11 +33,16 @@ const refinedDataUrls = computed(() => {
...
@@ -33,11 +33,16 @@ const refinedDataUrls = computed(() => {
if
(
props
?.
dataUrls
&&
props
?.
dataUrls
?.
length
>
0
)
{
if
(
props
?.
dataUrls
&&
props
?.
dataUrls
?.
length
>
0
)
{
urls
=
[...
props
.
dataUrls
.
map
((
dataUrl
)
=>
{
urls
=
[...
props
.
dataUrls
.
map
((
dataUrl
)
=>
{
return
refinedUrl
(
dataUrl
)
// return refinedUrl(dataUrl)
return
dataUrl
})]
})]
}
}
if
(
props
?.
dataUrl
)
{
if
(
props
?.
dataUrl
)
{
urls
=
[...
urls
,
refinedUrl
(
props
.
dataUrl
)]
urls
=
[
...
urls
,
props
.
dataUrl
// refinedUrl(props.dataUrl)
]
}
}
return
urls
return
urls
...
@@ -170,7 +175,6 @@ function viewPdb(pdbPath: string | null) {
...
@@ -170,7 +175,6 @@ function viewPdb(pdbPath: string | null) {
dialog
.
value
=
true
dialog
.
value
=
true
const
format
=
toValue
(
pdbPath
)?.
split
(
"
.
"
).
slice
(
-
1
)[
0
]?.
toLowerCase
()
??
"
pdb
"
const
format
=
toValue
(
pdbPath
)?.
split
(
"
.
"
).
slice
(
-
1
)[
0
]?.
toLowerCase
()
??
"
pdb
"
moleculeFormat
.
value
=
format
moleculeFormat
.
value
=
format
if
(
pdbeMolstarComponent
.
value
?.
viewerInstance
)
{
if
(
pdbeMolstarComponent
.
value
?.
viewerInstance
)
{
console
.
log
(
pdbeMolstarComponent
.
value
)
console
.
log
(
pdbeMolstarComponent
.
value
)
const
viewerInstance
=
pdbeMolstarComponent
.
value
.
viewerInstance
const
viewerInstance
=
pdbeMolstarComponent
.
value
.
viewerInstance
...
...
This diff is collapsed.
Click to expand it.
data/system-to-dir.yaml
+
3
−
3
View file @
83553ef3
...
@@ -3,8 +3,8 @@ AVAST_II-0: avs
...
@@ -3,8 +3,8 @@ AVAST_II-0: avs
AVAST_III
:
avs
AVAST_III
:
avs
AVAST_IV-0
:
avs
AVAST_IV-0
:
avs
AVAST_V-0
:
avs
AVAST_V-0
:
avs
AbiA_large-0
:
abia
_large
AbiA_large-0
:
abia
AbiA_small
:
abia
_small
AbiA_small
:
abia
AbiB-0
:
abib
AbiB-0
:
abib
AbiC-0
:
abic
AbiC-0
:
abic
AbiD-0
:
abid
AbiD-0
:
abid
...
@@ -176,7 +176,7 @@ Rst_2TM_1TM_TIR: rst_2tm_1tm_tir
...
@@ -176,7 +176,7 @@ Rst_2TM_1TM_TIR: rst_2tm_1tm_tir
Rst_3HP
:
rst_3hp
Rst_3HP
:
rst_3hp
Rst_DUF4238-0
:
rst_duf4238
Rst_DUF4238-0
:
rst_duf4238
Rst_HelicaseDUF2290
:
rst_helicaseduf2290
Rst_HelicaseDUF2290
:
rst_helicaseduf2290
Rst_Hydrolase-Tm
:
rst_hydrolase-tm
Rst_Hydrolase-Tm
:
rst_hydrolase-
3
tm
Rst_RT-Tm
:
rst_rt-nitrilase-tm
Rst_RT-Tm
:
rst_rt-nitrilase-tm
Rst_TIR-NLR-0
:
rst_tir-nlr
Rst_TIR-NLR-0
:
rst_tir-nlr
Rst_gop_beta_cll
:
rst_gop_beta_cll
Rst_gop_beta_cll
:
rst_gop_beta_cll
...
...
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