Browse Source

saguaro update && row mark not fixed

bioinsilico 2 years ago
parent
commit
0b7278fdb1

File diff suppressed because it is too large
+ 375 - 326
package-lock.json


+ 2 - 2
package.json

@@ -1,6 +1,6 @@
 {
   "name": "@rcsb/rcsb-saguaro-3d",
-  "version": "2.2.0-uniprot-msa.10",
+  "version": "2.2.0-uniprot-msa.12",
   "description": "RCSB Molstar/Saguaro Web App",
   "main": "build/dist/app.js",
   "files": [
@@ -83,7 +83,7 @@
     "@rcsb/rcsb-api-tools": "^4.1.0",
     "@rcsb/rcsb-molstar": "^2.5.5",
     "@rcsb/rcsb-saguaro": "^2.2.15",
-    "@rcsb/rcsb-saguaro-app": "^4.4.13-uniprot-msa.7",
+    "@rcsb/rcsb-saguaro-app": "^4.4.13-uniprot-msa.9",
     "molstar": "^3.13.0"
   },
   "bugs": {

+ 2 - 2
src/RcsbFvSequence/SequenceViews/RcsbView/PfvManagerFactoryImplementation/MsaPfvComponents/MsaRowMarkComponent.tsx

@@ -51,8 +51,8 @@ export class MsaRowMarkComponent extends React.Component <MsaRowMarkInterface,Ms
     }
 
     componentDidMount() {
-        this.subscribe();
-        this.modelChange();
+        /*this.subscribe();
+        this.modelChange();*/
     }
 
     componentWillUnmount() {

Some files were not shown because too many files changed in this diff