We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946ec38 commit 46019a2Copy full SHA for 46019a2
foldseek-demo.html
@@ -7,8 +7,8 @@
7
<title>PDBe Molstar</title>
8
9
<!-- Molstar CSS & JS -->
10
- <link rel="stylesheet" type="text/css" href="../build/pdbe-molstar-light.css">
11
- <script type="text/javascript" src="../build/pdbe-molstar-plugin.js"></script>
+ <link rel="stylesheet" type="text/css" href="./build/pdbe-molstar-light.css">
+ <script type="text/javascript" src="./build/pdbe-molstar-plugin.js"></script>
12
13
<style>
14
body {
@@ -53,7 +53,6 @@ <h3>PDBe Mol* JS Plugin Demo</h3>
53
const viewerContainer = document.getElementById('myViewer');
54
55
const queryAfdbId = apiData.query.split('.')[0];
56
- const [targetPdbId, targetChain] = apiData.target.split('_');
57
58
const options = {
59
customData: {
0 commit comments