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.js
CHANGED
|
@@ -40925,11 +40925,11 @@ class AddTrack {
|
|
|
40925
40925
|
let exonArray = (acc2exons) ? acc2exons[trackTitleArray[j]] : undefined;
|
|
40926
40926
|
this.showNewTrack(chainid, title, text, undefined, undefined, type, undefined, bMsa, fromArray, toArray, seqStartLen, exonArray);
|
|
40927
40927
|
}
|
|
40928
|
-
|
|
40928
|
+
/*
|
|
40929
40929
|
// set color for the master seq
|
|
40930
40930
|
if(trackSeqArray.length > 0) {
|
|
40931
|
-
if(ic.queryresi2score === undefined) ic.queryresi2score = {}
|
|
40932
|
-
if(ic.queryresi2score[chainid] === undefined) ic.queryresi2score[chainid] = {}
|
|
40931
|
+
if(ic.queryresi2score === undefined) ic.queryresi2score = {}
|
|
40932
|
+
if(ic.queryresi2score[chainid] === undefined) ic.queryresi2score[chainid] = {}
|
|
40933
40933
|
|
|
40934
40934
|
let nSeq = trackSeqArray.length;
|
|
40935
40935
|
for(let resi in resi2cntSameRes) {
|
|
@@ -40960,6 +40960,7 @@ class AddTrack {
|
|
|
40960
40960
|
|
|
40961
40961
|
//me.htmlCls.clickMenuCls.setLogCmd('color align custom | ' + chainid + ' | range ' + start + '_' + end + ' | ' + resiScoreStr, true);
|
|
40962
40962
|
}
|
|
40963
|
+
*/
|
|
40963
40964
|
}
|
|
40964
40965
|
|
|
40965
40966
|
processAccList(acclist) { let ic = this.icn3d; ic.icn3dui;
|