icn3d 3.28.1 → 3.28.2
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 +4 -3
- package/icn3d.min.js +1 -1
- package/icn3d.module.js +4 -3
- package/package.json +1 -1
package/icn3d.module.js
CHANGED
|
@@ -41826,11 +41826,11 @@ class AddTrack {
|
|
|
41826
41826
|
let exonArray = (acc2exons) ? acc2exons[trackTitleArray[j]] : undefined;
|
|
41827
41827
|
this.showNewTrack(chainid, title, text, undefined, undefined, type, undefined, bMsa, fromArray, toArray, seqStartLen, exonArray);
|
|
41828
41828
|
}
|
|
41829
|
-
|
|
41829
|
+
/*
|
|
41830
41830
|
// set color for the master seq
|
|
41831
41831
|
if(trackSeqArray.length > 0) {
|
|
41832
|
-
if(ic.queryresi2score === undefined) ic.queryresi2score = {}
|
|
41833
|
-
if(ic.queryresi2score[chainid] === undefined) ic.queryresi2score[chainid] = {}
|
|
41832
|
+
if(ic.queryresi2score === undefined) ic.queryresi2score = {}
|
|
41833
|
+
if(ic.queryresi2score[chainid] === undefined) ic.queryresi2score[chainid] = {}
|
|
41834
41834
|
|
|
41835
41835
|
let nSeq = trackSeqArray.length;
|
|
41836
41836
|
for(let resi in resi2cntSameRes) {
|
|
@@ -41861,6 +41861,7 @@ class AddTrack {
|
|
|
41861
41861
|
|
|
41862
41862
|
//me.htmlCls.clickMenuCls.setLogCmd('color align custom | ' + chainid + ' | range ' + start + '_' + end + ' | ' + resiScoreStr, true);
|
|
41863
41863
|
}
|
|
41864
|
+
*/
|
|
41864
41865
|
}
|
|
41865
41866
|
|
|
41866
41867
|
processAccList(acclist) { let ic = this.icn3d; ic.icn3dui;
|