icn3d 3.25.9 → 3.25.10
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 +67 -53
- package/icn3d.min.js +3 -3
- package/icn3d.module.js +67 -53
- package/package.json +1 -1
package/icn3d.module.js
CHANGED
|
@@ -8210,14 +8210,14 @@ class ClickMenu {
|
|
|
8210
8210
|
thisClass.setLogCmd('ig refnum on', true);
|
|
8211
8211
|
await ic.refnumCls.showIgRefNum();
|
|
8212
8212
|
|
|
8213
|
-
if(ic.bShowRefnum) {
|
|
8214
|
-
|
|
8215
|
-
|
|
8213
|
+
// if(ic.bShowRefnum) {
|
|
8214
|
+
// ic.opts.color = 'ig strand';
|
|
8215
|
+
// ic.setColorCls.setColorByOptions(ic.opts, ic.atoms);
|
|
8216
8216
|
|
|
8217
|
-
|
|
8218
|
-
|
|
8219
|
-
|
|
8220
|
-
}
|
|
8217
|
+
// ic.selectionCls.selectAll_base();
|
|
8218
|
+
// ic.hlUpdateCls.updateHlAll();
|
|
8219
|
+
// ic.drawCls.draw();
|
|
8220
|
+
// }
|
|
8221
8221
|
});
|
|
8222
8222
|
|
|
8223
8223
|
me.myEventCls.onIds("#" + me.pre + "mn6_igrefNo", "click", async function(e) { let ic = me.icn3d; e.preventDefault();
|
|
@@ -10297,8 +10297,8 @@ class SetMenu {
|
|
|
10297
10297
|
//}
|
|
10298
10298
|
|
|
10299
10299
|
//!!!
|
|
10300
|
-
//
|
|
10301
|
-
//
|
|
10300
|
+
//html += this.getRadio('mn4_clr', 'mn4_clrIgstrand', 'Ig Strand', undefined, undefined, 2);
|
|
10301
|
+
//html += this.getRadio('mn4_clr', 'mn4_clrIgproto', 'Ig Protodomain', undefined, undefined, 2);
|
|
10302
10302
|
}
|
|
10303
10303
|
else {
|
|
10304
10304
|
//if(!me.cfg.hidelicense) html += this.getRadio('mn4_clr', 'mn1_delphi2', 'DelPhi<br><span style="padding-left:1.5em;">Potential ' + me.htmlCls.licenseStr + '</span>');
|
|
@@ -35575,25 +35575,27 @@ class SetColor {
|
|
|
35575
35575
|
case 'ig strand':
|
|
35576
35576
|
if(ic.bShowRefnum) {
|
|
35577
35577
|
let color;
|
|
35578
|
-
|
|
35579
|
-
|
|
35578
|
+
let residueHash = ic.firstAtomObjCls.getResiduesFromAtoms(atoms);
|
|
35579
|
+
|
|
35580
|
+
for(let resid in residueHash) {
|
|
35581
|
+
if(!ic.resid2refnum[resid]) {
|
|
35580
35582
|
color = me.parasCls.thr('#FFFFFF');
|
|
35581
35583
|
}
|
|
35582
35584
|
else {
|
|
35583
35585
|
let refnumLabel = ic.resid2refnum[resid];
|
|
35584
35586
|
|
|
35585
|
-
if(!refnumLabel) {
|
|
35586
|
-
|
|
35587
|
-
}
|
|
35588
|
-
else {
|
|
35589
|
-
let refnumStr = refnumLabel.replace(/'/g, '').replace(/\*/g, '').replace(/\^/g, '').substr(1); // C', C''
|
|
35587
|
+
// if(!refnumLabel) {
|
|
35588
|
+
// color = me.parasCls.thr(me.htmlCls.GREYB);
|
|
35589
|
+
// }
|
|
35590
|
+
// else {
|
|
35591
|
+
let refnumStr = refnumLabel.replace(/'/g, '').replace(/\*/g, '').replace(/\^/g, '').replace(/\+/g, '').replace(/\-/g, '').substr(1); // C', C''
|
|
35590
35592
|
let currStrand = refnumLabel.replace(new RegExp(refnumStr,'g'), '');
|
|
35591
35593
|
color = ic.showSeqCls.getRefnumColor(currStrand);
|
|
35592
35594
|
|
|
35593
|
-
if(ic.residIgLoop.hasOwnProperty(resid)) {
|
|
35595
|
+
if(ic.residIgLoop.hasOwnProperty(resid)) {
|
|
35594
35596
|
color = me.parasCls.thr(me.htmlCls.GREYB);
|
|
35595
35597
|
}
|
|
35596
|
-
}
|
|
35598
|
+
// }
|
|
35597
35599
|
}
|
|
35598
35600
|
|
|
35599
35601
|
for (let i in ic.residues[resid]) {
|
|
@@ -35610,7 +35612,8 @@ class SetColor {
|
|
|
35610
35612
|
case 'ig protodomain':
|
|
35611
35613
|
if(ic.bShowRefnum) {
|
|
35612
35614
|
let color;
|
|
35613
|
-
|
|
35615
|
+
let residueHash = ic.firstAtomObjCls.getResiduesFromAtoms(atoms);
|
|
35616
|
+
for(let resid in residueHash) {
|
|
35614
35617
|
if(!ic.resid2refnum[resid]) {
|
|
35615
35618
|
color = me.parasCls.thr('#FFFFFF');
|
|
35616
35619
|
}
|
|
@@ -35621,7 +35624,7 @@ class SetColor {
|
|
|
35621
35624
|
color = me.parasCls.thr(me.htmlCls.GREYB);
|
|
35622
35625
|
}
|
|
35623
35626
|
else {
|
|
35624
|
-
let refnumStr = refnumLabel.replace(/'/g, '').replace(/\*/g, '').replace(/\^/g, '').substr(1); // C', C''
|
|
35627
|
+
let refnumStr = refnumLabel.replace(/'/g, '').replace(/\*/g, '').replace(/\^/g, '').replace(/\+/g, '').replace(/\-/g, '').substr(1); // C', C''
|
|
35625
35628
|
let currStrand = refnumLabel.replace(new RegExp(refnumStr,'g'), '');
|
|
35626
35629
|
color = ic.showSeqCls.getProtodomainColor(currStrand);
|
|
35627
35630
|
|
|
@@ -36563,9 +36566,9 @@ class SetOption {
|
|
|
36563
36566
|
let html = '';
|
|
36564
36567
|
|
|
36565
36568
|
const name2color = {
|
|
36566
|
-
//"A
|
|
36569
|
+
//"A- Strand": "FF00FF",
|
|
36567
36570
|
"A Strand": "663399",
|
|
36568
|
-
//"A
|
|
36571
|
+
//"A+ Strand": "663399", //"FFC0CB",
|
|
36569
36572
|
"A' Strand": "663399", //"9370db",
|
|
36570
36573
|
"B Strand": "ba55d3",
|
|
36571
36574
|
"C Strand": "0000FF",
|
|
@@ -36575,7 +36578,7 @@ class SetOption {
|
|
|
36575
36578
|
"E Strand": "FFFF00", //"F0E68C",
|
|
36576
36579
|
"F Strand": "FFA500",
|
|
36577
36580
|
"G Strand": "FF0000",
|
|
36578
|
-
//"G
|
|
36581
|
+
//"G+ Strand": "8B0000",
|
|
36579
36582
|
"Loop": "CCCCCC"
|
|
36580
36583
|
};
|
|
36581
36584
|
|
|
@@ -41753,10 +41756,12 @@ class ShowAnno {
|
|
|
41753
41756
|
|
|
41754
41757
|
if(ic.bShowRefnum) {
|
|
41755
41758
|
ic.opts.color = 'ig strand';
|
|
41756
|
-
ic.setColorCls.setColorByOptions(ic.opts, ic.atoms);
|
|
41759
|
+
//ic.setColorCls.setColorByOptions(ic.opts, ic.atoms);
|
|
41760
|
+
ic.setColorCls.setColorByOptions(ic.opts, ic.dAtoms);
|
|
41757
41761
|
|
|
41758
41762
|
ic.selectionCls.selectAll_base();
|
|
41759
41763
|
ic.hlUpdateCls.updateHlAll();
|
|
41764
|
+
//ic.drawCls.draw();
|
|
41760
41765
|
}
|
|
41761
41766
|
}
|
|
41762
41767
|
|
|
@@ -42842,7 +42847,7 @@ class ShowSeq {
|
|
|
42842
42847
|
}
|
|
42843
42848
|
|
|
42844
42849
|
if(refnumLabel) {
|
|
42845
|
-
refnumStr_ori = refnumLabel.replace(/'/g, '').replace(/\*/g, '').replace(/\^/g, '').substr(1); // C', C''
|
|
42850
|
+
refnumStr_ori = refnumLabel.replace(/'/g, '').replace(/\*/g, '').replace(/\^/g, '').replace(/\+/g, '').replace(/\-/g, '').substr(1); // C', C''
|
|
42846
42851
|
currStrand = refnumLabel.replace(new RegExp(refnumStr_ori,'g'), '');
|
|
42847
42852
|
refnumStr_ori.substr(0, 1);
|
|
42848
42853
|
|
|
@@ -42948,7 +42953,7 @@ class ShowSeq {
|
|
|
42948
42953
|
currStrand = strandArray[strandCnt].strand;
|
|
42949
42954
|
|
|
42950
42955
|
if(refnumLabel) {
|
|
42951
|
-
refnumStr = refnumLabel.replace(/'/g, '').replace(/\*/g, '').replace(/\^/g, '').substr(1); // C', C''
|
|
42956
|
+
refnumStr = refnumLabel.replace(/'/g, '').replace(/\*/g, '').replace(/\^/g, '').replace(/\+/g, '').replace(/\-/g, '').substr(1); // C', C''
|
|
42952
42957
|
currRefnum = parseInt(refnumStr);
|
|
42953
42958
|
refnumLabelNoPostfix = currStrand + currRefnum;
|
|
42954
42959
|
|
|
@@ -43029,6 +43034,9 @@ class ShowSeq {
|
|
|
43029
43034
|
}
|
|
43030
43035
|
}
|
|
43031
43036
|
else if(parseInt(currResi) >= parseInt(strandArray[strandCnt].startResi) && parseInt(currResi) <= parseInt(strandArray[strandCnt].endResi)) {
|
|
43037
|
+
// not in loop any more if you assign ref numbers multiple times
|
|
43038
|
+
delete ic.residIgLoop[residueid];
|
|
43039
|
+
|
|
43032
43040
|
bBeforeAstrand = false;
|
|
43033
43041
|
|
|
43034
43042
|
if(strandArray[strandCnt].anchorRefnum) { // use anchor to name refnum
|
|
@@ -43117,7 +43125,7 @@ class ShowSeq {
|
|
|
43117
43125
|
let bHidelabel = false;
|
|
43118
43126
|
|
|
43119
43127
|
if(refnumLabel) {
|
|
43120
|
-
refnumStr_ori = refnumLabel.replace(/'/g, '').replace(/\*/g, '').replace(/\^/g, '').substr(1); // C', C''
|
|
43128
|
+
refnumStr_ori = refnumLabel.replace(/'/g, '').replace(/\*/g, '').replace(/\^/g, '').replace(/\+/g, '').replace(/\-/g, '').substr(1); // C', C''
|
|
43121
43129
|
currStrand = refnumLabel.replace(new RegExp(refnumStr_ori,'g'), '');
|
|
43122
43130
|
currStrand_ori = currStrand;
|
|
43123
43131
|
|
|
@@ -43230,15 +43238,14 @@ class ShowSeq {
|
|
|
43230
43238
|
}
|
|
43231
43239
|
|
|
43232
43240
|
getRefnumColor(currStrand, bText) { let ic = this.icn3d, me = ic.icn3dui;
|
|
43233
|
-
|
|
43234
|
-
// return '#FF00FF';
|
|
43235
|
-
// }
|
|
43236
|
-
// else
|
|
43237
|
-
|
|
43238
|
-
if(currStrand == "A") {
|
|
43241
|
+
if(currStrand == "A-") {
|
|
43239
43242
|
return '#663399';
|
|
43240
43243
|
}
|
|
43241
|
-
else if(currStrand == "A
|
|
43244
|
+
else if(currStrand == "A") {
|
|
43245
|
+
return '#663399';
|
|
43246
|
+
}
|
|
43247
|
+
//else if(currStrand == "A*") {
|
|
43248
|
+
else if(currStrand == "A+") {
|
|
43242
43249
|
return '#663399'; //'#FFC0CB';
|
|
43243
43250
|
}
|
|
43244
43251
|
else if(currStrand == "A'") {
|
|
@@ -43268,7 +43275,7 @@ class ShowSeq {
|
|
|
43268
43275
|
else if(currStrand == "G") {
|
|
43269
43276
|
return '#FF0000';
|
|
43270
43277
|
}
|
|
43271
|
-
else if(currStrand == "G
|
|
43278
|
+
else if(currStrand == "G+") {
|
|
43272
43279
|
return '#8B0000';
|
|
43273
43280
|
}
|
|
43274
43281
|
else {
|
|
@@ -48691,7 +48698,7 @@ class ChainalignParser {
|
|
|
48691
48698
|
// reset annotations
|
|
48692
48699
|
$("#" + ic.pre + "dl_annotations").html("");
|
|
48693
48700
|
ic.bAnnoShown = false;
|
|
48694
|
-
if($('#' + ic.pre + 'dl_selectannotations').dialog( 'isOpen' )) {
|
|
48701
|
+
if($('#' + me.pre + 'dl_selectannotations').hasClass('ui-dialog-content') && $('#' + ic.pre + 'dl_selectannotations').dialog( 'isOpen' )) {
|
|
48695
48702
|
$('#' + ic.pre + 'dl_selectannotations').dialog( 'close' );
|
|
48696
48703
|
}
|
|
48697
48704
|
//});
|
|
@@ -62970,10 +62977,15 @@ class Dssp {
|
|
|
62970
62977
|
await thisClass.parseRefPdbData(ic.pdbDataArray);
|
|
62971
62978
|
}
|
|
62972
62979
|
else {
|
|
62973
|
-
//ic.refpdbArray = ['1bqu_fn3', '1cd8_igv', '1t6v_vnar', '1wio_c2', '1wio_igv', '2atp_a', '2atp_b', '2dm3_iset', '5esv_vh', '5esv_vl', '6al5_cd19', '7bz5_cl1', '7bz5_vh', '7bz5_vl'];
|
|
62974
62980
|
//ic.refpdbArray = ['1bqu_fn3', '1cd8_igv', '1cdh_cd4', '1dr9_cd80', '1hnf_cd2', '1hxm_d', '1hxm_g', '1ifr_lamin', '1ncn_cd86', '1t6v_vnar', '1yjd_cd28', '2atp_a', '2atp_b', '2dm3_iset', '3kys_tead1', '3pv7_ncr', '4f9l_cd277', '4gos_vtc', '4i0k_cd276', '4jqi_b', '4z18_cd274', '4zqk_pd1', '4zt1_e', '5esv_vh', '5esv_vl', '6al5_cd19', '6jxr_a', '6jxr_b', '6jxr_d', '6jxr_e', '6jxr_g', '6oil_vista', '6rp8_at', '6rp8_t', '6umt_cd273', '6x4g_cd275', '6x4g_icos', '7xq8_a', '7xq8_b', 'q71h61_ild', 'q9um44_hhl', 'p42081_cd86', 'q7z7d3_vtc', '1bqu_x', '1cdh_x', '1hnf_x', '1hxm_dx', '1hxm_gx', '4jqi_x', '4zt1_x', '5esv_vhx', '5esv_vlx', '6jxr_ax', '6jxr_bx', '1dr9_x', '3pv7_x', '4f9l_x', '4iok_x', '4z18_x', '6x4g_cd275x', 'q9um44_x'];
|
|
62975
62981
|
|
|
62976
|
-
ic.refpdbArray = ['1bqu_fn3', '1cd8_igv', '1cdh_cd4', '1dr9_cd80', '1hnf_cd2', '1hxm_d', '1hxm_g', '1ifr_lamin', '1ncn_cd86', '1t6v_vnar', '1yjd_cd28', '2atp_a', '2atp_b', '2dm3_iset', '3kys_tead1', '3pv7_ncr', '4f9l_cd277', '4gos_vtc', '4i0k_cd276', '4jqi_b', '4z18_cd274', '4zqk_pd1', '4zt1_e', '5esv_vh', '5esv_vl', '6al5_cd19', '6jxr_a', '6jxr_b', '6jxr_d', '6jxr_e', '6jxr_g', '6oil_vista', '6rp8_at', '6rp8_t', '6umt_cd273', '6x4g_cd275', '6x4g_icos', '7xq8_a', '7xq8_b', 'q71h61_ild', 'q9um44_hhl'];
|
|
62982
|
+
//ic.refpdbArray = ['1bqu_fn3', '1cd8_igv', '1cdh_cd4', '1dr9_cd80', '1hnf_cd2', '1hxm_d', '1hxm_g', '1ifr_lamin', '1ncn_cd86', '1t6v_vnar', '1yjd_cd28', '2atp_a', '2atp_b', '2dm3_iset', '3kys_tead1', '3pv7_ncr', '4f9l_cd277', '4gos_vtc', '4i0k_cd276', '4jqi_b', '4z18_cd274', '4zqk_pd1', '4zt1_e', '5esv_vh', '5esv_vl', '6al5_cd19', '6jxr_a', '6jxr_b', '6jxr_d', '6jxr_e', '6jxr_g', '6oil_vista', '6rp8_at', '6rp8_t', '6umt_cd273', '6x4g_cd275', '6x4g_icos', '7xq8_a', '7xq8_b', 'q71h61_ild', 'q9um44_hhl'];
|
|
62983
|
+
|
|
62984
|
+
//ic.refpdbArray = ['ASF1A_2iijA_human', 'BArrestin1_4jqiA_rat_n1', 'BTLA_2aw2A_human_Iset', 'C3_2qkiD_human_n1', 'CD19_6al5A_human_C2orV-n1', 'CD2_1hnfA_human_C2-n2', 'CD2_1hnfA_human_V-n1', 'CD8a_1cd8A_human_V', 'CoAtomerGamma1_1r4xA_human', 'Contactin1_3s97C_human_C2-n2', 'CuZnSuperoxideDismutase_1hl5C_human', 'ECadherin_4zt1A_human_n2', 'Endo-1,4-BetaXylanase10A_1i8aA_bacteria_n4', 'FAB-HEAVY_5esv_C1-n2', 'FAB-HEAVY_5esv_V-n1', 'FAB-LIGHT_5esv_C1-n2', 'FAB-LIGHT_5esv_V-n1', 'GHR_1axiB_human_FN3-n1', 'ICOS_6x4gA_human_V', 'IL6Rb_1bquB_human_FN3-n2', 'InsulinR_8guyE_human_FN3-n2', 'IsdA_2iteA_bacteria', 'LAG3_7tzgD_human_C2-n2', 'LAG3_7tzgD_human_V-n1', 'LaminAC_1ifrA_human', 'MHCIa_7phrH_human_C1', 'MPT63_1lmiA_bacteria', 'NaKATPaseTransporterBeta_2zxeB_spurdogshark', 'PD1_4zqkB_human_V', 'PDL1_4z18B_human_V-n1', 'Palladin_2dm3A_human_Iset-n1', 'RBPJ_6py8C_human_Unk-n1', 'RBPJ_6py8C_human_Unk-n2', 'TCRa_6jxrm_human_C1-n2', 'TCRa_6jxrm_human_V-n1', 'TEAD1_3kysC_human', 'TP34_2o6cA_bacteria', 'Titin_4uowM_human_Unk-n152', 'VISTA_6oilA_human_V', 'VNAR_1t6vN_shark_V', 'VTCN1_Q7Z7D3_human_V-n2'];
|
|
62985
|
+
|
|
62986
|
+
//ic.refpdbArray2 = ['B2Microglobulin_7phrL_human_C1.pdb', 'Contactin1_2ee2A_human_FN3-n9.pdb', 'IL6Rb_1bquB_human_FN3-n3.pdb', 'InsulinR_8guyE_human_FN3-n1.pdb', 'JAM1_1nbqA_human_VorIset-n2.pdb', 'NaCaExchanger_2fwuA_dog_n2.pdb', 'ORF7a_1xakA_virus.pdb', 'Sidekick2_1wf5A_human_FN3-n7.pdb', 'Siglec3_5j0bB_human_C2-n2.pdb', 'TP47_1o75A_bacteria.pdb'];
|
|
62987
|
+
|
|
62988
|
+
ic.refpdbArray = ['ASF1A_2iijA_human', 'BArrestin1_4jqiA_rat_n1', 'BTLA_2aw2A_human_Iset', 'C3_2qkiD_human_n1', 'CD19_6al5A_human_C2orV-n1', 'CD2_1hnfA_human_C2-n2', 'CD2_1hnfA_human_V-n1', 'CD8a_1cd8A_human_V', 'CoAtomerGamma1_1r4xA_human', 'Contactin1_3s97C_human_C2-n2', 'CuZnSuperoxideDismutase_1hl5C_human', 'ECadherin_4zt1A_human_n2', 'Endo-1,4-BetaXylanase10A_1i8aA_bacteria_n4', 'FAB-HEAVY_5esv_C1-n2', 'FAB-HEAVY_5esv_V-n1', 'FAB-LIGHT_5esv_C1-n2', 'FAB-LIGHT_5esv_V-n1', 'GHR_1axiB_human_FN3-n1', 'ICOS_6x4gA_human_V', 'IL6Rb_1bquB_human_FN3-n2', 'InsulinR_8guyE_human_FN3-n2', 'IsdA_2iteA_bacteria', 'LAG3_7tzgD_human_C2-n2', 'LAG3_7tzgD_human_V-n1', 'LaminAC_1ifrA_human', 'MHCIa_7phrH_human_C1', 'MPT63_1lmiA_bacteria', 'NaKATPaseTransporterBeta_2zxeB_spurdogshark', 'PD1_4zqkB_human_V', 'PDL1_4z18B_human_V-n1', 'Palladin_2dm3A_human_Iset-n1', 'RBPJ_6py8C_human_Unk-n1', 'RBPJ_6py8C_human_Unk-n2', 'TCRa_6jxrm_human_C1-n2', 'TCRa_6jxrm_human_V-n1', 'TEAD1_3kysC_human', 'TP34_2o6cA_bacteria', 'Titin_4uowM_human_Unk-n152', 'VISTA_6oilA_human_V', 'VNAR_1t6vN_shark_V', 'VTCN1_Q7Z7D3_human_V-n2', 'B2Microglobulin_7phrL_human_C1.pdb', 'Contactin1_2ee2A_human_FN3-n9.pdb', 'IL6Rb_1bquB_human_FN3-n3.pdb', 'InsulinR_8guyE_human_FN3-n1.pdb', 'JAM1_1nbqA_human_VorIset-n2.pdb', 'NaCaExchanger_2fwuA_dog_n2.pdb', 'ORF7a_1xakA_virus.pdb', 'Sidekick2_1wf5A_human_FN3-n7.pdb', 'Siglec3_5j0bB_human_C2-n2.pdb', 'TP47_1o75A_bacteria.pdb'];
|
|
62977
62989
|
|
|
62978
62990
|
if(ic.pdbDataArray) {
|
|
62979
62991
|
await thisClass.parseRefPdbData(ic.pdbDataArray);
|
|
@@ -63148,15 +63160,15 @@ class Dssp {
|
|
|
63148
63160
|
// find the best alignment for each chain
|
|
63149
63161
|
let domainid2score = {}, domainid2segs = {}, chainid2segs = {};
|
|
63150
63162
|
|
|
63151
|
-
|
|
63152
|
-
|
|
63153
|
-
|
|
63154
|
-
|
|
63163
|
+
if(!ic.chainid2index) ic.chainid2index = {};
|
|
63164
|
+
if(!ic.domainid2index) ic.domainid2index = {};
|
|
63165
|
+
if(!ic.domainid2ig2kabat) ic.domainid2ig2kabat = {};
|
|
63166
|
+
if(!ic.domainid2ig2imgt) ic.domainid2ig2imgt = {};
|
|
63155
63167
|
|
|
63156
|
-
ic.chainid2index = {};
|
|
63157
|
-
ic.domainid2index = {};
|
|
63158
|
-
ic.domainid2ig2kabat = {};
|
|
63159
|
-
ic.domainid2ig2imgt = {};
|
|
63168
|
+
// ic.chainid2index = {};
|
|
63169
|
+
// ic.domainid2index = {};
|
|
63170
|
+
// ic.domainid2ig2kabat = {};
|
|
63171
|
+
// ic.domainid2ig2imgt = {};
|
|
63160
63172
|
|
|
63161
63173
|
for(let i = 0, il = domainidpairArray.length; i < il; ++i) {
|
|
63162
63174
|
let queryData = dataArray[i].value; //[0];
|
|
@@ -63299,10 +63311,10 @@ if(!me.bNode) {
|
|
|
63299
63311
|
getLabelFromRefnum(oriRefnum, prevStrand, bCd19) { let ic = this.icn3d; ic.icn3dui;
|
|
63300
63312
|
let refnum = parseInt(oriRefnum);
|
|
63301
63313
|
|
|
63302
|
-
// A
|
|
63314
|
+
// A-: 10xx
|
|
63303
63315
|
// A: 11xx
|
|
63304
63316
|
// A': 12xx
|
|
63305
|
-
// A
|
|
63317
|
+
// A+: 13xx
|
|
63306
63318
|
// B: 21xx
|
|
63307
63319
|
// C: 32xx
|
|
63308
63320
|
// C': 42xx
|
|
@@ -63311,7 +63323,7 @@ if(!me.bNode) {
|
|
|
63311
63323
|
// E: 71xx
|
|
63312
63324
|
// F: 82xx
|
|
63313
63325
|
// G: 91xx, 92xx
|
|
63314
|
-
// G
|
|
63326
|
+
// G+: 94xx
|
|
63315
63327
|
|
|
63316
63328
|
// if(refnum < 100) return " " + oriRefnum;
|
|
63317
63329
|
// else if(refnum >= 100 && refnum < 1000) {
|
|
@@ -63320,10 +63332,11 @@ if(!me.bNode) {
|
|
|
63320
63332
|
// }
|
|
63321
63333
|
if(refnum < 900) return undefined;
|
|
63322
63334
|
else if(refnum >= 900 && refnum < 1000) return " " + oriRefnum;
|
|
63323
|
-
|
|
63324
|
-
else if(refnum >=
|
|
63335
|
+
else if(refnum >= 1000 && refnum < 1100) return "A-" + oriRefnum;
|
|
63336
|
+
else if(refnum >= 1100 && refnum < 1200) return "A" + oriRefnum;
|
|
63325
63337
|
else if(refnum >= 1200 && refnum < 1300) return "A'" + oriRefnum;
|
|
63326
|
-
else if(refnum >= 1300 && refnum < 1400) return "A*" + oriRefnum;
|
|
63338
|
+
//else if(refnum >= 1300 && refnum < 1400) return "A*" + oriRefnum;
|
|
63339
|
+
else if(refnum >= 1300 && refnum < 1400) return "A+" + oriRefnum;
|
|
63327
63340
|
else if(refnum >= 1400 && refnum < 2000) {
|
|
63328
63341
|
if(prevStrand && prevStrand.substr(0, 1) == 'A') {
|
|
63329
63342
|
return prevStrand + oriRefnum;
|
|
@@ -63340,7 +63353,8 @@ if(!me.bNode) {
|
|
|
63340
63353
|
else if(refnum >= 7000 && refnum < 8000) return "E" + oriRefnum;
|
|
63341
63354
|
else if(refnum >= 8000 && refnum < 9000) return "F" + oriRefnum;
|
|
63342
63355
|
else if(refnum >= 9000 && refnum < 9400) return "G" + oriRefnum;
|
|
63343
|
-
else if(refnum >= 9400 && refnum < 9500) return "G*" + oriRefnum;
|
|
63356
|
+
//else if(refnum >= 9400 && refnum < 9500) return "G*" + oriRefnum;
|
|
63357
|
+
else if(refnum >= 9400 && refnum < 9500) return "G+" + oriRefnum;
|
|
63344
63358
|
else if(refnum >= 9500) return "G" + oriRefnum;
|
|
63345
63359
|
}
|
|
63346
63360
|
|