Skip to content

Commit

Permalink
Pull request #647: Allowed to load multiple mmCIF text files, which c…
Browse files Browse the repository at this point in the history
…ould contain multiple structures separated by "ENDMDL\n".

Merge in STRUC/icn3d from release3320 to master

* commit '94565a715963fd446c1341fef81d1b42a0c3ddc8':
  Allowed to load multiple mmCIF text files, which could contain multiple structures separated by "ENDMDL\n".
  • Loading branch information
jiywang3 committed May 28, 2024
2 parents b3d6bf8 + 94565a7 commit 4713b3c
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build/icn3d.js
Original file line number Diff line number Diff line change
Expand Up @@ -12588,7 +12588,7 @@ var icn3d = (function (exports) {
// html += this.getLink('mn1_pdbfile', 'PDB File');
// html += this.getLink('mn1_pdbfile_app', 'PDB File (append)');
html += this.getLink('mn1_pdbfile_app', 'PDB Files (appendable)', 1, 2);
html += this.getLink('mn1_mmciffile', 'mmCIF File (appendable)', undefined, 2);
html += this.getLink('mn1_mmciffile', 'mmCIF Files (appendable)', undefined, 2);
html += this.getLink('mn1_mol2file', 'Mol2 File', undefined, 2);
html += this.getLink('mn1_sdffile', 'SDF File', undefined, 2);
html += this.getLink('mn1_xyzfile', 'XYZ File', undefined, 2);
Expand Down
2 changes: 1 addition & 1 deletion build/icn3d.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/icn3d.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -12585,7 +12585,7 @@ class SetMenu {
// html += this.getLink('mn1_pdbfile', 'PDB File');
// html += this.getLink('mn1_pdbfile_app', 'PDB File (append)');
html += this.getLink('mn1_pdbfile_app', 'PDB Files (appendable)', 1, 2);
html += this.getLink('mn1_mmciffile', 'mmCIF File (appendable)', undefined, 2);
html += this.getLink('mn1_mmciffile', 'mmCIF Files (appendable)', undefined, 2);
html += this.getLink('mn1_mol2file', 'Mol2 File', undefined, 2);
html += this.getLink('mn1_sdffile', 'SDF File', undefined, 2);
html += this.getLink('mn1_xyzfile', 'XYZ File', undefined, 2);
Expand Down
Binary file modified dist/icn3d-3.32.0.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/icn3d.js
Original file line number Diff line number Diff line change
Expand Up @@ -12588,7 +12588,7 @@ var icn3d = (function (exports) {
// html += this.getLink('mn1_pdbfile', 'PDB File');
// html += this.getLink('mn1_pdbfile_app', 'PDB File (append)');
html += this.getLink('mn1_pdbfile_app', 'PDB Files (appendable)', 1, 2);
html += this.getLink('mn1_mmciffile', 'mmCIF File (appendable)', undefined, 2);
html += this.getLink('mn1_mmciffile', 'mmCIF Files (appendable)', undefined, 2);
html += this.getLink('mn1_mol2file', 'Mol2 File', undefined, 2);
html += this.getLink('mn1_sdffile', 'SDF File', undefined, 2);
html += this.getLink('mn1_xyzfile', 'XYZ File', undefined, 2);
Expand Down
2 changes: 1 addition & 1 deletion dist/icn3d.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/icn3d.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -12585,7 +12585,7 @@ class SetMenu {
// html += this.getLink('mn1_pdbfile', 'PDB File');
// html += this.getLink('mn1_pdbfile_app', 'PDB File (append)');
html += this.getLink('mn1_pdbfile_app', 'PDB Files (appendable)', 1, 2);
html += this.getLink('mn1_mmciffile', 'mmCIF File (appendable)', undefined, 2);
html += this.getLink('mn1_mmciffile', 'mmCIF Files (appendable)', undefined, 2);
html += this.getLink('mn1_mol2file', 'Mol2 File', undefined, 2);
html += this.getLink('mn1_sdffile', 'SDF File', undefined, 2);
html += this.getLink('mn1_xyzfile', 'XYZ File', undefined, 2);
Expand Down
2 changes: 1 addition & 1 deletion dist/icn3d_3.32.0.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/html/setMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ class SetMenu {
// html += this.getLink('mn1_pdbfile', 'PDB File');
// html += this.getLink('mn1_pdbfile_app', 'PDB File (append)');
html += this.getLink('mn1_pdbfile_app', 'PDB Files (appendable)', 1, 2);
html += this.getLink('mn1_mmciffile', 'mmCIF File (appendable)', undefined, 2);
html += this.getLink('mn1_mmciffile', 'mmCIF Files (appendable)', undefined, 2);
html += this.getLink('mn1_mol2file', 'Mol2 File', undefined, 2);
html += this.getLink('mn1_sdffile', 'SDF File', undefined, 2);
html += this.getLink('mn1_xyzfile', 'XYZ File', undefined, 2);
Expand Down

0 comments on commit 4713b3c

Please sign in to comment.