Skip to content

Commit a2742d2

Browse files
committed
Pull request #598: Fixed the extra side chains of disulfide bonds when the disulfide bonds are not showing; fixed the extra tracks in Sequences & Annotations window.
Merge in STRUC/icn3d from release3254 to master * commit 'f1fc19bcca16530d5642620c552be3b992b125cc': Fixed the extra side chains of disulfide bonds when the disulfide bonds are not showing; fixed the extra tracks in Seqeunces & Annotations window.
2 parents 6503ba8 + f1fc19b commit a2742d2

56 files changed

Lines changed: 33471 additions & 28069 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## Change Log
2+
[icn3d-3.25.4](https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d-3.25.4.zip) was release on June 15, 2023. Fixed the extra side chains of disulfide bonds when the disulfide bonds are not showing; fixed the extra tracks in Seqeunces & Annotations window.
3+
24
[icn3d-3.25.3](https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d-3.25.3.zip) was release on May 24, 2023. Fixed a bug in Node.js scripts about retrieving data from Ajax calls.
35

46
[icn3d-3.25.2](https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d-3.25.2.zip) was release on May 17, 2023. Fixed a bug in VAST alignment.

build/icn3d.js

Lines changed: 6839 additions & 6715 deletions
Large diffs are not rendered by default.

build/icn3d.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/icn3d.module.js

Lines changed: 6839 additions & 6715 deletions
Large diffs are not rendered by default.

dist/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## Change Log
2+
[icn3d-3.25.4](https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d-3.25.4.zip) was release on June 15, 2023. Fixed the extra side chains of disulfide bonds when the disulfide bonds are not showing; fixed the extra tracks in Seqeunces & Annotations window.
3+
24
[icn3d-3.25.3](https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d-3.25.3.zip) was release on May 24, 2023. Fixed a bug in Node.js scripts about retrieving data from Ajax calls.
35

46
[icn3d-3.25.2](https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d-3.25.2.zip) was release on May 17, 2023. Fixed a bug in VAST alignment.

dist/full.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
<div id="div0"></div>
1919

2020
<link rel="stylesheet" href="lib/jquery-ui-1.13.2.min.css">
21-
<link rel="stylesheet" href="icn3d_3.25.3.css">
21+
<link rel="stylesheet" href="icn3d_3.25.4.css">
2222
<script src="lib/jquery-3.5.0.min.js"></script>
2323
<script src="lib/jquery-ui-1.13.2.min.js"></script>
2424
<script src="lib/three_0.137.0.min.js"></script>
25-
<script src="icn3d_3.25.3.min.js"></script>
25+
<script src="icn3d_3.25.4.min.js"></script>
2626

2727
<script type="text/javascript">
2828

@@ -40,7 +40,7 @@
4040
alert("IE does NOT work with the current iCn3D version 3. The old iCn3D version 2 is used instead.");
4141
}
4242
else {
43-
//$.getScript('icn3d_3.25.3.min.js', function() {
43+
//$.getScript('icn3d_3.25.4.min.js', function() {
4444
var version = 3;
4545
await launchIcn3d(version); //await
4646
//});

dist/full2.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
<div id="div1" style="float:left;"></div>
2020

2121
<link rel="stylesheet" href="lib/jquery-ui-1.13.2.min.css">
22-
<link rel="stylesheet" href="icn3d_3.25.3.css">
22+
<link rel="stylesheet" href="icn3d_3.25.4.css">
2323
<script src="lib/jquery-3.5.0.min.js"></script>
2424
<script src="lib/jquery-ui-1.13.2.min.js"></script>
2525
<script src="lib/three_0.137.0.min.js"></script>
26-
<script src="icn3d_3.25.3.min.js"></script>
26+
<script src="icn3d_3.25.4.min.js"></script>
2727

2828
<script type="text/javascript">
2929
$( document ).ready(async function() {
@@ -40,7 +40,7 @@
4040
alert("IE does NOT work with the current iCn3D version 3. The old iCn3D version 2 is used instead.");
4141
}
4242
else {
43-
//$.getScript('icn3d_3.25.3.min.js', function() {
43+
//$.getScript('icn3d_3.25.4.min.js', function() {
4444
var version = 3;
4545
await launchIcn3d(version);
4646
//});
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
<div id="div1" style="float:left;"></div>
2020

2121
<link rel="stylesheet" href="lib/jquery-ui-1.13.2.min.css">
22-
<link rel="stylesheet" href="icn3d_3.25.3.css">
22+
<link rel="stylesheet" href="icn3d_3.25.4.css">
2323
<script src="lib/jquery-3.5.0.min.js"></script>
2424
<script src="lib/jquery-ui-1.13.2.min.js"></script>
2525
<script src="lib/three_0.137.0.min.js"></script>
26-
<script src="icn3d_3.25.3.min.js"></script>
26+
<script src="icn3d_3.25.4.min.js"></script>
2727

2828
<script type="text/javascript">
2929
$( document ).ready(async function() {
@@ -40,7 +40,7 @@
4040
alert("IE does NOT work with the current iCn3D version 3. The old iCn3D version 2 is used instead.");
4141
}
4242
else {
43-
//$.getScript('icn3d_3.25.3.min.js', function() {
43+
//$.getScript('icn3d_3.25.4.min.js', function() {
4444
var version = 3;
4545
await launchIcn3d(version);
4646
//});
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
<div id="div0"></div>
1919

2020
<link rel="stylesheet" href="lib/jquery-ui-1.13.2.min.css">
21-
<link rel="stylesheet" href="icn3d_3.25.3.css">
21+
<link rel="stylesheet" href="icn3d_3.25.4.css">
2222
<script src="lib/jquery-3.5.0.min.js"></script>
2323
<script src="lib/jquery-ui-1.13.2.min.js"></script>
2424
<script src="lib/three_0.137.0.min.js"></script>
25-
<script src="icn3d_3.25.3.min.js"></script>
25+
<script src="icn3d_3.25.4.min.js"></script>
2626

2727
<script type="text/javascript">
2828

@@ -40,7 +40,7 @@
4040
alert("IE does NOT work with the current iCn3D version 3. The old iCn3D version 2 is used instead.");
4141
}
4242
else {
43-
//$.getScript('icn3d_3.25.3.min.js', function() {
43+
//$.getScript('icn3d_3.25.4.min.js', function() {
4444
var version = 3;
4545
await launchIcn3d(version); //await
4646
//});

0 commit comments

Comments
 (0)