Resolve "Table with all PDB files, to make them available to download"
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Files
7+ 143
− 9
@@ -47,8 +54,8 @@ const dialog = ref(false)
@@ -47,8 +54,8 @@ const dialog = ref(false)
@@ -90,6 +97,49 @@ const pdbeMolstarComponent = ref(null)
@@ -90,6 +97,49 @@ const pdbeMolstarComponent = ref(null)
@@ -130,13 +180,92 @@ watch(selectedPdb, (selectedPdb, prevSelectPdb) => {
@@ -130,13 +180,92 @@ watch(selectedPdb, (selectedPdb, prevSelectPdb) => {
<pdbe-molstar ref="pdbeMolstarComponent" hide-controls="true" landscape="true" :custom-data-url="selectedPdb" alphafold-view="true"
@@ -149,4 +278,9 @@ watch(selectedPdb, (selectedPdb, prevSelectPdb) => {
@@ -149,4 +278,9 @@ watch(selectedPdb, (selectedPdb, prevSelectPdb) => {
\ No newline at end of file