icn3d 3.34.4 → 3.34.5

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 CHANGED
@@ -40274,7 +40274,7 @@ class AnnoCddSite {
40274
40274
  getResiArrayStr(resiNCBIArray, chainid) { let ic = this.icn3d; ic.icn3dui;
40275
40275
  let resiArrayStr = '';
40276
40276
  for(let i = 0, il = resiNCBIArray.length; i < il; ++i) {
40277
- let resiNCBI = resiNCBIArray[i];
40277
+ let resiNCBI = resiNCBIArray[i] + 1; // zero-based
40278
40278
  let residNCBI = chainid + '_' + resiNCBI;
40279
40279
  let resid = ic.ncbi2resid[residNCBI];
40280
40280
  let resi = resid.split('_')[2];