Skip to content

Commit 9d2e73e

Browse files
committed
Pull request #650: Draw coils for the whole structure with zero radius for the secondary structure parts.
Merge in STRUC/icn3d from release3331 to master * commit '8e7f7c7eabbdaa51019e98b4777bb05d11eda00e': Draw coils for the whole structure with zero radius for the secondary structure parts. Draw coils for the whole structure with zero radius for the secondary structure parts.
2 parents 6168a87 + 8e7f7c7 commit 9d2e73e

30 files changed

Lines changed: 1750 additions & 1294 deletions

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.33.1](https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d-3.33.1.zip) was release on June 18, 2024. Draw coils for the whole structure with zero radius for the secondary structure parts.
3+
24
[icn3d-3.33.0](https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d-3.33.0.zip) was release on June 12, 2024. Users can use iCn3D to detect Ig domains for any structures and assign IgStrand reference numbers for each residue. The instruction is at https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d.html#igrefnum.
35

46
[icn3d-3.32.0](https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d-3.32.0.zip) was release on May 28, 2024. Allowed to load multiple mmCIF text files, which could contain multiple structures separated by "ENDMDL\n".

build/icn3d.js

Lines changed: 342 additions & 253 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: 342 additions & 253 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.33.1](https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d-3.33.1.zip) was release on June 18, 2024. Draw coils for the whole structure with zero radius for the secondary structure parts.
3+
24
[icn3d-3.33.0](https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d-3.33.0.zip) was release on June 12, 2024. Users can use iCn3D to detect Ig domains for any structures and assign IgStrand reference numbers for each residue. The instruction is at https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d.html#igrefnum.
35

46
[icn3d-3.32.0](https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d-3.32.0.zip) was release on May 28, 2024. Allowed to load multiple mmCIF text files, which could contain multiple structures separated by "ENDMDL\n".

dist/full.html

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

2121
<link rel="stylesheet" href="lib/jquery-ui-1.13.2.min.css">
22-
<link rel="stylesheet" href="icn3d_3.33.0.css">
22+
<link rel="stylesheet" href="icn3d_3.33.1.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.151.0.min.js"></script>
26-
<script src="icn3d_3.33.0.min.js"></script>
26+
<script src="icn3d_3.33.1.min.js"></script>
2727

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

@@ -41,7 +41,7 @@
4141
alert("IE does NOT work with the current iCn3D version 3. The old iCn3D version 2 is used instead.");
4242
}
4343
else {
44-
//$.getScript('icn3d_3.33.0.min.js', function() {
44+
//$.getScript('icn3d_3.33.1.min.js', function() {
4545
var version = 3;
4646
await launchIcn3d(version); //await
4747
//});

dist/full2.html

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

2222
<link rel="stylesheet" href="lib/jquery-ui-1.13.2.min.css">
23-
<link rel="stylesheet" href="icn3d_3.33.0.css">
23+
<link rel="stylesheet" href="icn3d_3.33.1.css">
2424
<script src="lib/jquery-3.5.0.min.js"></script>
2525
<script src="lib/jquery-ui-1.13.2.min.js"></script>
2626
<script src="lib/three_0.151.0.min.js"></script>
27-
<script src="icn3d_3.33.0.min.js"></script>
27+
<script src="icn3d_3.33.1.min.js"></script>
2828

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

2222
<link rel="stylesheet" href="lib/jquery-ui-1.13.2.min.css">
23-
<link rel="stylesheet" href="icn3d_3.33.0.css">
23+
<link rel="stylesheet" href="icn3d_3.33.1.css">
2424
<script src="lib/jquery-3.5.0.min.js"></script>
2525
<script src="lib/jquery-ui-1.13.2.min.js"></script>
2626
<script src="lib/three_0.151.0.min.js"></script>
27-
<script src="icn3d_3.33.0.min.js"></script>
27+
<script src="icn3d_3.33.1.min.js"></script>
2828

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

2121
<link rel="stylesheet" href="lib/jquery-ui-1.13.2.min.css">
22-
<link rel="stylesheet" href="icn3d_3.33.0.css">
22+
<link rel="stylesheet" href="icn3d_3.33.1.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.151.0.min.js"></script>
26-
<script src="icn3d_3.33.0.min.js"></script>
26+
<script src="icn3d_3.33.1.min.js"></script>
2727

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

@@ -41,7 +41,7 @@
4141
alert("IE does NOT work with the current iCn3D version 3. The old iCn3D version 2 is used instead.");
4242
}
4343
else {
44-
//$.getScript('icn3d_3.33.0.min.js', function() {
44+
//$.getScript('icn3d_3.33.1.min.js', function() {
4545
var version = 3;
4646
await launchIcn3d(version); //await
4747
//});

0 commit comments

Comments
 (0)