pdbe-molstar
pdbe-molstar copied to clipboard
loadVolumeFromURL
there is a loadVolumeFromURL in molstar but there isn't one in pdbe molstar. How would I go about adding loadVolumeFromURL to pdbemolstar
Hi, we are not planning to add this to PDBe Molstar.
I'm afraid you will need to create your custom build (e.g. create your own TypeScript project, add pdbe-molstar as dependency, extend the PDBeMolstarPlugin class with the method copied from the core Molstar repo (https://github.com/molstar/molstar/blob/523dfe7928d3f8cad9b62b1c95667816f1ca9d2a/src/apps/viewer/app.ts#L386))