Browse Source

custom config img

bioinsilico 3 years ago
parent
commit
d8eb47a61a
4 changed files with 35 additions and 12 deletions
  1. BIN
      .github/img/config_img.png
  2. 18 5
      README.md
  3. 16 6
      docs/index.html
  4. 1 1
      package.json

BIN
.github/img/config_img.png


+ 18 - 5
README.md

@@ -1,9 +1,10 @@
 # rcsb-saguaro-3D
 
 RCSB Saguaro Web 3D is an open-source library built on the top of the [RCSB Saguaro 1D Feature Viewer](https://rcsb.github.io/rcsb-saguaro)
-and [RCSB Molstar](https://github.com/rcsb/rcsb-molstar) designed to display protein features at the [RCSB Web Site](https://www.rcsb.org). The package collects protein annotations from the 
-[1D Coordinate Server](https://1d-coordinates.rcsb.org) and the main [RCSB Data API](https://data.rcsb.org) and generates Protein 
-Feature Summaries. The package allows access to RCSB Saguaro and Molstar methods to add or change displayed data. 
+and [RCSB Molstar](https://github.com/rcsb/rcsb-molstar) designed to display protein features at the [RCSB Web Site](https://www.rcsb.org). 
+The package collects protein annotations from the [1D Coordinate Server](https://1d-coordinates.rcsb.org) 
+and the main [RCSB Data API](https://data.rcsb.org) and generates Protein Feature Summaries. 
+The package allows access to RCSB Saguaro and Molstar methods to add or change the displayed data. 
 <!---
 <div id="pfv"></div>
 <script crossorigin src="https://unpkg.com/react@17/umd/react.production.min.js"></script>
@@ -302,11 +303,23 @@ and navigate to `localhost:PORT-NUMBER/build/examples/`
 
 ### Main Classes and Methods
 
-Class **`RcsbFv3DAssembly`** file `src/RcsbFv3D/RcsbFv3DAssembly.tsx` builds a predefined view for PDB entries. This is the methods used in the RCSB PDB web portal 
-(ex: [4hhb](https://www.rcsb.org/3d-sequence/4HHB)). Source code example can be found in `src/examples/assembly/index.ts`.
+Class **`RcsbFv3DAssembly`** (`src/RcsbFv3D/RcsbFv3DAssembly.tsx`) builds a predefined view for PDB entries. This method is used in the RCSB PDB web portal 
+to display 1D features on PDB entries (ex: [4hhb](https://www.rcsb.org/3d-sequence/4HHB)). Source code example can be found in `src/examples/assembly/index.ts`.
 
 Class **`RcsbFv3DCustom`** file `src/RcsbFv3D/RcsbFv3DCustom.tsx` builds a customized view between one or more feature viewers and a single Molstar plugin.
 
+```typescript
+interface RcsbFv3DCustomInterface extends RcsbFv3DAbstractInterface {
+    structurePanelConfig: RcsbFvStructureInterface;
+    sequencePanelConfig: {
+        config: CustomViewInterface;
+        title?: string;
+        subtitle?: string;
+    };
+}
+```
+![Alt text](.github/img/config_img.png?raw=true "Custom config schema")
+
 Contributing
 ---
 All contributions are welcome. Please, make a pull request or open an issue.

+ 16 - 6
docs/index.html

@@ -68,9 +68,10 @@
 					<h1>rcsb-saguaro-3D</h1>
 				</a>
 				<p>RCSB Saguaro Web 3D is an open-source library built on the top of the <a href="https://rcsb.github.io/rcsb-saguaro">RCSB Saguaro 1D Feature Viewer</a>
-					and <a href="https://github.com/rcsb/rcsb-molstar">RCSB Molstar</a> designed to display protein features at the <a href="https://www.rcsb.org">RCSB Web Site</a>. The package collects protein annotations from the
-					<a href="https://1d-coordinates.rcsb.org">1D Coordinate Server</a> and the main <a href="https://data.rcsb.org">RCSB Data API</a> and generates Protein
-				Feature Summaries. The package allows access to RCSB Saguaro and Molstar methods to add or change displayed data. </p>
+					and <a href="https://github.com/rcsb/rcsb-molstar">RCSB Molstar</a> designed to display protein features at the <a href="https://www.rcsb.org">RCSB Web Site</a>.
+					The package collects protein annotations from the <a href="https://1d-coordinates.rcsb.org">1D Coordinate Server</a>
+					and the main <a href="https://data.rcsb.org">RCSB Data API</a> and generates Protein Feature Summaries.
+				The package allows access to RCSB Saguaro and Molstar methods to add or change the displayed data. </p>
 <div id="pfv"></div>
 <script crossorigin src="https://unpkg.com/react@17/umd/react.production.min.js"></script>
 <script crossorigin src="https://unpkg.com/react-dom@17/umd/react-dom.production.min.js"></script>
@@ -368,9 +369,18 @@ document.addEventListener("DOMContentLoaded", function (event) {
 				<a href="#main-classes-and-methods" id="main-classes-and-methods" style="color: inherit; text-decoration: none;">
 					<h3>Main Classes and Methods</h3>
 				</a>
-				<p>Class <strong><code>RcsbFv3DAssembly</code></strong> file <code>src/RcsbFv3D/RcsbFv3DAssembly.tsx</code> builds a predefined view for PDB entries. This is the methods used in the RCSB PDB web portal
-				(ex: <a href="https://www.rcsb.org/3d-sequence/4HHB">4hhb</a>). Source code example can be found in <code>src/examples/assembly/index.ts</code>.</p>
+				<p>Class <strong><code>RcsbFv3DAssembly</code></strong> (<code>src/RcsbFv3D/RcsbFv3DAssembly.tsx</code>) builds a predefined view for PDB entries. This method is used in the RCSB PDB web portal
+				to display 1D features on PDB entries (ex: <a href="https://www.rcsb.org/3d-sequence/4HHB">4hhb</a>). Source code example can be found in <code>src/examples/assembly/index.ts</code>.</p>
 				<p>Class <strong><code>RcsbFv3DCustom</code></strong> file <code>src/RcsbFv3D/RcsbFv3DCustom.tsx</code> builds a customized view between one or more feature viewers and a single Molstar plugin.</p>
+				<pre><code class="language-typescript"><span class="hljs-keyword">interface</span> RcsbFv3DCustomInterface <span class="hljs-keyword">extends</span> RcsbFv3DAbstractInterface {
+    <span class="hljs-attr">structurePanelConfig</span>: RcsbFvStructureInterface;
+    sequencePanelConfig: {
+        <span class="hljs-attr">config</span>: CustomViewInterface;
+        title?: <span class="hljs-built_in">string</span>;
+        subtitle?: <span class="hljs-built_in">string</span>;
+    };
+}</code></pre>
+				<p><img src=".github/img/config_img.png?raw=true" alt="Alt text" title="Custom config schema"></p>
 				<a href="#contributing" id="contributing" style="color: inherit; text-decoration: none;">
 					<h2>Contributing</h2>
 				</a>
@@ -631,4 +641,4 @@ document.addEventListener("DOMContentLoaded", function (event) {
 <div class="overlay"></div>
 <script src="assets/js/main.js"></script>
 </body>
-</html>
+</html>

+ 1 - 1
package.json

@@ -22,7 +22,7 @@
     "copyExample_3": "ncp src/examples/assembly/index.html build/src/examples/assembly/index.html",
     "copyExample_4": "ncp src/examples/multiple-chain/index.html build/src/examples/multiple-chain/index.html",
     "copyExample_5": "ncp src/examples/css-config/index.html build/src/examples/css-config/index.html",
-    "buildDoc": "npx typedoc --mode file --out docs --exclude src/examples src",
+    "buildDoc": "npx typedoc --mode file --out docs --exclude src/examples src && sed -i '' '/---/d' docs/index.html",
     "clean": "del-cli build/src",
     "cleanAll": "npm run clean && del-cli build/dist",
     "cleanExamples": "del-cli build/examples",