icn3d 3.26.3 → 3.26.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
@@ -44487,7 +44487,7 @@ class LineGraph {
44487
44487
  pdb_query = header + pdb_query;
44488
44488
 
44489
44489
  let dataObj = {'pdb_query': pdb_query, 'pdb_target': pdb_target, "queryid": ic.refpdbArray[index]};
44490
- let alignAjax = me.getAjaxPostPromise(urltmalign, dataObj);
44490
+ let alignAjax = (me.bNode) ? me.getAjaxPostPromise(urltmalign, dataObj, undefined, undefined, undefined, undefined, undefined, true) : me.getAjaxPostPromise(urltmalign, dataObj);
44491
44491
  ajaxArray.push(alignAjax);
44492
44492
 
44493
44493
  domainidpairArray.push(domainid + "|" + ic.refpdbArray[index]);
@@ -44503,7 +44503,7 @@ class LineGraph {
44503
44503
  // dataArray2 = await allPromise;
44504
44504
 
44505
44505
  //split arrays into chunks of 100 jobs
44506
- let n = (me.bNode) ? 48 : 96;
44506
+ let n = (me.bNode) ? 16 : 96;
44507
44507
  for(let i = 0, il = (ajaxArray.length - 1) / n + 1; i < il; ++i) {
44508
44508
  let currAjaxArray = [];
44509
44509
  if(i == il - 1) { // last one