@rcsb/rcsb-saguaro-3d
Version:
RCSB Molstar/Saguaro Web App
17 lines • 678 B
JavaScript
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