Skip to content

Commit 4d0ce46

Browse files
committed
Pull request #719: Added "2D Diagram for Nucleotides" using the R2DT diagram, and "2D Diagram for Ig Domains" with predetermined Ig templates. The features are available via the menu "Analysis > 2D Diagram" in iCn3D.
Merge in STRUC/icn3d from release3.49.0 to master * commit '1e5134ef9980c1a20257f4db206c238a7f2d4208': Added "2D Diagram for Nucleotides" using the R2DT diagram, and "2D Diagram for Ig Domains" with predetermined Ig templates. The features are available via the menu "Analysis > 2D Diagram" in iCn3D.
2 parents 4d4d508 + 1e5134e commit 4d0ce46

42 files changed

Lines changed: 1686 additions & 268 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.49.0](https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d-3.49.0.zip) was release on April 29, 2026. Added "2D Diagram for Nucleotides" using the R2DT diagram, and "2D Diagram for Ig Domains" with predetermined Ig templates. The features are available via the menu "Analysis > 2D Diagram" in iCn3D.
3+
24
[icn3d-3.48.1](https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d-3.48.1.zip) was release on April 15, 2026. Fixed the issue in changing backgroound color.
35

46
[icn3d-3.48.0](https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d-3.48.0.zip) was release on April 14, 2026. The IgStrand numbering scheme for Ig-fold has been upgraded to version 1.2 by removing the templates for six IgE, seven IgFN3-like, and three other Igs.

build/icn3d.js

Lines changed: 298 additions & 48 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: 298 additions & 48 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.49.0](https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d-3.49.0.zip) was release on April 29, 2026. Added "2D Diagram for Nucleotides" using the R2DT diagram, and "2D Diagram for Ig Domains" with predetermined Ig templates. The features are available via the menu "Analysis > 2D Diagram" in iCn3D.
3+
24
[icn3d-3.48.1](https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d-3.48.1.zip) was release on April 15, 2026. Fixed the issue in changing backgroound color.
35

46
[icn3d-3.48.0](https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d-3.48.0.zip) was release on April 14, 2026. The IgStrand numbering scheme for Ig-fold has been upgraded to version 1.2 by removing the templates for six IgE, seven IgFN3-like, and three other Igs.

dist/full.html

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

3737
<link rel="stylesheet" href="lib/jquery-ui-1.13.2.min.css">
38-
<link rel="stylesheet" href="icn3d_3.48.1.css">
38+
<link rel="stylesheet" href="icn3d_3.49.0.css">
3939
<script src="lib/jquery-3.5.0.min.js"></script>
4040
<script src="lib/jquery-ui-1.13.2.min.js"></script>
4141
<!---script src="lib/three_0.151.0.min.js"></script-->
42-
<script src="icn3d_3.48.1.min.js"></script>
42+
<script src="icn3d_3.49.0.min.js"></script>
4343

4444
<script type="text/javascript">
4545

@@ -57,7 +57,7 @@
5757
alert("IE does NOT work with the current iCn3D version 3. The old iCn3D version 2 is used instead.");
5858
}
5959
else {
60-
//$.getScript('icn3d_3.48.1.min.js', function() {
60+
//$.getScript('icn3d_3.49.0.min.js', function() {
6161
var version = 3;
6262
await launchIcn3d(version); //await
6363
//});

dist/full2.html

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

3535
<link rel="stylesheet" href="lib/jquery-ui-1.13.2.min.css">
36-
<link rel="stylesheet" href="icn3d_3.48.1.css">
36+
<link rel="stylesheet" href="icn3d_3.49.0.css">
3737
<script src="lib/jquery-3.5.0.min.js"></script>
3838
<script src="lib/jquery-ui-1.13.2.min.js"></script>
3939
<!---script src="lib/three_0.151.0.min.js"></script-->
40-
<script src="icn3d_3.48.1.min.js"></script>
40+
<script src="icn3d_3.49.0.min.js"></script>
4141

4242
<script type="text/javascript">
4343
$( document ).ready(async function() {
@@ -54,7 +54,7 @@
5454
alert("IE does NOT work with the current iCn3D version 3. The old iCn3D version 2 is used instead.");
5555
}
5656
else {
57-
//$.getScript('icn3d_3.48.1.min.js', function() {
57+
//$.getScript('icn3d_3.49.0.min.js', function() {
5858
var version = 3;
5959
await launchIcn3d(version);
6060
//});
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
<div id="div1" style="float:left;"></div>
3434

3535
<link rel="stylesheet" href="lib/jquery-ui-1.13.2.min.css">
36-
<link rel="stylesheet" href="icn3d_3.48.1.css">
36+
<link rel="stylesheet" href="icn3d_3.49.0.css">
3737
<script src="lib/jquery-3.5.0.min.js"></script>
3838
<script src="lib/jquery-ui-1.13.2.min.js"></script>
3939
<!---script src="lib/three_0.151.0.min.js"></script-->
40-
<script src="icn3d_3.48.1.min.js"></script>
40+
<script src="icn3d_3.49.0.min.js"></script>
4141

4242
<script type="text/javascript">
4343
$( document ).ready(async function() {
@@ -54,7 +54,7 @@
5454
alert("IE does NOT work with the current iCn3D version 3. The old iCn3D version 2 is used instead.");
5555
}
5656
else {
57-
//$.getScript('icn3d_3.48.1.min.js', function() {
57+
//$.getScript('icn3d_3.49.0.min.js', function() {
5858
var version = 3;
5959
await launchIcn3d(version);
6060
//});
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
<div id="div0"></div>
3636

3737
<link rel="stylesheet" href="lib/jquery-ui-1.13.2.min.css">
38-
<link rel="stylesheet" href="icn3d_3.48.1.css">
38+
<link rel="stylesheet" href="icn3d_3.49.0.css">
3939
<script src="lib/jquery-3.5.0.min.js"></script>
4040
<script src="lib/jquery-ui-1.13.2.min.js"></script>
4141
<!---script src="lib/three_0.151.0.min.js"></script-->
42-
<script src="icn3d_3.48.1.min.js"></script>
42+
<script src="icn3d_3.49.0.min.js"></script>
4343

4444
<script type="text/javascript">
4545

@@ -57,7 +57,7 @@
5757
alert("IE does NOT work with the current iCn3D version 3. The old iCn3D version 2 is used instead.");
5858
}
5959
else {
60-
//$.getScript('icn3d_3.48.1.min.js', function() {
60+
//$.getScript('icn3d_3.49.0.min.js', function() {
6161
var version = 3;
6262
await launchIcn3d(version); //await
6363
//});

0 commit comments

Comments
 (0)