|
@@ -126,8 +126,8 @@ const customConfig: CustomViewInterface<LoadMolstarInterface<unknown,unknown>,Lo
|
|
|
}
|
|
|
|
|
|
const sequenceConfig = {
|
|
|
- title: "Single chain example",
|
|
|
- subtitle: "PDB entry with single chain",
|
|
|
+ title: "UniTmp example",
|
|
|
+ subtitle: "HTP entry",
|
|
|
config: customConfig
|
|
|
};
|
|
|
|
|
@@ -149,19 +149,9 @@ const molstarConfig: RcsbFvStructureConfigInterface<LoadMolstarInterface<unknown
|
|
|
|
|
|
document.addEventListener("DOMContentLoaded", function(event) {
|
|
|
const panel3d = new RcsbFv3DCustom({
|
|
|
- elementId: "pfv",
|
|
|
+ elementId: "null",
|
|
|
structurePanelConfig: molstarConfig,
|
|
|
- sequencePanelConfig: sequenceConfig,
|
|
|
- cssConfig:{
|
|
|
- structurePanel:{
|
|
|
- minWidth:800,
|
|
|
- minHeight:800
|
|
|
- },
|
|
|
- sequencePanel:{
|
|
|
- minWidth:800
|
|
|
- }
|
|
|
- }
|
|
|
+ sequencePanelConfig: sequenceConfig
|
|
|
});
|
|
|
panel3d.render();
|
|
|
});
|
|
|
-
|