Browse Source

proteopedia-plugin: Load asym unit fix

David Sehnal 5 years ago
parent
commit
3c9b82dc04
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/examples/proteopedia-wrapper/index.ts

+ 1 - 1
src/examples/proteopedia-wrapper/index.ts

@@ -190,7 +190,7 @@ class MolStarProteopediaWrapper {
     }
 
     private loadedParams: LoadParams = { url: '', format: 'cif', assemblyId: '' };
-    async load({ url, format = 'cif', assemblyId = '', representationStyle }: LoadParams) {
+    async load({ url, format = 'cif', assemblyId = 'deposited', representationStyle }: LoadParams) {
         let loadType: 'full' | 'update' = 'full';
 
         const state = this.plugin.state.dataState;