icn3d 3.25.19 → 3.25.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/icn3d.module.js CHANGED
@@ -42915,7 +42915,7 @@ class ShowSeq {
42915
42915
  return {'html': html, 'html3': html3};
42916
42916
  }
42917
42917
 
42918
- showRefNum(giSeq, chnid, kabat_or_imgt, bCustom) { let ic = this.icn3d; ic.icn3dui;
42918
+ showRefNum(giSeq, chnid, kabat_or_imgt, bCustom) { let ic = this.icn3d, me = ic.icn3dui;
42919
42919
  let html = '', html3 = '';
42920
42920
 
42921
42921
  let chainList = '';
@@ -42985,7 +42985,7 @@ class ShowSeq {
42985
42985
  // sometimes one chain may have several Ig domains,set an index for each IgDomain
42986
42986
  let index = 1, bStart = false;
42987
42987
 
42988
- if(!bCustom && !kabat_or_imgt) {
42988
+ if(!bCustom && !kabat_or_imgt && !me.bNode) { // domnot overwrite loop in node
42989
42989
  // reset ic.residIgLoop for the current selection, which could be the second round of ref num assignment
42990
42990
  let residHash = ic.firstAtomObjCls.getResiduesFromAtoms(ic.hAtoms);
42991
42991
  for(let resid in residHash) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "icn3d",
3
- "version": "3.25.19",
3
+ "version": "3.25.20",
4
4
  "main": "./icn3d.js",
5
5
  "exports": {
6
6
  ".": {