|
@@ -121,6 +121,8 @@ export const TmDetRcsbPreset = TrajectoryHierarchyPresetProvider({
|
|
|
.apply(StateTransforms.Model.StructureFromModel, props, { ref: 'assembly' })
|
|
|
.commit();
|
|
|
|
|
|
+ applyTransformations(plugin, descriptor!);
|
|
|
+
|
|
|
const builder = plugin.builders.structure;
|
|
|
const model = new StateObjectSelector(plugin.state.data.build().to('model').ref, plugin.state.data);
|
|
|
const modelProperties = await builder.insertModelProperties(model.ref);
|
|
@@ -128,7 +130,6 @@ export const TmDetRcsbPreset = TrajectoryHierarchyPresetProvider({
|
|
|
const structureProperties = await builder.insertStructureProperties(structure);
|
|
|
const representation = await plugin.builders.structure.representation.applyPreset<any>(structureProperties, MembraneOrientationPreset, {});
|
|
|
|
|
|
- applyTransformations(plugin, descriptor!);
|
|
|
|
|
|
(window as any).plugin = plugin;
|
|
|
|