We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
there is a loadVolumeFromURL in molstar but there isn't one in pdbe molstar. How would I go about adding loadVolumeFromURL to pdbemolstar
The text was updated successfully, but these errors were encountered:
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))
pdbe-molstar
PDBeMolstarPlugin
Sorry, something went wrong.
No branches or pull requests
there is a loadVolumeFromURL in molstar but there isn't one in pdbe molstar. How would I go about adding loadVolumeFromURL to pdbemolstar
The text was updated successfully, but these errors were encountered: