Skip to content
Snippets Groups Projects
Commit 3c9b82dc authored by David Sehnal's avatar David Sehnal
Browse files

proteopedia-plugin: Load asym unit fix

parent 9dba6d53
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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