v0.7.10
http://miew.opensource.epam.com/v0.7.10/
Added
- Add more unit tests for loaders.
- Add WebVR stereo mode (still in PoC stage).
Changed
- Refactor loaders API and switch to the new way of loader auto detection.
- You may load electron density data by PDB ID using prefixed notation, e.g. "ccp4:3C9L"
(the full list of prefixes is pdb, cif, mmtf, ccp4). In the case the prefix is omitted,
it is a "pdb". - Another prefix is "pc" (or "pubchem") which allows loading a compound from PubChem database,
e.g. "pc:serotonin". - Otherwise, the source string is assumed to contain a URL, either absolute or relative to
the current page location.
- You may load electron density data by PDB ID using prefixed notation, e.g. "ccp4:3C9L"
Fixed
- Fix loading electron density presets from a server.