icn3d 3.40.2 → 3.40.4
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 +5 -3
- package/icn3d.min.js +1 -1
- package/icn3d.module.js +5 -3
- package/package.json +1 -1
package/icn3d.module.js
CHANGED
|
@@ -73464,7 +73464,7 @@ class Dssp {
|
|
|
73464
73464
|
// assign Ig types
|
|
73465
73465
|
ic.ref2igtype = {};
|
|
73466
73466
|
|
|
73467
|
-
ic.ref2igtype['ASF1A_2iijA_human'] = '
|
|
73467
|
+
ic.ref2igtype['ASF1A_2iijA_human'] = 'IgFN3-like';
|
|
73468
73468
|
ic.ref2igtype['B2Microglobulin_7phrL_human_C1'] = 'IgC1';
|
|
73469
73469
|
ic.ref2igtype['BArrestin1_4jqiA_rat_n1'] = 'IgFN3-like';
|
|
73470
73470
|
ic.ref2igtype['BTLA_2aw2A_human_Iset'] = 'IgI';
|
|
@@ -73499,7 +73499,7 @@ class Dssp {
|
|
|
73499
73499
|
ic.ref2igtype['LAG3_7tzgD_human_V-n1'] = 'IgV';
|
|
73500
73500
|
ic.ref2igtype['LaminAC_1ifrA_human'] = 'Lamin';
|
|
73501
73501
|
ic.ref2igtype['MHCIa_7phrH_human_C1'] = 'IgC1';
|
|
73502
|
-
ic.ref2igtype['MPT63_1lmiA_bacteria'] = '
|
|
73502
|
+
ic.ref2igtype['MPT63_1lmiA_bacteria'] = 'IgFN3-like';
|
|
73503
73503
|
ic.ref2igtype['NaCaExchanger_2fwuA_dog_n2'] = 'IgFN3-like';
|
|
73504
73504
|
ic.ref2igtype['NaKATPaseTransporterBeta_2zxeB_spurdogshark'] = 'IgE';
|
|
73505
73505
|
ic.ref2igtype['ORF7a_1xakA_virus'] = 'ORF';
|
|
@@ -73512,7 +73512,7 @@ class Dssp {
|
|
|
73512
73512
|
ic.ref2igtype['Siglec3_5j0bB_human_C1-n2'] = 'IgC1';
|
|
73513
73513
|
ic.ref2igtype['TCRa_6jxrm_human_C1-n2'] = 'IgC1';
|
|
73514
73514
|
ic.ref2igtype['TCRa_6jxrm_human_V-n1'] = 'IgV';
|
|
73515
|
-
ic.ref2igtype['TEAD1_3kysC_human'] = '
|
|
73515
|
+
ic.ref2igtype['TEAD1_3kysC_human'] = 'IgFN3-like';
|
|
73516
73516
|
ic.ref2igtype['TP34_2o6cA_bacteria'] = 'IgE';
|
|
73517
73517
|
ic.ref2igtype['TP47_1o75A_bacteria'] = 'IgE';
|
|
73518
73518
|
ic.ref2igtype['Titin_4uowM_human_Iset-n152'] = 'IgI';
|
|
@@ -80360,6 +80360,8 @@ class SaveFile {
|
|
|
80360
80360
|
let resi = atom.resi;
|
|
80361
80361
|
let resn = me.utilsCls.residueName2Abbr(atom.resn);
|
|
80362
80362
|
let ss = this.secondary2Abbr(atom.ss);
|
|
80363
|
+
if(atom.ssbegin) ss += ' begin';
|
|
80364
|
+
else if(atom.ssend) ss += ' end';
|
|
80363
80365
|
|
|
80364
80366
|
if(chainid != prevChainid && !data[chainid]) {
|
|
80365
80367
|
data[chainid] = {"resi": [], "resn": [], "secondary": []};
|