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.js +2 -2
- package/icn3d.min.js +1 -1
- package/icn3d.module.js +2 -2
- package/package.json +1 -1
package/icn3d.js
CHANGED
|
@@ -42014,7 +42014,7 @@ class ShowSeq {
|
|
|
42014
42014
|
return {'html': html, 'html3': html3};
|
|
42015
42015
|
}
|
|
42016
42016
|
|
|
42017
|
-
showRefNum(giSeq, chnid, kabat_or_imgt, bCustom) { let ic = this.icn3d
|
|
42017
|
+
showRefNum(giSeq, chnid, kabat_or_imgt, bCustom) { let ic = this.icn3d, me = ic.icn3dui;
|
|
42018
42018
|
let html = '', html3 = '';
|
|
42019
42019
|
|
|
42020
42020
|
let chainList = '';
|
|
@@ -42084,7 +42084,7 @@ class ShowSeq {
|
|
|
42084
42084
|
// sometimes one chain may have several Ig domains,set an index for each IgDomain
|
|
42085
42085
|
let index = 1, bStart = false;
|
|
42086
42086
|
|
|
42087
|
-
if(!bCustom && !kabat_or_imgt) {
|
|
42087
|
+
if(!bCustom && !kabat_or_imgt && !me.bNode) { // domnot overwrite loop in node
|
|
42088
42088
|
// reset ic.residIgLoop for the current selection, which could be the second round of ref num assignment
|
|
42089
42089
|
let residHash = ic.firstAtomObjCls.getResiduesFromAtoms(ic.hAtoms);
|
|
42090
42090
|
for(let resid in residHash) {
|