|
@@ -112,8 +112,7 @@ function createPdbxStructOperList(pdbx_struct_oper_list: Table<mmCIF_Schema['pdb
|
|
|
name: Column.ofStringArray([ '1_555' ]),
|
|
|
symmetry_operation: Column.ofStringArray([ 'x,y,z' ]),
|
|
|
matrix: Column.ofArray({
|
|
|
- //array: [[ 1, 0, 0, 0, 1, 0, 0, 0, 1 ]],
|
|
|
- array: [[ 0.44060603, 0, 0.89770061, -0.88605607, 0.16054524, 0.43489069, -0.14412156, -0.98702848, 0.0707372, 0.0822401, -0.06780469, -1.02110946 ]],
|
|
|
+ array: [[ 1, 0, 0, 0, 1, 0, 0, 0, 1 ]],
|
|
|
schema: pdbx_struct_oper_list.matrix.schema
|
|
|
}),
|
|
|
vector: Column.ofArray({
|