|
@@ -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
|
|
|
}
|
|
|
},
|