Browse Source

docs fixed

bioinsilico 3 years ago
parent
commit
ae40ef5e20
3 changed files with 46 additions and 15 deletions
  1. 15 5
      README.md
  2. 16 5
      cdn-examples/multiple-chain/index.js
  3. 15 5
      docs/index.html

+ 15 - 5
README.md

@@ -10,6 +10,17 @@ Feature Summaries. The package allows access to RCSB Saguaro and Molstar methods
 <script crossorigin src="https://unpkg.com/react-dom@17/umd/react-dom.production.min.js"></script>
 <script crossorigin src="https://cdn.jsdelivr.net/npm/@rcsb/rcsb-saguaro-3d@1.0.1-beta/build/dist/app.js"></script>
 <script type="text/javascript">
+var __assign = (this && this.__assign) || function () {
+    __assign = Object.assign || function(t) {
+        for (var s, i = 1, n = arguments.length; i < n; i++) {
+            s = arguments[i];
+            for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
+                t[p] = s[p];
+        }
+        return t;
+    };
+    return __assign.apply(this, arguments);
+};
 var rowConfigChainA = [
     {
         trackId: "sequenceTrack",
@@ -76,7 +87,7 @@ var fvConfigChainA = {
         },
         disableMenu:true,
         rowTitleWidth: 80,
-        trackWidth: 620,
+        trackWidth: 670,
         includeAxis: true
     },
     rowConfig: rowConfigChainA,
@@ -145,7 +156,7 @@ var fvConfigChainB = {
         },
         disableMenu:true,
         rowTitleWidth: 80,
-        trackWidth: 620,
+        trackWidth: 670,
         includeAxis: true
     },
     rowConfig: rowConfigChainB,
@@ -243,7 +254,6 @@ var molstarConfig = {
         showSessionControls: false
     },
 };
-
 document.addEventListener("DOMContentLoaded", function (event) {
     var panel3d = new RcsbFv3D.custom({
         elementId: "pfv",
@@ -256,11 +266,11 @@ document.addEventListener("DOMContentLoaded", function (event) {
                 flexDirection:"column-reverse"
             },
             structurePanel:{
-                width: 700,
+                width: 750,
                 height: 700
             },
             sequencePanel:{
-                width:700,
+                width:750,
                 marginBottom:5
             }
         },

+ 16 - 5
cdn-examples/multiple-chain/index.js

@@ -1,3 +1,15 @@
+"use strict";
+var __assign = (this && this.__assign) || function () {
+    __assign = Object.assign || function(t) {
+        for (var s, i = 1, n = arguments.length; i < n; i++) {
+            s = arguments[i];
+            for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
+                t[p] = s[p];
+        }
+        return t;
+    };
+    return __assign.apply(this, arguments);
+};
 var rowConfigChainA = [
     {
         trackId: "sequenceTrack",
@@ -64,7 +76,7 @@ var fvConfigChainA = {
         },
         disableMenu:true,
         rowTitleWidth: 80,
-        trackWidth: 620,
+        trackWidth: 670,
         includeAxis: true
     },
     rowConfig: rowConfigChainA,
@@ -133,7 +145,7 @@ var fvConfigChainB = {
         },
         disableMenu:true,
         rowTitleWidth: 80,
-        trackWidth: 620,
+        trackWidth: 670,
         includeAxis: true
     },
     rowConfig: rowConfigChainB,
@@ -231,7 +243,6 @@ var molstarConfig = {
         showSessionControls: false
     },
 };
-
 document.addEventListener("DOMContentLoaded", function (event) {
     var panel3d = new RcsbFv3D.custom({
         elementId: "pfv",
@@ -244,11 +255,11 @@ document.addEventListener("DOMContentLoaded", function (event) {
                 flexDirection:"column-reverse"
             },
             structurePanel:{
-                width: 700,
+                width: 750,
                 height: 700
             },
             sequencePanel:{
-                width:700,
+                width:750,
                 marginBottom:5
             }
         },

+ 15 - 5
docs/index.html

@@ -76,6 +76,17 @@
 <script crossorigin src="https://unpkg.com/react-dom@17/umd/react-dom.production.min.js"></script>
 <script crossorigin src="https://cdn.jsdelivr.net/npm/@rcsb/rcsb-saguaro-3d@1.0.1-beta/build/dist/app.js"></script>
 <script type="text/javascript">
+var __assign = (this && this.__assign) || function () {
+    __assign = Object.assign || function(t) {
+        for (var s, i = 1, n = arguments.length; i < n; i++) {
+            s = arguments[i];
+            for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
+                t[p] = s[p];
+        }
+        return t;
+    };
+    return __assign.apply(this, arguments);
+};
 var rowConfigChainA = [
     {
         trackId: "sequenceTrack",
@@ -142,7 +153,7 @@ var fvConfigChainA = {
         },
         disableMenu:true,
         rowTitleWidth: 80,
-        trackWidth: 620,
+        trackWidth: 670,
         includeAxis: true
     },
     rowConfig: rowConfigChainA,
@@ -211,7 +222,7 @@ var fvConfigChainB = {
         },
         disableMenu:true,
         rowTitleWidth: 80,
-        trackWidth: 620,
+        trackWidth: 670,
         includeAxis: true
     },
     rowConfig: rowConfigChainB,
@@ -309,7 +320,6 @@ var molstarConfig = {
         showSessionControls: false
     },
 };
-
 document.addEventListener("DOMContentLoaded", function (event) {
     var panel3d = new RcsbFv3D.custom({
         elementId: "pfv",
@@ -322,11 +332,11 @@ document.addEventListener("DOMContentLoaded", function (event) {
                 flexDirection:"column-reverse"
             },
             structurePanel:{
-                width: 700,
+                width: 750,
                 height: 700
             },
             sequencePanel:{
-                width:700,
+                width:750,
                 marginBottom:5
             }
         },