|
@@ -12,13 +12,13 @@ export async function applyTransformations(ctx: PluginUIContext, pdbtmDescriptor
|
|
|
const annotations = pdbtmDescriptor.additional_entry_annotations;
|
|
|
const transformation = transformationForStateTransform(annotations.membrane.transformation_matrix);
|
|
|
|
|
|
- console.log("MEMBRANE TRNASFORMATION:\n\n", Mat4.makeTable(transformation));
|
|
|
- const structure: StateObjectRef<PMS> = ctx.managers.structure.hierarchy.current.models[0].structures[0].cell;
|
|
|
- const update: StateBuilder.To<any, any> = ctx.build().to(structure);
|
|
|
- update.apply(StateTransforms.Model.TransformStructureConformation, {
|
|
|
- "transform": { name: "matrix", params: { data: transformation, transpose: false } }
|
|
|
- });
|
|
|
- update.commit();
|
|
|
+ // console.log("MEMBRANE TRNASFORMATION:\n\n", Mat4.makeTable(transformation));
|
|
|
+ // const structure: StateObjectRef<PMS> = ctx.managers.structure.hierarchy.current.models[0].structures[0].cell;
|
|
|
+ // const update: StateBuilder.To<any, any> = ctx.build().to(structure);
|
|
|
+ // update.apply(StateTransforms.Model.TransformStructureConformation, {
|
|
|
+ // "transform": { name: "matrix", params: { data: transformation, transpose: false } }
|
|
|
+ // });
|
|
|
+ // update.commit();
|
|
|
|
|
|
console.log('BIOMX', annotations.biomatrix);
|
|
|
if (annotations.biomatrix == undefined) {
|