Skip to content

Commit

Permalink
Pull request #656: Show atom details for the interaction of one ligan…
Browse files Browse the repository at this point in the history
…d/residue with protein via the menu "Analysis > Interaction" and then the button "2D Interaction for One Ligand/Residue".

Merge in STRUC/icn3d from release3340 to master

* commit '5e0f656ad3e8e4b19855e42ebc2218e5be553533':
  Show atom details for the interaction of one ligand/residue with protein via the menu "Analysis > Interaction" and then the button "2D Interaction for One Ligand/Residue".
  • Loading branch information
jiywang3 committed Jul 29, 2024
2 parents a069d3d + 5e0f656 commit fa2e998
Show file tree
Hide file tree
Showing 53 changed files with 3,855 additions and 530 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Change Log
[icn3d-3.34.0](https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d-3.34.0.zip) was release on July 29, 2024. Show atom details for the interaction of one ligand/residue with protein via the menu "Analysis > Interaction" and then the button "2D Interaction for One Ligand/Residue".

[icn3d-3.33.3](https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d-3.33.3.zip) was release on July 15, 2024. Switch electron density data from RCSB DSN6 to PDBe Density Server.

[icn3d-3.33.2](https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d-3.33.2.zip) was release on June 25, 2024. Enabled to measure angles between sets in the menu "Analysis > Angle".
Expand Down
Empty file modified LICENSE.md
100755 → 100644
Empty file.
Empty file modified README.md
100755 → 100644
Empty file.
Empty file modified SECURITY.md
100755 → 100644
Empty file.
859 changes: 759 additions & 100 deletions build/icn3d.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions build/icn3d.min.js

Large diffs are not rendered by default.

859 changes: 759 additions & 100 deletions build/icn3d.module.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/CHANGELOG.md
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Change Log
[icn3d-3.34.0](https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d-3.34.0.zip) was release on July 29, 2024. Show atom details for the interaction of one ligand/residue with protein via the menu "Analysis > Interaction" and then the button "2D Interaction for One Ligand/Residue".

[icn3d-3.33.3](https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d-3.33.3.zip) was release on July 15, 2024. Switch electron density data from RCSB DSN6 to PDBe Density Server.

[icn3d-3.33.2](https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d-3.33.2.zip) was release on June 25, 2024. Enabled to measure angles between sets in the menu "Analysis > Angle".
Expand Down
Empty file modified dist/LICENSE.md
100755 → 100644
Empty file.
Empty file modified dist/README.md
100755 → 100644
Empty file.
6 changes: 3 additions & 3 deletions dist/full.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<div id="div0"></div>

<link rel="stylesheet" href="lib/jquery-ui-1.13.2.min.css">
<link rel="stylesheet" href="icn3d_3.33.3.css">
<link rel="stylesheet" href="icn3d_3.34.0.css">
<script src="lib/jquery-3.5.0.min.js"></script>
<script src="lib/jquery-ui-1.13.2.min.js"></script>
<script src="lib/three_0.151.0.min.js"></script>
<script src="icn3d_3.33.3.min.js"></script>
<script src="icn3d_3.34.0.min.js"></script>

<script type="text/javascript">

Expand All @@ -41,7 +41,7 @@
alert("IE does NOT work with the current iCn3D version 3. The old iCn3D version 2 is used instead.");
}
else {
//$.getScript('icn3d_3.33.3.min.js', function() {
//$.getScript('icn3d_3.34.0.min.js', function() {
var version = 3;
await launchIcn3d(version); //await
//});
Expand Down
6 changes: 3 additions & 3 deletions dist/full2.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<div id="div1" style="float:left;"></div>

<link rel="stylesheet" href="lib/jquery-ui-1.13.2.min.css">
<link rel="stylesheet" href="icn3d_3.33.3.css">
<link rel="stylesheet" href="icn3d_3.34.0.css">
<script src="lib/jquery-3.5.0.min.js"></script>
<script src="lib/jquery-ui-1.13.2.min.js"></script>
<script src="lib/three_0.151.0.min.js"></script>
<script src="icn3d_3.33.3.min.js"></script>
<script src="icn3d_3.34.0.min.js"></script>

<script type="text/javascript">
$( document ).ready(async function() {
Expand All @@ -41,7 +41,7 @@
alert("IE does NOT work with the current iCn3D version 3. The old iCn3D version 2 is used instead.");
}
else {
//$.getScript('icn3d_3.33.3.min.js', function() {
//$.getScript('icn3d_3.34.0.min.js', function() {
var version = 3;
await launchIcn3d(version);
//});
Expand Down
6 changes: 3 additions & 3 deletions dist/full2_3.33.3.html → dist/full2_3.34.0.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<div id="div1" style="float:left;"></div>

<link rel="stylesheet" href="lib/jquery-ui-1.13.2.min.css">
<link rel="stylesheet" href="icn3d_3.33.3.css">
<link rel="stylesheet" href="icn3d_3.34.0.css">
<script src="lib/jquery-3.5.0.min.js"></script>
<script src="lib/jquery-ui-1.13.2.min.js"></script>
<script src="lib/three_0.151.0.min.js"></script>
<script src="icn3d_3.33.3.min.js"></script>
<script src="icn3d_3.34.0.min.js"></script>

<script type="text/javascript">
$( document ).ready(async function() {
Expand All @@ -41,7 +41,7 @@
alert("IE does NOT work with the current iCn3D version 3. The old iCn3D version 2 is used instead.");
}
else {
//$.getScript('icn3d_3.33.3.min.js', function() {
//$.getScript('icn3d_3.34.0.min.js', function() {
var version = 3;
await launchIcn3d(version);
//});
Expand Down
6 changes: 3 additions & 3 deletions dist/full_3.33.3.html → dist/full_3.34.0.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<div id="div0"></div>

<link rel="stylesheet" href="lib/jquery-ui-1.13.2.min.css">
<link rel="stylesheet" href="icn3d_3.33.3.css">
<link rel="stylesheet" href="icn3d_3.34.0.css">
<script src="lib/jquery-3.5.0.min.js"></script>
<script src="lib/jquery-ui-1.13.2.min.js"></script>
<script src="lib/three_0.151.0.min.js"></script>
<script src="icn3d_3.33.3.min.js"></script>
<script src="icn3d_3.34.0.min.js"></script>

<script type="text/javascript">

Expand All @@ -41,7 +41,7 @@
alert("IE does NOT work with the current iCn3D version 3. The old iCn3D version 2 is used instead.");
}
else {
//$.getScript('icn3d_3.33.3.min.js', function() {
//$.getScript('icn3d_3.34.0.min.js', function() {
var version = 3;
await launchIcn3d(version); //await
//});
Expand Down
Binary file renamed dist/icn3d-3.33.3.zip → dist/icn3d-3.34.0.zip
Binary file not shown.
7 changes: 7 additions & 0 deletions dist/icn3d.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -3022,6 +3022,13 @@ <h3>Codeathon/Workshop Contributors<img src="https://www.ncbi.nlm.nih.gov/Struct
<li><b>2023 DiscoveryBMB Workshop</b>, <a href="https://discoverbmb.asbmb.org/program/workshops"><b>Basics of the iCn3D program, a user-friendly tool for biomolecular modeling</b></a>: (Organizers: Kristen Procko, Henry Jakubowski, Josh T. Beckham, Daniel Dries, Shane Austin, Pamela Mertz)</li>
-->

<li><b>2024 BOSC CollaborationFest</b>
<ul>
<li><a href="https://docs.google.com/presentation/d/18ngHmbKoNbCGHTU0CO1gHQD6oSaqCbmC/edit#slide=id.g27856995fd9_0_9"><b>Displaying Protein-Ligand Interactions in iCn3D</b></a>: Jiyao Wang, Ravinder Abrol, Philippe Youkharibache<br><br></li>
<li><a href="https://docs.google.com/presentation/d/18ngHmbKoNbCGHTU0CO1gHQD6oSaqCbmC/edit#slide=id.g27856995fd9_0_9"><b>Combining JBrowse2 and iCn3D</b></a>: Colin Diesh, Jiyao Wang, Francois Belleau, Philippe Youkharibache, Ravi Abrol<br><br></li>
</ul>
</li>

</ul>
<br>

Expand Down
Loading

0 comments on commit fa2e998

Please sign in to comment.