UNPKG

@rcsb/rcsb-saguaro-3d

Version:
17 lines 678 B
import { __awaiter } from "tslib"; import { StructureRepresentationPresetProvider } from "molstar/lib/mol-plugin-state/builder/structure/representation-preset"; export const RcsbSuperpositionRepresentationPreset = StructureRepresentationPresetProvider({ id: 'preset-superposition-representation-rcsb', display: { group: 'Superposition', name: 'Alignment', description: 'Show representations based on the structural alignment data.' }, params: () => ({}), apply(ref, params, plugin) { return __awaiter(this, void 0, void 0, function* () { return {}; }); } }); //# sourceMappingURL=StructurePreset.js.map