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
......@@ -33,11 +33,16 @@ const refinedDataUrls = computed(() => {
if (props?.dataUrls && props?.dataUrls?.length > 0) {
urls = [...props.dataUrls.map((dataUrl) => {
return refinedUrl(dataUrl)
// return refinedUrl(dataUrl)
return dataUrl
})]
}
if (props?.dataUrl) {
urls = [...urls, refinedUrl(props.dataUrl)]
urls = [
...urls,
props.dataUrl
// refinedUrl(props.dataUrl)
]
}
return urls
......@@ -170,7 +175,6 @@ function viewPdb(pdbPath: string | null) {
dialog.value = true
const format = toValue(pdbPath)?.split(".").slice(-1)[0]?.toLowerCase() ?? "pdb"
moleculeFormat.value = format
if (pdbeMolstarComponent.value?.viewerInstance) {
console.log(pdbeMolstarComponent.value)
const viewerInstance = pdbeMolstarComponent.value.viewerInstance
......
......@@ -3,8 +3,8 @@ AVAST_II-0: avs
AVAST_III: avs
AVAST_IV-0: avs
AVAST_V-0: avs
AbiA_large-0: abia_large
AbiA_small: abia_small
AbiA_large-0: abia
AbiA_small: abia
AbiB-0: abib
AbiC-0: abic
AbiD-0: abid
......@@ -176,7 +176,7 @@ Rst_2TM_1TM_TIR: rst_2tm_1tm_tir
Rst_3HP: rst_3hp
Rst_DUF4238-0: rst_duf4238
Rst_HelicaseDUF2290: rst_helicaseduf2290
Rst_Hydrolase-Tm: rst_hydrolase-tm
Rst_Hydrolase-Tm: rst_hydrolase-3tm
Rst_RT-Tm: rst_rt-nitrilase-tm
Rst_TIR-NLR-0: rst_tir-nlr
Rst_gop_beta_cll: rst_gop_beta_cll
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment