|
@@ -25,7 +25,7 @@ import { Color } from '../../mol-util/color';
|
|
import { createStructureRepresentationParams } from '../../mol-plugin-state/helpers/structure-representation-params';
|
|
import { createStructureRepresentationParams } from '../../mol-plugin-state/helpers/structure-representation-params';
|
|
import { PluginUIContext } from '../../mol-plugin-ui/context';
|
|
import { PluginUIContext } from '../../mol-plugin-ui/context';
|
|
import { StateObjectSelector } from "../../mol-state/object";
|
|
import { StateObjectSelector } from "../../mol-state/object";
|
|
-import { applyTransformations, createMembraneOrientation, getAtomGroupExpression, getChainExpression } from './transformation';
|
|
|
|
|
|
+import { applyTransformations, createMembraneOrientation, getAtomGroupExpression } from './transformation';
|
|
import { PDBTMDescriptor, PDBTMRegion, PMS } from './types';
|
|
import { PDBTMDescriptor, PDBTMRegion, PMS } from './types';
|
|
|
|
|
|
type StructureComponentType = StateObjectSelector<
|
|
type StructureComponentType = StateObjectSelector<
|
|
@@ -150,9 +150,9 @@ async function createStructureRepresentation(plugin: PluginUIContext, pdbtmDescr
|
|
[196,196,196], // Unknow localization
|
|
[196,196,196], // Unknow localization
|
|
[0,255, 0], // Membrane Inside
|
|
[0,255, 0], // Membrane Inside
|
|
];
|
|
];
|
|
- const siteDefinitions = pdbtmDescriptor.sites.map(
|
|
|
|
- (siteDefinition: any) => siteDefinition.label
|
|
|
|
- );
|
|
|
|
|
|
+ // const siteDefinitions = pdbtmDescriptor.sites.map(
|
|
|
|
+ // (siteDefinition: any) => siteDefinition.label
|
|
|
|
+ // );
|
|
|
|
|
|
pdbtmDescriptor.chains.forEach((chain: any) => {
|
|
pdbtmDescriptor.chains.forEach((chain: any) => {
|
|
|
|
|