Sfoglia il codice sorgente

al packages are exposed

bioinsilico 2 anni fa
parent
commit
ba3c7b98a5

+ 3 - 2
.gitignore

@@ -1,8 +1,9 @@
-node_modules
-build
+/node_modules/
+/build/
 
 
 *map
 *map
 
 
 # intellij
 # intellij
 .idea
 .idea
 *.iml
 *.iml
+/lib/

+ 3 - 1
CHANGELOG.md

@@ -2,7 +2,7 @@
 
 
 [Semantic Versioning](https://semver.org/)
 [Semantic Versioning](https://semver.org/)
 
 
-## [2.4.0] - 2023-02-03
+## [3.0.0] - 2023-02-03
 ### Improvements
 ### Improvements
 - New entry method `RcsbFv3DDataProviderInterface` that ingests and displays external alignments
 - New entry method `RcsbFv3DDataProviderInterface` that ingests and displays external alignments
 - New interface `ComponentActionInterface` used to define what actions are triggered after a new structure is loaded
 - New interface `ComponentActionInterface` used to define what actions are triggered after a new structure is loaded
@@ -15,6 +15,8 @@ that is used to map loaded structure ids with user provided ids in `LoadParams`
 - New `RcsbViewBehaviourInterface` interface to extend "1d" behaviour to events
 - New `RcsbViewBehaviourInterface` interface to extend "1d" behaviour to events
 - `RcsbFv3DAbstract.render` converted to async method
 - `RcsbFv3DAbstract.render` converted to async method
 - Exposed molstar trajectory preset configuration
 - Exposed molstar trajectory preset configuration
+### Configuration
+- All packages are transpiled and included in the final module
 
 
 ## [2.3.7] - 2022-12-12
 ## [2.3.7] - 2022-12-12
 ### Bug fix
 ### Bug fix

+ 87 - 9
package-lock.json

@@ -1,12 +1,12 @@
 {
 {
   "name": "@rcsb/rcsb-saguaro-3d",
   "name": "@rcsb/rcsb-saguaro-3d",
-  "version": "2.4.0-data-provider.14",
+  "version": "3.0.0-data-provider.16",
   "lockfileVersion": 2,
   "lockfileVersion": 2,
   "requires": true,
   "requires": true,
   "packages": {
   "packages": {
     "": {
     "": {
       "name": "@rcsb/rcsb-saguaro-3d",
       "name": "@rcsb/rcsb-saguaro-3d",
-      "version": "2.4.0-data-provider.14",
+      "version": "3.0.0-data-provider.16",
       "license": "MIT",
       "license": "MIT",
       "dependencies": {
       "dependencies": {
         "@rcsb/rcsb-api-tools": "^4.1.1",
         "@rcsb/rcsb-api-tools": "^4.1.1",
@@ -35,6 +35,7 @@
         "html-webpack-plugin": "^5.5.0",
         "html-webpack-plugin": "^5.5.0",
         "lodash": "^4.17.21",
         "lodash": "^4.17.21",
         "mini-css-extract-plugin": "^2.6.1",
         "mini-css-extract-plugin": "^2.6.1",
+        "mkdirp": "^2.1.5",
         "ncp": "^2.0.0",
         "ncp": "^2.0.0",
         "path-browserify": "^1.0.1",
         "path-browserify": "^1.0.1",
         "react": "^18.1.0",
         "react": "^18.1.0",
@@ -1970,6 +1971,17 @@
         "node": ">=8"
         "node": ">=8"
       }
       }
     },
     },
+    "node_modules/@graphql-codegen/cli/node_modules/mkdirp": {
+      "version": "1.0.4",
+      "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
+      "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
+      "bin": {
+        "mkdirp": "bin/cmd.js"
+      },
+      "engines": {
+        "node": ">=10"
+      }
+    },
     "node_modules/@graphql-codegen/cli/node_modules/supports-color": {
     "node_modules/@graphql-codegen/cli/node_modules/supports-color": {
       "version": "7.2.0",
       "version": "7.2.0",
       "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
       "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
@@ -2800,6 +2812,18 @@
         "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
         "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
       }
       }
     },
     },
+    "node_modules/@npmcli/move-file/node_modules/mkdirp": {
+      "version": "1.0.4",
+      "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
+      "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
+      "optional": true,
+      "bin": {
+        "mkdirp": "bin/cmd.js"
+      },
+      "engines": {
+        "node": ">=10"
+      }
+    },
     "node_modules/@peculiar/asn1-schema": {
     "node_modules/@peculiar/asn1-schema": {
       "version": "2.2.0",
       "version": "2.2.0",
       "resolved": "https://registry.npmjs.org/@peculiar/asn1-schema/-/asn1-schema-2.2.0.tgz",
       "resolved": "https://registry.npmjs.org/@peculiar/asn1-schema/-/asn1-schema-2.2.0.tgz",
@@ -4421,6 +4445,18 @@
         "node": ">=10"
         "node": ">=10"
       }
       }
     },
     },
+    "node_modules/cacache/node_modules/mkdirp": {
+      "version": "1.0.4",
+      "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
+      "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
+      "optional": true,
+      "bin": {
+        "mkdirp": "bin/cmd.js"
+      },
+      "engines": {
+        "node": ">=10"
+      }
+    },
     "node_modules/cacache/node_modules/p-map": {
     "node_modules/cacache/node_modules/p-map": {
       "version": "4.0.0",
       "version": "4.0.0",
       "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
       "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
@@ -9338,14 +9374,18 @@
       }
       }
     },
     },
     "node_modules/mkdirp": {
     "node_modules/mkdirp": {
-      "version": "1.0.4",
-      "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
-      "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
+      "version": "2.1.5",
+      "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-2.1.5.tgz",
+      "integrity": "sha512-jbjfql+shJtAPrFoKxHOXip4xS+kul9W3OzfzzrqueWK2QMGon2bFH2opl6W9EagBThjEz+iysyi/swOoVfB/w==",
+      "dev": true,
       "bin": {
       "bin": {
-        "mkdirp": "bin/cmd.js"
+        "mkdirp": "dist/cjs/src/bin.js"
       },
       },
       "engines": {
       "engines": {
         "node": ">=10"
         "node": ">=10"
+      },
+      "funding": {
+        "url": "https://github.com/sponsors/isaacs"
       }
       }
     },
     },
     "node_modules/mkdirp-classic": {
     "node_modules/mkdirp-classic": {
@@ -12059,6 +12099,18 @@
         "node": ">=8"
         "node": ">=8"
       }
       }
     },
     },
+    "node_modules/tar/node_modules/mkdirp": {
+      "version": "1.0.4",
+      "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
+      "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
+      "optional": true,
+      "bin": {
+        "mkdirp": "bin/cmd.js"
+      },
+      "engines": {
+        "node": ">=10"
+      }
+    },
     "node_modules/terser": {
     "node_modules/terser": {
       "version": "5.14.2",
       "version": "5.14.2",
       "resolved": "https://registry.npmjs.org/terser/-/terser-5.14.2.tgz",
       "resolved": "https://registry.npmjs.org/terser/-/terser-5.14.2.tgz",
@@ -15192,6 +15244,11 @@
           "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
           "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
           "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
           "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
         },
         },
+        "mkdirp": {
+          "version": "1.0.4",
+          "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
+          "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw=="
+        },
         "supports-color": {
         "supports-color": {
           "version": "7.2.0",
           "version": "7.2.0",
           "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
           "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
@@ -15853,6 +15910,14 @@
       "requires": {
       "requires": {
         "mkdirp": "^1.0.4",
         "mkdirp": "^1.0.4",
         "rimraf": "^3.0.2"
         "rimraf": "^3.0.2"
+      },
+      "dependencies": {
+        "mkdirp": {
+          "version": "1.0.4",
+          "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
+          "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
+          "optional": true
+        }
       }
       }
     },
     },
     "@peculiar/asn1-schema": {
     "@peculiar/asn1-schema": {
@@ -17224,6 +17289,12 @@
             "brace-expansion": "^2.0.1"
             "brace-expansion": "^2.0.1"
           }
           }
         },
         },
+        "mkdirp": {
+          "version": "1.0.4",
+          "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
+          "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
+          "optional": true
+        },
         "p-map": {
         "p-map": {
           "version": "4.0.0",
           "version": "4.0.0",
           "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
           "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
@@ -20869,9 +20940,10 @@
       }
       }
     },
     },
     "mkdirp": {
     "mkdirp": {
-      "version": "1.0.4",
-      "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
-      "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw=="
+      "version": "2.1.5",
+      "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-2.1.5.tgz",
+      "integrity": "sha512-jbjfql+shJtAPrFoKxHOXip4xS+kul9W3OzfzzrqueWK2QMGon2bFH2opl6W9EagBThjEz+iysyi/swOoVfB/w==",
+      "dev": true
     },
     },
     "mkdirp-classic": {
     "mkdirp-classic": {
       "version": "0.5.3",
       "version": "0.5.3",
@@ -22854,6 +22926,12 @@
           "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.4.tgz",
           "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.4.tgz",
           "integrity": "sha512-lwycX3cBMTvcejsHITUgYj6Gy6A7Nh4Q6h9NP4sTHY1ccJlC7yKzDmiShEHsJ16Jf1nKGDEaiHxiltsJEvk0nQ==",
           "integrity": "sha512-lwycX3cBMTvcejsHITUgYj6Gy6A7Nh4Q6h9NP4sTHY1ccJlC7yKzDmiShEHsJ16Jf1nKGDEaiHxiltsJEvk0nQ==",
           "optional": true
           "optional": true
+        },
+        "mkdirp": {
+          "version": "1.0.4",
+          "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
+          "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
+          "optional": true
         }
         }
       }
       }
     },
     },

+ 11 - 7
package.json

@@ -1,21 +1,24 @@
 {
 {
   "name": "@rcsb/rcsb-saguaro-3d",
   "name": "@rcsb/rcsb-saguaro-3d",
-  "version": "2.4.0-data-provider.15",
+  "version": "2.4.0-data-provider.16",
   "description": "RCSB Molstar/Saguaro Web App",
   "description": "RCSB Molstar/Saguaro Web App",
   "main": "build/dist/app.js",
   "main": "build/dist/app.js",
   "files": [
   "files": [
-    "build/dist"
+    "build/dist",
+    "lib"
   ],
   ],
   "scripts": {
   "scripts": {
     "devServer": "webpack-dev-server --config webpack.server.dev.config.js",
     "devServer": "webpack-dev-server --config webpack.server.dev.config.js",
     "tsc": "tsc --incremental",
     "tsc": "tsc --incremental",
     "build": "webpack --config ./webpack.config.js",
     "build": "webpack --config ./webpack.config.js",
-    "buildAll": "npm run cleanAll && npm run tsc && npm run cpStyles && npm run copyConfig && npm run build && npm run buildDoc",
-    "buildApp": "npm run cleanAll && npm run tsc && npm run cpStyles && npm run copyConfig && npm run build && npm run clean",
-    "cpStyles": "ncp src/styles build/src/styles",
-    "copyConfig": "ncp build/src/config.js build/dist/config.js",
+    "buildAll": "npm run cleanAll && npm run tsc && npm run cpStyles && npm run mkDist && npm run copyConfig && npm run copyDef && npm run build && npm run buildDoc",
+    "buildApp": "npm run cleanAll && npm run tsc && npm run cpStyles && npm run mkDist && npm run copyConfig && npm run copyDef && npm run build",
+    "cpStyles": "ncp src/styles lib/styles",
+    "mkDist": "mkdirp build/dist",
+    "copyConfig": "ncp lib/config.js build/dist/config.js",
+    "copyDef": "ncp lib/app.d.ts build/dist/app.d.ts",
     "buildDoc": "typedoc --excludeExternals --externalPattern \"**/node_modules/**\" src/RcsbFv3D/RcsbFv3DAssembly.tsx src/RcsbFv3D/RcsbFv3DUniprot.tsx src/RcsbFv3D/RcsbFv3DSequenceIdentity.tsx src/RcsbFv3D/RcsbFv3DCustom.tsx && sed -i '' '/---/d' docs/index.html",
     "buildDoc": "typedoc --excludeExternals --externalPattern \"**/node_modules/**\" src/RcsbFv3D/RcsbFv3DAssembly.tsx src/RcsbFv3D/RcsbFv3DUniprot.tsx src/RcsbFv3D/RcsbFv3DSequenceIdentity.tsx src/RcsbFv3D/RcsbFv3DCustom.tsx && sed -i '' '/---/d' docs/index.html",
-    "clean": "del-cli build/src",
+    "clean": "del-cli lib",
     "cleanAll": "npm run clean && del-cli build/dist",
     "cleanAll": "npm run clean && del-cli build/dist",
     "publishApp": "npm publish --tag data-provider",
     "publishApp": "npm publish --tag data-provider",
     "test": "echo \"Error: no test specified\" && exit 1"
     "test": "echo \"Error: no test specified\" && exit 1"
@@ -62,6 +65,7 @@
     "html-webpack-plugin": "^5.5.0",
     "html-webpack-plugin": "^5.5.0",
     "lodash": "^4.17.21",
     "lodash": "^4.17.21",
     "mini-css-extract-plugin": "^2.6.1",
     "mini-css-extract-plugin": "^2.6.1",
+    "mkdirp": "^2.1.5",
     "ncp": "^2.0.0",
     "ncp": "^2.0.0",
     "path-browserify": "^1.0.1",
     "path-browserify": "^1.0.1",
     "react": "^18.1.0",
     "react": "^18.1.0",

+ 1 - 1
src/RcsbFvStructure/StructureViewers/MolstarViewer/MolstarUtils/MolstarAlignmentLoader.ts

@@ -61,7 +61,7 @@ export class MolstarAlignmentLoader implements StructureLoaderInterface<[
                     modelIndex: 0,
                     modelIndex: 0,
                     pdb,
                     pdb,
                     targetAlignment,
                     targetAlignment,
-                    matrix: transform?.[0].transform
+                    transform: transform
                 }
                 }
             } : {
             } : {
                 reprProvider: this.trajectoryProvider ?? FlexibleAlignmentTrajectoryPresetProvider,
                 reprProvider: this.trajectoryProvider ?? FlexibleAlignmentTrajectoryPresetProvider,

+ 7 - 6
src/RcsbFvStructure/StructureViewers/MolstarViewer/TrajectoryPresetProvider/AlignmentRepresentationPresetProvider.ts

@@ -40,13 +40,14 @@ import {MmcifFormat} from "molstar/lib/mol-model-formats/structure/mmcif";
 import {CustomProperty} from "molstar/lib/mol-model-props/common/custom-property";
 import {CustomProperty} from "molstar/lib/mol-model-props/common/custom-property";
 import {StructureBuilder} from "molstar/lib/mol-plugin-state/builder/structure";
 import {StructureBuilder} from "molstar/lib/mol-plugin-state/builder/structure";
 import {StructureRepresentationBuilder} from "molstar/lib/mol-plugin-state/builder/structure/representation";
 import {StructureRepresentationBuilder} from "molstar/lib/mol-plugin-state/builder/structure/representation";
-import {TransformMatrixType} from "../../../StructureUtils/StructureLoaderInterface";
+import {RigidTransformType, TransformMatrixType} from "../../../StructureUtils/StructureLoaderInterface";
 import {StateTransform} from "molstar/lib/mol-state/transform";
 import {StateTransform} from "molstar/lib/mol-state/transform";
 import {TransformStructureConformation} from "molstar/lib/mol-plugin-state/transforms/model";
 import {TransformStructureConformation} from "molstar/lib/mol-plugin-state/transforms/model";
 
 
 type RepresentationParamsType = {
 type RepresentationParamsType = {
     pdb?:{entryId:string;entityId:string;}|{entryId:string;instanceId:string;};
     pdb?:{entryId:string;entityId:string;}|{entryId:string;instanceId:string;};
-    matrix?: TransformMatrixType;
+
+    transform?: RigidTransformType[];
     targetAlignment?:TargetAlignment;
     targetAlignment?:TargetAlignment;
 }
 }
 
 
@@ -67,7 +68,7 @@ export const AlignmentRepresentationPresetProvider = StructureRepresentationPres
     params: (structureRef: PluginStateObject.Molecule.Structure | undefined, plugin: PluginContext) => ({
     params: (structureRef: PluginStateObject.Molecule.Structure | undefined, plugin: PluginContext) => ({
         pdb: PD.Value<{entryId:string;entityId:string;}|{entryId:string;instanceId:string;}|undefined>(undefined),
         pdb: PD.Value<{entryId:string;entityId:string;}|{entryId:string;instanceId:string;}|undefined>(undefined),
         targetAlignment: PD.Value<TargetAlignment|undefined>(undefined),
         targetAlignment: PD.Value<TargetAlignment|undefined>(undefined),
-        matrix:PD.Value<TransformMatrixType|undefined>(undefined)
+        transform:PD.Value<RigidTransformType[]|undefined>(undefined)
     }),
     }),
     apply: async (structureRef: StateObjectRef<PluginStateObject.Molecule.Structure>, params: RepresentationParamsType, plugin: PluginContext) => {
     apply: async (structureRef: StateObjectRef<PluginStateObject.Molecule.Structure>, params: RepresentationParamsType, plugin: PluginContext) => {
         const structureCell = StateObjectRef.resolveAndCheck(plugin.state.data, structureRef);
         const structureCell = StateObjectRef.resolveAndCheck(plugin.state.data, structureRef);
@@ -107,15 +108,15 @@ export const AlignmentRepresentationPresetProvider = StructureRepresentationPres
                         targetAlignment:params.targetAlignment!
                         targetAlignment:params.targetAlignment!
                     };
                     };
                 }
                 }
-                if(refParams && params.pdb && !params.matrix){
+                if(refParams && params.pdb && !params.transform){
                     await structuralAlignment(plugin, refParams, {
                     await structuralAlignment(plugin, refParams, {
                         entryId: entryId,
                         entryId: entryId,
                         labelAsymId: alignedAsymId,
                         labelAsymId: alignedAsymId,
                         operatorName:alignedOperatorName,
                         operatorName:alignedOperatorName,
                         targetAlignment:params.targetAlignment!
                         targetAlignment:params.targetAlignment!
                     }, structure);
                     }, structure);
-                }else if(params.matrix){
-                    await matrixAlign(plugin, structureRef, params.matrix);
+                }else if(params.transform?.[0].transform){
+                    await matrixAlign(plugin, structureRef, params.transform?.[0].transform);
                 }
                 }
                 const comp = await plugin.builders.structure.tryCreateComponentFromExpression(
                 const comp = await plugin.builders.structure.tryCreateComponentFromExpression(
                     structureCell,
                     structureCell,

+ 5 - 16
src/RcsbFvStructure/StructureViewers/MolstarViewer/TrajectoryPresetProvider/AlignmentTrajectoryPresetProvider.ts

@@ -11,20 +11,17 @@ import {StateObjectRef, StateObjectSelector} from "molstar/lib/mol-state";
 import {RootStructureDefinition} from "molstar/lib/mol-plugin-state/helpers/root-structure";
 import {RootStructureDefinition} from "molstar/lib/mol-plugin-state/helpers/root-structure";
 import {StateTransformer} from "molstar/lib/mol-state/transformer";
 import {StateTransformer} from "molstar/lib/mol-state/transformer";
 import {StateObject} from "molstar/lib/mol-state/object";
 import {StateObject} from "molstar/lib/mol-state/object";
-
-import {PLDDTConfidenceColorThemeProvider} from "molstar/lib/extensions/model-archive/quality-assessment/color/plddt";
 import {AlignmentRepresentationPresetProvider} from "./AlignmentRepresentationPresetProvider";
 import {AlignmentRepresentationPresetProvider} from "./AlignmentRepresentationPresetProvider";
 import {TargetAlignment} from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Borrego/GqlTypes";
 import {TargetAlignment} from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Borrego/GqlTypes";
 import {Structure, StructureElement, StructureProperties as SP} from "molstar/lib/mol-model/structure";
 import {Structure, StructureElement, StructureProperties as SP} from "molstar/lib/mol-model/structure";
-import {TransformMatrixType} from "../../../StructureUtils/StructureLoaderInterface";
+import {RigidTransformType, TransformMatrixType} from "../../../StructureUtils/StructureLoaderInterface";
 
 
 
 
 export type AlignmentTrajectoryParamsType = {
 export type AlignmentTrajectoryParamsType = {
     pdb?:{entryId:string;entityId:string;}|{entryId:string;instanceId:string;};
     pdb?:{entryId:string;entityId:string;}|{entryId:string;instanceId:string;};
-    matrix?: TransformMatrixType;
+    transform?: RigidTransformType[];
     targetAlignment?: TargetAlignment;
     targetAlignment?: TargetAlignment;
     modelIndex?: number;
     modelIndex?: number;
-    plddt?: 'off' | 'single-chain' | 'on';
 }
 }
 
 
 type StructureObject = StateObjectSelector<PluginStateObject.Molecule.Structure, StateTransformer<StateObject<any, StateObject.Type<any>>, StateObject<any, StateObject.Type<any>>, any>>
 type StructureObject = StateObjectSelector<PluginStateObject.Molecule.Structure, StateTransformer<StateObject<any, StateObject.Type<any>>, StateObject<any, StateObject.Type<any>>, any>>
@@ -39,8 +36,7 @@ export const AlignmentTrajectoryPresetProvider = TrajectoryHierarchyPresetProvid
         pdb:PD.Value<{entryId:string;entityId:string;}|{entryId:string;instanceId:string;}|undefined>(undefined),
         pdb:PD.Value<{entryId:string;entityId:string;}|{entryId:string;instanceId:string;}|undefined>(undefined),
         targetAlignment: PD.Value<TargetAlignment|undefined>(undefined),
         targetAlignment: PD.Value<TargetAlignment|undefined>(undefined),
         modelIndex:PD.Value<number|undefined>(undefined),
         modelIndex:PD.Value<number|undefined>(undefined),
-        plddt:PD.Value<'off' | 'single-chain' | 'on' | undefined>(undefined),
-        matrix:PD.Value<TransformMatrixType|undefined>(undefined)
+        transform: PD.Value<RigidTransformType[]|undefined>(undefined)
     }),
     }),
     apply: async (trajectory: StateObjectRef<PluginStateObject.Molecule.Trajectory>, params: AlignmentTrajectoryParamsType, plugin: PluginContext) => {
     apply: async (trajectory: StateObjectRef<PluginStateObject.Molecule.Trajectory>, params: AlignmentTrajectoryParamsType, plugin: PluginContext) => {
         if(!params.pdb)
         if(!params.pdb)
@@ -87,7 +83,7 @@ export const AlignmentTrajectoryPresetProvider = TrajectoryHierarchyPresetProvid
             {
             {
                 pdb:params.pdb,
                 pdb:params.pdb,
                 targetAlignment:params.targetAlignment,
                 targetAlignment:params.targetAlignment,
-                matrix: params.matrix
+                transform: params.transform
             }
             }
         );
         );
         //TODO what is the purpose of this return?
         //TODO what is the purpose of this return?
@@ -99,11 +95,4 @@ export const AlignmentTrajectoryPresetProvider = TrajectoryHierarchyPresetProvid
             representation
             representation
         };
         };
     }
     }
-});
-
-function checkPlddtColorTheme(structure: StructureObject | undefined, plddt: 'on' | 'single-chain' | 'off') {
-    if (!structure?.data) return false;
-    if (plddt === 'off') return false;
-    if (plddt === 'single-chain' && structure.data?.polymerUnitCount !== 1) return false;
-    return PLDDTConfidenceColorThemeProvider.isApplicable({ structure: structure.data });
-}
+});

+ 1 - 17
src/RcsbFvStructure/StructureViewers/MolstarViewer/TrajectoryPresetProvider/FlexibleAlignmentTrajectoryPresetProvider.ts

@@ -11,23 +11,15 @@ import {StateObjectRef, StateObjectSelector} from "molstar/lib/mol-state";
 import {RootStructureDefinition} from "molstar/lib/mol-plugin-state/helpers/root-structure";
 import {RootStructureDefinition} from "molstar/lib/mol-plugin-state/helpers/root-structure";
 import {StateTransformer} from "molstar/lib/mol-state/transformer";
 import {StateTransformer} from "molstar/lib/mol-state/transformer";
 import {StateObject} from "molstar/lib/mol-state/object";
 import {StateObject} from "molstar/lib/mol-state/object";
-import {
-    StructureRepresentationPresetProvider
-} from "molstar/lib/mol-plugin-state/builder/structure/representation-preset";
-import {PLDDTConfidenceColorThemeProvider} from "molstar/lib/extensions/model-archive/quality-assessment/color/plddt";
-import {AlignmentRepresentationPresetProvider} from "./AlignmentRepresentationPresetProvider";
-import {TargetAlignment} from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Borrego/GqlTypes";
 import {Structure, StructureElement, StructureProperties as SP} from "molstar/lib/mol-model/structure";
 import {Structure, StructureElement, StructureProperties as SP} from "molstar/lib/mol-model/structure";
 import {RigidTransformType, TransformMatrixType} from "../../../StructureUtils/StructureLoaderInterface";
 import {RigidTransformType, TransformMatrixType} from "../../../StructureUtils/StructureLoaderInterface";
 import {FlexibleAlignmentRepresentationPresetProvider} from "./FlexibleAlignmentRepresentationPresetProvider";
 import {FlexibleAlignmentRepresentationPresetProvider} from "./FlexibleAlignmentRepresentationPresetProvider";
 import {FlexibleAlignmentBuiltIn} from "./FlexibleAlignmentBuiltIn";
 import {FlexibleAlignmentBuiltIn} from "./FlexibleAlignmentBuiltIn";
-import {CustomStructureProperties} from "molstar/lib/mol-plugin-state/transforms/model";
 
 
 export type FelxibleAlignmentTrajectoryParamsType = {
 export type FelxibleAlignmentTrajectoryParamsType = {
     pdb?:{entryId:string;entityId:string;}|{entryId:string;instanceId:string;};
     pdb?:{entryId:string;entityId:string;}|{entryId:string;instanceId:string;};
     transform?: RigidTransformType[];
     transform?: RigidTransformType[];
     modelIndex?: number;
     modelIndex?: number;
-    plddt?: 'off' | 'single-chain' | 'on';
 }
 }
 
 
 type StructureObject = StateObjectSelector<PluginStateObject.Molecule.Structure, StateTransformer<StateObject<any, StateObject.Type<any>>, StateObject<any, StateObject.Type<any>>, any>>
 type StructureObject = StateObjectSelector<PluginStateObject.Molecule.Structure, StateTransformer<StateObject<any, StateObject.Type<any>>, StateObject<any, StateObject.Type<any>>, any>>
@@ -41,7 +33,6 @@ export const FlexibleAlignmentTrajectoryPresetProvider = TrajectoryHierarchyPres
     params: (trajectory: PluginStateObject.Molecule.Trajectory | undefined, plugin: PluginContext): ParamDefinition.For<FelxibleAlignmentTrajectoryParamsType> => ({
     params: (trajectory: PluginStateObject.Molecule.Trajectory | undefined, plugin: PluginContext): ParamDefinition.For<FelxibleAlignmentTrajectoryParamsType> => ({
         pdb:PD.Value<{entryId:string;entityId:string;}|{entryId:string;instanceId:string;}|undefined>(undefined),
         pdb:PD.Value<{entryId:string;entityId:string;}|{entryId:string;instanceId:string;}|undefined>(undefined),
         modelIndex:PD.Value<number|undefined>(undefined),
         modelIndex:PD.Value<number|undefined>(undefined),
-        plddt:PD.Value<'off' | 'single-chain' | 'on' | undefined>(undefined),
         transform:PD.Value<RigidTransformType[]|undefined>(undefined)
         transform:PD.Value<RigidTransformType[]|undefined>(undefined)
     }),
     }),
     apply: async (trajectory: StateObjectRef<PluginStateObject.Molecule.Trajectory>, params: FelxibleAlignmentTrajectoryParamsType, plugin: PluginContext) => {
     apply: async (trajectory: StateObjectRef<PluginStateObject.Molecule.Trajectory>, params: FelxibleAlignmentTrajectoryParamsType, plugin: PluginContext) => {
@@ -103,11 +94,4 @@ export const FlexibleAlignmentTrajectoryPresetProvider = TrajectoryHierarchyPres
             representation
             representation
         };
         };
     }
     }
-});
-
-function checkPlddtColorTheme(structure: StructureObject | undefined, plddt: 'on' | 'single-chain' | 'off') {
-    if (!structure?.data) return false;
-    if (plddt === 'off') return false;
-    if (plddt === 'single-chain' && structure.data?.polymerUnitCount !== 1) return false;
-    return PLDDTConfidenceColorThemeProvider.isApplicable({ structure: structure.data });
-}
+});

+ 1 - 13
src/app.ts

@@ -6,18 +6,6 @@ import {RcsbFv3DAlignmentProvider as alignmentProvider} from "./RcsbFv3D/RcsbFv3
 
 
 export {custom, assembly, uniprot, sequenceIdentity, alignmentProvider};
 export {custom, assembly, uniprot, sequenceIdentity, alignmentProvider};
 
 
-export {RcsbFv3DCustom} from "./RcsbFv3D/RcsbFv3DCustom";
-export {RcsbFv3DAssembly} from "./RcsbFv3D/RcsbFv3DAssembly";
-export {RcsbFv3DUniprot} from "./RcsbFv3D/RcsbFv3DUniprot";
-export {RcsbFv3DSequenceIdentity} from "./RcsbFv3D/RcsbFv3DSequenceIdentity";
-export {RcsbFv3DAlignmentProvider} from "./RcsbFv3D/RcsbFv3DAlignmentProvider";
-
 export {
 export {
     RcsbRequestContextManager
     RcsbRequestContextManager
-} from "@rcsb/rcsb-saguaro-app";
-
-export {
-    AlignmentMapper
-} from "./Utils/AlignmentMapper";
-
-export {TransformStructureConformation} from "molstar/lib/mol-plugin-state/transforms/model";
+} from "@rcsb/rcsb-saguaro-app";

+ 4 - 4
tsconfig.json

@@ -1,6 +1,6 @@
 {
 {
   "compilerOptions": {
   "compilerOptions": {
-    "outDir": "./build/src/",
+    "outDir": "./lib",
     "noImplicitAny": true,
     "noImplicitAny": true,
     "target": "es2015",
     "target": "es2015",
     "module": "commonjs",
     "module": "commonjs",
@@ -8,10 +8,10 @@
     "lib": [ "es6", "dom", "esnext.asynciterable", "es2016"  ],
     "lib": [ "es6", "dom", "esnext.asynciterable", "es2016"  ],
     "allowJs": true,
     "allowJs": true,
     "declaration": true,
     "declaration": true,
-    "sourceMap": true,
-    //"noUnusedLocals": true,
+    "sourceMap": false,
+    // "noUnusedLocals": true,
     "strictNullChecks": true,
     "strictNullChecks": true,
-    "declarationDir": "./build/dist",
+    "declarationDir": "./lib",
     "esModuleInterop": true,
     "esModuleInterop": true,
     "skipLibCheck": true
     "skipLibCheck": true
   },
   },

+ 2 - 2
webpack.config.js

@@ -30,7 +30,7 @@ const commonConfig = {
     resolve: {
     resolve: {
         modules: [
         modules: [
             'node_modules',
             'node_modules',
-            path.resolve(__dirname, 'build/src/')
+            path.resolve(__dirname, 'lib/')
         ],
         ],
         fallback: {
         fallback: {
             fs: false,
             fs: false,
@@ -45,7 +45,7 @@ const commonConfig = {
 const appConfig = {
 const appConfig = {
     ...commonConfig,
     ...commonConfig,
     entry: {
     entry: {
-        'app':'./build/src/app.js'
+        'app':'./lib/app.js'
     },
     },
     mode: "production",
     mode: "production",
     output: {
     output: {