Skip to content
Snippets Groups Projects
Commit 83553ef3 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

Merge branch 'add-pae-img'

parents 97786bbc aa7f5a84
No related branches found
No related tags found
No related merge requests found
Pipeline #118844 passed with stages
in 8 minutes and 17 seconds
...@@ -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
......
...@@ -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-3tm
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
......
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