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

sequence-panel to true

parent 561537c4
No related branches found
No related tags found
No related merge requests found
Pipeline #120449 passed with warnings with stages
in 7 minutes and 18 seconds
...@@ -192,7 +192,7 @@ const moleculeFormat: Ref<string> = ref("pdb") ...@@ -192,7 +192,7 @@ const moleculeFormat: Ref<string> = ref("pdb")
class="d-flex align-center justify-center flex-wrap text-center mx-auto px-4 my-3" class="d-flex align-center justify-center flex-wrap text-center mx-auto px-4 my-3"
:height="computedHeight" :width="computedWidth" position="relative"> :height="computedHeight" :width="computedWidth" position="relative">
<pdbe-molstar ref="pdbeMolstarComponent" landscape="true" hide-controls="true" <pdbe-molstar ref="pdbeMolstarComponent" landscape="true" hide-controls="true"
:custom-data-url="selectedPdb" alphafold-view="true" :custom-data-url="selectedPdb" alphafold-view="true" sequence-panel="true"
:custom-data-format="moleculeFormat"></pdbe-molstar> :custom-data-format="moleculeFormat"></pdbe-molstar>
</v-sheet> </v-sheet>
</v-col> </v-col>
...@@ -272,4 +272,4 @@ div.msp-plugin-content.msp-layout-expanded { ...@@ -272,4 +272,4 @@ div.msp-plugin-content.msp-layout-expanded {
height: 16px; height: 16px;
width: 16px; width: 16px;
} }
</style> </style>
\ No newline at end of file
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