@datagrok/bio 2.13.3 → 2.13.6

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.
Files changed (105) hide show
  1. package/.eslintrc.json +1 -1
  2. package/CHANGELOG.md +23 -0
  3. package/detectors.js +52 -38
  4. package/dist/111.js +2 -0
  5. package/dist/111.js.map +1 -0
  6. package/dist/234.js +2 -0
  7. package/dist/234.js.map +1 -0
  8. package/dist/242.js +2 -0
  9. package/dist/242.js.map +1 -0
  10. package/dist/{286.js → 248.js} +1 -1
  11. package/dist/248.js.map +1 -0
  12. package/dist/284.js +3 -0
  13. package/dist/284.js.map +1 -0
  14. package/dist/317.js +2 -0
  15. package/dist/317.js.map +1 -0
  16. package/dist/589.js +2 -0
  17. package/dist/589.js.map +1 -0
  18. package/dist/603.js +2 -0
  19. package/dist/603.js.map +1 -0
  20. package/dist/682.js +2 -0
  21. package/dist/682.js.map +1 -0
  22. package/dist/705.js +2 -0
  23. package/dist/705.js.map +1 -0
  24. package/dist/{590.js → 731.js} +2 -2
  25. package/dist/731.js.map +1 -0
  26. package/dist/778.js +2 -0
  27. package/dist/778.js.map +1 -0
  28. package/dist/793.js +2 -0
  29. package/dist/793.js.map +1 -0
  30. package/dist/950.js +2 -0
  31. package/dist/950.js.map +1 -0
  32. package/dist/package-test.js +6 -7
  33. package/dist/package-test.js.map +1 -1
  34. package/dist/package.js +6 -7
  35. package/dist/package.js.map +1 -1
  36. package/files/cache_config.json +7 -0
  37. package/package.json +12 -11
  38. package/src/analysis/sequence-activity-cliffs.ts +1 -1
  39. package/src/function-edtiors/split-to-monomers-editor.ts +6 -7
  40. package/src/package-types.ts +14 -7
  41. package/src/package.ts +6 -6
  42. package/src/substructure-search/substructure-search.ts +9 -10
  43. package/src/tests/WebLogo-positions-test.ts +6 -6
  44. package/src/tests/activity-cliffs-tests.ts +5 -2
  45. package/src/tests/bio-tests.ts +6 -6
  46. package/src/tests/checkInputColumn-tests.ts +3 -3
  47. package/src/tests/converters-test.ts +1 -1
  48. package/src/tests/detectors-tests.ts +25 -13
  49. package/src/tests/fasta-export-tests.ts +2 -2
  50. package/src/tests/mm-distance-tests.ts +1 -1
  51. package/src/tests/msa-tests.ts +2 -2
  52. package/src/tests/renderers-test.ts +5 -5
  53. package/src/tests/scoring.ts +26 -5
  54. package/src/tests/seq-handler-get-region.ts +4 -4
  55. package/src/tests/sequence-space-test.ts +1 -1
  56. package/src/tests/substructure-filters-tests.ts +4 -1
  57. package/src/tests/to-atomic-level-tests.ts +1 -1
  58. package/src/utils/cell-renderer.ts +4 -4
  59. package/src/utils/context-menu.ts +1 -1
  60. package/src/utils/convert.ts +7 -4
  61. package/src/utils/get-region-func-editor.ts +11 -16
  62. package/src/utils/get-region.ts +5 -5
  63. package/src/utils/macromolecule-column-widget.ts +1 -1
  64. package/src/utils/monomer-lib/lib-manager.ts +20 -8
  65. package/src/utils/monomer-lib/library-file-manager/file-manager.ts +28 -24
  66. package/src/utils/monomer-lib/library-file-manager/file-validator.ts +2 -1
  67. package/src/utils/monomer-lib/library-file-manager/ui.ts +3 -6
  68. package/src/utils/multiple-sequence-alignment-ui.ts +10 -11
  69. package/src/utils/multiple-sequence-alignment.ts +2 -2
  70. package/src/utils/pepsea.ts +1 -1
  71. package/src/utils/save-as-fasta.ts +5 -5
  72. package/src/viewers/vd-regions-viewer.ts +2 -2
  73. package/src/widgets/bio-substructure-filter.ts +7 -7
  74. package/src/widgets/package-settings-editor-widget.ts +6 -6
  75. package/src/widgets/representations.ts +1 -1
  76. package/tsconfig.json +4 -4
  77. package/dist/23.js +0 -2
  78. package/dist/23.js.map +0 -1
  79. package/dist/231.js +0 -2
  80. package/dist/231.js.map +0 -1
  81. package/dist/282.js +0 -2
  82. package/dist/282.js.map +0 -1
  83. package/dist/286.js.map +0 -1
  84. package/dist/356.js +0 -2
  85. package/dist/356.js.map +0 -1
  86. package/dist/36.js +0 -2
  87. package/dist/36.js.map +0 -1
  88. package/dist/40.js +0 -2
  89. package/dist/40.js.map +0 -1
  90. package/dist/413.js +0 -2
  91. package/dist/413.js.map +0 -1
  92. package/dist/42.js +0 -2
  93. package/dist/42.js.map +0 -1
  94. package/dist/427.js +0 -2
  95. package/dist/427.js.map +0 -1
  96. package/dist/545.js +0 -3
  97. package/dist/545.js.map +0 -1
  98. package/dist/590.js.map +0 -1
  99. package/dist/65.js +0 -2
  100. package/dist/65.js.map +0 -1
  101. package/dist/796.js +0 -2
  102. package/dist/796.js.map +0 -1
  103. package/dist/package-test.js.LICENSE.txt +0 -1
  104. package/dist/package.js.LICENSE.txt +0 -1
  105. /package/dist/{545.js.LICENSE.txt → 284.js.LICENSE.txt} +0 -0
@@ -1,9 +1,8 @@
1
- /*! For license information please see package-test.js.LICENSE.txt */
2
- var bio_test;(()=>{var e={2012:(e,t,n)=>{"use strict";n.d(t,{f:()=>r});var s=n(9976);class r extends s.B{static get Lesk(){return void 0===this.lesk&&(this.lesk=this.makePalette([[["G","A","S","T"],"orange"],[["C","V","I","L","P","F","Y","M","W"],"all_green"],[["N","Q","H"],"magenta"],[["D","E"],"red"],[["K","R"],"all_blue"]],!1,r)),this.lesk}static get GrokGroups(){return void 0===this.grokGroups&&(this.grokGroups=this.makePalette([[["C","U"],"yellow"],[["G","P"],"red"],[["A","V","I","L","M","F","Y","W"],"all_green"],[["R","H","K"],"light_blue"],[["D","E"],"dark_blue"],[["S","T","N","Q"],"orange"]],!1,r)),this.grokGroups}static get RasMol(){return void 0===this.rasMol&&(this.rasMol=new r({D:"#E60A0A",E:"#E60A0A",C:"#E6E600",M:"#E6E600",K:"#145AFF",R:"#145AFF",S:"#FA9600",T:"#FA9600",F:"#3232AA",Y:"#3232AA",N:"#00DCDC",Q:"#00DCDC",G:"#EBEBEB",L:"#0F820F",V:"#0F820F",I:"#0F820F",A:"#C8C8C8",W:"#B45AB4",H:"#8282D2",P:"#DC9682",others:"#BEA06E"})),this.rasMol}get(e){const t=e in r.aaSynonyms?r.aaSynonyms[e]:e;return super.get(t)}}r.aaSynonyms={MeNle:"L",MeA:"A",MeG:"G",MeF:"F"};class i{static getPalette(e="grok"){switch(e){case"grok":return r.GrokGroups;case"lesk":return r.Lesk;default:throw new Error(`ChemPalette: scheme \`${e}\` does not exist`)}}static getInnerOuter(e){let t=0,n="",s="";for(const r of e)"("==r?t++:")"==r?t--:t?n+=r:s+=r;return isNaN(parseInt(n))?[s,n]:[s,""]}static getColorAAPivot(e="",t="grok"){const n=this.getPalette(t);let[s,r]=this.getInnerOuter(e);if(s=s.length>6?`${s.slice(0,3)}...`:s,r=r.length>6?`${r.slice(0,3)}...`:r,1==e.length||"("==e[1]){const t=e[0]?.toUpperCase();return t in n?[n.get(t),t,r,1]:[this.undefinedColor,s,r,1]}if("d"==e[0]&&e[1]in n&&(2==e.length||"("==e[2])){const t=e[1]?.toUpperCase();return t in n?[n.get(t),t,r,2]:[this.undefinedColor,s,r,2]}if(e.substring(0,3)in this.AAFullNames&&(3==e.length||"("==e[3])){const t=this.AAFullNames[e.substring(0,3)];return t in n?[n.get(t),t,r,3]:[this.undefinedColor,s,r,3]}if(e[0]?.toLowerCase()==e[0]&&e.substring(1,3)in this.AAFullNames&&(4==e.length||"("==e[4])){const t=this.AAFullNames[e.substring(1,3)];return t in n?[n.get(t),t,r,4]:[this.undefinedColor,s,r,4]}return[this.undefinedColor,s,r,0]}}i.SemType="Aminoacids",i.SemTypeMultipleAlignment="AminoacidsMultipleAlignment",i.undefinedColor="rgb(100,100,100)",i.Names={G:"Glycine",L:"Leucine",Y:"Tyrosine",S:"Serine",E:"Glutamic acid",Q:"Glutamine",D:"Aspartic acid",N:"Asparagine",F:"Phenylalanine",A:"Alanine",K:"Lysine",R:"Arginine",H:"Histidine",C:"Cysteine",V:"Valine",P:"Proline",W:"Tryptophan",I:"Isoleucine",M:"Methionine",T:"Threonine"},i.AASmiles={G:"NCC(=O)O",L:"N[C@H](CC(C)C)C(=O)O",Y:"NC(CC1=CC=C(O)C=C1)C(=O)O",S:"NC(CO)C(=O)O",E:"N[C@@H](CCC(O)=O)C(=O)O",Q:"N[C@@H](CCC(N)=O)C(=O)O",D:"N[C@@H](CC(O)=O)C(=O)O",N:"N[C@@H](CC(N)=O)C(=O)O",F:"NC(CC1=CC=CC=C1)C(=O)O",A:"N[C@H](C)C(=O)O",K:"NC(CCCCN)C(=O)O",R:"N[C@H](CCCNC(=N)C)C(=O)O",H:"NC(CC1=CN=C[N]1)C(=O)O",C:"N[C@@H](CS)C(=O)O",V:"NC(C(C)C)C(=O)O",P:"N(CCC1)C1C(=O)O",W:"N[C@@H](Cc1c2ccccc2n([H])c1)C(=O)O",I:"N[C@H]([C@H](C)CC)C(=O)O",M:"NC(CCSC)C(=O)O",T:"NC(C(O)C)C(=O)O"},i.AASmilesTruncated={G:"*C*",L:"CC(C)C[C@H](*)*",Y:"C1=CC(=CC=C1CC(*)*)O",S:"OCC(*)C*",E:"*[C@@H](CCC(O)=O)*",Q:"*N[C@@H](CCC(N)=O)*",D:"*[C@@H](CC(O)=O)*",N:"*[C@@H](CC(N)=O)*",F:"C1=CC=C(C=C1)CC(*)*",A:"C[C@H](*)*",K:"C(CCN)CC(*)*",R:"*[C@H](CCCNC(=N)C)*",H:"C1=C(NC=N1)CC(*)*",C:"C([C@@H](*)*)S",V:"CC(C)C(*)*",P:"C1CCN(*)C1*",W:"*[C@@H](Cc1c2ccccc2n([H])c1)*",I:"CC[C@H](C)[C@H](*)*",M:"CSCCC(*)*",T:"CC(O)C(*)*"},i.AAFullNames={Ala:"A",Arg:"R",Asn:"N",Asp:"D",Cys:"C",Gln:"Q",Glu:"E",Gly:"G",His:"H",Ile:"I",Leu:"L",Lys:"K",Met:"M",Phe:"F",Pro:"P",Ser:"S",Thr:"T",Trp:"W",Tyr:"Y",Val:"V"}},6584:(e,t,n)=>{"use strict";n.d(t,{BX:()=>i,nW:()=>l,tW:()=>c,tb:()=>u});var s=n(4469);const r="Libraries",i="System:AppData/Bio/monomer-libraries/",o={explicit:["HELMCoreLibrary.json"],exclude:[]};let a=Promise.resolve();async function l(){let e;return a=a.then((async()=>{const t=await s.dapi.userDataStorage.getValue(r,"Settings",!0);e=t?JSON.parse(t):{exclude:[],explicit:[]},e.exclude=e.exclude instanceof Array?e.exclude:[],e.explicit=e.explicit instanceof Array?e.explicit:[],console.debug(`Bio: getUserLibSettings()\n${JSON.stringify(e,void 0,2)}`)})),await a,e}async function c(e){a=a.then((async()=>{console.debug(`Bio: setUserLibSettings()\n${JSON.stringify(e,void 0,2)}`),await s.dapi.userDataStorage.postValue(r,"Settings",JSON.stringify(e),!0)})),await a}async function u(){await c(o)}},7228:(e,t,n)=>{"use strict";n.d(t,{JN:()=>a,Qx:()=>l});var s=n(976),r=n(4469),i=(n(5697),n(1047),n(6286)),o=(n(8607),n(8457));async function a(){const e=s.Func.find({package:"Bio",name:"getMonomerLibHelper"});if(0===e.length)throw new Error('Package "Bio" must be installed for MonomerLibHelper.');return(await e[0].prepare().call()).getOutputParamValue()}async function l(e,t){e instanceof s.Column&&(e=(0,o.O)(e).columns.toList());const n=(await a()).getBioLib(),l=new Array(e.length),c=e[0].length,u=new Float32Array(c);for(let o=0;o<e.length;++o){const a=t.getCanonical(o),h=n.getMonomer("PEPTIDE",a)?.smiles??"",d=e[o],m=d.getRawData(),p=d.categories,f=p.indexOf("");if(l[o]={categories:p,data:m,emptyIndex:f},void 0===a)continue;const g=s.Column.fromStrings("smiles",p.map((e=>n.getMonomer("PEPTIDE",e)?.smiles??""))),y=(s.DataFrame.fromColumns([g]),(await r.chem.getSimilarities(g,h)).getRawData());for(let e=0;e<c;++e){const t=m[e];u[e]+=a!==i.G2&&t!==f?y[t]:a===i.G2&&t===f?1:0}}for(let n=0;n<u.length;++n){let r=u[n]/t.length;for(let i=0;i<e.length;++i){const e=l[i];if(i>=t.length&&e.data[n]!==e.emptyIndex||e.data[n]===e.emptyIndex&&i<t.length){r=s.FLOAT_NULL;break}}u[n]=r}return s.Column.fromFloat32Array("Similarity",u)}},8601:(e,t,n)=>{"use strict";n.d(t,{i0:()=>d});var s=n(4469),r=n(976),i=n(6414),o=n.n(i),a=n(1821),l=n(8607);const c={V2K_RGP_SHIFT:8,V2K_RGP_LINE:"M RGP",V2K_A_LINE:"A ",V3K_COUNTS_SHIFT:14,V3K_IDX_SHIFT:7,V3K_HEADER_FIRST_LINE:"\nDatagrok macromolecule handler\n\n",V3K_HEADER_SECOND_LINE:" 0 0 0 0 0 0 999 V3000\n",V3K_BEGIN_CTAB_BLOCK:"M V30 BEGIN CTAB\n",V3K_END_CTAB_BLOCK:"M V30 END CTAB\n",V3K_BEGIN_COUNTS_LINE:"M V30 COUNTS ",V3K_COUNTS_LINE_ENDING:" 0 0 0\n",V3K_BEGIN_ATOM_BLOCK:"M V30 BEGIN ATOM\n",V3K_END_ATOM_BLOCK:"M V30 END ATOM\n",V3K_BEGIN_BOND_BLOCK:"M V30 BEGIN BOND\n",V3K_END_BOND_BLOCK:"M V30 END BOND\n",V3K_BOND_CONFIG:" CFG=",V3K_BEGIN_DATA_LINE:"M V30 ",V3K_END:"M END",PRECISION_FACTOR:1e4,DEOXYRIBOSE:"d",RIBOSE:"r",PHOSPHATE:"p",OXYGEN:"O",HYDROGEN:"H"};var u=n(1047);function h(e){return Math.round(c.PRECISION_FACTOR*e)/c.PRECISION_FACTOR}async function d(e,t,i){if(0===r.Func.find({package:"Chem",name:"getRdKitModule"}).length)return{col:null,warnings:['Transformation to atomic level requires the package "Chem" installed.']};if(t.semType!==r.SEMTYPE.MACROMOLECULE)return{col:null,warnings:[`Only the ${r.SEMTYPE.MACROMOLECULE} columns can be converted to atomic level, the chosen column has semType '${t.semType}'`]};let h=t;const d=l.g.forColumn(t);d.isHelm()&&(h=d.convert(a.r2.SEPARATOR,"."),h.name=t.name);const p=l.g.forColumn(h).alphabet;let f;if(p===a.fb.PT||p===a.fb.UN)f="PEPTIDE";else{if(p!==a.fb.RNA&&p!==a.fb.DNA)return{col:null,warnings:[`Unexpected column's '${h.name}' alphabet '${p}'.`]};f="RNA"}const g=function(e){const t=e.length,n=new Array(t),r=l.g.forColumn(e);let i=!1;for(let e=0;e<t;++e){const t=r.getSplitted(e);i||(i=0===t.length),n[e]=o()(t.canonicals).filter((e=>!r.isGap(e))).map((e=>e)).toArray()}return i&&s.shell.warning(`Some values in the "${e.name}" column are empty`),n}(h),y=await async function(e,t,n,r){const i=function(e,t,n){const s=new Map;for(const r of e.getMonomerSymbolsByType(t)){const i=e.getMonomer(t,r);if("RNA"===t&&("Branch"===i.monomerType||n===a.fb.DNA&&i.symbol===c.DEOXYRIBOSE||n===a.fb.RNA&&i.symbol===c.RIBOSE||i.symbol===c.PHOSPHATE)||"PEPTIDE"===t&&"Branch"!==i.monomerType){const e={};u.rx.forEach((t=>{e[t]=i[t]})),s.set(i.symbol,e)}}return s}(t,n,r),o=new Map,l=await s.functions.call("Chem:getRdKitModule"),h={value:null};if("RNA"===n){const e=r===a.fb.RNA?[c.RIBOSE,c.PHOSPHATE]:[c.DEOXYRIBOSE,c.PHOSPHATE];for(const t of e)m(o,t,i,l,n,h)}for(let t=0;t<e.length;++t){const s=e[t];for(const e of s)if(""!==e)try{m(o,e,i,l,n,h)}catch(t){const n=t instanceof Error?t.message:t.toString(),s=t instanceof Error?t.stack:void 0;throw console.error(`bio lib: getMonomersDictFromLib() sym='${e}', error:\n${n}\n${s}`),new Error(`Can't get monomer '${e}' from library: ${n}`)}}return o}(g,i,f,p),w=h.length,{molfileList:b,molfileWarningList:A}=await async function(e,t,s,r,i){const o=Math.max(navigator.hardwareConcurrency-2,1),a=new Array(o).fill(null).map((()=>new Worker(new URL(n.p+n.u(286),n.b)))),l=i/o;let c=[],u=[];const h=new Array(o);for(let n=0;n<o;n++){const c=Math.floor(n*l),u=n===o-1?i:Math.floor((n+1)*l);a[n].postMessage({monomerSequencesArray:e,monomersDict:t,alphabet:s,polymerType:r,start:c,end:u}),h[n]=new Promise((e=>{a[n].onmessage=({data:{molfileList:t,molfileWarningList:n}})=>{e({molfileList:t,molfileWarningList:n})}}))}return(await Promise.all(h)).forEach((e=>{c=c.concat(...e.molfileList),u=u.concat(...e.molfileWarningList)})),setTimeout((()=>{a.forEach((e=>{e.terminate()}))}),0),{molfileList:c,molfileWarningList:u}}(g,y,p,f,w);if(A.length>.05*w)throw new Error("Too many errors getting molfiles.");const C=`molfile(${h.name})`,v=e.columns.getUnusedName(C),T=r.Column.fromStrings(v,b);return T.semType=r.SEMTYPE.MOLECULE,T.setTag(r.TAGS.UNITS,r.UNITS.Molecule.MOLBLOCK),{col:T,warnings:A}}function m(e,t,n,s,r,i){if(!e.has(t)){const o=function(e,t,n,s,r){if(t.has(e)){const o=t.get(e),a=function(e){const t=[];for(const n of e){let e=n.capGroupSmiles;e||(e=n.capGroupSMILES),e=e.replace(/(\[|\]|\*|:|\d)/g,""),t.push(e)}return t}(o.rgroups),l=(i=o.molfile).includes("V3000")?function(e){const t=new Map,n=/M V30 (\d+) R#.+RGROUPS=\((\d+) (\d+)\).*/gm;let s;for(;null!==(s=n.exec(e));)s.index===n.lastIndex&&n.lastIndex++,t.set(parseInt(s[1]),parseInt(s[3]));return t}(i):function(e){const t=new Map;let n=e.indexOf(c.V2K_A_LINE,0),s=n;for(;-1!==n;){s=e.indexOf("\n",n);const r=parseInt(e.substring(n,s).replace(/^A\s+/,""));n=e.indexOf("R",s),s=e.indexOf("\n",n);const i=parseInt(e.substring(n,s).replace(/^R/,""));t.set(r,i),n=e.indexOf(c.V2K_A_LINE,s)}for(n=e.indexOf(c.V2K_RGP_LINE,0),s=e.indexOf("\n",n);-1!==n;){n+=c.V2K_RGP_SHIFT,s=e.indexOf("\n",n);const r=e.substring(n,s).replaceAll(/\s+/g," ").split(" ").map((e=>parseInt(e))).slice(1);for(let e=0;e<r.length;e+=2){if(t.has(r[e])&&t.get(r[e])!==r[e+1])throw new Error(`r-group index ${r[e]} has already been added with a different value`);t.set(r[e],r[e+1])}n=e.indexOf(c.V2K_RGP_LINE,s)}return t}(i),u=o.molfile.includes("V3000")?o.molfile:function(e,t){const n=t.get_mol(e),s=n.get_v3Kmolblock();return n.delete(),s}(function(e){let t=e.indexOf(c.V2K_A_LINE,0);-1===t&&(t=e.indexOf(c.V2K_RGP_LINE));const n=e.indexOf(c.V3K_END,t);return e.substring(0,t)+e.substring(n)}(o.molfile),n),d=function(e){let t=(e=e.replaceAll("\r","")).indexOf(c.V3K_BEGIN_COUNTS_LINE)+c.V3K_COUNTS_SHIFT,n=e.indexOf(" ",t+1);const s=parseInt(e.substring(t,n));return t=n+1,n=e.indexOf(" ",t+1),{atomCount:s,bondCount:parseInt(e.substring(t,n))}}(u),m=function(e,t){const n=new Array(t),s=new Float32Array(t),r=new Float32Array(t),i=new Array(t);let o=e.indexOf(c.V3K_BEGIN_ATOM_BLOCK);o=e.indexOf("\n",o);let a=o;for(let l=0;l<t;l++){o=e.indexOf(c.V3K_BEGIN_DATA_LINE,o)+c.V3K_IDX_SHIFT,a=e.indexOf(" ",o),o=a+1,a=e.indexOf(" ",o),n[l]=e.substring(o,a);const t=new Array(2);for(let n=0;n<2;++n)o=a+1,a=e.indexOf(" ",o),t[n]=parseFloat(e.substring(o,a));s[l]=t[0],r[l]=t[1],o=a,a=e.indexOf("\n",o)+1,i[l]=e.slice(o,a),o=a}return{atomTypes:n,x:s,y:r,kwargs:i}}(u,d.atomCount),g=function(e,t){const n=new Uint32Array(t),s=new Array(t),r=new Map,i=new Map;let o=e.indexOf(c.V3K_BEGIN_BOND_BLOCK);o=e.indexOf("\n",o);let a=o;for(let l=0;l<t;++l){const t=new Array(3);o=e.indexOf(c.V3K_BEGIN_DATA_LINE,a)+c.V3K_IDX_SHIFT,a=e.indexOf(" ",o);for(let n=0;n<3;++n)o=a+1,a=Math.min(e.indexOf("\n",o),e.indexOf(" ",o)),t[n]=parseInt(e.slice(o,a));n[l]=t[0],s[l]=t.slice(1);const u=e.indexOf("\n",o);let h=e.slice(a,u),d=h.indexOf(c.V3K_BOND_CONFIG);if(-1!==d){d=h.indexOf("=",d)+1;let e=h.indexOf(" ",d);-1===e&&(e=h.length);const t=parseInt(h.slice(d,e));r.set(l,t);const n=c.V3K_BOND_CONFIG+t.toString();h=h.replace(n,"")}h||i.set(l,h)}return{bondTypes:n,atomPairs:s,bondConfiguration:r,kwargs:i}}(u,d.bondCount),w=function(e,t,n,s){const r={backboneShift:null,branchShift:null,terminalNodes:[],rNodes:[]};return function(e,t,n){for(const[s,r]of n)e.atomTypes[s-1]=t[r-1]}(e,n,s),function(e,t){t.rNodes=Array.from(e.keys());for(let n=0;n<t.rNodes.length;n++)for(const s of[1,2])if(e.get(t.rNodes[n])===s){const e=t.rNodes[s-1];t.rNodes[s-1]=t.rNodes[n],t.rNodes[n]=e}}(s,r),p(t,r),r}(m,g,a,l),T=function(e){let t=[],n=e.indexOf("M V30 MDLV30/STEABS ATOMS=(");for(;-1!==n;){n+=28;const s=e.indexOf(")",n);t=t.concat(e.substring(n,s).split(" ").slice(1).map((e=>parseInt(e)))),n=s,n=e.indexOf("M V30 MDLV30/STEABS ATOMS=(",n)}return t}(u),S={atoms:m,bonds:g,meta:w,stereoAtoms:T};return"PEPTIDE"===s?function(e){const t=e.meta.terminalNodes[0]-1,n=e.meta.rNodes[0]-1,s=e.atoms.x,r=e.atoms.y;v(e,-s[t],-r[t]);const i=b(s[n],r[n]);A(e.atoms,-i),s[e.meta.rNodes[1]-1]<0&&function(e){C(e,!1)}(e);const o=function(e){const t=function(e){const t=new Map;for(const n of e.bonds.atomPairs)for(let e=0;e<2;e++){const s=n[e],r=n[(e+1)%2];t.has(s)?t.get(s)?.push(r):t.set(s,new Array(1).fill(r))}return t}(e);let n=0;const s=e.atoms.atomTypes.length;let r=0;for(;0===n;){const i=t.get(e.meta.terminalNodes[1])[r];if(e.atoms.atomTypes[i-1]===c.OXYGEN&&i!==e.meta.rNodes[1]&&(n=i),r++,r>s)throw new Error(`Search for double-bonded Oxygen in ${e} has exceeded the limit of ${s}`)}return n}(e);!function(e,t){e.atoms.y[e.meta.rNodes[1]-1]<0&&e.atoms.y[t-1]<0&&(function(e){C(e,!0)}(e),A(e.atoms,-function(e,t){return b(e,t)+Math.PI/2}(e.atoms.x[e.meta.terminalNodes[1]-1],e.atoms.y[e.meta.terminalNodes[1]-1])))}(e,o),function(e,t){const n=e.atoms.x;n[e.meta.rNodes[1]-1]>n[t-1]&&function(e,t,n){const s=t-1,r=n-1,i=e.atoms.x,o=e.atoms.y,a=i[s],l=o[s];i[s]=i[r],o[s]=o[r],i[r]=a,o[r]=l}(e,t,e.meta.rNodes[1])}(e,o)}(S):e===c.RIBOSE||e===c.DEOXYRIBOSE?function(e,t){const n=e.atoms.x,s=e.atoms.y;let r=e.meta.terminalNodes[0]-1;const i=e.meta.rNodes[1]-1;v(e,-n[r],-s[r]);const o=b(n[i],s[i]);A(e.atoms,3*Math.PI/2-o),t.value=function(e){const t=e.atoms.x,n=e.atoms.y,s=e.meta.rNodes[2]-1,r=e.meta.terminalNodes[2]-1,i=t[s]-t[r],o=n[s]-n[r];return Math.atan(o/i)+Math.PI/2}(e),r=e.meta.terminalNodes[0]-1,v(e,-n[r],-s[r])}(S,r):e===c.PHOSPHATE?function(e){const t=e.meta.terminalNodes[0]-1,n=e.meta.rNodes[0]-1,s=e.atoms.x,r=e.atoms.y;v(e,-s[t],-r[t]);const i=b(s[n],r[n]);A(e.atoms,Math.PI/2-i)}(S):function(e,t){const n=e.atoms.x,s=e.atoms.y,r=e.meta.terminalNodes[0]-1,i=e.meta.rNodes[0]-1;v(e,-n[r],-s[r]);const o=b(n[i],s[i]),a=t.value;if(!a)throw new Error("The value of sugarBranchToOYAngle is null");A(e.atoms,Math.PI-o+a);const l=function(e,t){return h(Math.sqrt((e.x-t.x)**2+(e.y-t.y)**2))}({x:n[e.meta.rNodes[0]-1],y:s[e.meta.rNodes[0]-1]},{x:n[e.meta.terminalNodes[0]-1],y:s[e.meta.terminalNodes[0]-1]});if(1!=l)for(let e=0;e<n.length;++e)n[e]=h(n[e]/l),s[e]=h(s[e]/l)}(S,r),function(e,t,n){"PEPTIDE"===e?(f(t,e),y(t,t.meta.rNodes[1])):n===c.RIBOSE||n===c.DEOXYRIBOSE?(y(t,t.meta.rNodes[1]),t.meta.rNodes[1]=t.meta.terminalNodes[1],p(t.bonds,t.meta),f(t,e),y(t,t.meta.rNodes[1]),y(t,t.meta.rNodes[0]),y(t,t.meta.rNodes[2])):n===c.PHOSPHATE&&(t.meta.terminalNodes[0]=t.meta.rNodes[0],v(t,-t.atoms.x[t.meta.terminalNodes[0]-1],-t.atoms.y[t.meta.terminalNodes[0]-1]),f(t,e),y(t,t.meta.rNodes[1]))}(s,S,e),function(e){let t=0;for(;t<e.atoms.atomTypes.length;)e.atoms.atomTypes[t]===c.HYDROGEN&&(y(e,t+1),--t),++t}(S),S}var i;return null}(t,n,s,r,i);if(!o)throw new Error(`Monomer with symbol '${t}' is absent the monomer library`);e.set(t,o)}}function p(e,t){const n=t.rNodes;t.terminalNodes=new Array(n.length).fill(0);const s=t.terminalNodes,r=e.atomPairs;let i=0,o=0;for(;i<r.length&&o<s.length;){for(let e=0;e<s.length;++e)for(let t=0;t<2;++t)r[i][t]===n[e]&&(s[e]=r[i][(t+1)%2],n.length,++o);++i}}function f(e,t){e.meta.rNodes.length>1&&(e.meta.backboneShift=g(e,e.meta.rNodes[1]-1,e.meta.terminalNodes[0]-1)),"RNA"===t&&e.meta.rNodes.length>2&&(e.meta.branchShift=g(e,e.meta.rNodes[2]-1,e.meta.terminalNodes[0]-1))}function g(e,t,n){return[h(e.atoms.x[t]-e.atoms.x[n]),h(e.atoms.y[t]-e.atoms.y[n])]}function y(e,t){if(void 0!==t){const n=t-1,s=e.atoms,r=e.bonds,i=e.meta;s.atomTypes.splice(n,1),s.x=w(Float32Array,s.x,n,1),s.y=w(Float32Array,s.y,n,1),s.kwargs.splice(n,1);for(let e=0;e<i.terminalNodes.length;++e)i.terminalNodes[e]>t?--i.terminalNodes[e]:i.terminalNodes[e]===t&&(i.terminalNodes[e]=-1);for(let e=0;e<i.rNodes.length;++e)i.rNodes[e]>t?--i.rNodes[e]:i.rNodes[e]===t&&(i.rNodes[e]=-1);let o=0;for(;o<r.atomPairs.length;){const e=r.atomPairs[o][0],n=r.atomPairs[o][1];e===t||n===t?(r.atomPairs.splice(o,1),r.bondTypes=w(Uint32Array,r.bondTypes,o,1),r.bondConfiguration.has(o)&&r.bondConfiguration.delete(o),r.kwargs.has(o)&&r.kwargs.delete(o),--o):(r.atomPairs[o][0]=e>t?e-1:e,r.atomPairs[o][1]=n>t?n-1:n),++o}let a=Array.from(r.bondConfiguration.keys());a.forEach((e=>{if(r.bondConfiguration.has(e)&&e>n){const t=r.bondConfiguration.get(e);r.bondConfiguration.delete(e),r.bondConfiguration.set(e-1,t)}})),a=Array.from(r.kwargs.keys()),a.forEach((e=>{if(r.kwargs.has(e)&&e>n){const t=r.kwargs.get(e);r.kwargs.delete(e),r.kwargs.set(e-1,t)}}))}}function w(e,t,n,s){const r=new e(t.length-s);let i=0,o=0;for(;i<t.length;)i===n&&(i+=s),r[o]=t[i],++o,++i;return r}function b(e,t){let n;if(0===e)n=t>0?0:Math.PI;else if(0===t)n=e>0?-Math.PI/2:Math.PI/2;else{const s=t/e,r=Math.atan(s);n=e<0?Math.PI/2+r:-Math.PI/2+r}return n}function A(e,t){if(0!==t){const n=e.x,s=e.y,r=Math.cos(t),i=Math.sin(t);for(let e=0;e<n.length;++e){const t=n[e];n[e]=h(t*r-s[e]*i),s[e]=h(t*i+s[e]*r)}}}function C(e,t){if(t){const t=e.atoms.y;for(let e=0;e<t.length;e++)t[e]=-t[e]}else{const t=e.atoms.x;for(let e=0;e<t.length;e++)t[e]=-t[e]}const n=e.bonds.bondConfiguration;for(const[e,t]of n){const s=1===t?3:1;n.set(e,s)}}function v(e,t,n){const s=e.atoms.x,r=e.atoms.y;for(let e=0;e<s.length;++e)s[e]=h(s[e]+t),void 0!==n&&(r[e]=h(r[e]+n))}},6137:(e,t,n)=>{"use strict";n.d(t,{J:()=>r,V:()=>i});var s=n(9976);class r extends s.B{static get Chromatogram(){return void 0===this.chromatogram&&(this.chromatogram=new r({A:"green",C:"blue",G:"black",T:"red",U:"red",others:"gray"})),this.chromatogram}}class i{}i.SemType="Nucleotides",i.SemTypeMultipleAlignment="NucleotidesMultipleAlignment",i.Names={A:"Adenine",C:"Cytosine",G:"Guanine",T:"Thymine",U:"Uracil"}},9976:(e,t,n)=>{"use strict";n.d(t,{B:()=>s});class s{static makePalette(e,t=!1,n=s){const r={};return e.forEach((e=>{const n=e[0],s=e[1];n.forEach(((e,n)=>{r[e]=this.colourPalette[s][t?0:n]}))})),new n(r)}constructor(e){this._palette=e}get(e){return this._palette[e]}}s.undefinedColor="rgb(100,100,100)",s.colourPalette={orange:["rgb(255,187,120)","rgb(245,167,100)","rgb(235,137,70)","rgb(205, 111, 71)"],all_green:["rgb(44,160,44)","rgb(74,160,74)","rgb(23,103,57)","rgb(30,110,96)","rgb(60,131,95)","rgb(24,110,79)","rgb(152,223,138)","rgb(182, 223, 138)","rgb(152, 193, 138)"],all_blue:["rgb(31,119,180)","rgb(23,190,207)","rgb(122, 102, 189)","rgb(158,218,229)","rgb(141, 124, 217)","rgb(31, 120, 150)"],magenta:["rgb(162,106,192)","rgb(197,165,224)","rgb(208,113,218)"],red:["rgb(214,39,40)","rgb(255,152,150)"],st_blue:["rgb(23,190,207)","rgb(158,218,229)","rgb(31,119,180)"],dark_blue:["rgb(31,119,180)","rgb(31, 120, 150)"],light_blue:["rgb(23,190,207)","rgb(158,218,229)","rgb(108, 218, 229)","rgb(23,190,227)"],lilac_blue:["rgb(124,102,211)","rgb(149,134,217)","rgb(97, 81, 150)"],dark_green:["rgb(23,103,57)","rgb(30,110,96)","rgb(60,131,95)","rgb(24,110,79)"],green:["rgb(44,160,44)","rgb(74,160,74)"],light_green:["rgb(152,223,138)","rgb(182, 223, 138)","rgb(152, 193, 138)"],st_green:["rgb(44,160,44)","rgb(152,223,138)","rgb(39, 174, 96)","rgb(74,160,74)"],pink:["rgb(247,182,210)"],brown:["rgb(140,86,75)","rgb(102, 62, 54)"],gray:["rgb(127,127,127)","rgb(199,199,199)","rgb(196,156,148)","rgb(222, 222, 180)"],yellow:["rgb(188,189,34)"],white:["rgb(230,230,230)"]}},7331:(e,t,n)=>{"use strict";n.d(t,{UE:()=>c,kQ:()=>o});var s=n(976),r=n(9976);class i{static hashCode(e){let t=0;if(0===e.length)return t;for(let n=0;n<e.length;n++)t=(t<<5)-t+e.charCodeAt(n),t|=0;return t}}class o{}class a extends o{get(e){return"#666666"}}class l extends o{static buildPalette(){return[].concat(...Object.values(r.B.colourPalette))}get(e){const t=i.hashCode(e)%l.palette.length;return function(e){if(null==e)return"rgb(100,100,100)";const t=s.Color.fromHtml(e),n=s.Color.g(t),r=s.Color.r(t),i=s.Color.b(t),o=Math.sqrt(Math.pow(0-r,2)+Math.pow(0-n,2)+Math.pow(0-i,2));return o>210?`rgb(${r/o*210},${n/o*210},${i/o*210})`:s.Color.toRgb(t)}(l.palette[t])}}l.palette=l.buildPalette();class c extends r.B{static get Gray(){return void 0===this.gray&&(this.gray=new a),this.gray}static get Color(){return void 0===this.color&&(this.color=new l),this.color}}},9713:(e,t,n)=>{"use strict";n.d(t,{N:()=>o,b:()=>a});var s=n(4469),r=n(701),i=n(2997);function o(e){let t=null,n=null;try{n=e.dart?e.gridColumn:null,t=n?n.temp:null}catch{[n,t]=[null,null]}const s=e.cell.column;if(t=t??s.temp,!t)throw new Error("Grid cell renderer back store (GridColumn or Column) not found.");return[n,s,t]}class a{constructor(e,t,n){this.gridCol=e,this.tableCol=t,this.logger=n,this.subs=[],this.destroyed=!1,this.viewerId=++a.viewerCounter,this.errors=[],this._onRendered=new r.Subject,this.reset(),this.tableCol&&this.tableCol.dataFrame&&this.subs.push(this.tableCol.dataFrame.onDataChanged.subscribe((()=>{try{this.reset()}catch(e){this.logger.error(e)}}))),this.tableCol&&this.subs.push(s.events.onTableRemoved.subscribe((e=>{try{const t=e.args.dataFrame;this.tableCol?.dataFrame.id!==t.id||this.destroyed||this.destroy()}catch(e){this.logger.error(e)}}))),this.gridCol&&this.subs.push(s.events.onViewRemoving.subscribe((e=>{try{const t=e.args.view;this.gridCol?.dart&&this.gridCol.grid&&this.gridCol?.grid?.dart&&this.gridCol?.grid?.view?.id===t.id&&!this.destroyed&&this.destroy()}catch(e){this.logger.error(e)}})))}toLog(){return`${this.constructor.name}<${this.viewerId}>`}destroy(){for(const e of this.subs)e.unsubscribe();this.destroyed=!0}invalidateGrid(){this.gridCol&&this.gridCol.dart&&this.gridCol.grid?.invalidate()}get onRendered(){return this._onRendered}invalidate(e){this.invalidateGrid()}async awaitRendered(e=1e4,t=`${e} timeout`){const n=`${this.toLog()}.awaitRendered()`;if(this.logger.debug(`${n}, start, testEvent before`),await(0,i.zg)(this._onRendered,(()=>{}),(()=>{this.invalidate()}),e,`${n}, ${t}`),this.errors.length>0){const e=this.errors[0];throw this.errors=[],e}this.logger.debug(`${n}, end`)}}a.viewerCounter=-1},9611:(e,t,n)=>{"use strict";n.d(t,{A:()=>u,m:()=>c});var s=n(976),r=n(6414),i=n.n(r),o=n(8607),a=n(9713),l=n(7228);function c(e,t){let n,s=100,r=0,i=e.length-1;for(;r<=i;){if(n=Math.floor((i+r)/2),e[n]<=t&&t<e[n+1])return n;if(t<e[n]?i=n-1:r=n+1,--s<=0)throw new Error(`Get position for pointer x = ${t} searching has not converged on ${JSON.stringify(e)}. `)}return null}class u extends a.b{constructor(e,t,n,r,i){super(e,t,n),this.monomerLengthLimit=r,this.propsProvider=i,this.colWidth=0,this._monomerLengthList=null,this.separatorWidth=5,this._processedMaxVisibleSeqLength=0,this._monomerLengthMap={},this._monomerStructureMap={},this.props=this.propsProvider(),this._processedRows=s.BitSet.create(this.tableCol.length),this.gridCol&&this.subs.push(this.gridCol.grid.onAfterDrawContent.subscribe((()=>{this._onRendered.next()}))),(0,l.JN)().then((e=>{if(this.destroyed)return;const t=e.getBioLib();this.subs.push(t.onChanged.subscribe((()=>{this.reset(),this.gridCol?.grid?.invalidate()})))}))}reset(){this.propsProvider&&(this.props=this.propsProvider()),this._processedRows=s.BitSet.create(this.tableCol.length),this._monomerLengthList=null,this._monomerLengthMap={},this._monomerStructureMap={}}getCellMonomerLengths(e,t){this.colWidth<t&&(this.colWidth=t,this.reset());const n=this.props.seqHandler.isMsa()?this.getCellMonomerLengthsForSeqMsa():this.getCellMonomerLengthsForSeq(e),s=new Array(n.length+1);s[0]=5;for(let e=1;e<s.length;e++)s[e]=s[e-1]+n[e-1];return[n,s]}getCellMonomerLengthsForSeq(e){this.toLog(),null===this._monomerLengthList&&(this._monomerLengthList=new Array(this.tableCol.length).fill(null));const t=this.props.separatorWidth+1*this.props.monomerCharWidth,n=Math.ceil(this.colWidth/t),s=o.g.forColumn(this.tableCol).getSplitted(e).originals,r=Math.min(n,s.length);let i=this._monomerLengthList[e];if(null===i||i.length<r){i=this._monomerLengthList[e]=new Array(s.length);let t=0;for(let e=0;e<r;++e){const n=s[e],r=this.props.monomerToShort(n,this.monomerLengthLimit),o=(this.props.seqHandler.isSeparator()?this.separatorWidth:this.props.separatorWidth)+r.length*this.props.monomerCharWidth;if(i[e]=o,t+=o,t>this.colWidth)break}}return i}getCellMonomerLengthsForSeqMsa(){var e;this.toLog(),null===this._monomerLengthList&&(this._monomerLengthList=new Array(1).fill(null)),(e=this._monomerLengthList)[0]??(e[0]=new Array(0));const t=this._monomerLengthList[0],{startIdx:n,endIdx:s}=(()=>{try{const e=this.gridCol&&this.gridCol.dart?this.gridCol.grid:null;return e&&e.dart?{startIdx:Math.max(Math.floor((e?.vertScroll.min??0)-10),0),endIdx:Math.min(Math.ceil((e?.vertScroll.max??0)+10),this.tableCol.length)}:{startIdx:0,endIdx:Math.min(this.tableCol.length,10)}}catch(e){return{startIdx:0,endIdx:Math.min(this.tableCol.length,10)}}})(),r=this.props.separatorWidth+1*this.props.monomerCharWidth,i=Math.ceil(this.colWidth/r);for(let e=n;e<s;e++){if(this._processedRows.get(e)&&i<=this._processedMaxVisibleSeqLength)continue;const n=o.g.forColumn(this.tableCol).getSplitted(e,i).originals,s=Math.min(i,n.length);s>t.length&&t.push(...new Array(s-t.length).fill(r));let a=0;for(let e=0;e<s;++e){const s=n[e],r=this.props.monomerToShort(s,this.monomerLengthLimit),i=this.props.separatorWidth+r.length*this.props.monomerCharWidth;if(t[e]=Math.max(t[e]??0,i),a+=i,a>=this.colWidth)break}this._processedMaxVisibleSeqLength=Math.max(this._processedMaxVisibleSeqLength,i)}return t}getPosition(e,t,n){const[s,r]=this.getCellMonomerLengths(e,n),a=o.g.forColumn(this.tableCol);return 0===i()(a.getSplitted(e).originals).toArray().length?null:c(r,t)}setMonomerLengthLimit(e){this.monomerLengthLimit=e,this.reset()}setSeparatorWidth(e){this.props.separatorWidth=e,this.reset()}isMsa(){return this.props.seqHandler.isMsa()}}},1047:(e,t,n)=>{"use strict";n.d(t,{$3:()=>r,pU:()=>i,rx:()=>s});const s=["symbol","molfile","rgroups","name"],r="p",i=new RegExp(`[rd]\\((\\w)\\)${r}?`,"g")},7945:(e,t,n)=>{"use strict";function s(e){return"string"==typeof e||e instanceof String?e:"StateError"===e.constructor.name?e.message:"StateError"===e.constructor.name&&"$thrownJsError"in e?s(e.$thrownJsError):e instanceof Error?e.message:e.toString()}function r(e){return e instanceof Error?e.stack:"StateError"===e.constructor.name&&"$thrownJsError"in e?r(e.$thrownJsError):void 0}function i(e){return[s(e),r(e)]}n.d(t,{yf:()=>i})},5226:(e,t,n)=>{"use strict";n.d(t,{i:()=>o});var s=n(976),r=n(8607),i=n(1821);class o{get descriptionsArray(){return this._descriptionsArray}get sequencesArray(){return this._sequencesArray}parseMacromolecule(e,t){return this._fileContent.slice(e,t).split(/\s/).join("")}parseColumns(){const e=/^>(.*)$/gm;let t,n=0;for(;t=e.exec(this._fileContent);){const s=this._fileContent.substring(t.index+1,e.lastIndex);this._descriptionsArray.push(s),0!==n&&this._sequencesArray.push(this.parseMacromolecule(n,t.index)),n=e.lastIndex+1}this._sequencesArray.push(this.parseMacromolecule(n,-1))}importFasta(){const e=s.Column.fromStrings("description",this.descriptionsArray),t=s.Column.fromStrings("sequence",this.sequencesArray);return t.semType=s.SEMTYPE.MACROMOLECULE,t.setTag(s.TAGS.UNITS,i.r2.FASTA),r.g.forColumn(t),[s.DataFrame.fromColumns([e,t])]}constructor(e){this._descriptionsArray=[],this._sequencesArray=[],this._fileContent=e,this.parseColumns()}}},706:(e,t,n)=>{"use strict";n.d(t,{Ug:()=>i,io:()=>o});var s=n(976),r=(n(6414),n(8447));function i(){const e=[];return e.push(s.Column.fromList("string","MSA",new Array(10**6).fill("meI/hHis/Aca/N/T/dE/Thr_PO3H2/Aca/D-Tyr_Et/Tyr_ab-dehydroMe/dV/E/N/D-Orn/D-aThr//Phe_4Me"))),e.push(s.Column.fromList(s.COLUMN_TYPE.FLOAT,"Activity",new Array(10**6).fill(5.30751))),e}function o(e=10**5){const t="meI/hHis/Aca/N//dE/Thr_PO3H2/Aca/D-Tyr_Et/Tyr_ab-dehydroMe".repeat(Math.ceil(e/10)).slice(0,-1),n=s.Column.fromList(s.COLUMN_TYPE.STRING,"MSA",new Array(100).fill(t));n.semType=s.SEMTYPE.MACROMOLECULE,n.setTag(s.TAGS.UNITS,r.r2.SEPARATOR),n.setTag(r.DX.separator,"/"),n.setTag(r.DX.alphabet,r.fb.UN),n.setTag(r.DX.alphabetIsMultichar,"true");const i=[];return i.push(n),i.push(s.Column.fromList(s.COLUMN_TYPE.FLOAT,"Activity",new Array(100).fill(7.30751))),i}n(8607),n(8260)},1821:(e,t,n)=>{"use strict";n.d(t,{BM:()=>l,CI:()=>a,DX:()=>i,XS:()=>u,fb:()=>r,r2:()=>s,se:()=>c});var s,r,i,o=n(6286);!function(e){e.FASTA="fasta",e.SEPARATOR="separator",e.HELM="helm"}(s||(s={})),function(e){e.DNA="DNA",e.RNA="RNA",e.PT="PT",e.UN="UN"}(r||(r={})),function(e){e.aligned="aligned",e.alphabet="alphabet",e.alphabetSize=".alphabetSize",e.alphabetIsMultichar=".alphabetIsMultichar",e.separator="separator",e.isHelmCompatible=".isHelmCompatible",e.positionNames=".positionNames",e.positionLabels=".positionLabels",e.regions=".regions"}(i||(i={}));const a=", ",l=/(?:\[([A-Za-z0-9_\-,()]+)\])|([A-Za-z\-])/g,c=new class{constructor(){this.fasta={peptide:new Set(["G","L","Y","S","E","Q","D","N","F","A","K","R","H","C","V","P","W","I","M","T"]),dna:new Set(["A","C","G","T"]),rna:new Set(["A","C","G","U"])}}},u=[new o.LA(r.PT,c.fasta.peptide,.5),new o.LA(r.DNA,c.fasta.dna,.55),new o.LA(r.RNA,c.fasta.rna,.55)]},8447:(e,t,n)=>{"use strict";n.d(t,{Ar:()=>r.Ar,CI:()=>s.CI,DX:()=>s.DX,GU:()=>r.GU,KX:()=>r.KX,XS:()=>s.XS,dQ:()=>r.dQ,fb:()=>s.fb,gM:()=>r.gM,gP:()=>r.gP,kB:()=>r.kB,py:()=>r.py,r2:()=>s.r2,up:()=>r.up});var s=n(1821),r=n(8260)},6286:(e,t,n)=>{"use strict";n.d(t,{G2:()=>s,LA:()=>r,dJ:()=>i});const s="";class r{constructor(e,t,n){this.name=e,this.alphabet=t,this.cutoff=n}}class i extends r{constructor(e,t,n){super(e.name,e.alphabet,e.cutoff),this.freq=t,this.similarity=n}}},8260:(e,t,n)=>{"use strict";n.d(t,{wx:()=>p,w4:()=>P,gM:()=>_,KX:()=>x,py:()=>$,vU:()=>T,Ar:()=>b,jY:()=>g,GU:()=>E,dQ:()=>N,up:()=>M,kB:()=>y,FJ:()=>w,gP:()=>v});var s=n(976),r=n(6414),i=n.n(r),o=n(6286),a=n(1821),l=n(8607);class c extends Float32Array{}var u=n(850),h=n(2012),d=n(6137),m=n(7331);class p{get length(){return this.mList.length}get canonicals(){return this.mList}get originals(){return this.mList}isGap(e){return this.getOriginal(e)===this.gapOriginalMonomer}getCanonical(e){if(this.length<=e)throw new Error("Index out of bounds");return this.mList[e]}getOriginal(e){if(this.length<=e)throw new Error("Index out of bounds");return this.mList[e]}constructor(e,t){this.mList=e,this.gapOriginalMonomer=t}}class f{get length(){return this.seqS.length}get canonicals(){return this.seqS}get originals(){return this.seqS}isGap(e){return this.getOriginal(e)===l.lh[a.r2.FASTA]}getCanonical(e){if(this.length<=e)throw new Error("Index out of bounds");return this.isGap(e)?o.G2:this.seqS[e]}getOriginal(e){if(this.length<=e)throw new Error("Index out of bounds");return this.seqS[e]}constructor(e){this.seqS=e}}function g(e,t,n){const s=e.categories;return function(e,t){const n={};let s=!0,r=null;for(const i of e)if(null==r?r=i.length:i.length!==r&&(s=!1),i.length>=t)for(const e of i.canonicals)e in n||(n[e]=0),n[e]+=1;return{freq:n,sameLength:s}}(i().enumerate(e.getRawData()).map((([e,t])=>n(s[e]))),t)}const y=e=>{const t=i()(e.toString().matchAll(a.BM)).map((e=>e[2]??e[1])).toArray();return new p(t,l.lh[a.r2.FASTA])},w=e=>e?new f(e):new p([],l.lh[a.r2.FASTA]);function b(e,t=undefined){return n=>{if(n){let s;const r=new RegExp(String.raw`"-"|'-'|[^${e}]+`,"g");if(void 0!==t){r.lastIndex=0,s=new Array(Math.ceil(t));let e=null,i=0;for(;null!==(e=r.exec(n))&&i<t;)s[i++]=e[0].replace('"-"',"").replace("'-'","");s.splice(i)}else s=n.replaceAll('"-"',"").replaceAll("'-'","").split(e,t);return new p(s,l.lh[a.r2.SEPARATOR])}return new p([],l.lh[a.r2.SEPARATOR])}}const A=/(PEPTIDE1|DNA1|RNA1)\{([^}]+)}/g,C=/\[([^\[\]]+)]/g,v=e=>{A.lastIndex=0;const t=A.exec(e.toString()),n=t?t[2]:null,s=n?n.split("."):[];return new p(s.map((e=>{C.lastIndex=0;const t=C.exec(e);return t&&t.length>=2?t[1]:e})),l.lh[a.r2.HELM])};function T(e,t,n=undefined){if(e.toLowerCase().startsWith(a.r2.FASTA))return y;if(e.toLowerCase().startsWith(a.r2.SEPARATOR))return b(t,n);if(e.toLowerCase().startsWith(a.r2.HELM))return v;throw new Error(`Unexpected units ${e} .`)}const S=/([^\W_]+)/g;function E(e,t){if(e.length<=t)return e;const n=e.match(S),s=e.length>t||(n?.length??0)>1,r=n?.[0]??" ";return s?r.substring(0,t-1)+"…":r}function _(e){switch(e){case a.fb.DNA:return a.se.fasta.dna;case a.fb.RNA:return a.se.fasta.rna;case a.fb.PT:return a.se.fasta.peptide;default:throw new Error(`Unsupported alphabet '${e}'.`)}}function x(e,t,n="-"){const s=new Set([...new Set(Object.keys(e)),...t]);s.delete(n);const r=[],i=[];for(const n of s)r.push(n in e?e[n]:0),i.push(t.has(n)?1:0);const o=new c(r),a=new c(i);return(0,u.MA)(o,a)/((0,u.$G)(o)*(0,u.$G)(a))}function P(e,t,n="-"){const s=t.map((t=>{const s=x(e,t.alphabet,n);return new o.dJ(t,e,s)}));let r;const i=Math.max(...s.map((e=>e.similarity>e.cutoff?e.similarity:-1)));return r=i>0?s.find((e=>e.similarity===i)).name:a.fb.UN,r}function N(e,t=5){let n;return n=e.semType==s.SEMTYPE.MACROMOLECULE?l.g.forColumn(e).alphabet:P(g(e,t,y).freq,a.XS),$(n)}function $(e){switch(e){case a.fb.PT:return h.f.GrokGroups;case a.fb.DNA:case a.fb.RNA:return d.J.Chromatogram;default:return m.UE.Color}}function M(e){const t=e.columns.bySemTypeAll(s.SEMTYPE.MACROMOLECULE);let n=t.find((e=>{const t=e.getTag(s.TAGS.UNITS);return!!t&&-1!==t.indexOf("MSA")}))??null;return!n&&t.length>0&&(n=t[0]),n}},8607:(e,t,n)=>{"use strict";n.d(t,{g:()=>p,lh:()=>m});var s=n(976),r=n(6414),i=n.n(r),o=n(8447),a=n(6286),l=n(8260),c=n(708),u=n(7228),h=n(1047);const d=new class{constructor(){this.seqHandler="seq-handler",this.notationProvider="seq-handler.notation-provider"}},m={[o.r2.FASTA]:"-",[o.r2.SEPARATOR]:"",[o.r2.HELM]:"*"};class p{constructor(e){if(this._splitter=null,this.cached=!0,this._splitted=null,this.columnVersion=null,this._stats=null,this._maxLength=null,this._posList=null,this._joiner=void 0,e.type!==s.TYPE.STRING)throw new Error(`Unexpected column type '${e.type}', must be '${s.TYPE.STRING}'.`);this._column=e;const t=this._column.getTag(s.TAGS.UNITS);if(null==t)throw new Error("Units are not specified in column");if(this._units=t,this._notation=this.getNotation(),this._defaultGapOriginal=this.isFasta()?m[o.r2.FASTA]:this.isHelm()?m[o.r2.HELM]:m[o.r2.SEPARATOR],!this.column.tags.has(o.DX.aligned)||!this.column.tags.has(o.DX.alphabet)||!this.column.tags.has(o.DX.alphabetIsMultichar)&&!this.isHelm()&&this.alphabet===o.fb.UN)if(this.isFasta())p.setUnitsToFastaColumn(this);else if(this.isSeparator()){const t=e.getTag(o.DX.separator);p.setUnitsToSeparatorColumn(this,t)}else{if(!this.isHelm())throw new Error(`Unexpected units '${this.column.getTag(s.TAGS.UNITS)}'.`);p.setUnitsToHelmColumn(this)}if(!this.column.tags.has(o.DX.alphabetIsMultichar))if(this.isHelm())this.column.setTag(o.DX.alphabetIsMultichar,"true");else if(["UN"].includes(this.alphabet))throw new Error(`For column '${this.column.name}' of alphabet '${this.alphabet}' tag '${o.DX.alphabetIsMultichar}' is mandatory.`);this.notationProvider=this.column.temp[d.notationProvider]??null,this.columnVersion=this.column.version}static setUnitsToFastaColumn(e){if(e.column.semType!==s.SEMTYPE.MACROMOLECULE||e.column.getTag(s.TAGS.UNITS)!==o.r2.FASTA)throw new Error(`The column of notation '${o.r2.FASTA}' must be '${s.SEMTYPE.MACROMOLECULE}'.`);e.column.setTag(s.TAGS.UNITS,o.r2.FASTA),p.setTags(e)}static setUnitsToSeparatorColumn(e,t){if(e.column.semType!==s.SEMTYPE.MACROMOLECULE||e.column.getTag(s.TAGS.UNITS)!==o.r2.SEPARATOR)throw new Error(`The column of notation '${o.r2.SEPARATOR}' must be '${s.SEMTYPE.MACROMOLECULE}'.`);if(!t)throw new Error(`The column of notation '${o.r2.SEPARATOR}' must have the separator tag.`);e.column.setTag(s.TAGS.UNITS,o.r2.SEPARATOR),e.column.setTag(o.DX.separator,t),p.setTags(e)}static setUnitsToHelmColumn(e){if(e.column.semType!==s.SEMTYPE.MACROMOLECULE)throw new Error(`The column of notation '${o.r2.HELM}' must be '${s.SEMTYPE.MACROMOLECULE}'`);e.column.setTag(s.TAGS.UNITS,o.r2.HELM),p.setTags(e)}static setTags(e){const t=e.column.getTag(s.TAGS.UNITS);if([o.r2.FASTA,o.r2.SEPARATOR].includes(t)){if(!e.column.getTag(o.DX.alphabet)&&0===Object.keys(e.stats.freq).length)throw new Error("Alphabet is empty and not annotated.");let t=e.column.getTag(o.DX.aligned);null===t&&(t=e.stats.sameLength?"SEQ.MSA":"SEQ",e.column.setTag(o.DX.aligned,t));let n=e.column.getTag(o.DX.alphabet);if(null===n&&(n=(0,l.w4)(e.stats.freq,o.XS),e.column.setTag(o.DX.alphabet,n)),n===o.fb.UN){const t=Object.keys(e.stats.freq).length,n=Object.keys(e.stats.freq).some((e=>e.length>1));e.column.setTag(o.DX.alphabetSize,t.toString()),e.column.setTag(o.DX.alphabetIsMultichar,n?"true":"false")}}}get column(){return this._column}get length(){return this._column.length}get units(){return this._units}get notation(){return this._notation}get defaultGapOriginal(){return this._defaultGapOriginal}get separator(){const e=this.column.getTag(o.DX.separator)??void 0;if(this.notation===o.r2.SEPARATOR&&void 0===e)throw new Error(`Separator is mandatory for column '${this.column.name}' of notation '${this.notation}'.`);return e}get aligned(){const e=this.column.getTag(o.DX.aligned);if(!e&&(this.isFasta()||this.isSeparator()))throw new Error("Tag aligned not set");return e}get alphabet(){const e=this.column.getTag(o.DX.alphabet);if(!e&&(this.isFasta()||this.isSeparator()))throw new Error("Tag alphabet not set");return e}get helmCompatible(){return this.column.getTag(o.DX.isHelmCompatible)}getAlphabetSize(){if(this.notation==o.r2.HELM||this.alphabet==o.fb.UN){const e=this.column.getTag(o.DX.alphabetSize);let t;if(e)t=parseInt(e);else{const e=this.stats;t=Object.keys(e.freq).length}return t}switch(this.alphabet){case o.fb.PT:return 20;case o.fb.DNA:case o.fb.RNA:return 4;case"NT":return console.warn("Unexpected alphabet 'NT'."),4;default:throw new Error(`Unexpected alphabet '${this.alphabet}'.`)}}getAlphabetIsMultichar(){return this.notation===o.r2.HELM||this.alphabet===o.fb.UN&&"true"===this.column.getTag(o.DX.alphabetIsMultichar)}getSplitted(e,t){if(this.cached&&void 0===t){this.column.version===this.columnVersion&&null!==this._splitted||(this.columnVersion=this.column.version,this._splitted=new Array(this.column.length));let t=this._splitted[e]?this._splitted[e].deref():void 0;if(!t){const n=this.column.get(e);t=this.splitter(n),this._splitted[e]=new WeakRef(t)}return t}{const n=this.column.get(e);return this.getSplitter(t)(n)}}get stats(){if(null===this._stats){const e={};let t=!0,n=null;const s=this.column.length;for(let r=0;r<s;++r){const s=this.getSplitted(r);null==n?n=s.length:s.length!==n&&(t=!1);for(const t of s.canonicals)t in e||(e[t]=0),e[t]+=1}this._stats={freq:e,sameLength:t}}return this._stats}get maxLength(){return null===this._maxLength&&(this._maxLength=0===this.column.length?0:Math.max(...i().count(0).take(this.column.length).map((e=>this.getSplitted(e).length)))),this._maxLength}get posList(){if(null===this._posList){const e=this.column.getTag(o.DX.positionNames);this._posList=e?e.split(o.CI).map((e=>e.trim())):i().count(1).take(this.maxLength).map((e=>e.toString())).toArray()}return this._posList}isFasta(){return this.notation===o.r2.FASTA}isSeparator(){return this.notation===o.r2.SEPARATOR}isHelm(){return this.notation===o.r2.HELM}isRna(){return this.alphabet===o.fb.RNA}isDna(){return this.alphabet===o.fb.DNA}isPeptide(){return this.alphabet===o.fb.PT}isMsa(){return!!this.aligned&&this.aligned.toUpperCase().includes("MSA")}isHelmCompatible(){return"true"===this.helmCompatible}isGap(e){return!e||e===this._defaultGapOriginal}getNotation(){if(this.units.toLowerCase().startsWith(o.r2.FASTA))return o.r2.FASTA;if(this.units.toLowerCase().startsWith(o.r2.SEPARATOR))return o.r2.SEPARATOR;if(this.units.toLowerCase().startsWith(o.r2.HELM))return o.r2.HELM;throw new Error(`Column '${this.column.name}' has unexpected notation '${this.units}'.`)}getHelmWrappers(){return[this.isDna()||this.isRna()||this.isHelmCompatible()?"RNA1{":"PEPTIDE1{",this.isDna()?"d(":this.isRna()?"r(":"",this.isDna()||this.isRna()?")p":"","}$$$$"]}getNewColumn(e,t,n,r){const i=this.column,a=e.toLowerCase()+"("+i.name+")",l=n??i.dataFrame.columns.getUnusedName(a),c=s.Column.fromList("string",l,r??new Array(this.column.length).fill(""));if(c.semType=s.SEMTYPE.MACROMOLECULE,c.setTag(s.TAGS.UNITS,e),e===o.r2.SEPARATOR){if(!t)throw new Error(`Notation '${o.r2.SEPARATOR}' requires separator value.`);c.setTag(o.DX.separator,t)}c.setTag(s.TAGS.CELL_RENDERER,e===o.r2.HELM?"helm":"sequence");const u=i.getTag(o.DX.aligned);u&&c.setTag(o.DX.aligned,u);let h=i.getTag(o.DX.alphabet);h||this.notation!==o.r2.HELM||e===o.r2.HELM||(h=o.fb.UN),null!=h&&c.setTag(o.DX.alphabet,h);let d=i.getTag(o.DX.alphabetSize);null!=h&&d&&c.setTag(o.DX.alphabetSize,d);const m=i.getTag(o.DX.alphabetIsMultichar);return null!=h&&void 0!==m&&c.setTag(o.DX.alphabetIsMultichar,m),e==o.r2.HELM&&(d=this.getAlphabetSize().toString(),c.setTag(o.DX.alphabetSize,d)),c}getNewColumnFromList(e,t){return this.getNewColumn(this.notation,this.separator,e,t)}static getNewColumn(e){const t=p.forColumn(e),n=t.notation;return t.getNewColumn(n)}static unitsStringIsValid(e){return e=e.toLowerCase(),[o.r2.FASTA,o.r2.SEPARATOR,o.r2.HELM].some((t=>e.startsWith(t.toLowerCase())))}static getNewColumnFromParams(e,t,n){if(!p.unitsStringIsValid(n))throw new Error("Invalid format of 'units' parameter");const r=s.Column.fromList("string",t,new Array(e).fill(""));return r.semType=s.SEMTYPE.MACROMOLECULE,r.setTag(s.TAGS.UNITS,n),r}getSplitter(e){let t=null;if(t=this.notationProvider?this.notationProvider.splitter:null,t)return t;if(this.units.toLowerCase().startsWith(o.r2.FASTA))return null===this.column.getTag(o.DX.alphabet)||this.getAlphabetIsMultichar()?o.kB:l.FJ;if(this.units.toLowerCase().startsWith(o.r2.SEPARATOR))return(0,o.Ar)(this.separator,e);if(this.units.toLowerCase().startsWith(o.r2.HELM))return o.gP;throw new Error(`Unexpected units ${this.units} .`)}split(e){return this.splitter(e)}getDistanceFunctionName(){if(!this.isFasta())throw new Error("Only FASTA notation is supported");if(this.isMsa())return c.U.HAMMING;switch(this.alphabet){case o.fb.DNA:case o.fb.RNA:case o.fb.PT:}return c.U.LEVENSHTEIN}getDistanceFunction(){return c.o[this.getDistanceFunctionName()]()}async checkHelmCompatibility(){if(this.column.tags.has(o.DX.isHelmCompatible))return"true"===this.column.getTag(o.DX.isHelmCompatible);const e=(await(0,u.JN)()).getBioLib().getMonomerSymbolsByType("PEPTIDE"),t=new Set(e),n=((0,o.Ar)(this.separator),new Set),s=this.column.length,r=this.column.getRawData();for(let e=0;e<s;++e){const s=r[e];if(!(s in n)){n.add(s);const r=this.getSplitted(e);for(const e of r.canonicals)if(!t.has(e))return this.column.setTag(o.DX.isHelmCompatible,"false"),!1}}return this.column.setTag(o.DX.isHelmCompatible,"true"),!0}get splitter(){return null===this._splitter&&(this._splitter=this.getSplitter()),this._splitter}toFasta(e){return e===o.r2.FASTA}toSeparator(e){return e===o.r2.SEPARATOR}toHelm(e){return e===o.r2.HELM}convertHelmToFastaSeparator(e,t,n,s){s||(s=this.toFasta(t)?m[o.r2.FASTA]:m[o.r2.SEPARATOR]),n||(n=this.toFasta(t)?"":this.separator);const r=e.startsWith("RNA"),i=this.splitter(e),a=[];for(let e=0;e<i.length;++e){let n=i.getOriginal(e);if(r&&(n=n.replace(h.pU,"")),n===m[o.r2.HELM])a.push(s);else if(this.toFasta(t)&&n.length>1){const e="["+n+"]";a.push(e)}else a.push(n)}return a.join(n)}convert(e,t){const n=this.getJoiner({notation:e,separator:t}),s=this.getNewColumn(e,t);return s.init((e=>{const t=this.getSplitted(e);return n(t)})),s}getRegion(e,t,n){const s=this.getNewColumn(this.notation,this.separator);s.name=n;const r=e??0,i=t??this.maxLength-1,a=this.getJoiner(),c=i-r+1,u=m[this.notation];s.init((e=>{const t=this.getSplitted(e),n=new Array(c);for(let e=0;e<c;++e){const s=r+e;n[e]=s<t.length?t.getOriginal(s):u}return a(new l.wx(n,u))}));const h=e=>{const t=e.split(",").map((e=>e.trim())),n=new Array(c);for(let e=0;e<c;++e){const s=r+e;n[e]=s<t.length?t[s]:"?"}return n.join(o.CI)},d=this.column.getTag(o.DX.positionNames);d&&s.setTag(o.DX.positionNames,h(d));const p=this.column.getTag(o.DX.positionLabels);return p&&s.setTag(o.DX.positionLabels,h(p)),s}get joiner(){return this._joiner||(this._joiner=this.getJoiner()),this._joiner}getJoiner(e){const t=e?e.notation:this.notation,n=e?e.separator:this.separator;let s;const r=this;switch(t){case o.r2.FASTA:s=function(e){return r.joinToFasta(e,r.isHelm())};break;case o.r2.SEPARATOR:if(!n)throw new Error(`Separator is mandatory for notation '${t}'.`);s=function(e){return f(e,n,r.isHelm())};break;case o.r2.HELM:{const e=r.alphabet===o.fb.DNA||r.alphabet===o.fb.RNA,t=r.getHelmWrappers();s=function(n){return g(n,t,e)};break}default:throw new Error(`Unexpected notation '${t}'.`)}return s}getConverter(e,t=undefined){if(e===o.r2.SEPARATOR&&!t)throw new Error(`Target separator is not specified for target units '${o.r2.SEPARATOR}'.`);const n=this;if(e===o.r2.FASTA)return function(e){return n.convertToFasta(e)};if(e===o.r2.HELM)return function(e){return n.convertToHelm(e)};if(e===o.r2.SEPARATOR)return function(e){return n.convertToSeparator(e,t)};throw new Error}static forColumn(e){let t=e.temp[d.seqHandler];return t&&t.columnVersion===e.version||(t=e.temp[d.seqHandler]=new p(e)),t}joinToFasta(e,t){const n=new Array(e.length);for(let s=0;s<e.length;++s){const r=e.getOriginal(s);let i=e.getOriginal(s);t&&(i=i.replace(h.pU,"$1")),r===a.G2?i=m[o.r2.FASTA]:r===h.$3?i="":i.length>1&&(i="["+i+"]"),n[s]=i}return n.join("")}convertToFasta(e){const t=this.splitter,n=this.isHelm()?this.splitterAsHelmNucl(e):t(e);return this.joinToFasta(n,this.isHelm())}convertToSeparator(e,t){return f(this.isHelm()?this.splitterAsHelmNucl(e):this.splitter(e),t,this.isHelm())}convertToHelm(e){const t=this.getHelmWrappers(),n=e.startsWith("DNA")||e.startsWith("RNA");return g(this.splitter(e),t,n)}splitterAsHelmNucl(e){const t=this.splitter(e),n=new Array(t.length),s=e.startsWith("DNA"),r=e.startsWith("RNA");for(let e=0;e<t.length;++e){let i=t.getOriginal(e);(s||r)&&(i=i.replace(h.pU,"$1"),i=i===h.$3?null:i),n[e]=i||null}return new l.wx(n.filter((e=>!!e)),m[o.r2.HELM])}}function f(e,t,n){const s=new Array(e.length);for(let t=0;t<e.length;++t){const r=e.getCanonical(t);let i=e.getOriginal(t);n&&(i=i.replace(h.pU,"$1")),r===a.G2?i=m[o.r2.SEPARATOR]:r===h.$3&&(i=""),s[t]=i}return s.join(t)}function g(e,t,n){const[s,r,i,l]=t,c=new Array(e.length);for(let t=0;t<e.length;++t){const s=e.getCanonical(t);let l=e.getOriginal(t);s===a.G2?l=m[o.r2.HELM]:(n&&(l=l.replace(h.pU,"$1")),l=1===l.length?`${r}${l}${i}`:`${r}[${l}]${i}`),c[t]=l}return`${s}${c.join(".")}${l}`}},8457:(e,t,n)=>{"use strict";n.d(t,{O:()=>i});var s=n(976),r=n(8607);function i(e){const t=e=>{const t=o.columns.addNewString((e+1).toString());return n.push(t),t},n=[],i=e.length,o=s.DataFrame.create(i),a=r.g.forColumn(e);for(let e=0;e<i;++e){const s=a.getSplitted(e);for(let r=0;r<s.length;++r){const i=s.getOriginal(r);((n[r]??null)||t(r)).set(e,i,!1)}}return o}},172:(e,t,n)=>{"use strict";n.d(t,{c:()=>i});var s,r=n(7945);!function(e){e[e.error=0]="error",e[e.warning=1]="warning",e[e.info=2]="info",e[e.debug=3]="debug"}(s||(s={}));class i{constructor(e){this.logger=e,this.promise=Promise.resolve(),this.errors=[],this.syncCounter=0}sync(e,t){const n=++this.syncCounter;this.logger.debug(`${e}, SYNC syncId = ${n}, IN `),this.promise=this.promise.then((async()=>{this.logger.debug(`${e}, SYNC syncId = ${n}, START `),await t(),this.logger.debug(`${e}, SYNC syncId = ${n}, END `)})).catch((t=>{const[s,i]=(0,r.yf)(t);this.logger.error(`${e}, SYNC syncId = ${n}, ERROR:\n${s}`,void 0,i),this.errors.push(t)}))}resetErrors(){const e=this.errors;return this.errors=[],e}}},9298:(e,t,n)=>{"use strict";n.d(t,{Ct:()=>l,DX:()=>s,ES:()=>r,dE:()=>a,iD:()=>o,vS:()=>u,vw:()=>i});var s,r,i,o,a,l,c=n(976);!function(e){e.tooltipWebLogo=".tooltipWebLogo"}(s||(s={})),function(e){e.Entropy="Entropy",e.full="100%"}(r||(r={})),function(e){e.TOP="top",e.MIDDLE="middle",e.BOTTOM="bottom"}(i||(i={})),function(e){e.LEFT="left",e.CENTER="center",e.RIGHT="right"}(o||(o={})),function(e){e.AUTO="auto",e.ON="on",e.OFF="off"}(a||(a={})),function(e){e.Filtered="Filtered",e.Selected="Selected"}(l||(l={}));const u=new class{constructor(){this.sequenceColumnName=null,this.valueAggrType=c.AGG.TOTAL_COUNT,this.valueColumnName="Activity",this.startPositionName=null,this.endPositionName=null,this.skipEmptySequences=!0,this.skipEmptyPositions=!1,this.shrinkEmptyTail=!0,this.backgroundColor=4294967295,this.positionHeight=r.Entropy,this.positionWidth=16,this.verticalAlignment=i.MIDDLE,this.horizontalAlignment=o.CENTER,this.fixWidth=!1,this.fitArea=!0,this.minHeight=50,this.maxHeight=100,this.showPositionLabels=!0,this.positionMarginState=a.AUTO,this.positionMargin=0,this.filterSource=l.Filtered}}},7905:(e,t,n)=>{"use strict";e=n.hmd(e);var s,r=(s="undefined"!=typeof document&&document.currentScript?document.currentScript.src:void 0,function(e={}){var t,n,r=void 0!==e?e:{};r.ready=new Promise((function(e,s){t=e,n=s}));var i,o=Object.assign({},r),a="object"==typeof window,l="function"==typeof importScripts,c=("object"==typeof process&&"object"==typeof process.versions&&process.versions.node,"");(a||l)&&(l?c=self.location.href:"undefined"!=typeof document&&document.currentScript&&(c=document.currentScript.src),s&&(c=s),c=0!==c.indexOf("blob:")?c.substr(0,c.replace(/[?#].*/,"").lastIndexOf("/")+1):"",l&&(i=e=>{var t=new XMLHttpRequest;return t.open("GET",e,!1),t.responseType="arraybuffer",t.send(null),new Uint8Array(t.response)})),r.print||console.log.bind(console);var u,h,d=r.printErr||console.warn.bind(console);Object.assign(r,o),o=null,r.arguments&&r.arguments,r.thisProgram&&r.thisProgram,r.quit&&r.quit,r.wasmBinary&&(u=r.wasmBinary),r.noExitRuntime,"object"!=typeof WebAssembly&&S("no native wasm support detected");var m,p,f,g=!1;function y(){var e=h.buffer;r.HEAP8=m=new Int8Array(e),r.HEAP16=new Int16Array(e),r.HEAP32=new Int32Array(e),r.HEAPU8=p=new Uint8Array(e),r.HEAPU16=new Uint16Array(e),r.HEAPU32=f=new Uint32Array(e),r.HEAPF32=new Float32Array(e),r.HEAPF64=new Float64Array(e)}var w=[],b=[],A=[],C=0,v=null,T=null;function S(e){r.onAbort&&r.onAbort(e),d(e="Aborted("+e+")"),g=!0,e+=". Build with -sASSERTIONS for more info.";var t=new WebAssembly.RuntimeError(e);throw n(t),t}var E,_,x="data:application/octet-stream;base64,";function P(e){return e.startsWith(x)}function N(e){try{if(e==E&&u)return new Uint8Array(u);if(i)return i(e);throw"both async and sync fetching of the wasm failed"}catch(e){S(e)}}function $(e,t,n){return function(e){return u||!a&&!l||"function"!=typeof fetch?Promise.resolve().then((function(){return N(e)})):fetch(e,{credentials:"same-origin"}).then((function(t){if(!t.ok)throw"failed to load wasm binary file at '"+e+"'";return t.arrayBuffer()})).catch((function(){return N(e)}))}(e).then((function(e){return WebAssembly.instantiate(e,t)})).then((function(e){return e})).then(n,(function(e){d("failed to asynchronously prepare wasm: "+e),S(e)}))}function M(e){for(;e.length>0;)e.shift()(r)}function L(e){this.excPtr=e,this.ptr=e-24,this.set_type=function(e){f[this.ptr+4>>2]=e},this.get_type=function(){return f[this.ptr+4>>2]},this.set_destructor=function(e){f[this.ptr+8>>2]=e},this.get_destructor=function(){return f[this.ptr+8>>2]},this.set_caught=function(e){e=e?1:0,m[this.ptr+12>>0]=e},this.get_caught=function(){return 0!=m[this.ptr+12>>0]},this.set_rethrown=function(e){e=e?1:0,m[this.ptr+13>>0]=e},this.get_rethrown=function(){return 0!=m[this.ptr+13>>0]},this.init=function(e,t){this.set_adjusted_ptr(0),this.set_type(e),this.set_destructor(t)},this.set_adjusted_ptr=function(e){f[this.ptr+16>>2]=e},this.get_adjusted_ptr=function(){return f[this.ptr+16>>2]},this.get_exception_ptr=function(){if(U(this.get_type()))return f[this.excPtr>>2];var e=this.get_adjusted_ptr();return 0!==e?e:this.excPtr}}function I(e){var t=h.buffer;try{return h.grow(e-t.byteLength+65535>>>16),y(),1}catch(e){}}function R(e){return r["_"+e]}P(E="wasmDbscan.wasm")||(_=E,E=r.locateFile?r.locateFile(_,c):c+_);var O="undefined"!=typeof TextDecoder?new TextDecoder("utf8"):void 0;function D(e,t,n,s,r){var i={string:e=>{var t=0;return null!=e&&0!==e&&(t=function(e){var t=function(e){for(var t=0,n=0;n<e.length;++n){var s=e.charCodeAt(n);s<=127?t++:s<=2047?t+=2:s>=55296&&s<=57343?(t+=4,++n):t+=3}return t}(e)+1,n=B(t);return function(e,t,n){!function(e,t,n,s){if(!(s>0))return 0;for(var r=n+s-1,i=0;i<e.length;++i){var o=e.charCodeAt(i);if(o>=55296&&o<=57343&&(o=65536+((1023&o)<<10)|1023&e.charCodeAt(++i)),o<=127){if(n>=r)break;t[n++]=o}else if(o<=2047){if(n+1>=r)break;t[n++]=192|o>>6,t[n++]=128|63&o}else if(o<=65535){if(n+2>=r)break;t[n++]=224|o>>12,t[n++]=128|o>>6&63,t[n++]=128|63&o}else{if(n+3>=r)break;t[n++]=240|o>>18,t[n++]=128|o>>12&63,t[n++]=128|o>>6&63,t[n++]=128|63&o}}t[n]=0}(e,p,t,n)}(e,n,t),n}(e)),t},array:e=>{var t,n,s=B(e.length);return t=e,n=s,m.set(t,n),s}},o=R(e),a=[],l=0;if(s)for(var c=0;c<s.length;c++){var u=i[n[c]];u?(0===l&&(l=G()),a[c]=u(s[c])):a[c]=s[c]}var h=o.apply(null,a);return function(e){return 0!==l&&H(l),function(e){return"string"===t?(n=e)?function(e,t,n){for(var s=t+n,r=t;e[r]&&!(r>=s);)++r;if(r-t>16&&e.buffer&&O)return O.decode(e.subarray(t,r));for(var i="";t<r;){var o=e[t++];if(128&o){var a=63&e[t++];if(192!=(224&o)){var l=63&e[t++];if((o=224==(240&o)?(15&o)<<12|a<<6|l:(7&o)<<18|a<<12|l<<6|63&e[t++])<65536)i+=String.fromCharCode(o);else{var c=o-65536;i+=String.fromCharCode(55296|c>>10,56320|1023&c)}}else i+=String.fromCharCode((31&o)<<6|a)}else i+=String.fromCharCode(o)}return i}(p,n,s):"":"boolean"===t?Boolean(e):e;var n,s}(e)}(h)}var F,k={__cxa_throw:function(e,t,n){throw new L(e).init(t,n),e},abort:function(){S("")},emscripten_memcpy_big:function(e,t,n){p.copyWithin(e,t,t+n)},emscripten_resize_heap:function(e){var t,n=p.length,s=2147483648;if((e>>>=0)>s)return!1;for(var r=1;r<=4;r*=2){var i=n*(1+.2/r);if(i=Math.min(i,e+100663296),I(Math.min(s,(t=Math.max(e,i))+(65536-t%65536)%65536)))return!0}return!1}},G=(function(){var e,t,s,i,o={env:k,wasi_snapshot_preview1:k};function a(e,t){var n,s=e.exports;return r.asm=s,h=r.asm.memory,y(),r.asm.__indirect_function_table,n=r.asm.__wasm_call_ctors,b.unshift(n),function(e){if(C--,r.monitorRunDependencies&&r.monitorRunDependencies(C),0==C&&(null!==v&&(clearInterval(v),v=null),T)){var t=T;T=null,t()}}(),s}if(C++,r.monitorRunDependencies&&r.monitorRunDependencies(C),r.instantiateWasm)try{return r.instantiateWasm(o,a)}catch(e){d("Module.instantiateWasm callback failed with error: "+e),n(e)}(e=u,t=E,s=o,i=function(e){a(e.instance)},e||"function"!=typeof WebAssembly.instantiateStreaming||P(t)||"function"!=typeof fetch?$(t,s,i):fetch(t,{credentials:"same-origin"}).then((function(e){return WebAssembly.instantiateStreaming(e,s).then(i,(function(e){return d("wasm streaming compile failed: "+e),d("falling back to ArrayBuffer instantiation"),$(t,s,i)}))}))).catch(n)}(),r._dbscan=function(){return(r._dbscan=r.asm.dbscan).apply(null,arguments)},r._malloc=function(){return(r._malloc=r.asm.malloc).apply(null,arguments)},r._free=function(){return(r._free=r.asm.free).apply(null,arguments)},function(){return(G=r.asm.stackSave).apply(null,arguments)}),H=function(){return(H=r.asm.stackRestore).apply(null,arguments)},B=function(){return(B=r.asm.stackAlloc).apply(null,arguments)},U=function(){return(U=r.asm.__cxa_is_pointer_type).apply(null,arguments)};function W(){function e(){F||(F=!0,r.calledRun=!0,g||(M(b),t(r),r.onRuntimeInitialized&&r.onRuntimeInitialized(),function(){if(r.postRun)for("function"==typeof r.postRun&&(r.postRun=[r.postRun]);r.postRun.length;)e=r.postRun.shift(),A.unshift(e);var e;M(A)}()))}C>0||(function(){if(r.preRun)for("function"==typeof r.preRun&&(r.preRun=[r.preRun]);r.preRun.length;)e=r.preRun.shift(),w.unshift(e);var e;M(w)}(),C>0||(r.setStatus?(r.setStatus("Running..."),setTimeout((function(){setTimeout((function(){r.setStatus("")}),1),e()}),1)):e()))}if(r.ccall=D,r.cwrap=function(e,t,n,s){var r=!n||n.every((e=>"number"===e||"boolean"===e));return"string"!==t&&r&&!s?R(e):function(){return D(e,t,n,arguments)}},T=function e(){F||W(),F||(T=e)},r.preInit)for("function"==typeof r.preInit&&(r.preInit=[r.preInit]);r.preInit.length>0;)r.preInit.pop()();return W(),e.ready});"object"==typeof exports?e.exports=r:"function"==typeof define&&n.amdO?define([],(function(){return r})):"object"==typeof exports&&(exports.exportCppDbscanLib=r)},5697:(e,t,n)=>{"use strict";n.d(t,{Dz:()=>w,FV:()=>c,Jv:()=>T,KR:()=>l,MI:()=>A,NB:()=>p,UX:()=>m,WI:()=>d,Zd:()=>h,_h:()=>u,aW:()=>g,bX:()=>v,fX:()=>b,kg:()=>o,s:()=>f,yU:()=>y});var s=n(9657),r=n(1040),i=n(708);r.gk.Tanimoto,r.gk.Dice,r.gk.Asymmetric,r.gk.BraunBlanquet,r.gk.Cosine,r.gk.Kulczynski,r.gk.McConnaughey,r.gk.RogotGoldberg,r.gk.Russel,r.gk.Sokal,r.gk.Hamming,r.gk.Euclidean,r.gk.Tanimoto,r.gk.Dice,r.gk.Asymmetric,r.gk.BraunBlanquet,r.gk.Cosine,r.gk.Kulczynski,r.gk.McConnaughey,r.gk.RogotGoldberg,r.gk.Russel,r.gk.Sokal,r.gk.Hamming,r.gk.Euclidean;const o=[r.gk.Tanimoto,r.gk.Dice,r.gk.Cosine];function a(e,t){const n=e.trueCount()+t.trueCount();if(0==n)return 1;const s=e.andWithCountBits(t,!0);return s/(n-s)}function l(e,t){return 1-a(e,t)}function c(e,t){return C(a(new s.Z(e,32*e.length),new s.Z(t,32*t.length)))}function u(e,t){return 1-function(e,t){const n=e.trueCount()+t.trueCount();return 0==n?0:2*e.andWithCountBits(t,!0)/n}(e,t)}function h(e,t){return 1-function(e,t){const n=e.trueCount()*t.trueCount();return 0==n?0:e.andWithCountBits(t,!0)/Math.sqrt(n)}(e,t)}function d(e,t){return Math.sqrt(e.trueCount()+t.trueCount()-2*e.andWithCountBits(t,!0))}function m(e,t){return e.trueCount()+t.trueCount()-2*e.andWithCountBits(t,!0)}function p(e,t){return 1-function(e,t){const n=e.trueCount()+t.trueCount(),s=e.andWithCountBits(t,!0);return s/(2*n-3*s)}(e,t)}function f(e,t){return C(function(e,t){const n=e.trueCount()+t.trueCount(),s=e.trueCount()*t.trueCount();return 0==s?0:e.andWithCountBits(t,!0)*n/(2*s)}(e,t))}function g(e,t){return C(function(e,t){const n=e.trueCount()+t.trueCount(),s=e.trueCount()*t.trueCount();return 0==s?0:(e.andWithCountBits(t,!0)*n-s)/s}(e,t))}function y(e,t){return 1-function(e,t){const n=Math.min(e.trueCount(),t.trueCount());return 0==n?0:e.andWithCountBits(t,!0)/n}(e,t)}function w(e,t){return C(function(e,t){const n=Math.max(e.trueCount(),t.trueCount());return 0==n?0:e.andWithCountBits(t,!0)/n}(e,t))}function b(e,t){return C(function(e,t){return 0==e.length?0:e.andWithCountBits(t,!0)/e.length}(e,t))}function A(e,t){return C(function(e,t){const n=e.andWithCountBits(t,!0),s=e.countBits(!0)+t.countBits(!0),r=e.length,i=r-s+n;return n==r||i==r?1:n/s+i/(2*r-s)}(e,t))}function C(e){return 0===e?3402823e32:1/e-1}function v(e){if(e&&null!=e.range&&e.range>0){const t=e.range;return(e,n)=>Math.abs(e-n)/t}return(e,t)=>Math.abs(e-t)}function T(e){const t=function(e){const t=e?.mostCommon??new Set;return(e,n)=>{const s=e.length,r=n.length;let i=0,o=0,a=0;for(;o<s&&a<r;)e[o]===n[a]?(t?.has(e[o])||++i,++o,++a):e[o]<n[a]?++o:++a;return i}}(e);return(e,n)=>0===n.length||0===e.length?1e4:Math.min(e.length,n.length)/(t(e,n)+1e-4)}r.gk.Tanimoto,r.gk.Asymmetric,r.gk.Cosine,r.gk.Sokal,i.U.HAMMING,i.U.LEVENSHTEIN,i.U.MONOMER_CHEMICAL_DISTANCE,i.U.NEEDLEMANN_WUNSCH},3277:(e,t,n)=>{"use strict";n.d(t,{Ec:()=>r,sS:()=>s});const s="bypassLargeDataWarning",r="show-scatterplot-progress"},708:(e,t,n)=>{"use strict";function s(e={}){const t=function(){if(!e||!e.scoringMatrix||!e.alphabetIndexes)return(e,t)=>e===t?0:1;if(e.scoringMatrix.length!==Object.keys(e.alphabetIndexes).length)throw new Error("Scoring matrix and alphabet indexes should have the same length");const t=e.alphabetIndexes,n=e.scoringMatrix,s=Math.min(...Object.keys(t).map((e=>e.charCodeAt(0))))+1,r=new Float32Array((n.length+s)*(n.length+s));return Object.entries(t).forEach((([e,s])=>{const i=n[s];Object.entries(t).forEach((([t,s])=>{r[e.charCodeAt(0)*n.length+t.charCodeAt(0)]=i[s]}))})),(e,t)=>1-r[e.charCodeAt(0)*n.length+t.charCodeAt(0)]}(),n=e?.threshold??0;return(e,s)=>{let r=0;const i=e.length,o=s.length,a=Math.ceil(Math.max(i,o)*(1-n));i!==o&&(r=Math.abs(i-o));let l=0;for(let n=0;n<Math.min(i,o);n++)if(e[n]!==s[n]&&(l+=t(e[n],s[n]),l>a))return 1;return l+=r,l/=Math.max(i,o),l}}n.d(t,{U:()=>o,o:()=>a});var r=n(1811);const i={gapOpen:1,gapExtend:.6,scoringMatrix:[[4,-1,-2,-2,0,-1,-1,0,-2,-1,-1,-1,-1,-2,-1,1,0,-3,-2,0,-2,-1,0,-4],[-1,5,0,-2,-3,1,0,-2,0,-3,-2,2,-1,-3,-2,-1,-1,-3,-2,-3,-1,0,-1,-4],[-2,0,6,1,-3,0,0,0,1,-3,-3,0,-2,-3,-2,1,0,-4,-2,-3,3,0,-1,-4],[-2,-2,1,6,-3,0,2,-1,-1,-3,-4,-1,-3,-3,-1,0,-1,-4,-3,-3,4,1,-1,-4],[0,-3,-3,-3,9,-3,-4,-3,-3,-1,-1,-3,-1,-2,-3,-1,-1,-2,-2,-1,-3,-3,-2,-4],[-1,1,0,0,-3,5,2,-2,0,-3,-2,1,0,-3,-1,0,-1,-2,-1,-2,0,3,-1,-4],[-1,0,0,2,-4,2,5,-2,0,-3,-3,1,-2,-3,-1,0,-1,-3,-2,-2,1,4,-1,-4],[0,-2,0,-1,-3,-2,-2,6,-2,-4,-4,-2,-3,-3,-2,0,-2,-2,-3,-3,-1,-2,-1,-4],[-2,0,1,-1,-3,0,0,-2,8,-3,-3,-1,-2,-1,-2,-1,-2,-2,2,-3,0,0,-1,-4],[-1,-3,-3,-3,-1,-3,-3,-4,-3,4,2,-3,1,0,-3,-2,-1,-3,-1,3,-3,-3,-1,-4],[-1,-2,-3,-4,-1,-2,-3,-4,-3,2,4,-2,2,0,-3,-2,-1,-2,-1,1,-4,-3,-1,-4],[-1,2,0,-1,-3,1,1,-2,-1,-3,-2,5,-1,-3,-1,0,-1,-3,-2,-2,0,1,-1,-4],[-1,-1,-2,-3,-1,0,-2,-3,-2,1,2,-1,5,0,-2,-1,-1,-1,-1,1,-3,-1,-1,-4],[-2,-3,-3,-3,-2,-3,-3,-3,-1,0,0,-3,0,6,-4,-2,-2,1,3,-1,-3,-3,-1,-4],[-1,-2,-2,-1,-3,-1,-1,-2,-2,-3,-3,-1,-2,-4,7,-1,-1,-4,-3,-2,-2,-1,-2,-4],[1,-1,1,0,-1,0,0,0,-1,-2,-2,0,-1,-2,-1,4,1,-3,-2,-2,0,0,0,-4],[0,-1,0,-1,-1,-1,-1,-2,-2,-1,-1,-1,-1,-2,-1,1,5,-2,-2,0,-1,-1,0,-4],[-3,-3,-4,-4,-2,-2,-3,-2,-2,-3,-2,-3,-1,1,-4,-3,-2,11,2,-3,-4,-3,-2,-4],[-2,-2,-2,-3,-2,-1,-2,-3,2,-1,-1,-2,-1,3,-3,-2,-2,2,7,-1,-3,-2,-1,-4],[0,-3,-3,-3,-1,-2,-2,-3,-3,3,1,-2,1,-1,-2,-2,0,-3,-1,4,-3,-2,-1,-4],[-2,-1,3,4,-3,0,1,-1,0,-3,-4,0,-3,-3,-2,0,-1,-4,-3,-3,4,1,-1,-4],[-1,0,0,1,-3,3,4,-2,0,-3,-3,1,-1,-3,-1,0,-1,-3,-2,-2,1,4,-1,-4],[0,-1,-1,-1,-2,-1,-1,-1,-1,-1,-1,-1,-1,-1,-2,0,0,-2,-1,-1,-1,-1,-1,-4],[-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,1]],alphabetIndexes:{A:0,R:1,N:2,D:3,C:4,Q:5,E:6,G:7,H:8,I:9,L:10,K:11,M:12,F:13,P:14,S:15,T:16,W:17,Y:18,V:19,B:20,Z:21,X:22,"*":23}};var o;!function(e){e.HAMMING="Hamming",e.LEVENSHTEIN="Levenshtein",e.NEEDLEMANN_WUNSCH="Needlemann-Wunsch",e.MONOMER_CHEMICAL_DISTANCE="Monomer chemical distance"}(o||(o={}));const a={[o.HAMMING]:s,[o.LEVENSHTEIN]:function(){return(e,t)=>(0,r.T)(e,t)/Math.max(e.length,t.length)},[o.NEEDLEMANN_WUNSCH]:function(e){const t=new Uint16Array(65536),{gapOpen:n,gapExtend:s,scoringMatrix:r,alphabetIndexes:o}={...i,...e};Object.entries(o).forEach((([e,n])=>t[e.charCodeAt(0)]=n));const a=[new Float32Array(1e4),new Float32Array(1e4)];return(e,i)=>{const o=new Array(e.length+1).fill(!1),l=new Array(e.length+1).fill(!1);let c=0,u=1;for(let t=1;t<e.length+1;t++)a[0][t]=-n-(t-1)*s,a[1][t]=0;a[0][0]=0;for(let h=1;h<i.length+1;h++){a[u][0]=-n-(h-1)*s;for(let d=1;d<e.length+1;d++){const m=a[c][d-1]+r[t[e.charCodeAt(d-1)]][t[i.charCodeAt(h-1)]],p=a[c][d]-(o[d]?s:n),f=a[u][d-1]-(l[d-1]?s:n);a[u][d]=Math.max(m,f,p),a[u][d]===m?(o[d]=!1,l[d]=!1):a[u][d]===f?(o[d]=!1,l[d]=!0):(o[d]=!0,l[d]=!1)}c=u,u=(u+1)%2}const h=Math.max(e.length,i.length);return(h-a[c][e.length])/h}},[o.MONOMER_CHEMICAL_DISTANCE]:s}},4628:(e,t,n)=>{"use strict";var s;n.d(t,{A:()=>s}),function(e){e.UMAP="UMAP",e.T_SNE="t-SNE"}(s||(s={}))},1040:(e,t,n)=>{"use strict";var s,r,i,o,a,l,c;n.d(t,{CF:()=>r,Qe:()=>a,W:()=>s,Yc:()=>l,gd:()=>o,gj:()=>c,gk:()=>i}),function(e){e.Levenshtein="Levenshtein",e.JaroWinkler="Jaro-Winkler",e.Manhattan="Manhattan",e.Onehot="One-Hot"}(s||(s={})),function(e){e.Euclidean="Euclidean"}(r||(r={})),function(e){e.Tanimoto="Tanimoto",e.Dice="Dice",e.Asymmetric="Asymmetric",e.BraunBlanquet="Braun-Blanquet",e.Cosine="Cosine",e.Kulczynski="Kulczynski",e.McConnaughey="Mc-Connaughey",e.RogotGoldberg="Rogot-Goldberg",e.Russel="Russel",e.Sokal="Sokal",e.Hamming="Hamming",e.Euclidean="Euclidean"}(i||(i={})),function(e){e.TanimotoIntArray="TanimotoIntArray"}(o||(o={})),function(e){e.Vector="Vector",e.String="String",e.BitArray="BitArray",e.MacroMolecule="MacroMolecule",e.Number="Number",e.IntArray="IntArray",e.NumberArray="NumberArray"}(a||(a={})),function(e){e.Difference="Difference"}(l||(l={})),function(e){e.CommonItems="Common Items"}(c||(c={}))},6361:(e,t,n)=>{"use strict";n.d(t,{gk:()=>s.gk});var s=n(1040);n(7861)},7861:(e,t,n)=>{"use strict";var s=n(1811),r=n(3979),i=n(5697),o=n(850),a=n(708),l=n(1040);const c={[l.CF.Euclidean]:o.dP},u={[l.W.Levenshtein]:s.T,[l.W.JaroWinkler]:r.H$,[l.W.Manhattan]:function(e,t){if(e.length!==t.length)return 1;{let n=0;for(let s=1;s<e.length;s++)n+=e[s]==t[s]?0:1;return n/e.length}},[l.W.Onehot]:function(e,t){return e===t?0:1}},h={[l.gk.Tanimoto]:i.KR,[l.gk.Dice]:i._h,[l.gk.Asymmetric]:i.yU,[l.gk.BraunBlanquet]:i.Dz,[l.gk.Cosine]:i.Zd,[l.gk.Kulczynski]:i.s,[l.gk.McConnaughey]:i.aW,[l.gk.RogotGoldberg]:i.MI,[l.gk.Russel]:i.fX,[l.gk.Sokal]:i.NB,[l.gk.Hamming]:i.UX,[l.gk.Euclidean]:i.WI},d={[l.gd.TanimotoIntArray]:i.FV},m={[l.Yc.Difference]:i.bX},p={[l.gj.CommonItems]:i.Jv},f={[l.Qe.Vector]:{[l.CF.Euclidean]:c[l.CF.Euclidean]},[l.Qe.String]:{[l.W.Levenshtein]:u[l.W.Levenshtein],[l.W.JaroWinkler]:u[l.W.JaroWinkler],[l.W.Manhattan]:u[l.W.Manhattan],[l.W.Onehot]:u[l.W.Onehot]},[l.Qe.BitArray]:{[l.gk.Tanimoto]:h[l.gk.Tanimoto],[l.gk.Dice]:h[l.gk.Dice],[l.gk.Asymmetric]:h[l.gk.Asymmetric],[l.gk.BraunBlanquet]:h[l.gk.BraunBlanquet],[l.gk.Cosine]:h[l.gk.Cosine],[l.gk.Kulczynski]:h[l.gk.Kulczynski],[l.gk.McConnaughey]:h[l.gk.McConnaughey],[l.gk.RogotGoldberg]:h[l.gk.RogotGoldberg],[l.gk.Russel]:h[l.gk.Russel],[l.gk.Sokal]:h[l.gk.Sokal]},[l.Qe.MacroMolecule]:{[a.U.HAMMING]:a.o[a.U.HAMMING],[a.U.LEVENSHTEIN]:a.o[a.U.LEVENSHTEIN],[a.U.NEEDLEMANN_WUNSCH]:a.o[a.U.NEEDLEMANN_WUNSCH],[a.U.MONOMER_CHEMICAL_DISTANCE]:a.o[a.U.MONOMER_CHEMICAL_DISTANCE]},[l.Qe.Number]:{[l.Yc.Difference]:m[l.Yc.Difference]},[l.Qe.IntArray]:{[l.gd.TanimotoIntArray]:d[l.gd.TanimotoIntArray]},[l.Qe.NumberArray]:{[l.gj.CommonItems]:p[l.gj.CommonItems]}};Object.keys(f).reduce(((e,t)=>{for(const n of Object.keys(f[t]))e[n]=t;return e}),{})},9657:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});class s{constructor(e,t=!1){if(this._length=0,this._version=0,this._updateLevel=0,this._selectedCount=0,this._selectedCountVersion=-1,this._selectedIndexesVersion=-1,this._versionedName="",this._versionedNameVersion=-1,this.SHRINK_THRESHOLD=256,"number"==typeof e){const n=e,r=s._createBuffer(n);if(t)for(let e=0;e<r.length;e++)r[e]=-1;this._data=r,this._length=n}else{if(!(e instanceof Uint32Array))throw new Error("Invalid constructor");this._data=e,this._length=t}}getRawData(){return this._data}assureGoez(e,t){if(e<0)throw new Error(`${t} should be greater than zero`)}assureInRange(e,t,n,s){if(e<t||e>n)throw new Error(`Argument ${s} (${e}) out of range (${t}, ${n})`)}copy(e,t,n){for(let s=0;s<n;s++)t[s]=e[s]}copyFrom(e){if(this._length!=e._length)throw new Error(`Lengths differ (${this._length} != ${e._length})`);this.copy(e._data,this._data,this.lengthInInts),this._version++}get length(){return this._length}get buffer(){return this._data}set buffer(e){this._data=e,this._version++}get version(){return this._version}set version(e){this._version=e}incrementVersion(e=!0){this._version++}get lengthInInts(){return Math.floor((this._length+31)/32)}get versionedName(){return this._version==this._versionedNameVersion?this._versionedName:""}set versionedName(e){this._versionedName=e,this._versionedNameVersion=this._version}get self(){return this}setLength(e){if(e<0)throw new Error("should be >= 0");if(e==this._length)return;const t=Math.floor((e+31)/32);if(t>this._data.length||t+this.SHRINK_THRESHOLD<this._data.length){const e=new Uint32Array(t);this.copy(this._data,e,t>this._data.length?this._data.length:t),this._data=e}e>this._length&&(this._length%32>0&&(this._data[this.lengthInInts-1]&=(1<<(this._length%32&31))-1),this._data.fill(0,this.lengthInInts,t)),this._length=e,this._version++}static fromAnd(e,t){if(e._length!=t._length)throw new Error(`Lengths differ (${e._length} != ${t._length})`);const n=new s(e._length);n._length=e._length,n._data=s._createBuffer(n._length),n._version=0;const r=e.lengthInInts;for(let s=0;s<r;s++)n._data[s]=e._data[s]&t._data[s];return n}static _createBuffer(e){return new Uint32Array(Math.floor((e+31)/32))}static fromValues(e){const t=new s(e.length);t._version=0;for(let n=0;n<t._length;n++)e[n]&&(t._data[Math.floor(n/32)]|=1<<(n%32&31));return t}static fromSeq(e,t){const n=new s(e);for(let s=0;s<e;++s)n.setBit(s,t(s));return n._version=0,n}static fromString(e){return s.fromSeq(e.length,(t=>"1"==e.charAt(t)))}static fromUint32Array(e,t){const n=new s(e);return n._data=t,n}static fromBytes(e){const t=e.length,n=new s(8*t);n._data=new Uint32Array(Math.floor((t+3)/4)),n._length=8*t;let r=0,i=0;for(;t-i>=4;)n._data[r++]=255&e[i]|(255&e[i+1])<<8|(255&e[i+2])<<16|(255&e[i+3])<<24,i+=4;return t-i==3&&(n._data[r]=(255&e[i+2])<<16),t-i==2&&(n._data[r]|=(255&e[i+1])<<8),t-i==1&&(n._data[r]|=255&e[i]),n._version=0,n}toString(){return`${this._length} bits, ${this.countBits(!0)} set`}equals(e){if(this==e)return!0;if(null==e)return!1;if(this._length!=e._length)return!1;if(0==this._length)return!0;for(let t=0;t<this._data.length-1;t++)if(this._data[t]!=e._data[t])return!1;for(let t=8*(this._data.length-1);t<this._length;t++)if(this.getBit(t)!=e.getBit(t))return!1;return!0}clone(){const e=new s(0,!1);return e._data=Uint32Array.from(this._data),e._length=this._length,e._version=this._version,e}init(e,t){this.setAll(!1,!1);for(let t=0;t<this._length;t++)e(t)&&(this._data[Math.floor(t/32)]|=1<<(t%32&31));return this.incrementVersion(t),this}invert(e=!0){for(let e=0;e<this._data.length;e++)this._data[e]^=-1;this.incrementVersion(e)}setAll(e,t=!1){const n=e?-1:0,s=this.lengthInInts;for(let e=0;e<s;e++)this._data[e]=n;this.incrementVersion(t)}setIndexes(e,t=!0,n=!0,s=!0){n&&this.setAll(!t,!1);for(const n of e)this.setFast(n,t);this.incrementVersion(s)}everyIndex(e,t=!0){for(const n of e)if(this.getBit(n)!=t)return!1;return!0}anyIndex(e,t=!0){for(const n of e)if(this.getBit(n)==t)return!0;return!1}setWhere(e,t=!0,n=!0,s=!0,r=!0){if(n&&r&&this.setAll(!t,!1),r)for(let n=0;n<this._length;n++)e(n)&&this.setFast(n,t);else for(let n=0;n<this._length;n++)this.setFast(n,e(n)?t:!t);this.incrementVersion(s)}getRange(e,t){this.assureInRange(e,0,this._length-1,"from"),this.assureInRange(t,0,this._length,"to");const n=[];for(let s=e;s<t;++s)n.push(this.getBit(s));return s.fromValues(n)}getRangeAsList(e,t){this.assureInRange(e,0,this._length-1,"from"),this.assureInRange(t,0,this._length,"to");const n=[];for(let s=e;s<t;++s)n.push(this.getBit(s));return n}setRange(e,t,n,s=!0){this.assureInRange(e,0,this._length-1,"from"),this.assureInRange(t,0,this._length-1,"to");const r=Math.min(e,t),i=Math.max(e,t);if(n)for(let e=r;e<=i;e++)this.setTrue(e);else for(let e=r;e<=i;e++)this.setFalse(e);return this.incrementVersion(s),this}setRandom(e,t,n=!0){if(e<0||e>this._length)throw new Error("n must be >= 0 && <= Count");e>this._length/2&&this.setRandom(this._length-e,!t),this.setAll(!t);for(let n=0;n<e;){const e=Math.floor(Math.random()*this._length);this.getBit(e)!=t&&(this.setFast(e,t),n++)}this.incrementVersion(n)}and(e,t=!0){if(this._length!=e._length)throw new Error("Array lengths differ.");for(let t=0,n=this.lengthInInts;t<n;t++)this._data[t]&=e._data[t];return this.incrementVersion(t),this}andNot(e,t=!0){if(this._length!=e._length)throw new Error("Array lengths differ.");const n=this.lengthInInts;for(let t=0;t<n;t++)this._data[t]&=~e._data[t];return this.incrementVersion(t),this}notAnd(e,t=!0){if(this._length!=e._length)throw new Error("Array lengths differ.");for(let t=0,n=this.lengthInInts;t<n;t++)this._data[t]=~this._data[t]&e._data[t];return this.incrementVersion(t),this}not(e=!0){for(let e=0,t=this.lengthInInts;e<t;e++)this._data[e]=~this._data[e];return this.incrementVersion(e),this}or(e,t=!0){if(this._length!=e._length)throw new Error("Array lengths differ.");for(let t=0,n=this.lengthInInts;t<n;t++)this._data[t]|=e._data[t];return this.incrementVersion(t),this}xor(e,t=!0){if(this._length!=e._length)throw new Error("Array lengths differ.");for(let t=0,n=this.lengthInInts;t<n;t++)this._data[t]^=e._data[t];return this.incrementVersion(t),this}insertAt(e,t,n=!1){if(this.assureInRange(e,0,this._length,"pos"),0==t)return;const s=this._length;this.setLength(this._length+t);for(let n=s-1;n>=e;n--)this.setBit(n+t,this.getBit(n));for(let s=e;s<e+t;s++)this.setBit(s,n)}removeAt(e,t=1){if(t<0)throw new Error("n cannot be negative");if(this.assureInRange(e,0,this._length-t,"pos"),this.contains(!0))for(let n=e;n<this._length-t;n++)this.setBit(n,this.getBit(n+t));this.setLength(this._length-t)}removeByMask(e,t=!0){if(this._length!=e.length)throw new Error("length != mask.length");if(e==this)this.setLength(e.countBits(!t)),this.setAll(!t);else{let n=0;for(let s=-1;-1!=(s=e.findNext(s,!t));)this.setFast(n++,this.getBit(s));this._length=n,this._version++}return this}getBit(e){return 0!=(this._data[Math.floor(e/32)]&1<<(31&e))}setBit(e,t,n=!0){this.setFast(e,t),this._version++}setFast(e,t){t?this._data[Math.floor(e/32)]|=1<<(31&e):this._data[Math.floor(e/32)]&=~(1<<(31&e))}setTrue(e){this._data[Math.floor(e/32)]|=1<<(31&e)}setFalse(e){this._data[Math.floor(e/32)]&=~(1<<(31&e))}trueCount(){return this.countBits(!0)}falseCount(){return this.countBits(!1)}countBits(e){if(0==this._length)return 0;if(this._selectedCountVersion!=this._version){this._selectedCount=0;const e=this.lengthInInts;let t=0;for(;t<e-1;t++)for(let e=this._data[t];0!=e;e>>>=8)this._selectedCount+=s._onBitCount[255&e];let n=this._data[t];const r=31&this._length;for(0!=r&&(n&=~(4294967295<<r));0!=n;n>>>=8)this._selectedCount+=s._onBitCount[255&n];this._selectedCountVersion=this._version}return e?this._selectedCount:this._length-this._selectedCount}countWhere(e){let t=0;if(this.trueCount()==this._length)for(let n=0;n<this._length;n++)t+=e(n)?1:0;else for(let n=-1;-1!=(n=this.findNext(n,!0));)t+=e(n)?1:0;return t}andWithCountBits(e,t){if(0==this._length)return 0;let n=0;const r=this.lengthInInts;let i=0;for(;i<r-1;i++)for(let t=this._data[i]&e._data[i];0!=t;t>>>=8)n+=s._onBitCount[255&t];let o=this._data[i]&e._data[i];const a=31&this._length;for(0!=a&&(o&=~(4294967295<<a));0!=o;o>>>=8)n+=s._onBitCount[255&o];return t?n:this._length-n}clear(){this.setLength(0)}contains(e){return this.findNext(-1,e)>=0}get allTrue(){return this.countBits(!0)==this._length}get allFalse(){return this.countBits(!1)==this._length}get anyTrue(){return this.countBits(!0)>0}get anyFalse(){return this.countBits(!1)>0}findNext(e,t=!0){if(this.assureInRange(e,-1,this._length,"index"),e>=this._length-1)return-1;let n=31&(e=e<0?0:e+1);const r=this.lengthInInts;for(let i=Math.floor(e/32);i<r;i++){let r=t?this._data[i]:~this._data[i];if(0!=n)r&=4294967295<<n&4294967295,n=0;else if(!t&&-4294967296==r)continue;for(let t=0;0!=r;t+=8,r>>>=8){const n=s._firstOnBit[255&r];if(n>=0)return(e=n+32*i+t)>=this._length?-1:e}}return-1}findPrev(e,t=!0){if(0==e)return-1;this.assureInRange(e,-1,this._length,"index");let n=1+(e=e<0?this._length-1:e-1)&31;for(let r=Math.floor(e/32);r>=0;r--){let e=t?this._data[r]:~this._data[r];0!=n&&(e&=~(4294967295<<n),n=0);for(let t=24;0!=e;t-=8,e<<=8){const n=s._lastOnBit[e>>>24];if(n>=0)return n+32*r+t}}return-1}}s._onBitCount=Int8Array.from([0,1,1,2,1,2,2,3,1,2,2,3,2,3,3,4,1,2,2,3,2,3,3,4,2,3,3,4,3,4,4,5,1,2,2,3,2,3,3,4,2,3,3,4,3,4,4,5,2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6,1,2,2,3,2,3,3,4,2,3,3,4,3,4,4,5,2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6,2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6,3,4,4,5,4,5,5,6,4,5,5,6,5,6,6,7,1,2,2,3,2,3,3,4,2,3,3,4,3,4,4,5,2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6,2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6,3,4,4,5,4,5,5,6,4,5,5,6,5,6,6,7,2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6,3,4,4,5,4,5,5,6,4,5,5,6,5,6,6,7,3,4,4,5,4,5,5,6,4,5,5,6,5,6,6,7,4,5,5,6,5,6,6,7,5,6,6,7,6,7,7,8]),s._firstOnBit=Int8Array.from([-1,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,5,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,6,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,5,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,7,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,5,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,6,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,5,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0]),s._lastOnBit=Int8Array.from([-1,0,1,1,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7])},2997:(e,t,n)=>{"use strict";n.d(t,{X5:()=>k,ow:()=>V,bb:()=>F,W3:()=>D,gw:()=>W,l_:()=>L,f6:()=>O,jh:()=>I,Wh:()=>R,ci:()=>H,Bu:()=>M,zg:()=>N,zN:()=>$,AB:()=>K,QK:()=>b});var s=n(4469),r=n(976);n(9133);const i=r.DataFrame.fromCsv('countries,fasta,smiles,molregno,LON,Zip Code,Street Address Line 1,ImageUrl,user_id,error_message,xray,flag,magnitude,CS-id,pdb_id,accel_a,time_offset,chart,fit,Questions,empty_number,empty_string\nBelgium,MSNFHNEHVMQFYRNNLKTKGVFGRQ,CC(C(=O)OCCCc1cccnc1)c2cccc(c2)C(=O)c3ccccc3,1480014,36.276729583740234,995042300,14016 ROUTE 31W,https://datagrok.ai/img/slides/access-db-connect.png,id,ErrorMessage,"COMPND \nATOM \nEND",flag,1,1,1QBS,1,1.23,<chart></chart>,"{""series"":[{""name"":""Run:2023-08-08"",""fitFunction"":""sigmoid"",""fitLineColor"":""#1f77b4"",""pointColor"":""#1f77b4"",""showPoints"":""points"",""parameters"":[2.497360340644872, 1.7058694986686864, 5.278052678195135, 0.16000320889028383],""points"":[{""x"":0.10000000149011612,""y"":2.374499797821045},{""x"":0.6000000238418579,""y"":2.6242473125457764},{""x"":1.100000023841858,""y"":2.367267608642578},{""x"":1.600000023841858,""y"":2.6723148822784424},{""x"":2.0999999046325684,""y"":2.6537344455718994},{""x"":2.5999999046325684,""y"":2.3651671409606934},{""x"":3.0999999046325684,""y"":2.5654284954071045},{""x"":3.5999999046325684,""y"":2.4160959720611572},{""x"":4.099999904632568,""y"":2.286726713180542},{""x"":4.599999904632568,""y"":2.5100042819976807},{""x"":5.099999904632568,""y"":1.6676985025405884},{""x"":5.599999904632568,""y"":0.680136501789093},{""x"":6.099999904632568,""y"":0.3391543924808502},{""x"":6.599999904632568,""y"":0.09038983285427094},{""x"":7.099999904632568,""y"":0.19802775979042053}]},{""name"":""Run:2023-08-08"",""fitLineColor"":""#ffbb78"",""pointColor"":""#ffbb78"",""showPoints"":""points"",""parameters"":[7.525235855508179, 1.3186911876809984, 5.335672608564294, 0.7860743343958098],""points"":[{""x"":0.10000000149011612,""y"":7.988070487976074},{""x"":0.6000000238418579,""y"":7.018453121185303},{""x"":1.100000023841858,""y"":8.115279197692871},{""x"":1.600000023841858,""y"":7.486658096313477},{""x"":2.0999999046325684,""y"":7.396438121795654},{""x"":2.5999999046325684,""y"":7.477052211761475},{""x"":3.0999999046325684,""y"":6.913095474243164},{""x"":3.5999999046325684,""y"":8.01385498046875},{""x"":4.099999904632568,""y"":6.985900402069092},{""x"":4.599999904632568,""y"":6.970335960388184},{""x"":5.099999904632568,""y"":5.448817253112793},{""x"":5.599999904632568,""y"":2.5534818172454834},{""x"":6.099999904632568,""y"":1.893947958946228},{""x"":6.599999904632568,""y"":0.6340042352676392},{""x"":7.099999904632568,""y"":0.8403874039649963}]}],""chartOptions"":{""xAxisName"":""Conc."",""yAxisName"":""Activity"",""title"":""Dose-Response curves""}}",text,100,abc\nBurundi,MDYKETLLMPKTDFPMRGGLPNKEPQIQEKW,COc1ccc2cc(ccc2c1)C(C)C(=O)Oc3ccc(C)cc3OC,1480015,36.276729583740234,995073444,80 STATE HIGHWAY 310,https://datagrok.ai/img/slides/access-db-connect.png,id,ErrorMessage,"COMPND \nATOM \nEND",flag,2,2,1ZP8,2,1.23,<chart></chart>,"{""series"":[{""name"":""Run:2023-08-08"",""fitFunction"":""sigmoid"",""fitLineColor"":""#1f77b4"",""pointColor"":""#1f77b4"",""showPoints"":""points"",""parameters"":[4.431460753103398, 2.1691498799246745, 5.266445597102774, 0.7825762827017926],""points"":[{""x"":0.10000000149011612,""y"":4.751083850860596},{""x"":0.6000000238418579,""y"":4.203000068664551},{""x"":1.100000023841858,""y"":4.415858745574951},{""x"":1.600000023841858,""y"":4.68414306640625},{""x"":2.0999999046325684,""y"":4.198400974273682},{""x"":2.5999999046325684,""y"":4.179222106933594},{""x"":3.0999999046325684,""y"":4.638473987579346},{""x"":3.5999999046325684,""y"":4.708553314208984},{""x"":4.099999904632568,""y"":4.291589260101318},{""x"":4.599999904632568,""y"":4.038082599639893},{""x"":5.099999904632568,""y"":3.4349939823150635},{""x"":5.599999904632568,""y"":1.2194708585739136},{""x"":6.099999904632568,""y"":1.1920831203460693},{""x"":6.599999904632568,""y"":0.5352635979652405},{""x"":7.099999904632568,""y"":0.3346920311450958}]},{""name"":""Run:2023-08-08"",""fitLineColor"":""#ffbb78"",""pointColor"":""#ffbb78"",""showPoints"":""points"",""parameters"":[2.339458017970126, -1.0734184310171178, 4.746332950550934, 0.2482416857595658],""points"":[{""x"":0.10000000149011612,""y"":0.2139337658882141},{""x"":0.6000000238418579,""y"":0.4269562065601349},{""x"":1.100000023841858,""y"":0.2441573292016983},{""x"":1.600000023841858,""y"":0.146635964512825},{""x"":2.0999999046325684,""y"":0.08818462491035461},{""x"":2.5999999046325684,""y"":0.2560656666755676},{""x"":3.0999999046325684,""y"":0.42434045672416687},{""x"":3.5999999046325684,""y"":0.37111231684684753},{""x"":4.099999904632568,""y"":0.5581737160682678},{""x"":4.599999904632568,""y"":1.183590054512024},{""x"":5.099999904632568,""y"":1.5629843473434448},{""x"":5.599999904632568,""y"":2.3211288452148438},{""x"":6.099999904632568,""y"":2.229961633682251},{""x"":6.599999904632568,""y"":2.2560226917266846},{""x"":7.099999904632568,""y"":2.2142398357391357}]}],""chartOptions"":{""xAxisName"":""Conc."",""yAxisName"":""Activity"",""title"":""Dose-Response curves""}}",text,,\nCameroon,MIEVFLFGIVLGLIPITLAGLFVTAYLQYRRGDQLDL,COc1ccc2cc(ccc2c1)C(C)C(=O)OCCCc3cccnc3,1480016,36.26095962524414,995153596,30-56 WHITESTONE EXPY,https://datagrok.ai/img/slides/access-db-connect.png,id,ErrorMessage,"COMPND \nATOM \nEND",flag,3,3,2BDJ,3,1.23,<chart></chart>,"{""series"":[{""name"":""Run:2023-08-08"",""fitFunction"":""sigmoid"",""fitLineColor"":""#1f77b4"",""pointColor"":""#1f77b4"",""showPoints"":""points"",""parameters"":[4.6760652578642325, 0.9046956320756703, 5.651408971856738, 0.07738846012184185],""points"":[{""x"":0.10000000149011612,""y"":4.32425594329834},{""x"":0.6000000238418579,""y"":4.668442249298096},{""x"":1.100000023841858,""y"":4.379785060882568},{""x"":1.600000023841858,""y"":5.0345139503479},{""x"":2.0999999046325684,""y"":4.878653526306152},{""x"":2.5999999046325684,""y"":4.3451313972473145},{""x"":3.0999999046325684,""y"":4.336992263793945},{""x"":3.5999999046325684,""y"":5.037430286407471},{""x"":4.099999904632568,""y"":5.0092692375183105},{""x"":4.599999904632568,""y"":4.151902675628662},{""x"":5.099999904632568,""y"":3.4066951274871826},{""x"":5.599999904632568,""y"":2.3732759952545166},{""x"":6.099999904632568,""y"":1.673728108406067},{""x"":6.599999904632568,""y"":0.48574790358543396},{""x"":7.099999904632568,""y"":0.2783052325248718}]},{""name"":""Run:2023-08-08"",""fitLineColor"":""#ffbb78"",""pointColor"":""#ffbb78"",""showPoints"":""points"",""parameters"":[2.938395863010111, -1.4658480661392117, 5.462702751996584, 0.3473139023615039],""points"":[{""x"":0.10000000149011612,""y"":0.4941710829734802},{""x"":0.6000000238418579,""y"":0.15323974192142487},{""x"":1.100000023841858,""y"":0.46373432874679565},{""x"":1.600000023841858,""y"":0.3370431363582611},{""x"":2.0999999046325684,""y"":0.5179030299186707},{""x"":2.5999999046325684,""y"":0.27899765968322754},{""x"":3.0999999046325684,""y"":0.22075064480304718},{""x"":3.5999999046325684,""y"":0.5789918899536133},{""x"":4.099999904632568,""y"":0.21169911324977875},{""x"":4.599999904632568,""y"":0.27857646346092224},{""x"":5.099999904632568,""y"":1.0906332731246948},{""x"":5.599999904632568,""y"":1.8520300388336182},{""x"":6.099999904632568,""y"":2.7177059650421143},{""x"":6.599999904632568,""y"":2.8680918216705322},{""x"":7.099999904632568,""y"":3.2413077354431152}]}],""chartOptions"":{""xAxisName"":""Conc."",""yAxisName"":""Activity"",""title"":""Dose-Response curves""}}",text,,\nCanada,MMELVLKTIIGPIVVGVVLRIVDKWLNKDK,CC(C(=O)NCCS)c1cccc(c1)C(=O)c2ccccc2,1480017,36.26095962524414,99515,30-56 WHITESTONE EXPY,https://datagrok.ai/img/slides/access-db-connect.png,id,ErrorMessage,"COMPND \nATOM \nEND",flag,4,4,1IAN,4,1.23,<chart></chart>,"{""series"":[{""name"":""Run:2023-08-08"",""fitFunction"":""sigmoid"",""fitLineColor"":""#1f77b4"",""pointColor"":""#1f77b4"",""showPoints"":""points"",""parameters"":[0.8597390975430008, 1.0957625732481946, 5.260537067987958, 0.07974187998177736],""points"":[{""x"":0.10000000149011612,""y"":0.8190152645111084},{""x"":0.6000000238418579,""y"":0.8421689867973328},{""x"":1.100000023841858,""y"":0.8740922212600708},{""x"":1.600000023841858,""y"":0.8924275040626526},{""x"":2.0999999046325684,""y"":0.8249067664146423},{""x"":2.5999999046325684,""y"":0.9327669143676758},{""x"":3.0999999046325684,""y"":0.8522974252700806},{""x"":3.5999999046325684,""y"":0.8174492716789246},{""x"":4.099999904632568,""y"":0.8394647240638733},{""x"":4.599999904632568,""y"":0.7139387726783752},{""x"":5.099999904632568,""y"":0.5561167597770691},{""x"":5.599999904632568,""y"":0.3276226818561554},{""x"":6.099999904632568,""y"":0.12479474395513535},{""x"":6.599999904632568,""y"":0.13006797432899475},{""x"":7.099999904632568,""y"":0.059702079743146896}]},{""name"":""Run:2023-08-08"",""fitLineColor"":""#ffbb78"",""pointColor"":""#ffbb78"",""showPoints"":""points"",""parameters"":[5.760930219582546, 1.6591793293833013, 4.667155929720851, 0.7858109544121652],""points"":[{""x"":0.10000000149011612,""y"":6.156993389129639},{""x"":0.6000000238418579,""y"":5.236701965332031},{""x"":1.100000023841858,""y"":6.010560512542725},{""x"":1.600000023841858,""y"":5.495512962341309},{""x"":2.0999999046325684,""y"":6.087770462036133},{""x"":2.5999999046325684,""y"":5.79986572265625},{""x"":3.0999999046325684,""y"":5.597546577453613},{""x"":3.5999999046325684,""y"":5.520902156829834},{""x"":4.099999904632568,""y"":5.360654354095459},{""x"":4.599999904632568,""y"":3.5539746284484863},{""x"":5.099999904632568,""y"":1.577236294746399},{""x"":5.599999904632568,""y"":1.0001264810562134},{""x"":6.099999904632568,""y"":0.9305797815322876},{""x"":6.599999904632568,""y"":0.6033638715744019},{""x"":7.099999904632568,""y"":0.4203685522079468}]}],""chartOptions"":{""xAxisName"":""Conc."",""yAxisName"":""Activity"",""title"":""Dose-Response curves""}}",text,,\nColombia,MDRTDEVSNHTHDKPTLTWFEEIFEEYHSPFHN,FC(F)(F)c1ccc(OC2CCNCC2)cc1,1480029,36.3309440612793,995152050,1 COURT HOUSE SQUARE,https://datagrok.ai/img/slides/access-db-connect.png,id,ErrorMessage,"COMPND \nATOM \nEND",flag,5,5,4UJ1,5,1.23,<chart></chart>,"{""series"":[{""name"":""Run:2023-08-08"",""fitFunction"":""sigmoid"",""fitLineColor"":""#1f77b4"",""pointColor"":""#1f77b4"",""showPoints"":""points"",""parameters"":[6.4995088314153655, 2.4270351004539914, 5.178659535348579, 0.625653346241577],""points"":[{""x"":0.10000000149011612,""y"":6.496231555938721},{""x"":0.6000000238418579,""y"":6.42543363571167},{""x"":1.100000023841858,""y"":7.040063858032227},{""x"":1.600000023841858,""y"":6.1115403175354},{""x"":2.0999999046325684,""y"":6.680728435516357},{""x"":2.5999999046325684,""y"":6.406774520874023},{""x"":3.0999999046325684,""y"":6.611269474029541},{""x"":3.5999999046325684,""y"":5.889094352722168},{""x"":4.099999904632568,""y"":6.75344705581665},{""x"":4.599999904632568,""y"":6.361435890197754},{""x"":5.099999904632568,""y"":4.1666975021362305},{""x"":5.599999904632568,""y"":1.172118902206421},{""x"":6.099999904632568,""y"":0.801048994064331},{""x"":6.599999904632568,""y"":0.4640021026134491},{""x"":7.099999904632568,""y"":0.0010357667924836278}]},{""name"":""Run:2023-08-08"",""fitLineColor"":""#ffbb78"",""pointColor"":""#ffbb78"",""showPoints"":""points"",""parameters"":[1.4734381347446401, 1.1649805188074196, 4.82958608866421, 0.09500545496710007],""points"":[{""x"":0.10000000149011612,""y"":1.5279096364974976},{""x"":0.6000000238418579,""y"":1.3559974431991577},{""x"":1.100000023841858,""y"":1.5246378183364868},{""x"":1.600000023841858,""y"":1.5567657947540283},{""x"":2.0999999046325684,""y"":1.4114240407943726},{""x"":2.5999999046325684,""y"":1.4045010805130005},{""x"":3.0999999046325684,""y"":1.4769829511642456},{""x"":3.5999999046325684,""y"":1.4875500202178955},{""x"":4.099999904632568,""y"":1.2991987466812134},{""x"":4.599999904632568,""y"":0.922961413860321},{""x"":5.099999904632568,""y"":0.6520044803619385},{""x"":5.599999904632568,""y"":0.15350978076457977},{""x"":6.099999904632568,""y"":0.1078903079032898},{""x"":6.599999904632568,""y"":0.17276449501514435},{""x"":7.099999904632568,""y"":0.14066608250141144}]}],""chartOptions"":{""xAxisName"":""Conc."",""yAxisName"":""Activity"",""title"":""Dose-Response curves""}}",text,,\nCosta Rica,MKSTKEEIQTIKTLLKDSRTAKYHKRLQIVL,CC(C)Cc1ccc(cc1)C(C)C(=O)N2CCCC2C(=O)OCCCc3ccccc3,1480018,36.3309440612793,995084218,4041 SOUTHWESTERN BLVD,https://datagrok.ai/img/slides/access-db-connect.png,id,ErrorMessage,"COMPND \nATOM \nEND",flag,6,6,2BPW,6,1.23,<chart></chart>,"{""series"":[{""name"":""Run:2023-08-08"",""fitFunction"":""sigmoid"",""fitLineColor"":""#1f77b4"",""pointColor"":""#1f77b4"",""showPoints"":""points"",""parameters"":[2.4833641843311227, -1.8945978742090062, 4.671127708092568, 0.24159861311815153],""points"":[{""x"":0.10000000149011612,""y"":0.0969524160027504},{""x"":0.6000000238418579,""y"":0.028483040630817413},{""x"":1.100000023841858,""y"":0.22087176144123077},{""x"":1.600000023841858,""y"":0.0068915546871721745},{""x"":2.0999999046325684,""y"":0.4305879771709442},{""x"":2.5999999046325684,""y"":0.44774115085601807},{""x"":3.0999999046325684,""y"":0.45346319675445557},{""x"":3.5999999046325684,""y"":0.2370593100786209},{""x"":4.099999904632568,""y"":0.4657953977584839},{""x"":4.599999904632568,""y"":1.155200719833374},{""x"":5.099999904632568,""y"":2.2294070720672607},{""x"":5.599999904632568,""y"":2.4311530590057373},{""x"":6.099999904632568,""y"":2.33846116065979},{""x"":6.599999904632568,""y"":2.608201026916504},{""x"":7.099999904632568,""y"":2.8136143684387207}]},{""name"":""Run:2023-08-08"",""fitLineColor"":""#ffbb78"",""pointColor"":""#ffbb78"",""showPoints"":""points"",""parameters"":[5.224573521642033, 1.4454033924198528, 5.6014197746076535, 0.2823216054197577],""points"":[{""x"":0.10000000149011612,""y"":4.95027494430542},{""x"":0.6000000238418579,""y"":5.1754679679870605},{""x"":1.100000023841858,""y"":5.276752948760986},{""x"":1.600000023841858,""y"":5.589294910430908},{""x"":2.0999999046325684,""y"":5.616994857788086},{""x"":2.5999999046325684,""y"":5.120813846588135},{""x"":3.0999999046325684,""y"":5.340766906738281},{""x"":3.5999999046325684,""y"":4.876471042633057},{""x"":4.099999904632568,""y"":4.94999361038208},{""x"":4.599999904632568,""y"":5.162564754486084},{""x"":5.099999904632568,""y"":4.399557590484619},{""x"":5.599999904632568,""y"":2.7977969646453857},{""x"":6.099999904632568,""y"":1.0229872465133667},{""x"":6.599999904632568,""y"":0.48275601863861084},{""x"":7.099999904632568,""y"":0.10408931970596313}]}],""chartOptions"":{""xAxisName"":""Conc."",""yAxisName"":""Activity"",""title"":""Dose-Response curves""}}",text,,\nCuba,MHAILRYFIRRLFYHIFYKIYSLISKKHQSLPSDVRQF,COc1ccc2c(c1)c(CC(=O)N3CCCC3C(=O)Oc4ccc(C)cc4OC)c(C)n2C(=O)c5ccc(Cl)cc5,1480019,36.33115768432617,995081928,1227 US HIGHWAY 11,https://datagrok.ai/img/slides/access-db-connect.png,id,ErrorMessage,"COMPND \nATOM \nEND",flag,7,7,1QBS,7,1.23,<chart></chart>,"{""series"":[{""name"":""Run:2023-08-08"",""fitFunction"":""sigmoid"",""fitLineColor"":""#1f77b4"",""pointColor"":""#1f77b4"",""showPoints"":""points"",""parameters"":[3.320838679713925, -1.2421619987316728, 4.831325425225256, 0.3236011098403072],""points"":[{""x"":0.10000000149011612,""y"":0.3727470338344574},{""x"":0.6000000238418579,""y"":0.12365014106035233},{""x"":1.100000023841858,""y"":0.48422467708587646},{""x"":1.600000023841858,""y"":0.2264465093612671},{""x"":2.0999999046325684,""y"":0.16821794211864471},{""x"":2.5999999046325684,""y"":0.3879014551639557},{""x"":3.0999999046325684,""y"":0.5470244884490967},{""x"":3.5999999046325684,""y"":0.3419053554534912},{""x"":4.099999904632568,""y"":0.7655120491981506},{""x"":4.599999904632568,""y"":1.2346516847610474},{""x"":5.099999904632568,""y"":2.453336715698242},{""x"":5.599999904632568,""y"":2.9565491676330566},{""x"":6.099999904632568,""y"":3.335299491882324},{""x"":6.599999904632568,""y"":3.240290880203247},{""x"":7.099999904632568,""y"":3.1107218265533447}]},{""name"":""Run:2023-08-08"",""fitLineColor"":""#ffbb78"",""pointColor"":""#ffbb78"",""showPoints"":""points"",""parameters"":[3.6401853521511094, 1.26211588875013, 5.399028074402744, 0.5089580830068091],""points"":[{""x"":0.10000000149011612,""y"":3.8585598468780518},{""x"":0.6000000238418579,""y"":3.6077206134796143},{""x"":1.100000023841858,""y"":3.855252265930176},{""x"":1.600000023841858,""y"":3.619039297103882},{""x"":2.0999999046325684,""y"":3.839388370513916},{""x"":2.5999999046325684,""y"":3.335283041000366},{""x"":3.0999999046325684,""y"":3.571141481399536},{""x"":3.5999999046325684,""y"":3.4155046939849854},{""x"":4.099999904632568,""y"":3.7316646575927734},{""x"":4.599999904632568,""y"":3.0680155754089355},{""x"":5.099999904632568,""y"":2.891066551208496},{""x"":5.599999904632568,""y"":1.6022753715515137},{""x"":6.099999904632568,""y"":0.7652576565742493},{""x"":6.599999904632568,""y"":0.6875326037406921},{""x"":7.099999904632568,""y"":0.5828871726989746}]}],""chartOptions"":{""xAxisName"":""Conc."",""yAxisName"":""Activity"",""title"":""Dose-Response curves""}}",text,,\nItaly,MSNFHNEHVMQFYRNNLKTKGVFGRQ,CC(C)Cc1ccc(cc1)C(C)C(=O)N2CCCC2C(=O)OCCO[N+](=O)[O-],1480020,36.33115768432617,99502,"168-46 91ST AVE., 2ND FLR",https://datagrok.ai/img/slides/access-db-connect.png,id,ErrorMessage,"COMPND \nATOM \nEND",flag,8,8,1ZP8,8,1.23,<chart></chart>,"{""series"":[{""name"":""Run:2023-08-08"",""fitFunction"":""sigmoid"",""fitLineColor"":""#1f77b4"",""pointColor"":""#1f77b4"",""showPoints"":""points"",""parameters"":[2.293592105923809, 1.3781586549141835, 5.1025898038676605, 0.03493851245291291],""points"":[{""x"":0.10000000149011612,""y"":2.1287283897399902},{""x"":0.6000000238418579,""y"":2.267972230911255},{""x"":1.100000023841858,""y"":2.398442506790161},{""x"":1.600000023841858,""y"":2.5130622386932373},{""x"":2.0999999046325684,""y"":2.3255116939544678},{""x"":2.5999999046325684,""y"":2.127340793609619},{""x"":3.0999999046325684,""y"":2.47259783744812},{""x"":3.5999999046325684,""y"":2.131181478500366},{""x"":4.099999904632568,""y"":2.090421438217163},{""x"":4.599999904632568,""y"":2.02299165725708},{""x"":5.099999904632568,""y"":1.1105059385299683},{""x"":5.599999904632568,""y"":0.4494485855102539},{""x"":6.099999904632568,""y"":0.1375635862350464},{""x"":6.599999904632568,""y"":0.036351121962070465},{""x"":7.099999904632568,""y"":0.1619771122932434}]},{""name"":""Run:2023-08-08"",""fitLineColor"":""#ffbb78"",""pointColor"":""#ffbb78"",""showPoints"":""points"",""parameters"":[5.953125499439879, 1.2528620255306528, 5.187637440149802, 0.3110348753260886],""points"":[{""x"":0.10000000149011612,""y"":5.6585283279418945},{""x"":0.6000000238418579,""y"":5.911152362823486},{""x"":1.100000023841858,""y"":5.924920082092285},{""x"":1.600000023841858,""y"":5.8469438552856445},{""x"":2.0999999046325684,""y"":5.929472923278809},{""x"":2.5999999046325684,""y"":6.190037727355957},{""x"":3.0999999046325684,""y"":6.236179828643799},{""x"":3.5999999046325684,""y"":6.141019344329834},{""x"":4.099999904632568,""y"":5.295210838317871},{""x"":4.599999904632568,""y"":5.265801906585693},{""x"":5.099999904632568,""y"":3.3722851276397705},{""x"":5.599999904632568,""y"":1.8299226760864258},{""x"":6.099999904632568,""y"":0.32690900564193726},{""x"":6.599999904632568,""y"":0.6274543404579163},{""x"":7.099999904632568,""y"":0.8441857099533081}]}],""chartOptions"":{""xAxisName"":""Conc."",""yAxisName"":""Activity"",""title"":""Dose-Response curves""}}",text,,\nRwanda,MPNSEPASLLELFNSIATQGELVRSLKAGNASK,CC(C)Cc1ccc(cc1)C(C)C(=O)N2CCCC2C(=O)OCCO,1480021,36.33137130737305,995037247,"168-46 91ST AVE., 2ND FLR",https://datagrok.ai/img/slides/access-db-connect.png,id,ErrorMessage,"COMPND \nATOM \nEND",flag,9,9,2BDJ,9,1.23,<chart></chart>,"{""series"":[{""name"":""Run:2023-08-08"",""fitFunction"":""sigmoid"",""fitLineColor"":""#1f77b4"",""pointColor"":""#1f77b4"",""showPoints"":""points"",""parameters"":[3.8209972202654474, 1.3779216716448506, 5.299882228439686, 0.06040645519069608],""points"":[{""x"":0.10000000149011612,""y"":3.7821109294891357},{""x"":0.6000000238418579,""y"":3.542433023452759},{""x"":1.100000023841858,""y"":3.7008674144744873},{""x"":1.600000023841858,""y"":3.717301607131958},{""x"":2.0999999046325684,""y"":4.024452209472656},{""x"":2.5999999046325684,""y"":4.013899326324463},{""x"":3.0999999046325684,""y"":3.945094347000122},{""x"":3.5999999046325684,""y"":3.866621971130371},{""x"":4.099999904632568,""y"":3.7461626529693604},{""x"":4.599999904632568,""y"":3.3454740047454834},{""x"":5.099999904632568,""y"":2.61944317817688},{""x"":5.599999904632568,""y"":0.999405026435852},{""x"":6.099999904632568,""y"":0.46259793639183044},{""x"":6.599999904632568,""y"":0.054134611040353775},{""x"":7.099999904632568,""y"":0.05711187422275543}]},{""name"":""Run:2023-08-08"",""fitLineColor"":""#ffbb78"",""pointColor"":""#ffbb78"",""showPoints"":""points"",""parameters"":[5.6318079657726035, 1.8495493770000595, 5.391793312471116, 0.17060707587348442],""points"":[{""x"":0.10000000149011612,""y"":5.458079814910889},{""x"":0.6000000238418579,""y"":5.554427146911621},{""x"":1.100000023841858,""y"":5.799983024597168},{""x"":1.600000023841858,""y"":5.364140033721924},{""x"":2.0999999046325684,""y"":5.864485740661621},{""x"":2.5999999046325684,""y"":5.4509806632995605},{""x"":3.0999999046325684,""y"":5.702574729919434},{""x"":3.5999999046325684,""y"":5.7314534187316895},{""x"":4.099999904632568,""y"":5.5123443603515625},{""x"":4.599999904632568,""y"":5.724395751953125},{""x"":5.099999904632568,""y"":4.354506969451904},{""x"":5.599999904632568,""y"":1.7307666540145874},{""x"":6.099999904632568,""y"":0.6305936574935913},{""x"":6.599999904632568,""y"":0.035183437168598175},{""x"":7.099999904632568,""y"":0.7575169205665588}]}],""chartOptions"":{""xAxisName"":""Conc."",""yAxisName"":""Activity"",""title"":""Dose-Response curves""}}",text,,\nSwitzerland,IRVVGRYLIEVWKAAGMDMDKVLFLWSSDEI,CN1CCC(CC1)Oc2ccc(cc2)C(F)(F)F,1480028,36.33137130737305,99504,92-11 179TH PLACE,https://datagrok.ai/img/slides/access-db-connect.png,id,ErrorMessage,"COMPND \nATOM \nEND",flag,9,10,1IAN,10,1.23,<chart></chart>,"{""series"":[{""name"":""Run:2023-08-08"",""fitFunction"":""sigmoid"",""fitLineColor"":""#1f77b4"",""pointColor"":""#1f77b4"",""showPoints"":""points"",""parameters"":[1.1190255865097471, 2.3163895161544437, 5.4968866182279195, 0.2035204047289052],""points"":[{""x"":0.10000000149011612,""y"":1.1057683229446411},{""x"":0.6000000238418579,""y"":1.1019697189331055},{""x"":1.100000023841858,""y"":1.0818607807159424},{""x"":1.600000023841858,""y"":1.062997817993164},{""x"":2.0999999046325684,""y"":1.046447515487671},{""x"":2.5999999046325684,""y"":1.1217249631881714},{""x"":3.0999999046325684,""y"":1.2166996002197266},{""x"":3.5999999046325684,""y"":1.215477705001831},{""x"":4.099999904632568,""y"":1.0581893920898438},{""x"":4.599999904632568,""y"":1.1747995615005493},{""x"":5.099999904632568,""y"":1.0181127786636353},{""x"":5.599999904632568,""y"":0.5344523191452026},{""x"":6.099999904632568,""y"":0.2569526433944702},{""x"":6.599999904632568,""y"":0.1912207305431366},{""x"":7.099999904632568,""y"":0.15060538053512573}]},{""name"":""Run:2023-08-08"",""fitLineColor"":""#ffbb78"",""pointColor"":""#ffbb78"",""showPoints"":""points"",""parameters"":[3.1038581025805785, 2.0032224204185245, 5.087602825989163, 0.13277988512492753],""points"":[{""x"":0.10000000149011612,""y"":3.0498509407043457},{""x"":0.6000000238418579,""y"":2.805217742919922},{""x"":1.100000023841858,""y"":3.3415253162384033},{""x"":1.600000023841858,""y"":3.0549843311309814},{""x"":2.0999999046325684,""y"":3.250074863433838},{""x"":2.5999999046325684,""y"":3.0432586669921875},{""x"":3.0999999046325684,""y"":3.265852451324463},{""x"":3.5999999046325684,""y"":2.9475724697113037},{""x"":4.099999904632568,""y"":3.1929898262023926},{""x"":4.599999904632568,""y"":2.7460060119628906},{""x"":5.099999904632568,""y"":1.6175861358642578},{""x"":5.599999904632568,""y"":0.3006608486175537},{""x"":6.099999904632568,""y"":0.3444803059101105},{""x"":6.599999904632568,""y"":0.015537971630692482},{""x"":7.099999904632568,""y"":0.5527358055114746}]}],""chartOptions"":{""xAxisName"":""Conc."",""yAxisName"":""Activity"",""title"":""Dose-Response curves""}}",text,,\n,,,,,,,,,,,,,,,,,,,,,');i.columns.add(r.Column.fromList(r.TYPE.BYTE_ARRAY,"BinaryImage",Array.from(new Uint8Array(11))));var o=function(e,t,n,s){return new(n||(n=Promise))((function(r,i){function o(e){try{l(s.next(e))}catch(e){i(e)}}function a(e){try{l(s.throw(e))}catch(e){i(e)}}function l(e){var t;e.done?r(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(o,a)}l((s=s.apply(e,t||[])).next())}))};function a(e,t,n,r,i,a,l,c,u=!0){return o(this,void 0,void 0,(function*(){let h=null;if(yield $(r,(n=>o(this,void 0,void 0,(function*(){let n=null;for(const s of e.viewers)s.type===t&&(n=s);if(!n)throw Error("Viewer hasn't been added");if(yield Promise.resolve(),a&&(yield a(n)),i){const t=null!=c?c:{};t.tv=e,t.viewer=n,h=yield i(t,u)}yield N(s.events.onViewerClosed,(()=>{L(n.subs.some((e=>!e.closed)),!1)}),(()=>n.close()),3e3)}))),(()=>o(this,void 0,void 0,(function*(){l?e.loadLayout(l):yield function(e,t,n){return o(this,void 0,void 0,(function*(){let s;return n?(s=yield e.dataFrame.plot.fromType(t),e.dockManager.dock(s)):s=e.addViewer(t),s}))}(e,t,n)}))),6e4,"TEST_EVENT_ASYNC"),h)return h}))}function l(e,t=!0){return o(this,void 0,void 0,(function*(){const n=e.tv.dataFrame,s=n.clone();Array.from(n.row(0).cells).forEach((e=>e.value=null));const r=n.rowCount<20?Math.floor(n.rowCount/2):10;n.rows.select((e=>e.idx>=0&&e.idx<r)),t&&(yield W(50));for(let e=r;e<2*r;e++)n.filter.set(e,!1);t&&(yield W(50)),n.currentRowIdx=1,n.columns.names().slice(0,Math.ceil(n.columns.length/2)).forEach((e=>n.columns.remove(e))),t&&(yield W(100)),e.tv.dataFrame=s,yield W(50)}))}function c(e,t=!0){return o(this,void 0,void 0,(function*(){const t=e.tv.dataFrame;setTimeout((()=>t.filter.set(0,!t.filter.get(0))),0)}))}function u(e,t=!0){return o(this,void 0,void 0,(function*(){let t,n;try{t=e.viewer.getOptions(!0).look}catch(e){throw new Error("Viewer's .getOptions() error.",{cause:e})}try{n=e.viewer.getProperties()}catch(e){throw new Error("Viewer's .getProperties() error.",{cause:e})}const s={};return Object.keys(t).filter((e=>"boolean"==typeof t[e])).forEach((e=>s[e]=!t[e])),n.filter((e=>null!==e.choices)).forEach((e=>s[e.name]=e.choices.find((n=>n!==t[e.name])))),e.viewer.setOptions(s),yield W(300),{layout:e.tv.saveLayout(),savedProps:e.viewer.getOptions().look}}))}function h(e,t=!0){return o(this,void 0,void 0,(function*(){L(JSON.stringify(e.viewer.getOptions().look),JSON.stringify(e.savedProps))}))}var d=function(e,t,n,s){return new(n||(n=Promise))((function(r,i){function o(e){try{l(s.next(e))}catch(e){i(e)}}function a(e){try{l(s.throw(e))}catch(e){i(e)}}function l(e){var t;e.done?r(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(o,a)}l((s=s.apply(e,t||[])).next())}))};const m=3e4,p=108e5,f=console.log.bind(console),g=console.info.bind(console),y=console.warn.bind(console),w=console.error.bind(console),b={},A="Auto Tests",C="Demo",v="Detectors",T="Core",S={};let E;var _;!function(e){e.notNull=function(e,t){if(null==e)throw new Error(`${null==t?"Value":t} not defined`)}}(_||(_={}));class x{constructor(e,t){this.catchUnhandled=!0,this.report=!1,void 0!==e&&(this.catchUnhandled=e),void 0!==t&&(this.report=t)}}class P{constructor(e,t,n,s){var r;this.category=e,this.name=t,null!=s||(s={}),null!==(r=s.timeout)&&void 0!==r||(s.timeout=m),this.options=s,this.test=()=>d(this,void 0,void 0,(function*(){return new Promise(((e,t)=>d(this,void 0,void 0,(function*(){let s="";try{s=yield n()}catch(e){t(e)}e(s)}))))}))}}function N(e,t,n,s=0,r="timeout"){return d(this,void 0,void 0,(function*(){return new Promise(((i,o)=>{const a=e.subscribe((e=>{try{t(e),i("OK")}catch(e){o(e)}finally{a.unsubscribe(),clearTimeout(l)}})),l=setTimeout((()=>{a.unsubscribe(),o(r)}),s);n()}))}))}function $(e,t,n,s=0,r="timeout"){return d(this,void 0,void 0,(function*(){return new Promise(((i,o)=>{const a=e.subscribe((e=>{t(e).then((()=>{i("OK")})).catch((e=>{o(e)})).finally((()=>{a.unsubscribe(),clearTimeout(l)}))})),l=setTimeout((()=>{a.unsubscribe(),o(r)}),s);n()}))}))}function M(e,t,n){null==b[E]&&(b[E]={}),null==b[E].tests&&(b[E].tests=[]),b[E].tests.push(new P(E,e,t,n))}function L(e,t=!0,n){if(n=n?`${n}, `:"",e!==t)throw new Error(`${n}Expected "${t}", got "${e}"`)}function I(e,t,n=.001,s){if(e===Number.POSITIVE_INFINITY&&t===Number.POSITIVE_INFINITY||e===Number.NEGATIVE_INFINITY&&t===Number.NEGATIVE_INFINITY||e===Number.NaN&&t===Number.NaN||isNaN(e)&&isNaN(t))return;const r=Math.abs(e-t)<n;if(L(r,!0,`${null!=s?s:""} (tolerance = ${n})`),!r)throw new Error(`Expected ${t}, got ${e} (tolerance = ${n})`)}function R(e,t){for(const[n,s]of Object.entries(t)){if(!e.hasOwnProperty(n))throw new Error(`Expected property "${n}" not found`);const t=e[n];if(t instanceof Array&&s instanceof Array)O(t,s);else if(t instanceof Object&&s instanceof Object)R(t,s);else if(Number.isFinite(t)&&Number.isFinite(s))I(t,s);else if(t!=s)throw new Error(`Expected (${s}) for key '${n}', got (${t})`)}}function O(e,t){const n=e.length,s=t.length;if(n!=s)throw new Error(`Arrays are of different length: actual array length is ${n} and expected array length is ${s}`);for(let s=0;s<n;s++)if(e[s]instanceof Array&&t[s]instanceof Array)O(e[s],t[s]);else if(e[s]instanceof Object&&t[s]instanceof Object)R(e[s],t[s]);else if(e[s]!=t[s])throw new Error(`Expected ${t[s]} at position ${s}, got ${e[s]}`)}function D(e,t,n){var s;E=e,t(),b[E]&&(b[E].clear=null===(s=null==n?void 0:n.clear)||void 0===s||s,b[E].timeout=null==n?void 0:n.timeout)}function F(e){null==b[E]&&(b[E]={}),b[E].before=e}function k(e){null==b[E]&&(b[E]={}),b[E].after=e}function G(e,t){return e.replace(new RegExp(t.name,"gi"),t.nqName)}function H(e){var t,n,o,a,l,c,u;return d(this,void 0,void 0,(function*(){const h=null===(n=null===(t=s.functions.getCurrentCall())||void 0===t?void 0:t.func)||void 0===n?void 0:n.package;yield function(e,t){var n;return d(this,void 0,void 0,(function*(){const t=e.id;if(S[t])return;const r=b;if(void 0!==r[A]||void 0!==r[C]||Object.keys(r).find((e=>e.startsWith(A)||e.startsWith(T))))return void(S[t]=!0);if("DevTools"===e.name)for(const e of window.dartTests){const t=e.name.split(/\s*\|\s*!/g),s=null!==(n=t.pop())&&void 0!==n?n:e.name,i=t.length?T+": "+t.join(": "):T;void 0===r[i]&&(r[i]={tests:[],clear:!0}),r[i].tests.push(new P(i,s,e.test,{isAggregated:!1,timeout:m}))}const o=[],a=[],l=[],c=yield s.dapi.functions.filter(`package.id = "${t}"`).list(),u=new RegExp(/skip:\s*([^,\s]+)|wait:\s*(\d+)|cat:\s*([^,\s]+)|timeout:\s*(\d+)/g);for(const e of c){const t=e.options.test,n=e.options.demoPath;if(t&&Array.isArray(t)&&t.length)for(let n=0;n<t.length;n++){const i=t[n].matchAll(u),a={};Array.from(i).forEach((e=>{e[0].startsWith("skip")?a.skip=e[1]:e[0].startsWith("wait")?a.wait=parseInt(e[2]):e[0].startsWith("cat")?a.cat=e[3]:e[0].startsWith("timeout")&&(a.timeout=parseInt(e[4]))}));const l=new P(A,1===t.length?e.name:`${e.name} ${n+1}`,(()=>d(this,void 0,void 0,(function*(){const r=yield s.functions.eval(G(t[n],e));if(a.wait&&(yield W(a.wait)),"boolean"==typeof r&&!r)throw`Failed: ${t[n]}, expected true, got ${r}`}))),{skipReason:a.skip,timeout:a.timeout});if(a.cat){const e=A+": "+a.cat;l.category=e,void 0===r[e]&&(r[e]={tests:[],clear:!0}),r[e].tests.push(l)}else o.push(l)}if(n){const t=e.options.demoWait?parseInt(e.options.demoWait):void 0,n=new P(C,e.friendlyName,(()=>d(this,void 0,void 0,(function*(){yield e.apply(),yield W(t||2e3);const n=yield s.shell.lastError;if(n)throw new Error(n)}))),{skipReason:e.options.demoSkip});a.push(n)}if(e.hasTag("semTypeDetector")){const t=new P(v,e.friendlyName,(()=>d(this,void 0,void 0,(function*(){const t=[];for(const n of i.clone().columns){const s=yield e.apply([n]);t.push(s||n.semType)}L(t.filter((e=>e)).length,1)}))),{skipReason:e.options.skipTest});l.push(t)}}S[t]=!0,o.length&&(r[A]={tests:o,clear:!0}),a.length&&(r[C]={tests:a,clear:!0}),l.length&&(r[v]={tests:l,clear:!1})}))}(h);const p=[];console.log("Running tests"),null!=e||(e={}),null!==(o=(u=e).testContext)&&void 0!==o||(u.testContext=new x);const E=[],_=function(){const e=[];return console.log=(...t)=>{e.push(...t),f(...t)},console.info=(...t)=>{e.push(...t),g(...t)},console.warn=(...t)=>{e.push(...t),y(...t)},console.error=(...t)=>{e.push(...t),w(...t)},e}();try{for(const[t,n]of Object.entries(b)){if((null==e?void 0:e.category)&&!t.toLowerCase().startsWith(null==e?void 0:e.category.toLowerCase())||(null===(a=e.exclude)||void 0===a?void 0:a.some((e=>t.startsWith(e)))))continue;f(`Started ${t} category`),E.push(t);const i=null===(l=n.tests)||void 0===l?void 0:l.every((e=>{var t;return null===(t=e.options)||void 0===t?void 0:t.skipReason}));try{n.before&&!i&&(yield Y((()=>d(this,void 0,void 0,(function*(){yield n.before()}))),1e5,`before ${e.category}: timeout error`))}catch(e){n.beforeStatus=yield B(e)}const o=null!==(c=n.tests)&&void 0!==c?c:[],u=[];if(n.clear)for(let t=0;t<o.length;t++)u.push(yield U(o[t],null==e?void 0:e.test,_,n.timeout,h.name,e.verbose)),s.shell.closeAll(),r.Balloon.closeAll();else for(let t=0;t<o.length;t++)u.push(yield U(o[t],null==e?void 0:e.test,_,n.timeout,h.name,e.verbose));const m=u.filter((e=>"skipped"!=e.result));try{n.after&&!i&&(yield Y((()=>d(this,void 0,void 0,(function*(){yield n.after()}))),1e5,`After ${e.category}: timeout error`))}catch(e){n.afterStatus=yield B(e)}n.afterStatus&&m.push({category:t,name:"after",result:n.afterStatus,success:!1,ms:0,skipped:!1}),n.beforeStatus&&m.push({category:t,name:"before",result:n.beforeStatus,success:!1,ms:0,skipped:!1}),p.push(...m)}}finally{console.log=f,console.info=g,console.warn=y,console.error=w}if(e.testContext.catchUnhandled){yield W(1e3);const e=yield s.shell.lastError,t={category:"Unhandled exceptions",name:"Exception",result:null!=e?e:"",success:!e,ms:0,skipped:!1};p.push(t),t.package=h.name,null!=s.shell.reportTest?yield s.shell.reportTest("package",t):yield fetch(`${s.dapi.root}/log/tests/package`,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"same-origin",body:JSON.stringify(t)})}return p}))}function B(e){return d(this,void 0,void 0,(function*(){return`${e.toString()}\n${e.stack?yield r.Logger.translateStackTrace(e.stack):""}`}))}function U(e,t,n,i,o,a){var l,c,u,h,g,y;return d(this,void 0,void 0,(function*(){let d;n.length=0;let b="package";const A=null!=t&&e.name.toLowerCase()!==t.toLowerCase(),C=(null===(l=e.options)||void 0===l?void 0:l.skipReason)||A,v=A?"skipped":null===(c=e.options)||void 0===c?void 0:c.skipReason;C||f(`Started ${e.category} ${e.name}`);const T=Date.now();try{if(C)d={success:!0,result:v,ms:0,skipped:!0};else{let t=(null===(u=e.options)||void 0===u?void 0:u.timeout)===m&&i?i:null===(h=e.options)||void 0===h?void 0:h.timeout;t=r.Test.isInBenchmark&&t===m?p:t,d={success:!0,result:null!==(g=yield Y(e.test,t))&&void 0!==g?g:"OK",ms:0,skipped:!1}}}catch(e){w(e),d={success:!1,result:yield B(e),ms:0,skipped:!1}}if((null===(y=e.options)||void 0===y?void 0:y.isAggregated)&&d.result.constructor===r.DataFrame){const e=d.result.col("success");if(e&&(d.success=e.stats.sum===e.length),!a){const e=d.result;e.columns.remove("stack"),e.rows.removeWhere((e=>e.get("success"))),d.result=e}d.result=d.result.toCsv()}if(d.logs=n.join("\n"),d.ms=Date.now()-T,C||f(`Finished ${e.category} ${e.name} for ${d.ms} ms`),d.category=e.category,d.name=e.name,!A){let t={success:d.success,result:d.result,ms:d.ms,skipped:d.skipped,package:o,category:e.category,name:e.name,logs:d.logs};if(d.result.constructor==Object){const e=Object.keys(d.result).reduce(((e,t)=>Object.assign(Object.assign({},e),{["result."+t]:d.result[t]})),{});t=Object.assign(Object.assign({},t),e)}null!=s.shell.reportTest?yield s.shell.reportTest(b,t):yield fetch(`${s.dapi.root}/log/tests/${b}`,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"same-origin",body:JSON.stringify(t)})}return d}))}function W(e){return d(this,void 0,void 0,(function*(){yield new Promise((t=>setTimeout(t,e)))}))}function V(e,t="Timeout exceeded",n=500,s=50){return d(this,void 0,void 0,(function*(){return new Promise(((r,i)=>{setTimeout((()=>{clearInterval(o),i(new Error(t))}),n);const o=setInterval((()=>{e()&&(clearInterval(o),r())}),s)}))}))}function Y(e,t,n="EXECUTION TIMEOUT"){return d(this,void 0,void 0,(function*(){let s=null;const r=new Promise(((e,r)=>{s=setTimeout((()=>{r(n)}),t)}));try{return yield Promise.race([e(),r])}finally{s&&clearTimeout(s)}}))}const j=r.DataFrame.fromColumns([r.Column.fromStrings("col",["val1","val2","val3"])]);function K(e,t,n){var r;return d(this,void 0,void 0,(function*(){const i=null!==(r=null==n?void 0:n.packageName)&&void 0!==r?r:"";(null==n?void 0:n.detectSemanticTypes)&&(yield s.data.detectSemanticTypes(t));const o=s.shell.addTableView(t);try{yield a(o,e,i,s.events.onViewerAdded),(null==n?void 0:n.awaitViewer)&&(yield a(o,e,i,s.events.onViewerAdded,void 0,n.awaitViewer)),(null==n?void 0:n.readOnly)||(yield a(o,e,i,s.events.onViewerAdded,l),(null==n?void 0:n.awaitViewer)&&(yield a(o,e,i,s.events.onViewerAdded,l,n.awaitViewer)));let t=null;t=yield a(o,e,i,s.events.onViewerAdded,u),(null==n?void 0:n.awaitViewer)&&(t=yield a(o,e,i,s.events.onViewerAdded,u,n.awaitViewer)),yield a(o,e,i,s.events.onViewLayoutApplied,h,void 0,null==t?void 0:t.layout,{savedProps:null==t?void 0:t.savedProps}),(null==n?void 0:n.awaitViewer)&&(yield a(o,e,i,s.events.onViewLayoutApplied,h,n.awaitViewer,null==t?void 0:t.layout,{savedProps:null==t?void 0:t.savedProps})),!1!==(null==n?void 0:n.arbitraryDfTest)&&(o.dataFrame=j,yield W(50),yield a(o,e,i,s.events.onViewerAdded),(null==n?void 0:n.awaitViewer)&&(yield a(o,e,i,s.events.onViewerAdded,void 0,n.awaitViewer))),yield a(o,e,i,s.events.onViewerAdded,c),(null==n?void 0:n.awaitViewer)&&(yield a(o,e,i,s.events.onViewerAdded,c,n.awaitViewer))}finally{}}))}},850:(e,t,n)=>{"use strict";function s(e=!1,t="Assertion error."){if(!e)throw new Error(t)}function r(e){let t=0;for(let n=0;n<e.length;n++)t+=e[n]*e[n];return Math.sqrt(t)}function i(e,t){if(e.length!=t.length)throw new Error("The dimensionality of the vectors must match");let n=0;for(let s=0;s<e.length;s++)n+=e[s]*t[s];return n}function o(e,t){let n=0;const s=e.length;if(s!==t.length)throw new Error("The dimensionality of the vectors must match");for(let r=0;r<s;++r)n+=Math.pow(e[r]-t[r],2);return Math.sqrt(n)}function a(e){const t=e.length;let n=0,s=0;for(let r=0;r<t;++r)n+=e[r],s+=Math.pow(e[r],2);const r=n/t,i=1/Math.sqrt(s/t-Math.pow(r,2));for(let n=0;n<t;++n)e[n]=(e[n]-r)*i;return e}n.d(t,{$G:()=>r,Fv:()=>a,MA:()=>i,dP:()=>o,hu:()=>s})},3351:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(1581),r=n(3487),i=n(7023),o=n(4815),a=n(4181),l=n(2141),c="errorMessage",u=new s.Name("emUsed"),h={required:"missingProperty",dependencies:"property",dependentRequired:"property"},d=/\$\{[^}]+\}/,m=/\$\{([^}]+)\}/g,p=/^""\s*\+\s*|\s*\+\s*""$/g;const f=(e,t={})=>{if(!e.opts.allErrors)throw new Error("ajv-errors: Ajv option allErrors must be true");if(e.opts.jsPropertySyntax)throw new Error("ajv-errors: ajv option jsPropertySyntax is not supported");return e.addKeyword(function(e){return{keyword:c,schemaType:["string","object"],post:!0,code(t){const{gen:n,data:f,schema:g,schemaValue:y,it:w}=t;if(!1===w.createErrors)return;const b=g,A=r.strConcat(l.default.instancePath,w.errorPath);function C(e,t){return r.and(s._`${e}.keyword !== ${c}`,s._`!${e}.${u}`,s._`${e}.instancePath === ${A}`,s._`${e}.keyword in ${t}`,s._`${e}.schemaPath.indexOf(${w.errSchemaPath}) === 0`,s._`/^\\/[^\\/]*$/.test(${e}.schemaPath.slice(${w.errSchemaPath.length}))`)}function v(e,t){const s=[];for(const n in e){const e=t[n];d.test(e)&&s.push([n,S(e)])}return n.object(...s)}function T(e){return d.test(e)?new i._Code(i.safeStringify(e).replace(m,((e,t)=>`" + JSON.stringify(${o.getData(t,w)}) + "`)).replace(p,"")):s.stringify(e)}function S(e){return s._`function(){return ${T(e)}}`}n.if(s._`${l.default.errors} > 0`,(()=>{if("object"==typeof b){const[i,o]=function(e){let t,n;for(const s in e){if("properties"===s||"items"===s)continue;const r=e[s];if("object"==typeof r){t||(t={});const e=t[s]={};for(const t in r)e[t]=[]}else n||(n={}),n[s]=[]}return[t,n]}(b);o&&function(r){const i=n.const("emErrors",s.stringify(r)),o=n.const("templates",v(r,g));n.forOf("err",l.default.vErrors,(e=>n.if(C(e,i),(()=>n.code(s._`${i}[${e}.keyword].push(${e})`).assign(s._`${e}.${u}`,!0)))));const{singleError:c}=e;if(c){const e=n.let("message",s._`""`),r=n.let("paramsErrors",s._`[]`);h((t=>{n.if(e,(()=>n.code(s._`${e} += ${"string"==typeof c?c:";"}`))),n.code(s._`${e} += ${d(t)}`),n.assign(r,s._`${r}.concat(${i}[${t}])`)})),a.reportError(t,{message:e,params:s._`{errors: ${r}}`})}else h((e=>a.reportError(t,{message:d(e),params:s._`{errors: ${i}[${e}]}`})));function h(e){n.forIn("key",i,(t=>n.if(s._`${i}[${t}].length`,(()=>e(t)))))}function d(e){return s._`${e} in ${o} ? ${o}[${e}]() : ${y}[${e}]`}}(o),i&&function(e){const r=n.const("emErrors",s.stringify(e)),i=[];for(const t in e)i.push([t,v(e[t],g[t])]);const o=n.const("templates",n.object(...i)),c=n.scopeValue("obj",{ref:h,code:s.stringify(h)}),d=n.let("emPropParams"),m=n.let("emParamsErrors");n.forOf("err",l.default.vErrors,(e=>n.if(C(e,r),(()=>{n.assign(d,s._`${c}[${e}.keyword]`),n.assign(m,s._`${r}[${e}.keyword][${e}.params[${d}]]`),n.if(m,(()=>n.code(s._`${m}.push(${e})`).assign(s._`${e}.${u}`,!0)))})))),n.forIn("key",r,(e=>n.forIn("keyProp",s._`${r}[${e}]`,(i=>{n.assign(m,s._`${r}[${e}][${i}]`),n.if(s._`${m}.length`,(()=>{const r=n.const("tmpl",s._`${o}[${e}] && ${o}[${e}][${i}]`);a.reportError(t,{message:s._`${r} ? ${r}() : ${y}[${e}][${i}]`,params:s._`{errors: ${m}}`})}))}))))}(i),function(e){const{props:i,items:o}=e;if(!i&&!o)return;const h=s._`typeof ${f} == "object"`,d=s._`Array.isArray(${f})`,m=n.let("emErrors");let p,w;const b=n.let("templates");function C(e,t){n.assign(m,s.stringify(e)),n.assign(b,v(e,t))}i&&o?(p=n.let("emChildKwd"),n.if(h),n.if(d,(()=>{C(o,g.items),n.assign(p,s.str`items`)}),(()=>{C(i,g.properties),n.assign(p,s.str`properties`)})),w=s._`[${p}]`):o?(n.if(d),C(o,g.items),w=s._`.items`):i&&(n.if(r.and(h,r.not(d))),C(i,g.properties),w=s._`.properties`),n.forOf("err",l.default.vErrors,(e=>function(e,t,i){n.if(r.and(s._`${e}.keyword !== ${c}`,s._`!${e}.${u}`,s._`${e}.instancePath.indexOf(${A}) === 0`),(()=>{const r=n.scopeValue("pattern",{ref:/^\/([^/]*)(?:\/|$)/,code:s._`new RegExp("^\\\/([^/]*)(?:\\\/|$)")`}),o=n.const("emMatches",s._`${r}.exec(${e}.instancePath.slice(${A}.length))`),a=n.const("emChild",s._`${o} && ${o}[1].replace(/~1/g, "/").replace(/~0/g, "~")`);n.if(s._`${a} !== undefined && ${a} in ${t}`,(()=>i(a)))}))}(e,m,(t=>n.code(s._`${m}[${t}].push(${e})`).assign(s._`${e}.${u}`,!0))))),n.forIn("key",m,(e=>n.if(s._`${m}[${e}].length`,(()=>{a.reportError(t,{message:s._`${e} in ${b} ? ${b}[${e}]() : ${y}${w}[${e}]`,params:s._`{errors: ${m}[${e}]}`}),n.assign(s._`${l.default.vErrors}[${l.default.errors}-1].instancePath`,s._`${A} + "/" + ${e}.replace(/~/g, "~0").replace(/\\//g, "~1")`)})))),n.endIf()}(function({properties:e,items:t}){const n={};if(e){n.props={};for(const t in e)n.props[t]=[]}if(t){n.items={};for(let e=0;e<t.length;e++)n.items[e]=[]}return n}(b))}const i="string"==typeof b?b:b._;i&&function(e){const i=n.const("emErrs",s._`[]`);n.forOf("err",l.default.vErrors,(e=>n.if(function(e){return r.and(s._`${e}.keyword !== ${c}`,s._`!${e}.${u}`,r.or(s._`${e}.instancePath === ${A}`,r.and(s._`${e}.instancePath.indexOf(${A}) === 0`,s._`${e}.instancePath[${A}.length] === "/"`)),s._`${e}.schemaPath.indexOf(${w.errSchemaPath}) === 0`,s._`${e}.schemaPath[${w.errSchemaPath}.length] === "/"`)}(e),(()=>n.code(s._`${i}.push(${e})`).assign(s._`${e}.${u}`,!0))))),n.if(s._`${i}.length`,(()=>a.reportError(t,{message:T(e),params:s._`{errors: ${i}}`})))}(i),e.keepErrors||function(){const e=n.const("emErrs",s._`[]`);n.forOf("err",l.default.vErrors,(t=>n.if(s._`!${t}.${u}`,(()=>n.code(s._`${e}.push(${t})`))))),n.assign(l.default.vErrors,e).assign(l.default.errors,s._`${e}.length`)}()}))},metaSchema:{anyOf:[{type:"string"},{type:"object",properties:{properties:{$ref:"#/$defs/stringMap"},items:{$ref:"#/$defs/stringList"},required:{$ref:"#/$defs/stringOrMap"},dependencies:{$ref:"#/$defs/stringOrMap"}},additionalProperties:{type:"string"}}],$defs:{stringMap:{type:"object",additionalProperties:{type:"string"}},stringOrMap:{anyOf:[{type:"string"},{$ref:"#/$defs/stringMap"}]},stringList:{type:"array",items:{type:"string"}}}}}}(t))};t.default=f,e.exports=f,e.exports.default=f},5128:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MissingRefError=t.ValidationError=t.CodeGen=t.Name=t.nil=t.stringify=t.str=t._=t.KeywordCxt=void 0;const s=n(7159),r=n(7299),i=n(1240),o=n(4087),a="https://json-schema.org/draft/2020-12/schema";class l extends s.default{constructor(e={}){super({...e,dynamicRef:!0,next:!0,unevaluated:!0})}_addVocabularies(){super._addVocabularies(),r.default.forEach((e=>this.addVocabulary(e))),this.opts.discriminator&&this.addKeyword(i.default)}_addDefaultMetaSchema(){super._addDefaultMetaSchema();const{$data:e,meta:t}=this.opts;t&&(o.default.call(this,e),this.refs["http://json-schema.org/schema"]=a)}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(a)?a:void 0)}}e.exports=t=l,Object.defineProperty(t,"__esModule",{value:!0}),t.default=l;var c=n(4815);Object.defineProperty(t,"KeywordCxt",{enumerable:!0,get:function(){return c.KeywordCxt}});var u=n(3487);Object.defineProperty(t,"_",{enumerable:!0,get:function(){return u._}}),Object.defineProperty(t,"str",{enumerable:!0,get:function(){return u.str}}),Object.defineProperty(t,"stringify",{enumerable:!0,get:function(){return u.stringify}}),Object.defineProperty(t,"nil",{enumerable:!0,get:function(){return u.nil}}),Object.defineProperty(t,"Name",{enumerable:!0,get:function(){return u.Name}}),Object.defineProperty(t,"CodeGen",{enumerable:!0,get:function(){return u.CodeGen}});var h=n(7426);Object.defineProperty(t,"ValidationError",{enumerable:!0,get:function(){return h.default}});var d=n(6646);Object.defineProperty(t,"MissingRefError",{enumerable:!0,get:function(){return d.default}})},1581:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MissingRefError=t.ValidationError=t.CodeGen=t.Name=t.nil=t.stringify=t.str=t._=t.KeywordCxt=void 0;const s=n(7159),r=n(3924),i=n(1240),o=n(98),a=["/properties"],l="http://json-schema.org/draft-07/schema";class c extends s.default{_addVocabularies(){super._addVocabularies(),r.default.forEach((e=>this.addVocabulary(e))),this.opts.discriminator&&this.addKeyword(i.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;const e=this.opts.$data?this.$dataMetaSchema(o,a):o;this.addMetaSchema(e,l,!1),this.refs["http://json-schema.org/schema"]=l}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(l)?l:void 0)}}e.exports=t=c,Object.defineProperty(t,"__esModule",{value:!0}),t.default=c;var u=n(4815);Object.defineProperty(t,"KeywordCxt",{enumerable:!0,get:function(){return u.KeywordCxt}});var h=n(3487);Object.defineProperty(t,"_",{enumerable:!0,get:function(){return h._}}),Object.defineProperty(t,"str",{enumerable:!0,get:function(){return h.str}}),Object.defineProperty(t,"stringify",{enumerable:!0,get:function(){return h.stringify}}),Object.defineProperty(t,"nil",{enumerable:!0,get:function(){return h.nil}}),Object.defineProperty(t,"Name",{enumerable:!0,get:function(){return h.Name}}),Object.defineProperty(t,"CodeGen",{enumerable:!0,get:function(){return h.CodeGen}});var d=n(7426);Object.defineProperty(t,"ValidationError",{enumerable:!0,get:function(){return d.default}});var m=n(6646);Object.defineProperty(t,"MissingRefError",{enumerable:!0,get:function(){return m.default}})},7023:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.regexpCode=t.getEsmExportName=t.getProperty=t.safeStringify=t.stringify=t.strConcat=t.addCodeArg=t.str=t._=t.nil=t._Code=t.Name=t.IDENTIFIER=t._CodeOrName=void 0;class n{}t._CodeOrName=n,t.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;class s extends n{constructor(e){if(super(),!t.IDENTIFIER.test(e))throw new Error("CodeGen: name must be a valid identifier");this.str=e}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}}t.Name=s;class r extends n{constructor(e){super(),this._items="string"==typeof e?[e]:e}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;const e=this._items[0];return""===e||'""'===e}get str(){var e;return null!==(e=this._str)&&void 0!==e?e:this._str=this._items.reduce(((e,t)=>`${e}${t}`),"")}get names(){var e;return null!==(e=this._names)&&void 0!==e?e:this._names=this._items.reduce(((e,t)=>(t instanceof s&&(e[t.str]=(e[t.str]||0)+1),e)),{})}}function i(e,...t){const n=[e[0]];let s=0;for(;s<t.length;)l(n,t[s]),n.push(e[++s]);return new r(n)}t._Code=r,t.nil=new r(""),t._=i;const o=new r("+");function a(e,...t){const n=[u(e[0])];let s=0;for(;s<t.length;)n.push(o),l(n,t[s]),n.push(o,u(e[++s]));return function(e){let t=1;for(;t<e.length-1;){if(e[t]===o){const n=c(e[t-1],e[t+1]);if(void 0!==n){e.splice(t-1,3,n);continue}e[t++]="+"}t++}}(n),new r(n)}function l(e,t){var n;t instanceof r?e.push(...t._items):t instanceof s?e.push(t):e.push("number"==typeof(n=t)||"boolean"==typeof n||null===n?n:u(Array.isArray(n)?n.join(","):n))}function c(e,t){if('""'===t)return e;if('""'===e)return t;if("string"==typeof e){if(t instanceof s||'"'!==e[e.length-1])return;return"string"!=typeof t?`${e.slice(0,-1)}${t}"`:'"'===t[0]?e.slice(0,-1)+t.slice(1):void 0}return"string"!=typeof t||'"'!==t[0]||e instanceof s?void 0:`"${e}${t.slice(1)}`}function u(e){return JSON.stringify(e).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}t.str=a,t.addCodeArg=l,t.strConcat=function(e,t){return t.emptyStr()?e:e.emptyStr()?t:a`${e}${t}`},t.stringify=function(e){return new r(u(e))},t.safeStringify=u,t.getProperty=function(e){return"string"==typeof e&&t.IDENTIFIER.test(e)?new r(`.${e}`):i`[${e}]`},t.getEsmExportName=function(e){if("string"==typeof e&&t.IDENTIFIER.test(e))return new r(`${e}`);throw new Error(`CodeGen: invalid export name: ${e}, use explicit $id name mapping`)},t.regexpCode=function(e){return new r(e.toString())}},3487:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.or=t.and=t.not=t.CodeGen=t.operators=t.varKinds=t.ValueScopeName=t.ValueScope=t.Scope=t.Name=t.regexpCode=t.stringify=t.getProperty=t.nil=t.strConcat=t.str=t._=void 0;const s=n(7023),r=n(8490);var i=n(7023);Object.defineProperty(t,"_",{enumerable:!0,get:function(){return i._}}),Object.defineProperty(t,"str",{enumerable:!0,get:function(){return i.str}}),Object.defineProperty(t,"strConcat",{enumerable:!0,get:function(){return i.strConcat}}),Object.defineProperty(t,"nil",{enumerable:!0,get:function(){return i.nil}}),Object.defineProperty(t,"getProperty",{enumerable:!0,get:function(){return i.getProperty}}),Object.defineProperty(t,"stringify",{enumerable:!0,get:function(){return i.stringify}}),Object.defineProperty(t,"regexpCode",{enumerable:!0,get:function(){return i.regexpCode}}),Object.defineProperty(t,"Name",{enumerable:!0,get:function(){return i.Name}});var o=n(8490);Object.defineProperty(t,"Scope",{enumerable:!0,get:function(){return o.Scope}}),Object.defineProperty(t,"ValueScope",{enumerable:!0,get:function(){return o.ValueScope}}),Object.defineProperty(t,"ValueScopeName",{enumerable:!0,get:function(){return o.ValueScopeName}}),Object.defineProperty(t,"varKinds",{enumerable:!0,get:function(){return o.varKinds}}),t.operators={GT:new s._Code(">"),GTE:new s._Code(">="),LT:new s._Code("<"),LTE:new s._Code("<="),EQ:new s._Code("==="),NEQ:new s._Code("!=="),NOT:new s._Code("!"),OR:new s._Code("||"),AND:new s._Code("&&"),ADD:new s._Code("+")};class a{optimizeNodes(){return this}optimizeNames(e,t){return this}}class l extends a{constructor(e,t,n){super(),this.varKind=e,this.name=t,this.rhs=n}render({es5:e,_n:t}){const n=e?r.varKinds.var:this.varKind,s=void 0===this.rhs?"":` = ${this.rhs}`;return`${n} ${this.name}${s};`+t}optimizeNames(e,t){if(e[this.name.str])return this.rhs&&(this.rhs=M(this.rhs,e,t)),this}get names(){return this.rhs instanceof s._CodeOrName?this.rhs.names:{}}}class c extends a{constructor(e,t,n){super(),this.lhs=e,this.rhs=t,this.sideEffects=n}render({_n:e}){return`${this.lhs} = ${this.rhs};`+e}optimizeNames(e,t){if(!(this.lhs instanceof s.Name)||e[this.lhs.str]||this.sideEffects)return this.rhs=M(this.rhs,e,t),this}get names(){return $(this.lhs instanceof s.Name?{}:{...this.lhs.names},this.rhs)}}class u extends c{constructor(e,t,n,s){super(e,n,s),this.op=t}render({_n:e}){return`${this.lhs} ${this.op}= ${this.rhs};`+e}}class h extends a{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`${this.label}:`+e}}class d extends a{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`break${this.label?` ${this.label}`:""};`+e}}class m extends a{constructor(e){super(),this.error=e}render({_n:e}){return`throw ${this.error};`+e}get names(){return this.error.names}}class p extends a{constructor(e){super(),this.code=e}render({_n:e}){return`${this.code};`+e}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(e,t){return this.code=M(this.code,e,t),this}get names(){return this.code instanceof s._CodeOrName?this.code.names:{}}}class f extends a{constructor(e=[]){super(),this.nodes=e}render(e){return this.nodes.reduce(((t,n)=>t+n.render(e)),"")}optimizeNodes(){const{nodes:e}=this;let t=e.length;for(;t--;){const n=e[t].optimizeNodes();Array.isArray(n)?e.splice(t,1,...n):n?e[t]=n:e.splice(t,1)}return e.length>0?this:void 0}optimizeNames(e,t){const{nodes:n}=this;let s=n.length;for(;s--;){const r=n[s];r.optimizeNames(e,t)||(L(e,r.names),n.splice(s,1))}return n.length>0?this:void 0}get names(){return this.nodes.reduce(((e,t)=>N(e,t.names)),{})}}class g extends f{render(e){return"{"+e._n+super.render(e)+"}"+e._n}}class y extends f{}class w extends g{}w.kind="else";class b extends g{constructor(e,t){super(t),this.condition=e}render(e){let t=`if(${this.condition})`+super.render(e);return this.else&&(t+="else "+this.else.render(e)),t}optimizeNodes(){super.optimizeNodes();const e=this.condition;if(!0===e)return this.nodes;let t=this.else;if(t){const e=t.optimizeNodes();t=this.else=Array.isArray(e)?new w(e):e}return t?!1===e?t instanceof b?t:t.nodes:this.nodes.length?this:new b(I(e),t instanceof b?[t]:t.nodes):!1!==e&&this.nodes.length?this:void 0}optimizeNames(e,t){var n;if(this.else=null===(n=this.else)||void 0===n?void 0:n.optimizeNames(e,t),super.optimizeNames(e,t)||this.else)return this.condition=M(this.condition,e,t),this}get names(){const e=super.names;return $(e,this.condition),this.else&&N(e,this.else.names),e}}b.kind="if";class A extends g{}A.kind="for";class C extends A{constructor(e){super(),this.iteration=e}render(e){return`for(${this.iteration})`+super.render(e)}optimizeNames(e,t){if(super.optimizeNames(e,t))return this.iteration=M(this.iteration,e,t),this}get names(){return N(super.names,this.iteration.names)}}class v extends A{constructor(e,t,n,s){super(),this.varKind=e,this.name=t,this.from=n,this.to=s}render(e){const t=e.es5?r.varKinds.var:this.varKind,{name:n,from:s,to:i}=this;return`for(${t} ${n}=${s}; ${n}<${i}; ${n}++)`+super.render(e)}get names(){const e=$(super.names,this.from);return $(e,this.to)}}class T extends A{constructor(e,t,n,s){super(),this.loop=e,this.varKind=t,this.name=n,this.iterable=s}render(e){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(e)}optimizeNames(e,t){if(super.optimizeNames(e,t))return this.iterable=M(this.iterable,e,t),this}get names(){return N(super.names,this.iterable.names)}}class S extends g{constructor(e,t,n){super(),this.name=e,this.args=t,this.async=n}render(e){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(e)}}S.kind="func";class E extends f{render(e){return"return "+super.render(e)}}E.kind="return";class _ extends g{render(e){let t="try"+super.render(e);return this.catch&&(t+=this.catch.render(e)),this.finally&&(t+=this.finally.render(e)),t}optimizeNodes(){var e,t;return super.optimizeNodes(),null===(e=this.catch)||void 0===e||e.optimizeNodes(),null===(t=this.finally)||void 0===t||t.optimizeNodes(),this}optimizeNames(e,t){var n,s;return super.optimizeNames(e,t),null===(n=this.catch)||void 0===n||n.optimizeNames(e,t),null===(s=this.finally)||void 0===s||s.optimizeNames(e,t),this}get names(){const e=super.names;return this.catch&&N(e,this.catch.names),this.finally&&N(e,this.finally.names),e}}class x extends g{constructor(e){super(),this.error=e}render(e){return`catch(${this.error})`+super.render(e)}}x.kind="catch";class P extends g{render(e){return"finally"+super.render(e)}}function N(e,t){for(const n in t)e[n]=(e[n]||0)+(t[n]||0);return e}function $(e,t){return t instanceof s._CodeOrName?N(e,t.names):e}function M(e,t,n){return e instanceof s.Name?i(e):(r=e)instanceof s._Code&&r._items.some((e=>e instanceof s.Name&&1===t[e.str]&&void 0!==n[e.str]))?new s._Code(e._items.reduce(((e,t)=>(t instanceof s.Name&&(t=i(t)),t instanceof s._Code?e.push(...t._items):e.push(t),e)),[])):e;var r;function i(e){const s=n[e.str];return void 0===s||1!==t[e.str]?e:(delete t[e.str],s)}}function L(e,t){for(const n in t)e[n]=(e[n]||0)-(t[n]||0)}function I(e){return"boolean"==typeof e||"number"==typeof e||null===e?!e:s._`!${F(e)}`}P.kind="finally",t.CodeGen=class{constructor(e,t={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...t,_n:t.lines?"\n":""},this._extScope=e,this._scope=new r.Scope({parent:e}),this._nodes=[new y]}toString(){return this._root.render(this.opts)}name(e){return this._scope.name(e)}scopeName(e){return this._extScope.name(e)}scopeValue(e,t){const n=this._extScope.value(e,t);return(this._values[n.prefix]||(this._values[n.prefix]=new Set)).add(n),n}getScopeValue(e,t){return this._extScope.getValue(e,t)}scopeRefs(e){return this._extScope.scopeRefs(e,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(e,t,n,s){const r=this._scope.toName(t);return void 0!==n&&s&&(this._constants[r.str]=n),this._leafNode(new l(e,r,n)),r}const(e,t,n){return this._def(r.varKinds.const,e,t,n)}let(e,t,n){return this._def(r.varKinds.let,e,t,n)}var(e,t,n){return this._def(r.varKinds.var,e,t,n)}assign(e,t,n){return this._leafNode(new c(e,t,n))}add(e,n){return this._leafNode(new u(e,t.operators.ADD,n))}code(e){return"function"==typeof e?e():e!==s.nil&&this._leafNode(new p(e)),this}object(...e){const t=["{"];for(const[n,r]of e)t.length>1&&t.push(","),t.push(n),(n!==r||this.opts.es5)&&(t.push(":"),(0,s.addCodeArg)(t,r));return t.push("}"),new s._Code(t)}if(e,t,n){if(this._blockNode(new b(e)),t&&n)this.code(t).else().code(n).endIf();else if(t)this.code(t).endIf();else if(n)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(e){return this._elseNode(new b(e))}else(){return this._elseNode(new w)}endIf(){return this._endBlockNode(b,w)}_for(e,t){return this._blockNode(e),t&&this.code(t).endFor(),this}for(e,t){return this._for(new C(e),t)}forRange(e,t,n,s,i=(this.opts.es5?r.varKinds.var:r.varKinds.let)){const o=this._scope.toName(e);return this._for(new v(i,o,t,n),(()=>s(o)))}forOf(e,t,n,i=r.varKinds.const){const o=this._scope.toName(e);if(this.opts.es5){const e=t instanceof s.Name?t:this.var("_arr",t);return this.forRange("_i",0,s._`${e}.length`,(t=>{this.var(o,s._`${e}[${t}]`),n(o)}))}return this._for(new T("of",i,o,t),(()=>n(o)))}forIn(e,t,n,i=(this.opts.es5?r.varKinds.var:r.varKinds.const)){if(this.opts.ownProperties)return this.forOf(e,s._`Object.keys(${t})`,n);const o=this._scope.toName(e);return this._for(new T("in",i,o,t),(()=>n(o)))}endFor(){return this._endBlockNode(A)}label(e){return this._leafNode(new h(e))}break(e){return this._leafNode(new d(e))}return(e){const t=new E;if(this._blockNode(t),this.code(e),1!==t.nodes.length)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(E)}try(e,t,n){if(!t&&!n)throw new Error('CodeGen: "try" without "catch" and "finally"');const s=new _;if(this._blockNode(s),this.code(e),t){const e=this.name("e");this._currNode=s.catch=new x(e),t(e)}return n&&(this._currNode=s.finally=new P,this.code(n)),this._endBlockNode(x,P)}throw(e){return this._leafNode(new m(e))}block(e,t){return this._blockStarts.push(this._nodes.length),e&&this.code(e).endBlock(t),this}endBlock(e){const t=this._blockStarts.pop();if(void 0===t)throw new Error("CodeGen: not in self-balancing block");const n=this._nodes.length-t;if(n<0||void 0!==e&&n!==e)throw new Error(`CodeGen: wrong number of nodes: ${n} vs ${e} expected`);return this._nodes.length=t,this}func(e,t=s.nil,n,r){return this._blockNode(new S(e,t,n)),r&&this.code(r).endFunc(),this}endFunc(){return this._endBlockNode(S)}optimize(e=1){for(;e-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(e){return this._currNode.nodes.push(e),this}_blockNode(e){this._currNode.nodes.push(e),this._nodes.push(e)}_endBlockNode(e,t){const n=this._currNode;if(n instanceof e||t&&n instanceof t)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${t?`${e.kind}/${t.kind}`:e.kind}"`)}_elseNode(e){const t=this._currNode;if(!(t instanceof b))throw new Error('CodeGen: "else" without "if"');return this._currNode=t.else=e,this}get _root(){return this._nodes[0]}get _currNode(){const e=this._nodes;return e[e.length-1]}set _currNode(e){const t=this._nodes;t[t.length-1]=e}},t.not=I;const R=D(t.operators.AND);t.and=function(...e){return e.reduce(R)};const O=D(t.operators.OR);function D(e){return(t,n)=>t===s.nil?n:n===s.nil?t:s._`${F(t)} ${e} ${F(n)}`}function F(e){return e instanceof s.Name?e:s._`(${e})`}t.or=function(...e){return e.reduce(O)}},8490:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ValueScope=t.ValueScopeName=t.Scope=t.varKinds=t.UsedValueState=void 0;const s=n(7023);class r extends Error{constructor(e){super(`CodeGen: "code" for ${e} not defined`),this.value=e.value}}var i;!function(e){e[e.Started=0]="Started",e[e.Completed=1]="Completed"}(i=t.UsedValueState||(t.UsedValueState={})),t.varKinds={const:new s.Name("const"),let:new s.Name("let"),var:new s.Name("var")};class o{constructor({prefixes:e,parent:t}={}){this._names={},this._prefixes=e,this._parent=t}toName(e){return e instanceof s.Name?e:this.name(e)}name(e){return new s.Name(this._newName(e))}_newName(e){return`${e}${(this._names[e]||this._nameGroup(e)).index++}`}_nameGroup(e){var t,n;if((null===(n=null===(t=this._parent)||void 0===t?void 0:t._prefixes)||void 0===n?void 0:n.has(e))||this._prefixes&&!this._prefixes.has(e))throw new Error(`CodeGen: prefix "${e}" is not allowed in this scope`);return this._names[e]={prefix:e,index:0}}}t.Scope=o;class a extends s.Name{constructor(e,t){super(t),this.prefix=e}setValue(e,{property:t,itemIndex:n}){this.value=e,this.scopePath=s._`.${new s.Name(t)}[${n}]`}}t.ValueScopeName=a;const l=s._`\n`;t.ValueScope=class extends o{constructor(e){super(e),this._values={},this._scope=e.scope,this.opts={...e,_n:e.lines?l:s.nil}}get(){return this._scope}name(e){return new a(e,this._newName(e))}value(e,t){var n;if(void 0===t.ref)throw new Error("CodeGen: ref must be passed in value");const s=this.toName(e),{prefix:r}=s,i=null!==(n=t.key)&&void 0!==n?n:t.ref;let o=this._values[r];if(o){const e=o.get(i);if(e)return e}else o=this._values[r]=new Map;o.set(i,s);const a=this._scope[r]||(this._scope[r]=[]),l=a.length;return a[l]=t.ref,s.setValue(t,{property:r,itemIndex:l}),s}getValue(e,t){const n=this._values[e];if(n)return n.get(t)}scopeRefs(e,t=this._values){return this._reduceValues(t,(t=>{if(void 0===t.scopePath)throw new Error(`CodeGen: name "${t}" has no value`);return s._`${e}${t.scopePath}`}))}scopeCode(e=this._values,t,n){return this._reduceValues(e,(e=>{if(void 0===e.value)throw new Error(`CodeGen: name "${e}" has no value`);return e.value.code}),t,n)}_reduceValues(e,n,o={},a){let l=s.nil;for(const c in e){const u=e[c];if(!u)continue;const h=o[c]=o[c]||new Map;u.forEach((e=>{if(h.has(e))return;h.set(e,i.Started);let o=n(e);if(o){const n=this.opts.es5?t.varKinds.var:t.varKinds.const;l=s._`${l}${n} ${e} = ${o};${this.opts._n}`}else{if(!(o=null==a?void 0:a(e)))throw new r(e);l=s._`${l}${o}${this.opts._n}`}h.set(e,i.Completed)}))}return l}}},4181:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.extendErrors=t.resetErrorsCount=t.reportExtraError=t.reportError=t.keyword$DataError=t.keywordError=void 0;const s=n(3487),r=n(6776),i=n(2141);function o(e,t){const n=e.const("err",t);e.if(s._`${i.default.vErrors} === null`,(()=>e.assign(i.default.vErrors,s._`[${n}]`)),s._`${i.default.vErrors}.push(${n})`),e.code(s._`${i.default.errors}++`)}function a(e,t){const{gen:n,validateName:r,schemaEnv:i}=e;i.$async?n.throw(s._`new ${e.ValidationError}(${t})`):(n.assign(s._`${r}.errors`,t),n.return(!1))}t.keywordError={message:({keyword:e})=>s.str`must pass "${e}" keyword validation`},t.keyword$DataError={message:({keyword:e,schemaType:t})=>t?s.str`"${e}" keyword must be ${t} ($data)`:s.str`"${e}" keyword is invalid ($data)`},t.reportError=function(e,n=t.keywordError,r,i){const{it:l}=e,{gen:u,compositeRule:h,allErrors:d}=l,m=c(e,n,r);(null!=i?i:h||d)?o(u,m):a(l,s._`[${m}]`)},t.reportExtraError=function(e,n=t.keywordError,s){const{it:r}=e,{gen:l,compositeRule:u,allErrors:h}=r;o(l,c(e,n,s)),u||h||a(r,i.default.vErrors)},t.resetErrorsCount=function(e,t){e.assign(i.default.errors,t),e.if(s._`${i.default.vErrors} !== null`,(()=>e.if(t,(()=>e.assign(s._`${i.default.vErrors}.length`,t)),(()=>e.assign(i.default.vErrors,null)))))},t.extendErrors=function({gen:e,keyword:t,schemaValue:n,data:r,errsCount:o,it:a}){if(void 0===o)throw new Error("ajv implementation error");const l=e.name("err");e.forRange("i",o,i.default.errors,(o=>{e.const(l,s._`${i.default.vErrors}[${o}]`),e.if(s._`${l}.instancePath === undefined`,(()=>e.assign(s._`${l}.instancePath`,(0,s.strConcat)(i.default.instancePath,a.errorPath)))),e.assign(s._`${l}.schemaPath`,s.str`${a.errSchemaPath}/${t}`),a.opts.verbose&&(e.assign(s._`${l}.schema`,n),e.assign(s._`${l}.data`,r))}))};const l={keyword:new s.Name("keyword"),schemaPath:new s.Name("schemaPath"),params:new s.Name("params"),propertyName:new s.Name("propertyName"),message:new s.Name("message"),schema:new s.Name("schema"),parentSchema:new s.Name("parentSchema")};function c(e,t,n){const{createErrors:r}=e.it;return!1===r?s._`{}`:function(e,t,n={}){const{gen:r,it:o}=e,a=[u(o,n),h(e,n)];return function(e,{params:t,message:n},r){const{keyword:o,data:a,schemaValue:c,it:u}=e,{opts:h,propertyName:d,topSchemaRef:m,schemaPath:p}=u;r.push([l.keyword,o],[l.params,"function"==typeof t?t(e):t||s._`{}`]),h.messages&&r.push([l.message,"function"==typeof n?n(e):n]),h.verbose&&r.push([l.schema,c],[l.parentSchema,s._`${m}${p}`],[i.default.data,a]),d&&r.push([l.propertyName,d])}(e,t,a),r.object(...a)}(e,t,n)}function u({errorPath:e},{instancePath:t}){const n=t?s.str`${e}${(0,r.getErrorPath)(t,r.Type.Str)}`:e;return[i.default.instancePath,(0,s.strConcat)(i.default.instancePath,n)]}function h({keyword:e,it:{errSchemaPath:t}},{schemaPath:n,parentSchema:i}){let o=i?t:s.str`${t}/${e}`;return n&&(o=s.str`${o}${(0,r.getErrorPath)(n,r.Type.Str)}`),[l.schemaPath,o]}},5173:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.resolveSchema=t.getCompilingSchema=t.resolveRef=t.compileSchema=t.SchemaEnv=void 0;const s=n(3487),r=n(7426),i=n(2141),o=n(2531),a=n(6776),l=n(4815);class c{constructor(e){var t;let n;this.refs={},this.dynamicAnchors={},"object"==typeof e.schema&&(n=e.schema),this.schema=e.schema,this.schemaId=e.schemaId,this.root=e.root||this,this.baseId=null!==(t=e.baseId)&&void 0!==t?t:(0,o.normalizeId)(null==n?void 0:n[e.schemaId||"$id"]),this.schemaPath=e.schemaPath,this.localRefs=e.localRefs,this.meta=e.meta,this.$async=null==n?void 0:n.$async,this.refs={}}}function u(e){const t=d.call(this,e);if(t)return t;const n=(0,o.getFullPath)(this.opts.uriResolver,e.root.baseId),{es5:a,lines:c}=this.opts.code,{ownProperties:u}=this.opts,h=new s.CodeGen(this.scope,{es5:a,lines:c,ownProperties:u});let m;e.$async&&(m=h.scopeValue("Error",{ref:r.default,code:s._`require("ajv/dist/runtime/validation_error").default`}));const p=h.scopeName("validate");e.validateName=p;const f={gen:h,allErrors:this.opts.allErrors,data:i.default.data,parentData:i.default.parentData,parentDataProperty:i.default.parentDataProperty,dataNames:[i.default.data],dataPathArr:[s.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:h.scopeValue("schema",!0===this.opts.code.source?{ref:e.schema,code:(0,s.stringify)(e.schema)}:{ref:e.schema}),validateName:p,ValidationError:m,schema:e.schema,schemaEnv:e,rootId:n,baseId:e.baseId||n,schemaPath:s.nil,errSchemaPath:e.schemaPath||(this.opts.jtd?"":"#"),errorPath:s._`""`,opts:this.opts,self:this};let g;try{this._compilations.add(e),(0,l.validateFunctionCode)(f),h.optimize(this.opts.code.optimize);const t=h.toString();g=`${h.scopeRefs(i.default.scope)}return ${t}`,this.opts.code.process&&(g=this.opts.code.process(g,e));const n=new Function(`${i.default.self}`,`${i.default.scope}`,g)(this,this.scope.get());if(this.scope.value(p,{ref:n}),n.errors=null,n.schema=e.schema,n.schemaEnv=e,e.$async&&(n.$async=!0),!0===this.opts.code.source&&(n.source={validateName:p,validateCode:t,scopeValues:h._values}),this.opts.unevaluated){const{props:e,items:t}=f;n.evaluated={props:e instanceof s.Name?void 0:e,items:t instanceof s.Name?void 0:t,dynamicProps:e instanceof s.Name,dynamicItems:t instanceof s.Name},n.source&&(n.source.evaluated=(0,s.stringify)(n.evaluated))}return e.validate=n,e}catch(t){throw delete e.validate,delete e.validateName,g&&this.logger.error("Error compiling schema, function code:",g),t}finally{this._compilations.delete(e)}}function h(e){return(0,o.inlineRef)(e.schema,this.opts.inlineRefs)?e.schema:e.validate?e:u.call(this,e)}function d(e){for(const s of this._compilations)if(n=e,(t=s).schema===n.schema&&t.root===n.root&&t.baseId===n.baseId)return s;var t,n}function m(e,t){let n;for(;"string"==typeof(n=this.refs[t]);)t=n;return n||this.schemas[t]||p.call(this,e,t)}function p(e,t){const n=this.opts.uriResolver.parse(t),s=(0,o._getFullPath)(this.opts.uriResolver,n);let r=(0,o.getFullPath)(this.opts.uriResolver,e.baseId,void 0);if(Object.keys(e.schema).length>0&&s===r)return g.call(this,n,e);const i=(0,o.normalizeId)(s),a=this.refs[i]||this.schemas[i];if("string"==typeof a){const t=p.call(this,e,a);if("object"!=typeof(null==t?void 0:t.schema))return;return g.call(this,n,t)}if("object"==typeof(null==a?void 0:a.schema)){if(a.validate||u.call(this,a),i===(0,o.normalizeId)(t)){const{schema:t}=a,{schemaId:n}=this.opts,s=t[n];return s&&(r=(0,o.resolveUrl)(this.opts.uriResolver,r,s)),new c({schema:t,schemaId:n,root:e,baseId:r})}return g.call(this,n,a)}}t.SchemaEnv=c,t.compileSchema=u,t.resolveRef=function(e,t,n){var s;n=(0,o.resolveUrl)(this.opts.uriResolver,t,n);const r=e.refs[n];if(r)return r;let i=m.call(this,e,n);if(void 0===i){const r=null===(s=e.localRefs)||void 0===s?void 0:s[n],{schemaId:o}=this.opts;r&&(i=new c({schema:r,schemaId:o,root:e,baseId:t}))}return void 0!==i?e.refs[n]=h.call(this,i):void 0},t.getCompilingSchema=d,t.resolveSchema=p;const f=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function g(e,{baseId:t,schema:n,root:s}){var r;if("/"!==(null===(r=e.fragment)||void 0===r?void 0:r[0]))return;for(const s of e.fragment.slice(1).split("/")){if("boolean"==typeof n)return;const e=n[(0,a.unescapeFragment)(s)];if(void 0===e)return;const r="object"==typeof(n=e)&&n[this.opts.schemaId];!f.has(s)&&r&&(t=(0,o.resolveUrl)(this.opts.uriResolver,t,r))}let i;if("boolean"!=typeof n&&n.$ref&&!(0,a.schemaHasRulesButRef)(n,this.RULES)){const e=(0,o.resolveUrl)(this.opts.uriResolver,t,n.$ref);i=p.call(this,s,e)}const{schemaId:l}=this.opts;return i=i||new c({schema:n,schemaId:l,root:s,baseId:t}),i.schema!==i.root.schema?i:void 0}},2141:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(3487),r={data:new s.Name("data"),valCxt:new s.Name("valCxt"),instancePath:new s.Name("instancePath"),parentData:new s.Name("parentData"),parentDataProperty:new s.Name("parentDataProperty"),rootData:new s.Name("rootData"),dynamicAnchors:new s.Name("dynamicAnchors"),vErrors:new s.Name("vErrors"),errors:new s.Name("errors"),this:new s.Name("this"),self:new s.Name("self"),scope:new s.Name("scope"),json:new s.Name("json"),jsonPos:new s.Name("jsonPos"),jsonLen:new s.Name("jsonLen"),jsonPart:new s.Name("jsonPart")};t.default=r},6646:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(2531);class r extends Error{constructor(e,t,n,r){super(r||`can't resolve reference ${n} from id ${t}`),this.missingRef=(0,s.resolveUrl)(e,t,n),this.missingSchema=(0,s.normalizeId)((0,s.getFullPath)(e,this.missingRef))}}t.default=r},2531:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getSchemaRefs=t.resolveUrl=t.normalizeId=t._getFullPath=t.getFullPath=t.inlineRef=void 0;const s=n(6776),r=n(4063),i=n(9461),o=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);t.inlineRef=function(e,t=!0){return"boolean"==typeof e||(!0===t?!l(e):!!t&&c(e)<=t)};const a=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function l(e){for(const t in e){if(a.has(t))return!0;const n=e[t];if(Array.isArray(n)&&n.some(l))return!0;if("object"==typeof n&&l(n))return!0}return!1}function c(e){let t=0;for(const n in e){if("$ref"===n)return 1/0;if(t++,!o.has(n)&&("object"==typeof e[n]&&(0,s.eachItem)(e[n],(e=>t+=c(e))),t===1/0))return 1/0}return t}function u(e,t="",n){!1!==n&&(t=m(t));const s=e.parse(t);return h(e,s)}function h(e,t){return e.serialize(t).split("#")[0]+"#"}t.getFullPath=u,t._getFullPath=h;const d=/#\/?$/;function m(e){return e?e.replace(d,""):""}t.normalizeId=m,t.resolveUrl=function(e,t,n){return n=m(n),e.resolve(t,n)};const p=/^[a-z_][-a-z0-9._]*$/i;t.getSchemaRefs=function(e,t){if("boolean"==typeof e)return{};const{schemaId:n,uriResolver:s}=this.opts,o=m(e[n]||t),a={"":o},l=u(s,o,!1),c={},h=new Set;return i(e,{allKeys:!0},((e,t,s,r)=>{if(void 0===r)return;const i=l+t;let o=a[r];function u(t){const n=this.opts.uriResolver.resolve;if(t=m(o?n(o,t):t),h.has(t))throw f(t);h.add(t);let s=this.refs[t];return"string"==typeof s&&(s=this.refs[s]),"object"==typeof s?d(e,s.schema,t):t!==m(i)&&("#"===t[0]?(d(e,c[t],t),c[t]=e):this.refs[t]=i),t}function g(e){if("string"==typeof e){if(!p.test(e))throw new Error(`invalid anchor "${e}"`);u.call(this,`#${e}`)}}"string"==typeof e[n]&&(o=u.call(this,e[n])),g.call(this,e.$anchor),g.call(this,e.$dynamicAnchor),a[t]=o})),c;function d(e,t,n){if(void 0!==t&&!r(e,t))throw f(n)}function f(e){return new Error(`reference "${e}" resolves to more than one schema`)}}},3141:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getRules=t.isJSONType=void 0;const n=new Set(["string","number","integer","boolean","null","object","array"]);t.isJSONType=function(e){return"string"==typeof e&&n.has(e)},t.getRules=function(){const e={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...e,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},e.number,e.string,e.array,e.object],post:{rules:[]},all:{},keywords:{}}}},6776:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.checkStrictMode=t.getErrorPath=t.Type=t.useFunc=t.setEvaluated=t.evaluatedPropsToName=t.mergeEvaluated=t.eachItem=t.unescapeJsonPointer=t.escapeJsonPointer=t.escapeFragment=t.unescapeFragment=t.schemaRefOrVal=t.schemaHasRulesButRef=t.schemaHasRules=t.checkUnknownRules=t.alwaysValidSchema=t.toHash=void 0;const s=n(3487),r=n(7023);function i(e,t=e.schema){const{opts:n,self:s}=e;if(!n.strictSchema)return;if("boolean"==typeof t)return;const r=s.RULES.keywords;for(const n in t)r[n]||p(e,`unknown keyword: "${n}"`)}function o(e,t){if("boolean"==typeof e)return!e;for(const n in e)if(t[n])return!0;return!1}function a(e){return"number"==typeof e?`${e}`:e.replace(/~/g,"~0").replace(/\//g,"~1")}function l(e){return e.replace(/~1/g,"/").replace(/~0/g,"~")}function c({mergeNames:e,mergeToName:t,mergeValues:n,resultToName:r}){return(i,o,a,l)=>{const c=void 0===a?o:a instanceof s.Name?(o instanceof s.Name?e(i,o,a):t(i,o,a),a):o instanceof s.Name?(t(i,a,o),o):n(o,a);return l!==s.Name||c instanceof s.Name?c:r(i,c)}}function u(e,t){if(!0===t)return e.var("props",!0);const n=e.var("props",s._`{}`);return void 0!==t&&h(e,n,t),n}function h(e,t,n){Object.keys(n).forEach((n=>e.assign(s._`${t}${(0,s.getProperty)(n)}`,!0)))}t.toHash=function(e){const t={};for(const n of e)t[n]=!0;return t},t.alwaysValidSchema=function(e,t){return"boolean"==typeof t?t:0===Object.keys(t).length||(i(e,t),!o(t,e.self.RULES.all))},t.checkUnknownRules=i,t.schemaHasRules=o,t.schemaHasRulesButRef=function(e,t){if("boolean"==typeof e)return!e;for(const n in e)if("$ref"!==n&&t.all[n])return!0;return!1},t.schemaRefOrVal=function({topSchemaRef:e,schemaPath:t},n,r,i){if(!i){if("number"==typeof n||"boolean"==typeof n)return n;if("string"==typeof n)return s._`${n}`}return s._`${e}${t}${(0,s.getProperty)(r)}`},t.unescapeFragment=function(e){return l(decodeURIComponent(e))},t.escapeFragment=function(e){return encodeURIComponent(a(e))},t.escapeJsonPointer=a,t.unescapeJsonPointer=l,t.eachItem=function(e,t){if(Array.isArray(e))for(const n of e)t(n);else t(e)},t.mergeEvaluated={props:c({mergeNames:(e,t,n)=>e.if(s._`${n} !== true && ${t} !== undefined`,(()=>{e.if(s._`${t} === true`,(()=>e.assign(n,!0)),(()=>e.assign(n,s._`${n} || {}`).code(s._`Object.assign(${n}, ${t})`)))})),mergeToName:(e,t,n)=>e.if(s._`${n} !== true`,(()=>{!0===t?e.assign(n,!0):(e.assign(n,s._`${n} || {}`),h(e,n,t))})),mergeValues:(e,t)=>!0===e||{...e,...t},resultToName:u}),items:c({mergeNames:(e,t,n)=>e.if(s._`${n} !== true && ${t} !== undefined`,(()=>e.assign(n,s._`${t} === true ? true : ${n} > ${t} ? ${n} : ${t}`))),mergeToName:(e,t,n)=>e.if(s._`${n} !== true`,(()=>e.assign(n,!0===t||s._`${n} > ${t} ? ${n} : ${t}`))),mergeValues:(e,t)=>!0===e||Math.max(e,t),resultToName:(e,t)=>e.var("items",t)})},t.evaluatedPropsToName=u,t.setEvaluated=h;const d={};var m;function p(e,t,n=e.opts.strictSchema){if(n){if(t=`strict mode: ${t}`,!0===n)throw new Error(t);e.self.logger.warn(t)}}t.useFunc=function(e,t){return e.scopeValue("func",{ref:t,code:d[t.code]||(d[t.code]=new r._Code(t.code))})},function(e){e[e.Num=0]="Num",e[e.Str=1]="Str"}(m=t.Type||(t.Type={})),t.getErrorPath=function(e,t,n){if(e instanceof s.Name){const r=t===m.Num;return n?r?s._`"[" + ${e} + "]"`:s._`"['" + ${e} + "']"`:r?s._`"/" + ${e}`:s._`"/" + ${e}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return n?(0,s.getProperty)(e).toString():"/"+a(e)},t.checkStrictMode=p},8876:(e,t)=>{"use strict";function n(e,t){return t.rules.some((t=>s(e,t)))}function s(e,t){var n;return void 0!==e[t.keyword]||(null===(n=t.definition.implements)||void 0===n?void 0:n.some((t=>void 0!==e[t])))}Object.defineProperty(t,"__esModule",{value:!0}),t.shouldUseRule=t.shouldUseGroup=t.schemaHasRulesForType=void 0,t.schemaHasRulesForType=function({schema:e,self:t},s){const r=t.RULES.types[s];return r&&!0!==r&&n(e,r)},t.shouldUseGroup=n,t.shouldUseRule=s},5667:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.boolOrEmptySchema=t.topBoolOrEmptySchema=void 0;const s=n(4181),r=n(3487),i=n(2141),o={message:"boolean schema is false"};function a(e,t){const{gen:n,data:r}=e,i={gen:n,keyword:"false schema",data:r,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:e};(0,s.reportError)(i,o,void 0,t)}t.topBoolOrEmptySchema=function(e){const{gen:t,schema:n,validateName:s}=e;!1===n?a(e,!1):"object"==typeof n&&!0===n.$async?t.return(i.default.data):(t.assign(r._`${s}.errors`,null),t.return(!0))},t.boolOrEmptySchema=function(e,t){const{gen:n,schema:s}=e;!1===s?(n.var(t,!1),a(e)):n.var(t,!0)}},453:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.reportTypeError=t.checkDataTypes=t.checkDataType=t.coerceAndCheckDataType=t.getJSONTypes=t.getSchemaTypes=t.DataType=void 0;const s=n(3141),r=n(8876),i=n(4181),o=n(3487),a=n(6776);var l;function c(e){const t=Array.isArray(e)?e:e?[e]:[];if(t.every(s.isJSONType))return t;throw new Error("type must be JSONType or JSONType[]: "+t.join(","))}!function(e){e[e.Correct=0]="Correct",e[e.Wrong=1]="Wrong"}(l=t.DataType||(t.DataType={})),t.getSchemaTypes=function(e){const t=c(e.type);if(t.includes("null")){if(!1===e.nullable)throw new Error("type: null contradicts nullable: false")}else{if(!t.length&&void 0!==e.nullable)throw new Error('"nullable" cannot be used without "type"');!0===e.nullable&&t.push("null")}return t},t.getJSONTypes=c,t.coerceAndCheckDataType=function(e,t){const{gen:n,data:s,opts:i}=e,a=function(e,t){return t?e.filter((e=>u.has(e)||"array"===t&&"array"===e)):[]}(t,i.coerceTypes),c=t.length>0&&!(0===a.length&&1===t.length&&(0,r.schemaHasRulesForType)(e,t[0]));if(c){const r=d(t,s,i.strictNumbers,l.Wrong);n.if(r,(()=>{a.length?function(e,t,n){const{gen:s,data:r,opts:i}=e,a=s.let("dataType",o._`typeof ${r}`),l=s.let("coerced",o._`undefined`);"array"===i.coerceTypes&&s.if(o._`${a} == 'object' && Array.isArray(${r}) && ${r}.length == 1`,(()=>s.assign(r,o._`${r}[0]`).assign(a,o._`typeof ${r}`).if(d(t,r,i.strictNumbers),(()=>s.assign(l,r))))),s.if(o._`${l} !== undefined`);for(const e of n)(u.has(e)||"array"===e&&"array"===i.coerceTypes)&&c(e);function c(e){switch(e){case"string":return void s.elseIf(o._`${a} == "number" || ${a} == "boolean"`).assign(l,o._`"" + ${r}`).elseIf(o._`${r} === null`).assign(l,o._`""`);case"number":return void s.elseIf(o._`${a} == "boolean" || ${r} === null
3
- || (${a} == "string" && ${r} && ${r} == +${r})`).assign(l,o._`+${r}`);case"integer":return void s.elseIf(o._`${a} === "boolean" || ${r} === null
4
- || (${a} === "string" && ${r} && ${r} == +${r} && !(${r} % 1))`).assign(l,o._`+${r}`);case"boolean":return void s.elseIf(o._`${r} === "false" || ${r} === 0 || ${r} === null`).assign(l,!1).elseIf(o._`${r} === "true" || ${r} === 1`).assign(l,!0);case"null":return s.elseIf(o._`${r} === "" || ${r} === 0 || ${r} === false`),void s.assign(l,null);case"array":s.elseIf(o._`${a} === "string" || ${a} === "number"
5
- || ${a} === "boolean" || ${r} === null`).assign(l,o._`[${r}]`)}}s.else(),p(e),s.endIf(),s.if(o._`${l} !== undefined`,(()=>{s.assign(r,l),function({gen:e,parentData:t,parentDataProperty:n},s){e.if(o._`${t} !== undefined`,(()=>e.assign(o._`${t}[${n}]`,s)))}(e,l)}))}(e,t,a):p(e)}))}return c};const u=new Set(["string","number","integer","boolean","null"]);function h(e,t,n,s=l.Correct){const r=s===l.Correct?o.operators.EQ:o.operators.NEQ;let i;switch(e){case"null":return o._`${t} ${r} null`;case"array":i=o._`Array.isArray(${t})`;break;case"object":i=o._`${t} && typeof ${t} == "object" && !Array.isArray(${t})`;break;case"integer":i=a(o._`!(${t} % 1) && !isNaN(${t})`);break;case"number":i=a();break;default:return o._`typeof ${t} ${r} ${e}`}return s===l.Correct?i:(0,o.not)(i);function a(e=o.nil){return(0,o.and)(o._`typeof ${t} == "number"`,e,n?o._`isFinite(${t})`:o.nil)}}function d(e,t,n,s){if(1===e.length)return h(e[0],t,n,s);let r;const i=(0,a.toHash)(e);if(i.array&&i.object){const e=o._`typeof ${t} != "object"`;r=i.null?e:o._`!${t} || ${e}`,delete i.null,delete i.array,delete i.object}else r=o.nil;i.number&&delete i.integer;for(const e in i)r=(0,o.and)(r,h(e,t,n,s));return r}t.checkDataType=h,t.checkDataTypes=d;const m={message:({schema:e})=>`must be ${e}`,params:({schema:e,schemaValue:t})=>"string"==typeof e?o._`{type: ${e}}`:o._`{type: ${t}}`};function p(e){const t=function(e){const{gen:t,data:n,schema:s}=e,r=(0,a.schemaRefOrVal)(e,s,"type");return{gen:t,keyword:"type",data:n,schema:s.type,schemaCode:r,schemaValue:r,parentSchema:s,params:{},it:e}}(e);(0,i.reportError)(t,m)}t.reportTypeError=p},313:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.assignDefaults=void 0;const s=n(3487),r=n(6776);function i(e,t,n){const{gen:i,compositeRule:o,data:a,opts:l}=e;if(void 0===n)return;const c=s._`${a}${(0,s.getProperty)(t)}`;if(o)return void(0,r.checkStrictMode)(e,`default is ignored for: ${c}`);let u=s._`${c} === undefined`;"empty"===l.useDefaults&&(u=s._`${u} || ${c} === null || ${c} === ""`),i.if(u,s._`${c} = ${(0,s.stringify)(n)}`)}t.assignDefaults=function(e,t){const{properties:n,items:s}=e.schema;if("object"===t&&n)for(const t in n)i(e,t,n[t].default);else"array"===t&&Array.isArray(s)&&s.forEach(((t,n)=>i(e,n,t.default)))}},4815:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getData=t.KeywordCxt=t.validateFunctionCode=void 0;const s=n(5667),r=n(453),i=n(8876),o=n(453),a=n(313),l=n(5005),c=n(3099),u=n(3487),h=n(2141),d=n(2531),m=n(6776),p=n(4181);function f({gen:e,validateName:t,schema:n,schemaEnv:s,opts:r},i){r.code.es5?e.func(t,u._`${h.default.data}, ${h.default.valCxt}`,s.$async,(()=>{e.code(u._`"use strict"; ${g(n,r)}`),function(e,t){e.if(h.default.valCxt,(()=>{e.var(h.default.instancePath,u._`${h.default.valCxt}.${h.default.instancePath}`),e.var(h.default.parentData,u._`${h.default.valCxt}.${h.default.parentData}`),e.var(h.default.parentDataProperty,u._`${h.default.valCxt}.${h.default.parentDataProperty}`),e.var(h.default.rootData,u._`${h.default.valCxt}.${h.default.rootData}`),t.dynamicRef&&e.var(h.default.dynamicAnchors,u._`${h.default.valCxt}.${h.default.dynamicAnchors}`)}),(()=>{e.var(h.default.instancePath,u._`""`),e.var(h.default.parentData,u._`undefined`),e.var(h.default.parentDataProperty,u._`undefined`),e.var(h.default.rootData,h.default.data),t.dynamicRef&&e.var(h.default.dynamicAnchors,u._`{}`)}))}(e,r),e.code(i)})):e.func(t,u._`${h.default.data}, ${function(e){return u._`{${h.default.instancePath}="", ${h.default.parentData}, ${h.default.parentDataProperty}, ${h.default.rootData}=${h.default.data}${e.dynamicRef?u._`, ${h.default.dynamicAnchors}={}`:u.nil}}={}`}(r)}`,s.$async,(()=>e.code(g(n,r)).code(i)))}function g(e,t){const n="object"==typeof e&&e[t.schemaId];return n&&(t.code.source||t.code.process)?u._`/*# sourceURL=${n} */`:u.nil}function y({schema:e,self:t}){if("boolean"==typeof e)return!e;for(const n in e)if(t.RULES.all[n])return!0;return!1}function w(e){return"boolean"!=typeof e.schema}function b(e){(0,m.checkUnknownRules)(e),function(e){const{schema:t,errSchemaPath:n,opts:s,self:r}=e;t.$ref&&s.ignoreKeywordsWithRef&&(0,m.schemaHasRulesButRef)(t,r.RULES)&&r.logger.warn(`$ref: keywords ignored in schema at path "${n}"`)}(e)}function A(e,t){if(e.opts.jtd)return v(e,[],!1,t);const n=(0,r.getSchemaTypes)(e.schema);v(e,n,!(0,r.coerceAndCheckDataType)(e,n),t)}function C({gen:e,schemaEnv:t,schema:n,errSchemaPath:s,opts:r}){const i=n.$comment;if(!0===r.$comment)e.code(u._`${h.default.self}.logger.log(${i})`);else if("function"==typeof r.$comment){const n=u.str`${s}/$comment`,r=e.scopeValue("root",{ref:t.root});e.code(u._`${h.default.self}.opts.$comment(${i}, ${n}, ${r}.schema)`)}}function v(e,t,n,s){const{gen:r,schema:a,data:l,allErrors:c,opts:d,self:p}=e,{RULES:f}=p;function g(m){(0,i.shouldUseGroup)(a,m)&&(m.type?(r.if((0,o.checkDataType)(m.type,l,d.strictNumbers)),T(e,m),1===t.length&&t[0]===m.type&&n&&(r.else(),(0,o.reportTypeError)(e)),r.endIf()):T(e,m),c||r.if(u._`${h.default.errors} === ${s||0}`))}!a.$ref||!d.ignoreKeywordsWithRef&&(0,m.schemaHasRulesButRef)(a,f)?(d.jtd||function(e,t){!e.schemaEnv.meta&&e.opts.strictTypes&&(function(e,t){t.length&&(e.dataTypes.length?(t.forEach((t=>{S(e.dataTypes,t)||E(e,`type "${t}" not allowed by context "${e.dataTypes.join(",")}"`)})),function(e,t){const n=[];for(const s of e.dataTypes)S(t,s)?n.push(s):t.includes("integer")&&"number"===s&&n.push("integer");e.dataTypes=n}(e,t)):e.dataTypes=t)}(e,t),e.opts.allowUnionTypes||function(e,t){t.length>1&&(2!==t.length||!t.includes("null"))&&E(e,"use allowUnionTypes to allow union type keyword")}(e,t),function(e,t){const n=e.self.RULES.all;for(const s in n){const r=n[s];if("object"==typeof r&&(0,i.shouldUseRule)(e.schema,r)){const{type:n}=r.definition;n.length&&!n.some((e=>{return s=e,(n=t).includes(s)||"number"===s&&n.includes("integer");var n,s}))&&E(e,`missing type "${n.join(",")}" for keyword "${s}"`)}}}(e,e.dataTypes))}(e,t),r.block((()=>{for(const e of f.rules)g(e);g(f.post)}))):r.block((()=>x(e,"$ref",f.all.$ref.definition)))}function T(e,t){const{gen:n,schema:s,opts:{useDefaults:r}}=e;r&&(0,a.assignDefaults)(e,t.type),n.block((()=>{for(const n of t.rules)(0,i.shouldUseRule)(s,n)&&x(e,n.keyword,n.definition,t.type)}))}function S(e,t){return e.includes(t)||"integer"===t&&e.includes("number")}function E(e,t){t+=` at "${e.schemaEnv.baseId+e.errSchemaPath}" (strictTypes)`,(0,m.checkStrictMode)(e,t,e.opts.strictTypes)}t.validateFunctionCode=function(e){w(e)&&(b(e),y(e))?function(e){const{schema:t,opts:n,gen:s}=e;f(e,(()=>{n.$comment&&t.$comment&&C(e),function(e){const{schema:t,opts:n}=e;void 0!==t.default&&n.useDefaults&&n.strictSchema&&(0,m.checkStrictMode)(e,"default is ignored in the schema root")}(e),s.let(h.default.vErrors,null),s.let(h.default.errors,0),n.unevaluated&&function(e){const{gen:t,validateName:n}=e;e.evaluated=t.const("evaluated",u._`${n}.evaluated`),t.if(u._`${e.evaluated}.dynamicProps`,(()=>t.assign(u._`${e.evaluated}.props`,u._`undefined`))),t.if(u._`${e.evaluated}.dynamicItems`,(()=>t.assign(u._`${e.evaluated}.items`,u._`undefined`)))}(e),A(e),function(e){const{gen:t,schemaEnv:n,validateName:s,ValidationError:r,opts:i}=e;n.$async?t.if(u._`${h.default.errors} === 0`,(()=>t.return(h.default.data)),(()=>t.throw(u._`new ${r}(${h.default.vErrors})`))):(t.assign(u._`${s}.errors`,h.default.vErrors),i.unevaluated&&function({gen:e,evaluated:t,props:n,items:s}){n instanceof u.Name&&e.assign(u._`${t}.props`,n),s instanceof u.Name&&e.assign(u._`${t}.items`,s)}(e),t.return(u._`${h.default.errors} === 0`))}(e)}))}(e):f(e,(()=>(0,s.topBoolOrEmptySchema)(e)))};class _{constructor(e,t,n){if((0,l.validateKeywordUsage)(e,t,n),this.gen=e.gen,this.allErrors=e.allErrors,this.keyword=n,this.data=e.data,this.schema=e.schema[n],this.$data=t.$data&&e.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,m.schemaRefOrVal)(e,this.schema,n,this.$data),this.schemaType=t.schemaType,this.parentSchema=e.schema,this.params={},this.it=e,this.def=t,this.$data)this.schemaCode=e.gen.const("vSchema",$(this.$data,e));else if(this.schemaCode=this.schemaValue,!(0,l.validSchemaType)(this.schema,t.schemaType,t.allowUndefined))throw new Error(`${n} value must be ${JSON.stringify(t.schemaType)}`);("code"in t?t.trackErrors:!1!==t.errors)&&(this.errsCount=e.gen.const("_errs",h.default.errors))}result(e,t,n){this.failResult((0,u.not)(e),t,n)}failResult(e,t,n){this.gen.if(e),n?n():this.error(),t?(this.gen.else(),t(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(e,t){this.failResult((0,u.not)(e),void 0,t)}fail(e){if(void 0===e)return this.error(),void(this.allErrors||this.gen.if(!1));this.gen.if(e),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(e){if(!this.$data)return this.fail(e);const{schemaCode:t}=this;this.fail(u._`${t} !== undefined && (${(0,u.or)(this.invalid$data(),e)})`)}error(e,t,n){if(t)return this.setParams(t),this._error(e,n),void this.setParams({});this._error(e,n)}_error(e,t){(e?p.reportExtraError:p.reportError)(this,this.def.error,t)}$dataError(){(0,p.reportError)(this,this.def.$dataError||p.keyword$DataError)}reset(){if(void 0===this.errsCount)throw new Error('add "trackErrors" to keyword definition');(0,p.resetErrorsCount)(this.gen,this.errsCount)}ok(e){this.allErrors||this.gen.if(e)}setParams(e,t){t?Object.assign(this.params,e):this.params=e}block$data(e,t,n=u.nil){this.gen.block((()=>{this.check$data(e,n),t()}))}check$data(e=u.nil,t=u.nil){if(!this.$data)return;const{gen:n,schemaCode:s,schemaType:r,def:i}=this;n.if((0,u.or)(u._`${s} === undefined`,t)),e!==u.nil&&n.assign(e,!0),(r.length||i.validateSchema)&&(n.elseIf(this.invalid$data()),this.$dataError(),e!==u.nil&&n.assign(e,!1)),n.else()}invalid$data(){const{gen:e,schemaCode:t,schemaType:n,def:s,it:r}=this;return(0,u.or)(function(){if(n.length){if(!(t instanceof u.Name))throw new Error("ajv implementation error");const e=Array.isArray(n)?n:[n];return u._`${(0,o.checkDataTypes)(e,t,r.opts.strictNumbers,o.DataType.Wrong)}`}return u.nil}(),function(){if(s.validateSchema){const n=e.scopeValue("validate$data",{ref:s.validateSchema});return u._`!${n}(${t})`}return u.nil}())}subschema(e,t){const n=(0,c.getSubschema)(this.it,e);(0,c.extendSubschemaData)(n,this.it,e),(0,c.extendSubschemaMode)(n,e);const r={...this.it,...n,items:void 0,props:void 0};return function(e,t){w(e)&&(b(e),y(e))?function(e,t){const{schema:n,gen:s,opts:r}=e;r.$comment&&n.$comment&&C(e),function(e){const t=e.schema[e.opts.schemaId];t&&(e.baseId=(0,d.resolveUrl)(e.opts.uriResolver,e.baseId,t))}(e),function(e){if(e.schema.$async&&!e.schemaEnv.$async)throw new Error("async schema in sync schema")}(e);const i=s.const("_errs",h.default.errors);A(e,i),s.var(t,u._`${i} === ${h.default.errors}`)}(e,t):(0,s.boolOrEmptySchema)(e,t)}(r,t),r}mergeEvaluated(e,t){const{it:n,gen:s}=this;n.opts.unevaluated&&(!0!==n.props&&void 0!==e.props&&(n.props=m.mergeEvaluated.props(s,e.props,n.props,t)),!0!==n.items&&void 0!==e.items&&(n.items=m.mergeEvaluated.items(s,e.items,n.items,t)))}mergeValidEvaluated(e,t){const{it:n,gen:s}=this;if(n.opts.unevaluated&&(!0!==n.props||!0!==n.items))return s.if(t,(()=>this.mergeEvaluated(e,u.Name))),!0}}function x(e,t,n,s){const r=new _(e,n,t);"code"in n?n.code(r,s):r.$data&&n.validate?(0,l.funcKeywordCode)(r,n):"macro"in n?(0,l.macroKeywordCode)(r,n):(n.compile||n.validate)&&(0,l.funcKeywordCode)(r,n)}t.KeywordCxt=_;const P=/^\/(?:[^~]|~0|~1)*$/,N=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function $(e,{dataLevel:t,dataNames:n,dataPathArr:s}){let r,i;if(""===e)return h.default.rootData;if("/"===e[0]){if(!P.test(e))throw new Error(`Invalid JSON-pointer: ${e}`);r=e,i=h.default.rootData}else{const o=N.exec(e);if(!o)throw new Error(`Invalid JSON-pointer: ${e}`);const a=+o[1];if(r=o[2],"#"===r){if(a>=t)throw new Error(l("property/index",a));return s[t-a]}if(a>t)throw new Error(l("data",a));if(i=n[t-a],!r)return i}let o=i;const a=r.split("/");for(const e of a)e&&(i=u._`${i}${(0,u.getProperty)((0,m.unescapeJsonPointer)(e))}`,o=u._`${o} && ${i}`);return o;function l(e,n){return`Cannot access ${e} ${n} levels up, current level is ${t}`}}t.getData=$},5005:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.validateKeywordUsage=t.validSchemaType=t.funcKeywordCode=t.macroKeywordCode=void 0;const s=n(3487),r=n(2141),i=n(412),o=n(4181);function a(e){const{gen:t,data:n,it:r}=e;t.if(r.parentData,(()=>t.assign(n,s._`${r.parentData}[${r.parentDataProperty}]`)))}function l(e,t,n){if(void 0===n)throw new Error(`keyword "${t}" failed to compile`);return e.scopeValue("keyword","function"==typeof n?{ref:n}:{ref:n,code:(0,s.stringify)(n)})}t.macroKeywordCode=function(e,t){const{gen:n,keyword:r,schema:i,parentSchema:o,it:a}=e,c=t.macro.call(a.self,i,o,a),u=l(n,r,c);!1!==a.opts.validateSchema&&a.self.validateSchema(c,!0);const h=n.name("valid");e.subschema({schema:c,schemaPath:s.nil,errSchemaPath:`${a.errSchemaPath}/${r}`,topSchemaRef:u,compositeRule:!0},h),e.pass(h,(()=>e.error(!0)))},t.funcKeywordCode=function(e,t){var n;const{gen:c,keyword:u,schema:h,parentSchema:d,$data:m,it:p}=e;!function({schemaEnv:e},t){if(t.async&&!e.$async)throw new Error("async keyword in sync schema")}(p,t);const f=!m&&t.compile?t.compile.call(p.self,h,d,p):t.validate,g=l(c,u,f),y=c.let("valid");function w(n=(t.async?s._`await `:s.nil)){const o=p.opts.passContext?r.default.this:r.default.self,a=!("compile"in t&&!m||!1===t.schema);c.assign(y,s._`${n}${(0,i.callValidateCode)(e,g,o,a)}`,t.modifying)}function b(e){var n;c.if((0,s.not)(null!==(n=t.valid)&&void 0!==n?n:y),e)}e.block$data(y,(function(){if(!1===t.errors)w(),t.modifying&&a(e),b((()=>e.error()));else{const n=t.async?function(){const e=c.let("ruleErrs",null);return c.try((()=>w(s._`await `)),(t=>c.assign(y,!1).if(s._`${t} instanceof ${p.ValidationError}`,(()=>c.assign(e,s._`${t}.errors`)),(()=>c.throw(t))))),e}():function(){const e=s._`${g}.errors`;return c.assign(e,null),w(s.nil),e}();t.modifying&&a(e),b((()=>function(e,t){const{gen:n}=e;n.if(s._`Array.isArray(${t})`,(()=>{n.assign(r.default.vErrors,s._`${r.default.vErrors} === null ? ${t} : ${r.default.vErrors}.concat(${t})`).assign(r.default.errors,s._`${r.default.vErrors}.length`),(0,o.extendErrors)(e)}),(()=>e.error()))}(e,n)))}})),e.ok(null!==(n=t.valid)&&void 0!==n?n:y)},t.validSchemaType=function(e,t,n=!1){return!t.length||t.some((t=>"array"===t?Array.isArray(e):"object"===t?e&&"object"==typeof e&&!Array.isArray(e):typeof e==t||n&&void 0===e))},t.validateKeywordUsage=function({schema:e,opts:t,self:n,errSchemaPath:s},r,i){if(Array.isArray(r.keyword)?!r.keyword.includes(i):r.keyword!==i)throw new Error("ajv implementation error");const o=r.dependencies;if(null==o?void 0:o.some((t=>!Object.prototype.hasOwnProperty.call(e,t))))throw new Error(`parent schema must have dependencies of ${i}: ${o.join(",")}`);if(r.validateSchema&&!r.validateSchema(e[i])){const e=`keyword "${i}" value is invalid at path "${s}": `+n.errorsText(r.validateSchema.errors);if("log"!==t.validateSchema)throw new Error(e);n.logger.error(e)}}},3099:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.extendSubschemaMode=t.extendSubschemaData=t.getSubschema=void 0;const s=n(3487),r=n(6776);t.getSubschema=function(e,{keyword:t,schemaProp:n,schema:i,schemaPath:o,errSchemaPath:a,topSchemaRef:l}){if(void 0!==t&&void 0!==i)throw new Error('both "keyword" and "schema" passed, only one allowed');if(void 0!==t){const i=e.schema[t];return void 0===n?{schema:i,schemaPath:s._`${e.schemaPath}${(0,s.getProperty)(t)}`,errSchemaPath:`${e.errSchemaPath}/${t}`}:{schema:i[n],schemaPath:s._`${e.schemaPath}${(0,s.getProperty)(t)}${(0,s.getProperty)(n)}`,errSchemaPath:`${e.errSchemaPath}/${t}/${(0,r.escapeFragment)(n)}`}}if(void 0!==i){if(void 0===o||void 0===a||void 0===l)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:i,schemaPath:o,topSchemaRef:l,errSchemaPath:a}}throw new Error('either "keyword" or "schema" must be passed')},t.extendSubschemaData=function(e,t,{dataProp:n,dataPropType:i,data:o,dataTypes:a,propertyName:l}){if(void 0!==o&&void 0!==n)throw new Error('both "data" and "dataProp" passed, only one allowed');const{gen:c}=t;if(void 0!==n){const{errorPath:o,dataPathArr:a,opts:l}=t;u(c.let("data",s._`${t.data}${(0,s.getProperty)(n)}`,!0)),e.errorPath=s.str`${o}${(0,r.getErrorPath)(n,i,l.jsPropertySyntax)}`,e.parentDataProperty=s._`${n}`,e.dataPathArr=[...a,e.parentDataProperty]}function u(n){e.data=n,e.dataLevel=t.dataLevel+1,e.dataTypes=[],t.definedProperties=new Set,e.parentData=t.data,e.dataNames=[...t.dataNames,n]}void 0!==o&&(u(o instanceof s.Name?o:c.let("data",o,!0)),void 0!==l&&(e.propertyName=l)),a&&(e.dataTypes=a)},t.extendSubschemaMode=function(e,{jtdDiscriminator:t,jtdMetadata:n,compositeRule:s,createErrors:r,allErrors:i}){void 0!==s&&(e.compositeRule=s),void 0!==r&&(e.createErrors=r),void 0!==i&&(e.allErrors=i),e.jtdDiscriminator=t,e.jtdMetadata=n}},7159:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CodeGen=t.Name=t.nil=t.stringify=t.str=t._=t.KeywordCxt=void 0;var s=n(4815);Object.defineProperty(t,"KeywordCxt",{enumerable:!0,get:function(){return s.KeywordCxt}});var r=n(3487);Object.defineProperty(t,"_",{enumerable:!0,get:function(){return r._}}),Object.defineProperty(t,"str",{enumerable:!0,get:function(){return r.str}}),Object.defineProperty(t,"stringify",{enumerable:!0,get:function(){return r.stringify}}),Object.defineProperty(t,"nil",{enumerable:!0,get:function(){return r.nil}}),Object.defineProperty(t,"Name",{enumerable:!0,get:function(){return r.Name}}),Object.defineProperty(t,"CodeGen",{enumerable:!0,get:function(){return r.CodeGen}});const i=n(7426),o=n(6646),a=n(3141),l=n(5173),c=n(3487),u=n(2531),h=n(453),d=n(6776),m=n(4775),p=n(3589),f=(e,t)=>new RegExp(e,t);f.code="new RegExp";const g=["removeAdditional","useDefaults","coerceTypes"],y=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),w={errorDataPath:"",format:"`validateFormats: false` can be used instead.",nullable:'"nullable" keyword is supported by default.',jsonPointers:"Deprecated jsPropertySyntax can be used instead.",extendRefs:"Deprecated ignoreKeywordsWithRef can be used instead.",missingRefs:"Pass empty schema with $id that should be ignored to ajv.addSchema.",processCode:"Use option `code: {process: (code, schemaEnv: object) => string}`",sourceCode:"Use option `code: {source: true}`",strictDefaults:"It is default now, see option `strict`.",strictKeywords:"It is default now, see option `strict`.",uniqueItems:'"uniqueItems" keyword is always validated.',unknownFormats:"Disable strict mode or pass `true` to `ajv.addFormat` (or `formats` option).",cache:"Map is used as cache, schema object as key.",serialize:"Map is used as cache, schema object as key.",ajvErrors:"It is default now."},b={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},A=200;function C(e){var t,n,s,r,i,o,a,l,c,u,h,d,m,g,y,w,b,C,v,T,S,E,_,x,P;const N=e.strict,$=null===(t=e.code)||void 0===t?void 0:t.optimize,M=!0===$||void 0===$?1:$||0,L=null!==(s=null===(n=e.code)||void 0===n?void 0:n.regExp)&&void 0!==s?s:f,I=null!==(r=e.uriResolver)&&void 0!==r?r:p.default;return{strictSchema:null===(o=null!==(i=e.strictSchema)&&void 0!==i?i:N)||void 0===o||o,strictNumbers:null===(l=null!==(a=e.strictNumbers)&&void 0!==a?a:N)||void 0===l||l,strictTypes:null!==(u=null!==(c=e.strictTypes)&&void 0!==c?c:N)&&void 0!==u?u:"log",strictTuples:null!==(d=null!==(h=e.strictTuples)&&void 0!==h?h:N)&&void 0!==d?d:"log",strictRequired:null!==(g=null!==(m=e.strictRequired)&&void 0!==m?m:N)&&void 0!==g&&g,code:e.code?{...e.code,optimize:M,regExp:L}:{optimize:M,regExp:L},loopRequired:null!==(y=e.loopRequired)&&void 0!==y?y:A,loopEnum:null!==(w=e.loopEnum)&&void 0!==w?w:A,meta:null===(b=e.meta)||void 0===b||b,messages:null===(C=e.messages)||void 0===C||C,inlineRefs:null===(v=e.inlineRefs)||void 0===v||v,schemaId:null!==(T=e.schemaId)&&void 0!==T?T:"$id",addUsedSchema:null===(S=e.addUsedSchema)||void 0===S||S,validateSchema:null===(E=e.validateSchema)||void 0===E||E,validateFormats:null===(_=e.validateFormats)||void 0===_||_,unicodeRegExp:null===(x=e.unicodeRegExp)||void 0===x||x,int32range:null===(P=e.int32range)||void 0===P||P,uriResolver:I}}class v{constructor(e={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,e=this.opts={...e,...C(e)};const{es5:t,lines:n}=this.opts.code;this.scope=new c.ValueScope({scope:{},prefixes:y,es5:t,lines:n}),this.logger=function(e){if(!1===e)return N;if(void 0===e)return console;if(e.log&&e.warn&&e.error)return e;throw new Error("logger must implement log, warn and error methods")}(e.logger);const s=e.validateFormats;e.validateFormats=!1,this.RULES=(0,a.getRules)(),T.call(this,w,e,"NOT SUPPORTED"),T.call(this,b,e,"DEPRECATED","warn"),this._metaOpts=P.call(this),e.formats&&_.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),e.keywords&&x.call(this,e.keywords),"object"==typeof e.meta&&this.addMetaSchema(e.meta),E.call(this),e.validateFormats=s}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){const{$data:e,meta:t,schemaId:n}=this.opts;let s=m;"id"===n&&(s={...m},s.id=s.$id,delete s.$id),t&&e&&this.addMetaSchema(s,s[n],!1)}defaultMeta(){const{meta:e,schemaId:t}=this.opts;return this.opts.defaultMeta="object"==typeof e?e[t]||e:void 0}validate(e,t){let n;if("string"==typeof e){if(n=this.getSchema(e),!n)throw new Error(`no schema with key or ref "${e}"`)}else n=this.compile(e);const s=n(t);return"$async"in n||(this.errors=n.errors),s}compile(e,t){const n=this._addSchema(e,t);return n.validate||this._compileSchemaEnv(n)}compileAsync(e,t){if("function"!=typeof this.opts.loadSchema)throw new Error("options.loadSchema should be a function");const{loadSchema:n}=this.opts;return s.call(this,e,t);async function s(e,t){await r.call(this,e.$schema);const n=this._addSchema(e,t);return n.validate||i.call(this,n)}async function r(e){e&&!this.getSchema(e)&&await s.call(this,{$ref:e},!0)}async function i(e){try{return this._compileSchemaEnv(e)}catch(t){if(!(t instanceof o.default))throw t;return a.call(this,t),await l.call(this,t.missingSchema),i.call(this,e)}}function a({missingSchema:e,missingRef:t}){if(this.refs[e])throw new Error(`AnySchema ${e} is loaded but ${t} cannot be resolved`)}async function l(e){const n=await c.call(this,e);this.refs[e]||await r.call(this,n.$schema),this.refs[e]||this.addSchema(n,e,t)}async function c(e){const t=this._loading[e];if(t)return t;try{return await(this._loading[e]=n(e))}finally{delete this._loading[e]}}}addSchema(e,t,n,s=this.opts.validateSchema){if(Array.isArray(e)){for(const t of e)this.addSchema(t,void 0,n,s);return this}let r;if("object"==typeof e){const{schemaId:t}=this.opts;if(r=e[t],void 0!==r&&"string"!=typeof r)throw new Error(`schema ${t} must be string`)}return t=(0,u.normalizeId)(t||r),this._checkUnique(t),this.schemas[t]=this._addSchema(e,n,t,s,!0),this}addMetaSchema(e,t,n=this.opts.validateSchema){return this.addSchema(e,t,!0,n),this}validateSchema(e,t){if("boolean"==typeof e)return!0;let n;if(n=e.$schema,void 0!==n&&"string"!=typeof n)throw new Error("$schema must be a string");if(n=n||this.opts.defaultMeta||this.defaultMeta(),!n)return this.logger.warn("meta-schema not available"),this.errors=null,!0;const s=this.validate(n,e);if(!s&&t){const e="schema is invalid: "+this.errorsText();if("log"!==this.opts.validateSchema)throw new Error(e);this.logger.error(e)}return s}getSchema(e){let t;for(;"string"==typeof(t=S.call(this,e));)e=t;if(void 0===t){const{schemaId:n}=this.opts,s=new l.SchemaEnv({schema:{},schemaId:n});if(t=l.resolveSchema.call(this,s,e),!t)return;this.refs[e]=t}return t.validate||this._compileSchemaEnv(t)}removeSchema(e){if(e instanceof RegExp)return this._removeAllSchemas(this.schemas,e),this._removeAllSchemas(this.refs,e),this;switch(typeof e){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{const t=S.call(this,e);return"object"==typeof t&&this._cache.delete(t.schema),delete this.schemas[e],delete this.refs[e],this}case"object":{const t=e;this._cache.delete(t);let n=e[this.opts.schemaId];return n&&(n=(0,u.normalizeId)(n),delete this.schemas[n],delete this.refs[n]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(e){for(const t of e)this.addKeyword(t);return this}addKeyword(e,t){let n;if("string"==typeof e)n=e,"object"==typeof t&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),t.keyword=n);else{if("object"!=typeof e||void 0!==t)throw new Error("invalid addKeywords parameters");if(n=(t=e).keyword,Array.isArray(n)&&!n.length)throw new Error("addKeywords: keyword must be string or non-empty array")}if(M.call(this,n,t),!t)return(0,d.eachItem)(n,(e=>L.call(this,e))),this;R.call(this,t);const s={...t,type:(0,h.getJSONTypes)(t.type),schemaType:(0,h.getJSONTypes)(t.schemaType)};return(0,d.eachItem)(n,0===s.type.length?e=>L.call(this,e,s):e=>s.type.forEach((t=>L.call(this,e,s,t)))),this}getKeyword(e){const t=this.RULES.all[e];return"object"==typeof t?t.definition:!!t}removeKeyword(e){const{RULES:t}=this;delete t.keywords[e],delete t.all[e];for(const n of t.rules){const t=n.rules.findIndex((t=>t.keyword===e));t>=0&&n.rules.splice(t,1)}return this}addFormat(e,t){return"string"==typeof t&&(t=new RegExp(t)),this.formats[e]=t,this}errorsText(e=this.errors,{separator:t=", ",dataVar:n="data"}={}){return e&&0!==e.length?e.map((e=>`${n}${e.instancePath} ${e.message}`)).reduce(((e,n)=>e+t+n)):"No errors"}$dataMetaSchema(e,t){const n=this.RULES.all;e=JSON.parse(JSON.stringify(e));for(const s of t){const t=s.split("/").slice(1);let r=e;for(const e of t)r=r[e];for(const e in n){const t=n[e];if("object"!=typeof t)continue;const{$data:s}=t.definition,i=r[e];s&&i&&(r[e]=D(i))}}return e}_removeAllSchemas(e,t){for(const n in e){const s=e[n];t&&!t.test(n)||("string"==typeof s?delete e[n]:s&&!s.meta&&(this._cache.delete(s.schema),delete e[n]))}}_addSchema(e,t,n,s=this.opts.validateSchema,r=this.opts.addUsedSchema){let i;const{schemaId:o}=this.opts;if("object"==typeof e)i=e[o];else{if(this.opts.jtd)throw new Error("schema must be object");if("boolean"!=typeof e)throw new Error("schema must be object or boolean")}let a=this._cache.get(e);if(void 0!==a)return a;n=(0,u.normalizeId)(i||n);const c=u.getSchemaRefs.call(this,e,n);return a=new l.SchemaEnv({schema:e,schemaId:o,meta:t,baseId:n,localRefs:c}),this._cache.set(a.schema,a),r&&!n.startsWith("#")&&(n&&this._checkUnique(n),this.refs[n]=a),s&&this.validateSchema(e,!0),a}_checkUnique(e){if(this.schemas[e]||this.refs[e])throw new Error(`schema with key or id "${e}" already exists`)}_compileSchemaEnv(e){if(e.meta?this._compileMetaSchema(e):l.compileSchema.call(this,e),!e.validate)throw new Error("ajv implementation error");return e.validate}_compileMetaSchema(e){const t=this.opts;this.opts=this._metaOpts;try{l.compileSchema.call(this,e)}finally{this.opts=t}}}function T(e,t,n,s="error"){for(const r in e){const i=r;i in t&&this.logger[s](`${n}: option ${r}. ${e[i]}`)}}function S(e){return e=(0,u.normalizeId)(e),this.schemas[e]||this.refs[e]}function E(){const e=this.opts.schemas;if(e)if(Array.isArray(e))this.addSchema(e);else for(const t in e)this.addSchema(e[t],t)}function _(){for(const e in this.opts.formats){const t=this.opts.formats[e];t&&this.addFormat(e,t)}}function x(e){if(Array.isArray(e))this.addVocabulary(e);else{this.logger.warn("keywords option as map is deprecated, pass array");for(const t in e){const n=e[t];n.keyword||(n.keyword=t),this.addKeyword(n)}}}function P(){const e={...this.opts};for(const t of g)delete e[t];return e}t.default=v,v.ValidationError=i.default,v.MissingRefError=o.default;const N={log(){},warn(){},error(){}},$=/^[a-z_$][a-z0-9_$:-]*$/i;function M(e,t){const{RULES:n}=this;if((0,d.eachItem)(e,(e=>{if(n.keywords[e])throw new Error(`Keyword ${e} is already defined`);if(!$.test(e))throw new Error(`Keyword ${e} has invalid name`)})),t&&t.$data&&!("code"in t)&&!("validate"in t))throw new Error('$data keyword must have "code" or "validate" function')}function L(e,t,n){var s;const r=null==t?void 0:t.post;if(n&&r)throw new Error('keyword with "post" flag cannot have "type"');const{RULES:i}=this;let o=r?i.post:i.rules.find((({type:e})=>e===n));if(o||(o={type:n,rules:[]},i.rules.push(o)),i.keywords[e]=!0,!t)return;const a={keyword:e,definition:{...t,type:(0,h.getJSONTypes)(t.type),schemaType:(0,h.getJSONTypes)(t.schemaType)}};t.before?I.call(this,o,a,t.before):o.rules.push(a),i.all[e]=a,null===(s=t.implements)||void 0===s||s.forEach((e=>this.addKeyword(e)))}function I(e,t,n){const s=e.rules.findIndex((e=>e.keyword===n));s>=0?e.rules.splice(s,0,t):(e.rules.push(t),this.logger.warn(`rule ${n} is not defined`))}function R(e){let{metaSchema:t}=e;void 0!==t&&(e.$data&&this.opts.$data&&(t=D(t)),e.validateSchema=this.compile(t,!0))}const O={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function D(e){return{anyOf:[e,O]}}},4087:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(2577),r=n(996),i=n(5568),o=n(6795),a=n(235),l=n(2567),c=n(1233),u=n(1968),h=["/properties"];t.default=function(e){return[s,r,i,o,a,t(this,l),c,t(this,u)].forEach((e=>this.addMetaSchema(e,void 0,!1))),this;function t(t,n){return e?t.$dataMetaSchema(n,h):n}}},3510:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(4063);s.code='require("ajv/dist/runtime/equal").default',t.default=s},4499:(e,t)=>{"use strict";function n(e){const t=e.length;let n,s=0,r=0;for(;r<t;)s++,n=e.charCodeAt(r++),n>=55296&&n<=56319&&r<t&&(n=e.charCodeAt(r),56320==(64512&n)&&r++);return s}Object.defineProperty(t,"__esModule",{value:!0}),t.default=n,n.code='require("ajv/dist/runtime/ucs2length").default'},3589:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(540);s.code='require("ajv/dist/runtime/uri").default',t.default=s},7426:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});class n extends Error{constructor(e){super("validation failed"),this.errors=e,this.ajv=this.validation=!0}}t.default=n},4783:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.validateAdditionalItems=void 0;const s=n(3487),r=n(6776),i={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:{message:({params:{len:e}})=>s.str`must NOT have more than ${e} items`,params:({params:{len:e}})=>s._`{limit: ${e}}`},code(e){const{parentSchema:t,it:n}=e,{items:s}=t;Array.isArray(s)?o(e,s):(0,r.checkStrictMode)(n,'"additionalItems" is ignored when "items" is not an array of schemas')}};function o(e,t){const{gen:n,schema:i,data:o,keyword:a,it:l}=e;l.items=!0;const c=n.const("len",s._`${o}.length`);if(!1===i)e.setParams({len:t.length}),e.pass(s._`${c} <= ${t.length}`);else if("object"==typeof i&&!(0,r.alwaysValidSchema)(l,i)){const i=n.var("valid",s._`${c} <= ${t.length}`);n.if((0,s.not)(i),(()=>function(i){n.forRange("i",t.length,c,(t=>{e.subschema({keyword:a,dataProp:t,dataPropType:r.Type.Num},i),l.allErrors||n.if((0,s.not)(i),(()=>n.break()))}))}(i))),e.ok(i)}}t.validateAdditionalItems=o,t.default=i},9351:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(412),r=n(3487),i=n(2141),o=n(6776),a={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:{message:"must NOT have additional properties",params:({params:e})=>r._`{additionalProperty: ${e.additionalProperty}}`},code(e){const{gen:t,schema:n,parentSchema:a,data:l,errsCount:c,it:u}=e;if(!c)throw new Error("ajv implementation error");const{allErrors:h,opts:d}=u;if(u.props=!0,"all"!==d.removeAdditional&&(0,o.alwaysValidSchema)(u,n))return;const m=(0,s.allSchemaProperties)(a.properties),p=(0,s.allSchemaProperties)(a.patternProperties);function f(e){t.code(r._`delete ${l}[${e}]`)}function g(s){if("all"===d.removeAdditional||d.removeAdditional&&!1===n)f(s);else{if(!1===n)return e.setParams({additionalProperty:s}),e.error(),void(h||t.break());if("object"==typeof n&&!(0,o.alwaysValidSchema)(u,n)){const n=t.name("valid");"failing"===d.removeAdditional?(y(s,n,!1),t.if((0,r.not)(n),(()=>{e.reset(),f(s)}))):(y(s,n),h||t.if((0,r.not)(n),(()=>t.break())))}}}function y(t,n,s){const r={keyword:"additionalProperties",dataProp:t,dataPropType:o.Type.Str};!1===s&&Object.assign(r,{compositeRule:!0,createErrors:!1,allErrors:!1}),e.subschema(r,n)}t.forIn("key",l,(n=>{m.length||p.length?t.if(function(n){let i;if(m.length>8){const e=(0,o.schemaRefOrVal)(u,a.properties,"properties");i=(0,s.isOwnProperty)(t,e,n)}else i=m.length?(0,r.or)(...m.map((e=>r._`${n} === ${e}`))):r.nil;return p.length&&(i=(0,r.or)(i,...p.map((t=>r._`${(0,s.usePattern)(e,t)}.test(${n})`)))),(0,r.not)(i)}(n),(()=>g(n))):g(n)})),e.ok(r._`${c} === ${i.default.errors}`)}};t.default=a},1125:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(6776),r={keyword:"allOf",schemaType:"array",code(e){const{gen:t,schema:n,it:r}=e;if(!Array.isArray(n))throw new Error("ajv implementation error");const i=t.name("valid");n.forEach(((t,n)=>{if((0,s.alwaysValidSchema)(r,t))return;const o=e.subschema({keyword:"allOf",schemaProp:n},i);e.ok(i),e.mergeEvaluated(o)}))}};t.default=r},19:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:n(412).validateUnion,error:{message:"must match a schema in anyOf"}};t.default=s},9864:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(3487),r=n(6776),i={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:{message:({params:{min:e,max:t}})=>void 0===t?s.str`must contain at least ${e} valid item(s)`:s.str`must contain at least ${e} and no more than ${t} valid item(s)`,params:({params:{min:e,max:t}})=>void 0===t?s._`{minContains: ${e}}`:s._`{minContains: ${e}, maxContains: ${t}}`},code(e){const{gen:t,schema:n,parentSchema:i,data:o,it:a}=e;let l,c;const{minContains:u,maxContains:h}=i;a.opts.next?(l=void 0===u?1:u,c=h):l=1;const d=t.const("len",s._`${o}.length`);if(e.setParams({min:l,max:c}),void 0===c&&0===l)return void(0,r.checkStrictMode)(a,'"minContains" == 0 without "maxContains": "contains" keyword ignored');if(void 0!==c&&l>c)return(0,r.checkStrictMode)(a,'"minContains" > "maxContains" is always invalid'),void e.fail();if((0,r.alwaysValidSchema)(a,n)){let t=s._`${d} >= ${l}`;return void 0!==c&&(t=s._`${t} && ${d} <= ${c}`),void e.pass(t)}a.items=!0;const m=t.name("valid");function p(){const e=t.name("_valid"),n=t.let("count",0);f(e,(()=>t.if(e,(()=>function(e){t.code(s._`${e}++`),void 0===c?t.if(s._`${e} >= ${l}`,(()=>t.assign(m,!0).break())):(t.if(s._`${e} > ${c}`,(()=>t.assign(m,!1).break())),1===l?t.assign(m,!0):t.if(s._`${e} >= ${l}`,(()=>t.assign(m,!0))))}(n)))))}function f(n,s){t.forRange("i",0,d,(t=>{e.subschema({keyword:"contains",dataProp:t,dataPropType:r.Type.Num,compositeRule:!0},n),s()}))}void 0===c&&1===l?f(m,(()=>t.if(m,(()=>t.break())))):0===l?(t.let(m,!0),void 0!==c&&t.if(s._`${o}.length > 0`,p)):(t.let(m,!1),p()),e.result(m,(()=>e.reset()))}};t.default=i},7772:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.validateSchemaDeps=t.validatePropertyDeps=t.error=void 0;const s=n(3487),r=n(6776),i=n(412);t.error={message:({params:{property:e,depsCount:t,deps:n}})=>{const r=1===t?"property":"properties";return s.str`must have ${r} ${n} when property ${e} is present`},params:({params:{property:e,depsCount:t,deps:n,missingProperty:r}})=>s._`{property: ${e},
6
- missingProperty: ${r},
1
+ var bio_test;(()=>{var e={8924:(e,t,n)=>{"use strict";n.d(t,{X:()=>s});var r=n(7362);class s extends r.e{static get Lesk(){return void 0===this.lesk&&(this.lesk=this.makePalette([[["G","A","S","T"],"orange"],[["C","V","I","L","P","F","Y","M","W"],"all_green"],[["N","Q","H"],"magenta"],[["D","E"],"red"],[["K","R"],"all_blue"]],!1,s)),this.lesk}static get GrokGroups(){return void 0===this.grokGroups&&(this.grokGroups=this.makePalette([[["C","U"],"yellow"],[["G","P"],"red"],[["A","V","I","L","M","F","Y","W"],"all_green"],[["R","H","K"],"light_blue"],[["D","E"],"dark_blue"],[["S","T","N","Q"],"orange"]],!1,s)),this.grokGroups}static get RasMol(){return void 0===this.rasMol&&(this.rasMol=new s({D:"#E60A0A",E:"#E60A0A",C:"#E6E600",M:"#E6E600",K:"#145AFF",R:"#145AFF",S:"#FA9600",T:"#FA9600",F:"#3232AA",Y:"#3232AA",N:"#00DCDC",Q:"#00DCDC",G:"#EBEBEB",L:"#0F820F",V:"#0F820F",I:"#0F820F",A:"#C8C8C8",W:"#B45AB4",H:"#8282D2",P:"#DC9682",others:"#BEA06E"})),this.rasMol}get(e){const t=e in s.aaSynonyms?s.aaSynonyms[e]:e;return super.get(t)}}s.aaSynonyms={MeNle:"L",MeA:"A",MeG:"G",MeF:"F"};class o{static getPalette(e="grok"){switch(e){case"grok":return s.GrokGroups;case"lesk":return s.Lesk;default:throw new Error(`ChemPalette: scheme \`${e}\` does not exist`)}}static getInnerOuter(e){let t=0,n="",r="";for(const s of e)"("==s?t++:")"==s?t--:t?n+=s:r+=s;return isNaN(parseInt(n))?[r,n]:[r,""]}static getColorAAPivot(e="",t="grok"){const n=this.getPalette(t);let[r,s]=this.getInnerOuter(e);if(r=r.length>6?`${r.slice(0,3)}...`:r,s=s.length>6?`${s.slice(0,3)}...`:s,1==e.length||"("==e[1]){const t=e[0]?.toUpperCase();return t in n?[n.get(t),t,s,1]:[this.undefinedColor,r,s,1]}if("d"==e[0]&&e[1]in n&&(2==e.length||"("==e[2])){const t=e[1]?.toUpperCase();return t in n?[n.get(t),t,s,2]:[this.undefinedColor,r,s,2]}if(e.substring(0,3)in this.AAFullNames&&(3==e.length||"("==e[3])){const t=this.AAFullNames[e.substring(0,3)];return t in n?[n.get(t),t,s,3]:[this.undefinedColor,r,s,3]}if(e[0]?.toLowerCase()==e[0]&&e.substring(1,3)in this.AAFullNames&&(4==e.length||"("==e[4])){const t=this.AAFullNames[e.substring(1,3)];return t in n?[n.get(t),t,s,4]:[this.undefinedColor,r,s,4]}return[this.undefinedColor,r,s,0]}}o.SemType="Aminoacids",o.SemTypeMultipleAlignment="AminoacidsMultipleAlignment",o.undefinedColor="rgb(100,100,100)",o.Names={G:"Glycine",L:"Leucine",Y:"Tyrosine",S:"Serine",E:"Glutamic acid",Q:"Glutamine",D:"Aspartic acid",N:"Asparagine",F:"Phenylalanine",A:"Alanine",K:"Lysine",R:"Arginine",H:"Histidine",C:"Cysteine",V:"Valine",P:"Proline",W:"Tryptophan",I:"Isoleucine",M:"Methionine",T:"Threonine"},o.AASmiles={G:"NCC(=O)O",L:"N[C@H](CC(C)C)C(=O)O",Y:"NC(CC1=CC=C(O)C=C1)C(=O)O",S:"NC(CO)C(=O)O",E:"N[C@@H](CCC(O)=O)C(=O)O",Q:"N[C@@H](CCC(N)=O)C(=O)O",D:"N[C@@H](CC(O)=O)C(=O)O",N:"N[C@@H](CC(N)=O)C(=O)O",F:"NC(CC1=CC=CC=C1)C(=O)O",A:"N[C@H](C)C(=O)O",K:"NC(CCCCN)C(=O)O",R:"N[C@H](CCCNC(=N)C)C(=O)O",H:"NC(CC1=CN=C[N]1)C(=O)O",C:"N[C@@H](CS)C(=O)O",V:"NC(C(C)C)C(=O)O",P:"N(CCC1)C1C(=O)O",W:"N[C@@H](Cc1c2ccccc2n([H])c1)C(=O)O",I:"N[C@H]([C@H](C)CC)C(=O)O",M:"NC(CCSC)C(=O)O",T:"NC(C(O)C)C(=O)O"},o.AASmilesTruncated={G:"*C*",L:"CC(C)C[C@H](*)*",Y:"C1=CC(=CC=C1CC(*)*)O",S:"OCC(*)C*",E:"*[C@@H](CCC(O)=O)*",Q:"*N[C@@H](CCC(N)=O)*",D:"*[C@@H](CC(O)=O)*",N:"*[C@@H](CC(N)=O)*",F:"C1=CC=C(C=C1)CC(*)*",A:"C[C@H](*)*",K:"C(CCN)CC(*)*",R:"*[C@H](CCCNC(=N)C)*",H:"C1=C(NC=N1)CC(*)*",C:"C([C@@H](*)*)S",V:"CC(C)C(*)*",P:"C1CCN(*)C1*",W:"*[C@@H](Cc1c2ccccc2n([H])c1)*",I:"CC[C@H](C)[C@H](*)*",M:"CSCCC(*)*",T:"CC(O)C(*)*"},o.AAFullNames={Ala:"A",Arg:"R",Asn:"N",Asp:"D",Cys:"C",Gln:"Q",Glu:"E",Gly:"G",His:"H",Ile:"I",Leu:"L",Lys:"K",Met:"M",Phe:"F",Pro:"P",Ser:"S",Thr:"T",Trp:"W",Tyr:"Y",Val:"V"}},9124:(e,t,n)=>{"use strict";n.d(t,{b:()=>o});var r=n(7389),s=n(6082);async function o(){const e="Helm",t=s.Func.find({package:e,name:"getHelmHelper"});if(0===t.length)throw new Error(`Package '${e}' must be installed for HelmHelper.`);return(await t[0].prepare().call()).getOutputParamValue()}r.input.helmAsync=async function(e,t){return(await o()).createHelmInput(e,t)}},4356:(e,t,n)=>{"use strict";n.d(t,{Eu:()=>l,so:()=>o,ub:()=>c,yZ:()=>u});var r=n(4328);const s="Libraries",o="System:AppData/Bio/monomer-libraries/",a={explicit:["HELMCoreLibrary.json"],exclude:[]};let i=Promise.resolve();async function c(){let e;return i=i.then((async()=>{const t=await r.dapi.userDataStorage.getValue(s,"Settings",!0);e=t?JSON.parse(t):{exclude:[],explicit:[]},e.exclude=e.exclude instanceof Array?e.exclude:[],e.explicit=e.explicit instanceof Array?e.explicit:[],console.debug(`Bio: getUserLibSettings()\n${JSON.stringify(e,void 0,2)}`)})),await i,e}async function l(e){i=i.then((async()=>{console.debug(`Bio: setUserLibSettings()\n${JSON.stringify(e,void 0,2)}`),await r.dapi.userDataStorage.postValue(s,"Settings",JSON.stringify(e),!0)})),await i}async function u(){await l(a)}},6718:(e,t,n)=>{"use strict";n.d(t,{A7:()=>d,pj:()=>c,uL:()=>l});var r=n(6082),s=n(4328),o=n(6295),a=(n(3151),n(2738)),i=(n(826),n(3077));async function c(){const e=r.Func.find({package:"Bio",name:"getMonomerLibHelper"});if(0===e.length)throw new Error('Package "Bio" must be installed for MonomerLibHelper.');return(await e[0].prepare().call()).getOutputParamValue()}async function l(e,t){e instanceof r.Column&&(e=(0,i.R)(e).columns.toList());const n=(await c()).getBioLib(),o=new Array(e.length),l=e[0].length,u=new Float32Array(l);for(let i=0;i<e.length;++i){const c=i<t.length?t.getCanonical(i):a._S,d=n.getMonomer("PEPTIDE",c)?.smiles??"";d||s.shell.warning(`Reference monomer ${c} not found in monomer library`);const h=e[i],m=h.getRawData(),p=h.categories,f=p.indexOf("");if(o[i]={categories:p,data:m,emptyIndex:f},void 0===c)continue;const g=r.Column.fromStrings("smiles",p.map((e=>n.getMonomer("PEPTIDE",e)?.smiles??""))),y=(r.DataFrame.fromColumns([g]),await s.chem.getSimilarities(g,d)),w=y?y.getRawData():null;if(w)for(let e=0;e<l;++e){const t=m[e];c!==a._S&&t!==f?u[e]+=w[t]:c===a._S&&t===f&&(u[e]+=1)}}for(let n=0;n<u.length;++n){let s=u[n]/t.length;for(let a=0;a<e.length;++a){const e=o[a];if(a>=t.length&&e.data[n]!==e.emptyIndex||e.data[n]===e.emptyIndex&&a<t.length){s=r.FLOAT_NULL;break}}u[n]=s}return r.Column.fromFloat32Array("Similarity",u)}async function u(e){const t=(await c()).getBioLib(),n=[],o={},a=e.map((e=>t.getMonomer("PEPTIDE",e)?.smiles??"")),i=r.Column.fromStrings("smiles",a);for(let t=0;t<a.length;++t){o[e[t]]=t;const r=a[t],c=""===r?new Array(a.length).fill(0):(await s.chem.getSimilarities(i,r)).getRawData();c[t]=1,n[t]=Array.from(c)}return{scoringMatrix:n,alphabetIndexes:o}}async function d(e,t="Morgan"){const n=(await c()).getBioLib(),s=new Array(e.length).fill(0).map((()=>new Array(e.length).fill(0))),a={},i=e.map((e=>n.getMonomer("PEPTIDE",e)?.smiles??"")),l=r.Func.find({package:"Chem",name:"getFingerprints"})[0];if(!l)return console.warn('Function "Chem:getFingerprints" is not found in chem package. falling back to Morgan fingerprints'),await u(e);const d=r.Column.fromStrings("smiles",i),h=(r.DataFrame.fromColumns([d]),(await l.apply({col:d,fingerprintType:t}))?.entries);if(!h)return console.warn(`${t} Fingerprints could not be calculated for monomers from chem package.\n falling back to Morgan fingerprints`),await u(e);for(let t=0;t<h.length;++t)if(s[t][t]=1,a[e[t]]=t,h[t])for(let e=t+1;e<h.length;++e)h[e]&&(s[t][e]=s[e][t]=(0,o.$1)(h[t],h[e]));return{scoringMatrix:s,alphabetIndexes:a}}},7384:(e,t,n)=>{"use strict";n.d(t,{C4:()=>h});var r=n(4328),s=n(6082),o=n(1991),a=n.n(o),i=n(439),c=n(826);const l={V2K_RGP_SHIFT:8,V2K_RGP_LINE:"M RGP",V2K_A_LINE:"A ",V3K_COUNTS_SHIFT:14,V3K_IDX_SHIFT:7,V3K_HEADER_FIRST_LINE:"\nDatagrok macromolecule handler\n\n",V3K_HEADER_SECOND_LINE:" 0 0 0 0 0 0 999 V3000\n",V3K_BEGIN_CTAB_BLOCK:"M V30 BEGIN CTAB\n",V3K_END_CTAB_BLOCK:"M V30 END CTAB\n",V3K_BEGIN_COUNTS_LINE:"M V30 COUNTS ",V3K_COUNTS_LINE_ENDING:" 0 0 0\n",V3K_BEGIN_ATOM_BLOCK:"M V30 BEGIN ATOM\n",V3K_END_ATOM_BLOCK:"M V30 END ATOM\n",V3K_BEGIN_BOND_BLOCK:"M V30 BEGIN BOND\n",V3K_END_BOND_BLOCK:"M V30 END BOND\n",V3K_BOND_CONFIG:" CFG=",V3K_BEGIN_DATA_LINE:"M V30 ",V3K_END:"M END",PRECISION_FACTOR:1e4,DEOXYRIBOSE:"d",RIBOSE:"r",PHOSPHATE:"p",OXYGEN:"O",HYDROGEN:"H"};var u=n(3151);function d(e){return Math.round(l.PRECISION_FACTOR*e)/l.PRECISION_FACTOR}async function h(e,t,o){if(0===s.Func.find({package:"Chem",name:"getRdKitModule"}).length)return{col:null,warnings:['Transformation to atomic level requires the package "Chem" installed.']};if(t.semType!==s.SEMTYPE.MACROMOLECULE)return{col:null,warnings:[`Only the ${s.SEMTYPE.MACROMOLECULE} columns can be converted to atomic level, the chosen column has semType '${t.semType}'`]};let d=t;const h=c.GO.forColumn(t);h.isHelm()&&(d=h.convert(i.Hi.SEPARATOR,"."),d.name=t.name);const p=c.GO.forColumn(d).alphabet;let f;if(p===i.YI.PT||p===i.YI.UN)f="PEPTIDE";else{if(p!==i.YI.RNA&&p!==i.YI.DNA)return{col:null,warnings:[`Unexpected column's '${d.name}' alphabet '${p}'.`]};f="RNA"}const g=function(e){const t=e.length,n=new Array(t),s=c.GO.forColumn(e);let o=!1;for(let e=0;e<t;++e){const t=s.getSplitted(e);o||(o=0===t.length),n[e]=a()(t.canonicals).filter((e=>!s.isGap(e))).map((e=>e)).toArray()}return o&&r.shell.warning(`Some values in the "${e.name}" column are empty`),n}(d),y=await async function(e,t,n,s){const o=function(e,t,n){const r=new Map;for(const s of e.getMonomerSymbolsByType(t)){const o=e.getMonomer(t,s);if("RNA"===t&&("Branch"===o.monomerType||n===i.YI.DNA&&o.symbol===l.DEOXYRIBOSE||n===i.YI.RNA&&o.symbol===l.RIBOSE||o.symbol===l.PHOSPHATE)||"PEPTIDE"===t&&"Branch"!==o.monomerType){const e={};u.f6.forEach((t=>{e[t]=o[t]})),r.set(o.symbol,e)}}return r}(t,n,s),a=new Map,c=await r.functions.call("Chem:getRdKitModule"),d={value:null};if("RNA"===n){const e=s===i.YI.RNA?[l.RIBOSE,l.PHOSPHATE]:[l.DEOXYRIBOSE,l.PHOSPHATE];for(const t of e)m(a,t,o,c,n,d)}for(let t=0;t<e.length;++t){const r=e[t];for(const e of r)if(""!==e)try{m(a,e,o,c,n,d)}catch(t){const n=t instanceof Error?t.message:t.toString(),r=t instanceof Error?t.stack:void 0;throw console.error(`bio lib: getMonomersDictFromLib() sym='${e}', error:\n${n}\n${r}`),new Error(`Can't get monomer '${e}' from library: ${n}`)}}return a}(g,o,f,p),w=d.length,{molfileList:b,molfileWarningList:A}=await async function(e,t,r,s,o){const a=Math.max(navigator.hardwareConcurrency-2,1),i=new Array(a).fill(null).map((()=>new Worker(new URL(n.p+n.u(248),n.b)))),c=o/a;let l=[],u=[];const d=new Array(a);for(let n=0;n<a;n++){const l=Math.floor(n*c),u=n===a-1?o:Math.floor((n+1)*c);i[n].postMessage({monomerSequencesArray:e,monomersDict:t,alphabet:r,polymerType:s,start:l,end:u}),d[n]=new Promise((e=>{i[n].onmessage=({data:{molfileList:t,molfileWarningList:n}})=>{e({molfileList:t,molfileWarningList:n})}}))}return(await Promise.all(d)).forEach((e=>{l=l.concat(...e.molfileList),u=u.concat(...e.molfileWarningList)})),setTimeout((()=>{i.forEach((e=>{e.terminate()}))}),0),{molfileList:l,molfileWarningList:u}}(g,y,p,f,w);if(A.length>.05*w)throw new Error("Too many errors getting molfiles.");const C=`molfile(${d.name})`,T=e.columns.getUnusedName(C),v=s.Column.fromStrings(T,b);return v.semType=s.SEMTYPE.MOLECULE,v.meta.units=s.UNITS.Molecule.MOLBLOCK,{col:v,warnings:A}}function m(e,t,n,r,s,o){if(!e.has(t)){const a=function(e,t,n,r,s){if(t.has(e)){const a=t.get(e),i=function(e){const t=[];for(const n of e){let e=n.capGroupSmiles;e||(e=n.capGroupSMILES),e=e.replace(/(\[|\]|\*|:|\d)/g,""),t.push(e)}return t}(a.rgroups),c=(o=a.molfile).includes("V3000")?function(e){const t=new Map,n=/M V30 (\d+) R#.+RGROUPS=\((\d+) (\d+)\).*/gm;let r;for(;null!==(r=n.exec(e));)r.index===n.lastIndex&&n.lastIndex++,t.set(parseInt(r[1]),parseInt(r[3]));return t}(o):function(e){const t=new Map;let n=e.indexOf(l.V2K_A_LINE,0),r=n;for(;-1!==n;){r=e.indexOf("\n",n);const s=parseInt(e.substring(n,r).replace(/^A\s+/,""));n=e.indexOf("R",r),r=e.indexOf("\n",n);const o=parseInt(e.substring(n,r).replace(/^R/,""));t.set(s,o),n=e.indexOf(l.V2K_A_LINE,r)}for(n=e.indexOf(l.V2K_RGP_LINE,0),r=e.indexOf("\n",n);-1!==n;){n+=l.V2K_RGP_SHIFT,r=e.indexOf("\n",n);const s=e.substring(n,r).replaceAll(/\s+/g," ").split(" ").map((e=>parseInt(e))).slice(1);for(let e=0;e<s.length;e+=2){if(t.has(s[e])&&t.get(s[e])!==s[e+1])throw new Error(`r-group index ${s[e]} has already been added with a different value`);t.set(s[e],s[e+1])}n=e.indexOf(l.V2K_RGP_LINE,r)}return t}(o),u=a.molfile.includes("V3000")?a.molfile:function(e,t){const n=t.get_mol(e),r=n.get_v3Kmolblock();return n.delete(),r}(function(e){let t=e.indexOf(l.V2K_A_LINE,0);-1===t&&(t=e.indexOf(l.V2K_RGP_LINE));const n=e.indexOf(l.V3K_END,t);return e.substring(0,t)+e.substring(n)}(a.molfile),n),h=function(e){let t=(e=e.replaceAll("\r","")).indexOf(l.V3K_BEGIN_COUNTS_LINE)+l.V3K_COUNTS_SHIFT,n=e.indexOf(" ",t+1);const r=parseInt(e.substring(t,n));return t=n+1,n=e.indexOf(" ",t+1),{atomCount:r,bondCount:parseInt(e.substring(t,n))}}(u),m=function(e,t){const n=new Array(t),r=new Float32Array(t),s=new Float32Array(t),o=new Array(t);let a=e.indexOf(l.V3K_BEGIN_ATOM_BLOCK);a=e.indexOf("\n",a);let i=a;for(let c=0;c<t;c++){a=e.indexOf(l.V3K_BEGIN_DATA_LINE,a)+l.V3K_IDX_SHIFT,i=e.indexOf(" ",a),a=i+1,i=e.indexOf(" ",a),n[c]=e.substring(a,i);const t=new Array(2);for(let n=0;n<2;++n)a=i+1,i=e.indexOf(" ",a),t[n]=parseFloat(e.substring(a,i));r[c]=t[0],s[c]=t[1],a=i,i=e.indexOf("\n",a)+1,o[c]=e.slice(a,i),a=i}return{atomTypes:n,x:r,y:s,kwargs:o}}(u,h.atomCount),g=function(e,t){const n=new Uint32Array(t),r=new Array(t),s=new Map,o=new Map;let a=e.indexOf(l.V3K_BEGIN_BOND_BLOCK);a=e.indexOf("\n",a);let i=a;for(let c=0;c<t;++c){const t=new Array(3);a=e.indexOf(l.V3K_BEGIN_DATA_LINE,i)+l.V3K_IDX_SHIFT,i=e.indexOf(" ",a);for(let n=0;n<3;++n)a=i+1,i=Math.min(e.indexOf("\n",a),e.indexOf(" ",a)),t[n]=parseInt(e.slice(a,i));n[c]=t[0],r[c]=t.slice(1);const u=e.indexOf("\n",a);let d=e.slice(i,u),h=d.indexOf(l.V3K_BOND_CONFIG);if(-1!==h){h=d.indexOf("=",h)+1;let e=d.indexOf(" ",h);-1===e&&(e=d.length);const t=parseInt(d.slice(h,e));s.set(c,t);const n=l.V3K_BOND_CONFIG+t.toString();d=d.replace(n,"")}d||o.set(c,d)}return{bondTypes:n,atomPairs:r,bondConfiguration:s,kwargs:o}}(u,h.bondCount),w=function(e,t,n,r){const s={backboneShift:null,branchShift:null,terminalNodes:[],rNodes:[]};return function(e,t,n){for(const[r,s]of n)e.atomTypes[r-1]=t[s-1]}(e,n,r),function(e,t){t.rNodes=Array.from(e.keys());for(let n=0;n<t.rNodes.length;n++)for(const r of[1,2])if(e.get(t.rNodes[n])===r){const e=t.rNodes[r-1];t.rNodes[r-1]=t.rNodes[n],t.rNodes[n]=e}}(r,s),p(t,s),s}(m,g,i,c),v=function(e){let t=[],n=e.indexOf("M V30 MDLV30/STEABS ATOMS=(");for(;-1!==n;){n+=28;const r=e.indexOf(")",n);t=t.concat(e.substring(n,r).split(" ").slice(1).map((e=>parseInt(e)))),n=r,n=e.indexOf("M V30 MDLV30/STEABS ATOMS=(",n)}return t}(u),E={atoms:m,bonds:g,meta:w,stereoAtoms:v};return"PEPTIDE"===r?function(e){const t=e.meta.terminalNodes[0]-1,n=e.meta.rNodes[0]-1,r=e.atoms.x,s=e.atoms.y;T(e,-r[t],-s[t]);const o=b(r[n],s[n]);A(e.atoms,-o),r[e.meta.rNodes[1]-1]<0&&function(e){C(e,!1)}(e);const a=function(e){const t=function(e){const t=new Map;for(const n of e.bonds.atomPairs)for(let e=0;e<2;e++){const r=n[e],s=n[(e+1)%2];t.has(r)?t.get(r)?.push(s):t.set(r,new Array(1).fill(s))}return t}(e);let n=0;const r=e.atoms.atomTypes.length;let s=0;for(;0===n;){const o=t.get(e.meta.terminalNodes[1])[s];if(e.atoms.atomTypes[o-1]===l.OXYGEN&&o!==e.meta.rNodes[1]&&(n=o),s++,s>r)throw new Error(`Search for double-bonded Oxygen in ${e} has exceeded the limit of ${r}`)}return n}(e);!function(e,t){e.atoms.y[e.meta.rNodes[1]-1]<0&&e.atoms.y[t-1]<0&&(function(e){C(e,!0)}(e),A(e.atoms,-function(e,t){return b(e,t)+Math.PI/2}(e.atoms.x[e.meta.terminalNodes[1]-1],e.atoms.y[e.meta.terminalNodes[1]-1])))}(e,a),function(e,t){const n=e.atoms.x;n[e.meta.rNodes[1]-1]>n[t-1]&&function(e,t,n){const r=t-1,s=n-1,o=e.atoms.x,a=e.atoms.y,i=o[r],c=a[r];o[r]=o[s],a[r]=a[s],o[s]=i,a[s]=c}(e,t,e.meta.rNodes[1])}(e,a)}(E):e===l.RIBOSE||e===l.DEOXYRIBOSE?function(e,t){const n=e.atoms.x,r=e.atoms.y;let s=e.meta.terminalNodes[0]-1;const o=e.meta.rNodes[1]-1;T(e,-n[s],-r[s]);const a=b(n[o],r[o]);A(e.atoms,3*Math.PI/2-a),t.value=function(e){const t=e.atoms.x,n=e.atoms.y,r=e.meta.rNodes[2]-1,s=e.meta.terminalNodes[2]-1,o=t[r]-t[s],a=n[r]-n[s];return Math.atan(a/o)+Math.PI/2}(e),s=e.meta.terminalNodes[0]-1,T(e,-n[s],-r[s])}(E,s):e===l.PHOSPHATE?function(e){const t=e.meta.terminalNodes[0]-1,n=e.meta.rNodes[0]-1,r=e.atoms.x,s=e.atoms.y;T(e,-r[t],-s[t]);const o=b(r[n],s[n]);A(e.atoms,Math.PI/2-o)}(E):function(e,t){const n=e.atoms.x,r=e.atoms.y,s=e.meta.terminalNodes[0]-1,o=e.meta.rNodes[0]-1;T(e,-n[s],-r[s]);const a=b(n[o],r[o]),i=t.value;if(!i)throw new Error("The value of sugarBranchToOYAngle is null");A(e.atoms,Math.PI-a+i);const c=function(e,t){return d(Math.sqrt((e.x-t.x)**2+(e.y-t.y)**2))}({x:n[e.meta.rNodes[0]-1],y:r[e.meta.rNodes[0]-1]},{x:n[e.meta.terminalNodes[0]-1],y:r[e.meta.terminalNodes[0]-1]});if(1!=c)for(let e=0;e<n.length;++e)n[e]=d(n[e]/c),r[e]=d(r[e]/c)}(E,s),function(e,t,n){"PEPTIDE"===e?(f(t,e),y(t,t.meta.rNodes[1])):n===l.RIBOSE||n===l.DEOXYRIBOSE?(y(t,t.meta.rNodes[1]),t.meta.rNodes[1]=t.meta.terminalNodes[1],p(t.bonds,t.meta),f(t,e),y(t,t.meta.rNodes[1]),y(t,t.meta.rNodes[0]),y(t,t.meta.rNodes[2])):n===l.PHOSPHATE&&(t.meta.terminalNodes[0]=t.meta.rNodes[0],T(t,-t.atoms.x[t.meta.terminalNodes[0]-1],-t.atoms.y[t.meta.terminalNodes[0]-1]),f(t,e),y(t,t.meta.rNodes[1]))}(r,E,e),function(e){let t=0;for(;t<e.atoms.atomTypes.length;)e.atoms.atomTypes[t]===l.HYDROGEN&&(y(e,t+1),--t),++t}(E),E}var o;return null}(t,n,r,s,o);if(!a)throw new Error(`Monomer with symbol '${t}' is absent the monomer library`);e.set(t,a)}}function p(e,t){const n=t.rNodes;t.terminalNodes=new Array(n.length).fill(0);const r=t.terminalNodes,s=e.atomPairs;let o=0,a=0;for(;o<s.length&&a<r.length;){for(let e=0;e<r.length;++e)for(let t=0;t<2;++t)s[o][t]===n[e]&&(r[e]=s[o][(t+1)%2],n.length,++a);++o}}function f(e,t){e.meta.rNodes.length>1&&(e.meta.backboneShift=g(e,e.meta.rNodes[1]-1,e.meta.terminalNodes[0]-1)),"RNA"===t&&e.meta.rNodes.length>2&&(e.meta.branchShift=g(e,e.meta.rNodes[2]-1,e.meta.terminalNodes[0]-1))}function g(e,t,n){return[d(e.atoms.x[t]-e.atoms.x[n]),d(e.atoms.y[t]-e.atoms.y[n])]}function y(e,t){if(void 0!==t){const n=t-1,r=e.atoms,s=e.bonds,o=e.meta;r.atomTypes.splice(n,1),r.x=w(Float32Array,r.x,n,1),r.y=w(Float32Array,r.y,n,1),r.kwargs.splice(n,1);for(let e=0;e<o.terminalNodes.length;++e)o.terminalNodes[e]>t?--o.terminalNodes[e]:o.terminalNodes[e]===t&&(o.terminalNodes[e]=-1);for(let e=0;e<o.rNodes.length;++e)o.rNodes[e]>t?--o.rNodes[e]:o.rNodes[e]===t&&(o.rNodes[e]=-1);let a=0;for(;a<s.atomPairs.length;){const e=s.atomPairs[a][0],n=s.atomPairs[a][1];e===t||n===t?(s.atomPairs.splice(a,1),s.bondTypes=w(Uint32Array,s.bondTypes,a,1),s.bondConfiguration.has(a)&&s.bondConfiguration.delete(a),s.kwargs.has(a)&&s.kwargs.delete(a),--a):(s.atomPairs[a][0]=e>t?e-1:e,s.atomPairs[a][1]=n>t?n-1:n),++a}let i=Array.from(s.bondConfiguration.keys());i.forEach((e=>{if(s.bondConfiguration.has(e)&&e>n){const t=s.bondConfiguration.get(e);s.bondConfiguration.delete(e),s.bondConfiguration.set(e-1,t)}})),i=Array.from(s.kwargs.keys()),i.forEach((e=>{if(s.kwargs.has(e)&&e>n){const t=s.kwargs.get(e);s.kwargs.delete(e),s.kwargs.set(e-1,t)}}))}}function w(e,t,n,r){const s=new e(t.length-r);let o=0,a=0;for(;o<t.length;)o===n&&(o+=r),s[a]=t[o],++a,++o;return s}function b(e,t){let n;if(0===e)n=t>0?0:Math.PI;else if(0===t)n=e>0?-Math.PI/2:Math.PI/2;else{const r=t/e,s=Math.atan(r);n=e<0?Math.PI/2+s:-Math.PI/2+s}return n}function A(e,t){if(0!==t){const n=e.x,r=e.y,s=Math.cos(t),o=Math.sin(t);for(let e=0;e<n.length;++e){const t=n[e];n[e]=d(t*s-r[e]*o),r[e]=d(t*o+r[e]*s)}}}function C(e,t){if(t){const t=e.atoms.y;for(let e=0;e<t.length;e++)t[e]=-t[e]}else{const t=e.atoms.x;for(let e=0;e<t.length;e++)t[e]=-t[e]}const n=e.bonds.bondConfiguration;for(const[e,t]of n){const r=1===t?3:1;n.set(e,r)}}function T(e,t,n){const r=e.atoms.x,s=e.atoms.y;for(let e=0;e<r.length;++e)r[e]=d(r[e]+t),void 0!==n&&(s[e]=d(s[e]+n))}},1093:(e,t,n)=>{"use strict";n.d(t,{A:()=>s,Q:()=>o});var r=n(7362);class s extends r.e{static get Chromatogram(){return void 0===this.chromatogram&&(this.chromatogram=new s({A:"green",C:"blue",G:"black",T:"red",U:"red",others:"gray"})),this.chromatogram}}class o{}o.SemType="Nucleotides",o.SemTypeMultipleAlignment="NucleotidesMultipleAlignment",o.Names={A:"Adenine",C:"Cytosine",G:"Guanine",T:"Thymine",U:"Uracil"}},7362:(e,t,n)=>{"use strict";n.d(t,{e:()=>r});class r{static makePalette(e,t=!1,n=r){const s={};return e.forEach((e=>{const n=e[0],r=e[1];n.forEach(((e,n)=>{s[e]=this.colourPalette[r][t?0:n]}))})),new n(s)}constructor(e){this._palette=e}get(e){return this._palette[e]}}r.undefinedColor="rgb(100,100,100)",r.colourPalette={orange:["rgb(255,187,120)","rgb(245,167,100)","rgb(235,137,70)","rgb(205, 111, 71)"],all_green:["rgb(44,160,44)","rgb(74,160,74)","rgb(23,103,57)","rgb(30,110,96)","rgb(60,131,95)","rgb(24,110,79)","rgb(152,223,138)","rgb(182, 223, 138)","rgb(152, 193, 138)"],all_blue:["rgb(31,119,180)","rgb(23,190,207)","rgb(122, 102, 189)","rgb(158,218,229)","rgb(141, 124, 217)","rgb(31, 120, 150)"],magenta:["rgb(162,106,192)","rgb(197,165,224)","rgb(208,113,218)"],red:["rgb(214,39,40)","rgb(255,152,150)"],st_blue:["rgb(23,190,207)","rgb(158,218,229)","rgb(31,119,180)"],dark_blue:["rgb(31,119,180)","rgb(31, 120, 150)"],light_blue:["rgb(23,190,207)","rgb(158,218,229)","rgb(108, 218, 229)","rgb(23,190,227)"],lilac_blue:["rgb(124,102,211)","rgb(149,134,217)","rgb(97, 81, 150)"],dark_green:["rgb(23,103,57)","rgb(30,110,96)","rgb(60,131,95)","rgb(24,110,79)"],green:["rgb(44,160,44)","rgb(74,160,74)"],light_green:["rgb(152,223,138)","rgb(182, 223, 138)","rgb(152, 193, 138)"],st_green:["rgb(44,160,44)","rgb(152,223,138)","rgb(39, 174, 96)","rgb(74,160,74)"],pink:["rgb(247,182,210)"],brown:["rgb(140,86,75)","rgb(102, 62, 54)"],gray:["rgb(127,127,127)","rgb(199,199,199)","rgb(196,156,148)","rgb(222, 222, 180)"],yellow:["rgb(188,189,34)"],white:["rgb(230,230,230)"]}},4152:(e,t,n)=>{"use strict";n.d(t,{$u:()=>a,oT:()=>l});var r=n(6082),s=n(7362);class o{static hashCode(e){let t=0;if(0===e.length)return t;for(let n=0;n<e.length;n++)t=(t<<5)-t+e.charCodeAt(n),t|=0;return t}}class a{}class i extends a{get(e){return"#666666"}}class c extends a{static buildPalette(){return[].concat(...Object.values(s.e.colourPalette))}get(e){const t=o.hashCode(e)%c.palette.length;return function(e){if(null==e)return"rgb(100,100,100)";const t=r.Color.fromHtml(e),n=r.Color.g(t),s=r.Color.r(t),o=r.Color.b(t),a=Math.sqrt(Math.pow(0-s,2)+Math.pow(0-n,2)+Math.pow(0-o,2));return a>210?`rgb(${s/a*210},${n/a*210},${o/a*210})`:r.Color.toRgb(t)}(c.palette[t])}}c.palette=c.buildPalette();class l extends s.e{static get Gray(){return void 0===this.gray&&(this.gray=new i),this.gray}static get Color(){return void 0===this.color&&(this.color=new c),this.color}}},6642:(e,t,n)=>{"use strict";n.d(t,{h:()=>a,s:()=>i});var r=n(4328),s=n(1858),o=n(8070);function a(e){let t=null,n=null;try{n=e.dart?e.gridColumn:null,t=n?n.temp:null}catch{[n,t]=[null,null]}const r=e.cell.column;if(t=t??r.temp,!t)throw new Error("Grid cell renderer back store (GridColumn or Column) not found.");return[n,r,t]}class i{constructor(e,t,n){this.gridCol=e,this.tableCol=t,this.logger=n,this.subs=[],this.destroyed=!1,this.viewerId=++i.viewerCounter,this.errors=[],this._onRendered=new s.Subject,this.reset(),this.tableCol&&this.tableCol.dataFrame&&this.subs.push(this.tableCol.dataFrame.onDataChanged.subscribe((()=>{try{this.reset()}catch(e){this.logger.error(e)}}))),this.tableCol&&this.subs.push(r.events.onTableRemoved.subscribe((e=>{try{const t=e.args.dataFrame;this.tableCol?.dataFrame.id!==t.id||this.destroyed||this.destroy()}catch(e){this.logger.error(e)}}))),this.gridCol&&this.subs.push(r.events.onViewRemoving.subscribe((e=>{try{const t=e.args.view;this.gridCol?.dart&&this.gridCol.grid&&this.gridCol?.grid?.dart&&this.gridCol?.grid?.view?.id===t.id&&!this.destroyed&&this.destroy()}catch(e){this.logger.error(e)}})))}toLog(){return`${this.constructor.name}<${this.viewerId}>`}destroy(){for(const e of this.subs)e.unsubscribe();this.destroyed=!0}invalidateGrid(){this.gridCol&&this.gridCol.dart&&this.gridCol.grid?.invalidate()}get onRendered(){return this._onRendered}invalidate(e){this.invalidateGrid()}async awaitRendered(e=1e4,t=`${e} timeout`){const n=`${this.toLog()}.awaitRendered()`;if(this.logger.debug(`${n}, start, testEvent before`),await(0,o.PE)(this._onRendered,(()=>{}),(()=>{this.invalidate()}),e,`${n}, ${t}`),this.errors.length>0){const e=this.errors[0];throw this.errors=[],e}this.logger.debug(`${n}, end`)}}i.viewerCounter=-1},6882:(e,t,n)=>{"use strict";n.d(t,{B:()=>l,J:()=>u});var r=n(6082),s=n(1991),o=n.n(s),a=n(826),i=n(6642),c=n(6718);function l(e,t){let n,r=100,s=0,o=e.length-1;for(;s<=o;){if(n=Math.floor((o+s)/2),e[n]<=t&&t<e[n+1])return n;if(t<e[n]?o=n-1:s=n+1,--r<=0)throw new Error(`Get position for pointer x = ${t} searching has not converged on ${JSON.stringify(e)}. `)}return null}class u extends i.s{constructor(e,t,n,s,o){super(e,t,n),this.monomerLengthLimit=s,this.propsProvider=o,this.colWidth=0,this._monomerLengthList=null,this.separatorWidth=5,this._processedMaxVisibleSeqLength=0,this._monomerLengthMap={},this._monomerStructureMap={},this.props=this.propsProvider(),this._processedRows=r.BitSet.create(this.tableCol.length),this.gridCol&&this.subs.push(this.gridCol.grid.onAfterDrawContent.subscribe((()=>{this._onRendered.next()}))),(0,c.pj)().then((e=>{if(this.destroyed)return;const t=e.getBioLib();this.subs.push(t.onChanged.subscribe((()=>{this.reset(),this.gridCol?.grid?.invalidate()})))}))}reset(){this.propsProvider&&(this.props=this.propsProvider()),this._processedRows=r.BitSet.create(this.tableCol.length),this._monomerLengthList=null,this._monomerLengthMap={},this._monomerStructureMap={}}getCellMonomerLengths(e,t){this.colWidth<t&&(this.colWidth=t,this.reset());const n=this.props.seqHandler.isMsa()?this.getCellMonomerLengthsForSeqMsa():this.getCellMonomerLengthsForSeq(e),r=new Array(n.length+1);r[0]=5;for(let e=1;e<r.length;e++)r[e]=r[e-1]+n[e-1];return[n,r]}getCellMonomerLengthsForSeq(e){this.toLog(),null===this._monomerLengthList&&(this._monomerLengthList=new Array(this.tableCol.length).fill(null));const t=this.props.separatorWidth+1*this.props.monomerCharWidth,n=Math.ceil(this.colWidth/t),r=a.GO.forColumn(this.tableCol).getSplitted(e).originals,s=Math.min(n,r.length);let o=this._monomerLengthList[e];if(null===o||o.length<s){o=this._monomerLengthList[e]=new Array(r.length);let t=0;for(let e=0;e<s;++e){const n=r[e],s=this.props.monomerToShort(n,this.monomerLengthLimit),a=(this.props.seqHandler.isSeparator()?this.separatorWidth:this.props.separatorWidth)+s.length*this.props.monomerCharWidth;if(o[e]=a,t+=a,t>this.colWidth)break}}return o}getCellMonomerLengthsForSeqMsa(){var e;this.toLog(),null===this._monomerLengthList&&(this._monomerLengthList=new Array(1).fill(null)),(e=this._monomerLengthList)[0]??(e[0]=new Array(0));const t=this._monomerLengthList[0],{startIdx:n,endIdx:r}=(()=>{try{const e=this.gridCol&&this.gridCol.dart?this.gridCol.grid:null;return e&&e.dart?{startIdx:Math.max(Math.floor((e?.vertScroll.min??0)-10),0),endIdx:Math.min(Math.ceil((e?.vertScroll.max??0)+10),this.tableCol.length)}:{startIdx:0,endIdx:Math.min(this.tableCol.length,10)}}catch(e){return{startIdx:0,endIdx:Math.min(this.tableCol.length,10)}}})(),s=this.props.separatorWidth+1*this.props.monomerCharWidth,o=Math.ceil(this.colWidth/s);for(let e=n;e<r;e++){if(this._processedRows.get(e)&&o<=this._processedMaxVisibleSeqLength)continue;const n=a.GO.forColumn(this.tableCol).getSplitted(e,o).originals,r=Math.min(o,n.length);r>t.length&&t.push(...new Array(r-t.length).fill(s));let i=0;for(let e=0;e<r;++e){const r=n[e],s=this.props.monomerToShort(r,this.monomerLengthLimit),o=this.props.separatorWidth+s.length*this.props.monomerCharWidth;if(t[e]=Math.max(t[e]??0,o),i+=o,i>=this.colWidth)break}this._processedMaxVisibleSeqLength=Math.max(this._processedMaxVisibleSeqLength,o)}return t}getPosition(e,t,n){const[r,s]=this.getCellMonomerLengths(e,n),i=a.GO.forColumn(this.tableCol);return 0===o()(i.getSplitted(e).originals).toArray().length?null:l(s,t)}setMonomerLengthLimit(e){this.monomerLengthLimit=e,this.reset()}setSeparatorWidth(e){this.props.separatorWidth=e,this.reset()}isMsa(){return this.props.seqHandler.isMsa()}}},3151:(e,t,n)=>{"use strict";n.d(t,{EK:()=>o,f6:()=>r,q7:()=>s});const r=["symbol","molfile","rgroups","name"],s="p",o=new RegExp(`[rd]\\((\\w)\\)${s}?`,"g")},9192:(e,t,n)=>{"use strict";function r(e){return"string"==typeof e||e instanceof String?e:"StateError"===e.constructor.name?e.message:"StateError"===e.constructor.name&&"$thrownJsError"in e?r(e.$thrownJsError):e instanceof Error?e.message:e.toString()}function s(e){return e instanceof Error?e.stack:"StateError"===e.constructor.name&&"$thrownJsError"in e?s(e.$thrownJsError):void 0}function o(e){return[r(e),s(e)]}n.d(t,{AP:()=>o})},3516:(e,t,n)=>{"use strict";n.d(t,{m:()=>a});var r=n(6082),s=n(826),o=n(439);class a{get descriptionsArray(){return this._descriptionsArray}get sequencesArray(){return this._sequencesArray}parseMacromolecule(e,t){return this._fileContent.slice(e,t).split(/\s/).join("")}parseColumns(){const e=/^>(.*)$/gm;let t,n=0;for(;t=e.exec(this._fileContent);){const r=this._fileContent.substring(t.index+1,e.lastIndex);this._descriptionsArray.push(r),0!==n&&this._sequencesArray.push(this.parseMacromolecule(n,t.index)),n=e.lastIndex+1}this._sequencesArray.push(this.parseMacromolecule(n,-1))}importFasta(){const e=r.Column.fromStrings("description",this.descriptionsArray),t=r.Column.fromStrings("sequence",this.sequencesArray);return t.semType=r.SEMTYPE.MACROMOLECULE,t.meta.units=o.Hi.FASTA,s.GO.forColumn(t),[r.DataFrame.fromColumns([e,t])]}constructor(e){this._descriptionsArray=[],this._sequencesArray=[],this._fileContent=e,this.parseColumns()}}},6873:(e,t,n)=>{"use strict";n.d(t,{dW:()=>a,fD:()=>o});var r=n(6082),s=(n(1991),n(2003));function o(){const e=[];return e.push(r.Column.fromList("string","MSA",new Array(10**6).fill("meI/hHis/Aca/N/T/dE/Thr_PO3H2/Aca/D-Tyr_Et/Tyr_ab-dehydroMe/dV/E/N/D-Orn/D-aThr//Phe_4Me"))),e.push(r.Column.fromList(r.COLUMN_TYPE.FLOAT,"Activity",new Array(10**6).fill(5.30751))),e}function a(e=10**5){const t="meI/hHis/Aca/N//dE/Thr_PO3H2/Aca/D-Tyr_Et/Tyr_ab-dehydroMe".repeat(Math.ceil(e/10)).slice(0,-1),n=r.Column.fromList(r.COLUMN_TYPE.STRING,"MSA",new Array(100).fill(t));n.semType=r.SEMTYPE.MACROMOLECULE,n.meta.units=s.Hi.SEPARATOR,n.setTag(s.gp.separator,"/"),n.setTag(s.gp.alphabet,s.YI.UN),n.setTag(s.gp.alphabetIsMultichar,"true");const o=[];return o.push(n),o.push(r.Column.fromList(r.COLUMN_TYPE.FLOAT,"Activity",new Array(100).fill(7.30751))),o}n(826),n(9322)},439:(e,t,n)=>{"use strict";n.d(t,{B5:()=>c,Hi:()=>r,Vl:()=>l,YI:()=>s,gp:()=>o,q7:()=>u,z1:()=>i});var r,s,o,a=n(2738);!function(e){e.FASTA="fasta",e.SEPARATOR="separator",e.HELM="helm"}(r||(r={})),function(e){e.DNA="DNA",e.RNA="RNA",e.PT="PT",e.UN="UN"}(s||(s={})),function(e){e.aligned="aligned",e.alphabet="alphabet",e.alphabetSize=".alphabetSize",e.alphabetIsMultichar=".alphabetIsMultichar",e.separator="separator",e.isHelmCompatible=".isHelmCompatible",e.positionNames=".positionNames",e.positionLabels=".positionLabels",e.regions=".regions"}(o||(o={}));const i=", ",c=/(?:\[([A-Za-z0-9_\-,()]+)\])|([A-Za-z\-])/g,l=new class{constructor(){this.fasta={peptide:new Set(["G","L","Y","S","E","Q","D","N","F","A","K","R","H","C","V","P","W","I","M","T"]),dna:new Set(["A","C","G","T"]),rna:new Set(["A","C","G","U"])}}},u=[new a.aD(s.PT,l.fasta.peptide,.5),new a.aD(s.DNA,l.fasta.dna,.55),new a.aD(s.RNA,l.fasta.rna,.55)]},2003:(e,t,n)=>{"use strict";n.d(t,{Hi:()=>r.Hi,J9:()=>s.J9,Qf:()=>s.Qf,SM:()=>s.SM,YI:()=>r.YI,dh:()=>s.dh,gp:()=>r.gp,mn:()=>s.mn,nq:()=>s.nq,ny:()=>s.ny,q7:()=>r.q7,qp:()=>s.qp,z1:()=>r.z1,zS:()=>s.zS});var r=n(439),s=n(9322)},2738:(e,t,n)=>{"use strict";n.d(t,{XN:()=>o,_S:()=>r,aD:()=>s});const r="";class s{constructor(e,t,n){this.name=e,this.alphabet=t,this.cutoff=n}}class o extends s{constructor(e,t,n){super(e.name,e.alphabet,e.cutoff),this.freq=t,this.similarity=n}}},9322:(e,t,n)=>{"use strict";n.d(t,{Mu:()=>p,pc:()=>x,Qf:()=>_,nq:()=>P,ny:()=>M,Iv:()=>v,dh:()=>b,vZ:()=>g,zS:()=>S,SM:()=>$,mn:()=>N,J9:()=>y,tm:()=>w,qp:()=>T});var r=n(6082),s=n(1991),o=n.n(s),a=n(2738),i=n(439),c=n(826);class l extends Float32Array{}var u=n(3629),d=n(8924),h=n(1093),m=n(4152);class p{get length(){return this.mList.length}get canonicals(){return this.mList}get originals(){return this.mList}isGap(e){return this.getOriginal(e)===this.gapOriginalMonomer}getCanonical(e){if(this.length<=e)throw new Error("Index out of bounds");return this.mList[e]}getOriginal(e){if(this.length<=e)throw new Error("Index out of bounds");return this.mList[e]}constructor(e,t){this.mList=e,this.gapOriginalMonomer=t}}class f{get length(){return this.seqS.length}get canonicals(){return this.seqS}get originals(){return this.seqS}isGap(e){return this.getOriginal(e)===c.b9[i.Hi.FASTA]}getCanonical(e){if(this.length<=e)throw new Error("Index out of bounds");return this.isGap(e)?a._S:this.seqS[e]}getOriginal(e){if(this.length<=e)throw new Error("Index out of bounds");return this.seqS[e]}constructor(e){this.seqS=e}}function g(e,t,n){const r=e.categories;return function(e,t){const n={};let r=!0,s=null;for(const o of e)if(null==s?s=o.length:o.length!==s&&(r=!1),o.length>=t)for(const e of o.canonicals)e in n||(n[e]=0),n[e]+=1;return{freq:n,sameLength:r}}(o().enumerate(e.getRawData()).map((([e,t])=>n(r[e]))),t)}const y=e=>{const t=o()(e.toString().matchAll(i.B5)).map((e=>e[2]??e[1])).toArray();return new p(t,c.b9[i.Hi.FASTA])},w=e=>e?new f(e):new p([],c.b9[i.Hi.FASTA]);function b(e,t=void 0){return n=>{if(n){let r;const s=new RegExp(String.raw`"-"|'-'|[^${e}]+`,"g");if(void 0!==t){s.lastIndex=0,r=new Array(Math.ceil(t));let e=null,o=0;for(;null!==(e=s.exec(n))&&o<t;)r[o++]=e[0].replace('"-"',"").replace("'-'","");r.splice(o)}else r=n.replaceAll('"-"',"").replaceAll("'-'","").split(e,t);return new p(r,c.b9[i.Hi.SEPARATOR])}return new p([],c.b9[i.Hi.SEPARATOR])}}const A=/(PEPTIDE1|DNA1|RNA1)\{([^}]+)}/g,C=/\[([^\[\]]+)]/g,T=e=>{A.lastIndex=0;const t=A.exec(e.toString()),n=t?t[2]:null,r=n?n.split("."):[];return new p(r.map((e=>{C.lastIndex=0;const t=C.exec(e);return t&&t.length>=2?t[1]:e})),c.b9[i.Hi.HELM])};function v(e,t,n=void 0){if(e.toLowerCase().startsWith(i.Hi.FASTA))return y;if(e.toLowerCase().startsWith(i.Hi.SEPARATOR))return b(t,n);if(e.toLowerCase().startsWith(i.Hi.HELM))return T;throw new Error(`Unexpected units ${e} .`)}const E=/([^\W_]+)/g;function S(e,t){if(e.length<=t)return e;const n=e.match(E),r=e.length>t||(n?.length??0)>1,s=n?.[0]??" ";return r?s.substring(0,t-1)+"…":s}function _(e){switch(e){case i.YI.DNA:return i.Vl.fasta.dna;case i.YI.RNA:return i.Vl.fasta.rna;case i.YI.PT:return i.Vl.fasta.peptide;default:throw new Error(`Unsupported alphabet '${e}'.`)}}function P(e,t,n="-"){const r=new Set([...new Set(Object.keys(e)),...t]);r.delete(n);const s=[],o=[];for(const n of r)s.push(n in e?e[n]:0),o.push(t.has(n)?1:0);const a=new l(s),i=new l(o);return(0,u.KE)(a,i)/((0,u.wQ)(a)*(0,u.wQ)(i))}function x(e,t,n="-"){const r=t.map((t=>{const r=P(e,t.alphabet,n);return new a.XN(t,e,r)}));let s;const o=Math.max(...r.map((e=>e.similarity>e.cutoff?e.similarity:-1)));return s=o>0?r.find((e=>e.similarity===o)).name:i.YI.UN,s}function $(e,t=5){let n;return n=e.semType==r.SEMTYPE.MACROMOLECULE?c.GO.forColumn(e).alphabet:x(g(e,t,y).freq,i.q7),M(n)}function M(e){switch(e){case i.YI.PT:return d.X.GrokGroups;case i.YI.DNA:case i.YI.RNA:return h.A.Chromatogram;default:return m.oT.Color}}function N(e){const t=e.columns.bySemTypeAll(r.SEMTYPE.MACROMOLECULE);let n=t.find((e=>{const t=e.meta.units;return!!t&&-1!==t.indexOf("MSA")}))??null;return!n&&t.length>0&&(n=t[0]),n}},826:(e,t,n)=>{"use strict";n.d(t,{GO:()=>p,b9:()=>m});var r=n(6082),s=n(1991),o=n.n(s),a=n(2003),i=n(2738),c=n(9322),l=n(6863),u=n(6718),d=n(3151);const h=new class{constructor(){this.seqHandler="seq-handler",this.notationProvider="seq-handler.notation-provider"}},m={[a.Hi.FASTA]:"-",[a.Hi.SEPARATOR]:"",[a.Hi.HELM]:"*"};class p{constructor(e){if(this._splitter=null,this.cached=!0,this._splitted=null,this.columnVersion=null,this._stats=null,this._maxLength=null,this._posList=null,this._joiner=void 0,e.type!==r.TYPE.STRING)throw new Error(`Unexpected column type '${e.type}', must be '${r.TYPE.STRING}'.`);this._column=e;const t=this._column.meta.units;if(null==t)throw new Error("Units are not specified in column");if(this._units=t,this._notation=this.getNotation(),this._defaultGapOriginal=this.isFasta()?m[a.Hi.FASTA]:this.isHelm()?m[a.Hi.HELM]:m[a.Hi.SEPARATOR],!this.column.tags.has(a.gp.aligned)||!this.column.tags.has(a.gp.alphabet)||!this.column.tags.has(a.gp.alphabetIsMultichar)&&!this.isHelm()&&this.alphabet===a.YI.UN)if(this.isFasta())p.setUnitsToFastaColumn(this);else if(this.isSeparator()){const t=e.getTag(a.gp.separator);p.setUnitsToSeparatorColumn(this,t)}else{if(!this.isHelm())throw new Error(`Unexpected units '${this.column.meta.units}'.`);p.setUnitsToHelmColumn(this)}if(!this.column.tags.has(a.gp.alphabetIsMultichar))if(this.isHelm())this.column.setTag(a.gp.alphabetIsMultichar,"true");else if(["UN"].includes(this.alphabet))throw new Error(`For column '${this.column.name}' of alphabet '${this.alphabet}' tag '${a.gp.alphabetIsMultichar}' is mandatory.`);this.notationProvider=this.column.temp[h.notationProvider]??null,this.columnVersion=this.column.version}static setUnitsToFastaColumn(e){if(e.column.semType!==r.SEMTYPE.MACROMOLECULE||e.column.meta.units!==a.Hi.FASTA)throw new Error(`The column of notation '${a.Hi.FASTA}' must be '${r.SEMTYPE.MACROMOLECULE}'.`);e.column.meta.units=a.Hi.FASTA,p.setTags(e)}static setUnitsToSeparatorColumn(e,t){if(e.column.semType!==r.SEMTYPE.MACROMOLECULE||e.column.meta.units!==a.Hi.SEPARATOR)throw new Error(`The column of notation '${a.Hi.SEPARATOR}' must be '${r.SEMTYPE.MACROMOLECULE}'.`);if(!t)throw new Error(`The column of notation '${a.Hi.SEPARATOR}' must have the separator tag.`);e.column.meta.units=a.Hi.SEPARATOR,e.column.setTag(a.gp.separator,t),p.setTags(e)}static setUnitsToHelmColumn(e){if(e.column.semType!==r.SEMTYPE.MACROMOLECULE)throw new Error(`The column of notation '${a.Hi.HELM}' must be '${r.SEMTYPE.MACROMOLECULE}'`);e.column.meta.units=a.Hi.HELM,p.setTags(e)}static setTags(e){const t=e.column.meta.units;if([a.Hi.FASTA,a.Hi.SEPARATOR].includes(t)){if(!e.column.getTag(a.gp.alphabet)&&0===Object.keys(e.stats.freq).length)throw new Error("Alphabet is empty and not annotated.");let t=e.column.getTag(a.gp.aligned);null===t&&(t=e.stats.sameLength?"SEQ.MSA":"SEQ",e.column.setTag(a.gp.aligned,t));let n=e.column.getTag(a.gp.alphabet);if(null===n&&(n=(0,c.pc)(e.stats.freq,a.q7),e.column.setTag(a.gp.alphabet,n)),n===a.YI.UN){const t=Object.keys(e.stats.freq).length,n=Object.keys(e.stats.freq).some((e=>e.length>1));e.column.setTag(a.gp.alphabetSize,t.toString()),e.column.setTag(a.gp.alphabetIsMultichar,n?"true":"false")}}}get column(){return this._column}get length(){return this._column.length}get units(){return this._units}get notation(){return this._notation}get defaultGapOriginal(){return this._defaultGapOriginal}get separator(){const e=this.column.getTag(a.gp.separator)??void 0;if(this.notation===a.Hi.SEPARATOR&&void 0===e)throw new Error(`Separator is mandatory for column '${this.column.name}' of notation '${this.notation}'.`);return e}get aligned(){const e=this.column.getTag(a.gp.aligned);if(!e&&(this.isFasta()||this.isSeparator()))throw new Error("Tag aligned not set");return e}get alphabet(){const e=this.column.getTag(a.gp.alphabet);if(!e&&(this.isFasta()||this.isSeparator()))throw new Error("Tag alphabet not set");return e}get helmCompatible(){return this.column.getTag(a.gp.isHelmCompatible)}getAlphabetSize(){if(this.notation==a.Hi.HELM||this.alphabet==a.YI.UN){const e=this.column.getTag(a.gp.alphabetSize);let t;if(e)t=parseInt(e);else{const e=this.stats;t=Object.keys(e.freq).length}return t}switch(this.alphabet){case a.YI.PT:return 20;case a.YI.DNA:case a.YI.RNA:return 4;case"NT":return console.warn("Unexpected alphabet 'NT'."),4;default:throw new Error(`Unexpected alphabet '${this.alphabet}'.`)}}getAlphabetIsMultichar(){return this.notation===a.Hi.HELM||this.alphabet===a.YI.UN&&"true"===this.column.getTag(a.gp.alphabetIsMultichar)}getSplitted(e,t){if(this.cached&&void 0===t){this.column.version===this.columnVersion&&null!==this._splitted||(this.columnVersion=this.column.version,this._splitted=new Array(this.column.length));let t=this._splitted[e]?this._splitted[e].deref():void 0;if(!t){const n=this.column.get(e);t=this.splitter(n),this._splitted[e]=new WeakRef(t)}return t}{const n=this.column.get(e);return this.getSplitter(t)(n)}}get stats(){if(null===this._stats){const e={};let t=!0,n=null;const r=this.column.length;for(let s=0;s<r;++s){const r=this.getSplitted(s);null==n?n=r.length:r.length!==n&&(t=!1);for(const t of r.canonicals)t in e||(e[t]=0),e[t]+=1}this._stats={freq:e,sameLength:t}}return this._stats}get maxLength(){return null===this._maxLength&&(this._maxLength=0===this.column.length?0:Math.max(...o().count(0).take(this.column.length).map((e=>this.getSplitted(e).length)))),this._maxLength}get posList(){if(null===this._posList){const e=this.column.getTag(a.gp.positionNames);this._posList=e?e.split(a.z1).map((e=>e.trim())):o().count(1).take(this.maxLength).map((e=>e.toString())).toArray()}return this._posList}isFasta(){return this.notation===a.Hi.FASTA}isSeparator(){return this.notation===a.Hi.SEPARATOR}isHelm(){return this.notation===a.Hi.HELM}isRna(){return this.alphabet===a.YI.RNA}isDna(){return this.alphabet===a.YI.DNA}isPeptide(){return this.alphabet===a.YI.PT}isMsa(){return!!this.aligned&&this.aligned.toUpperCase().includes("MSA")}isHelmCompatible(){return"true"===this.helmCompatible}isGap(e){return!e||e===this._defaultGapOriginal}getNotation(){if(this.units.toLowerCase().startsWith(a.Hi.FASTA))return a.Hi.FASTA;if(this.units.toLowerCase().startsWith(a.Hi.SEPARATOR))return a.Hi.SEPARATOR;if(this.units.toLowerCase().startsWith(a.Hi.HELM))return a.Hi.HELM;throw new Error(`Column '${this.column.name}' has unexpected notation '${this.units}'.`)}getHelmWrappers(){return[this.isDna()||this.isRna()||this.isHelmCompatible()?"RNA1{":"PEPTIDE1{",this.isDna()?"d(":this.isRna()?"r(":"",this.isDna()||this.isRna()?")p":"","}$$$$"]}getNewColumn(e,t,n,s){const o=this.column,i=e.toLowerCase()+"("+o.name+")",c=n??o.dataFrame.columns.getUnusedName(i),l=r.Column.fromList("string",c,s??new Array(this.column.length).fill(""));if(l.semType=r.SEMTYPE.MACROMOLECULE,l.meta.units=e,e===a.Hi.SEPARATOR){if(!t)throw new Error(`Notation '${a.Hi.SEPARATOR}' requires separator value.`);l.setTag(a.gp.separator,t)}l.setTag(r.TAGS.CELL_RENDERER,e===a.Hi.HELM?"helm":"sequence");const u=o.getTag(a.gp.aligned);u&&l.setTag(a.gp.aligned,u);let d=o.getTag(a.gp.alphabet);d||this.notation!==a.Hi.HELM||e===a.Hi.HELM||(d=a.YI.UN),null!=d&&l.setTag(a.gp.alphabet,d);let h=o.getTag(a.gp.alphabetSize);null!=d&&h&&l.setTag(a.gp.alphabetSize,h);const m=o.getTag(a.gp.alphabetIsMultichar);return null!=d&&void 0!==m&&l.setTag(a.gp.alphabetIsMultichar,m),e==a.Hi.HELM&&(h=this.getAlphabetSize().toString(),l.setTag(a.gp.alphabetSize,h)),l}getNewColumnFromList(e,t){return this.getNewColumn(this.notation,this.separator,e,t)}static getNewColumn(e){const t=p.forColumn(e),n=t.notation;return t.getNewColumn(n)}static unitsStringIsValid(e){return e=e.toLowerCase(),[a.Hi.FASTA,a.Hi.SEPARATOR,a.Hi.HELM].some((t=>e.startsWith(t.toLowerCase())))}static getNewColumnFromParams(e,t,n){if(!p.unitsStringIsValid(n))throw new Error("Invalid format of 'units' parameter");const s=r.Column.fromList("string",t,new Array(e).fill(""));return s.semType=r.SEMTYPE.MACROMOLECULE,s.meta.units=n,s}getSplitter(e){let t=null;if(t=this.notationProvider?this.notationProvider.splitter:null,t)return t;if(this.units.toLowerCase().startsWith(a.Hi.FASTA))return null===this.column.getTag(a.gp.alphabet)||this.getAlphabetIsMultichar()?a.J9:c.tm;if(this.units.toLowerCase().startsWith(a.Hi.SEPARATOR))return(0,a.dh)(this.separator,e);if(this.units.toLowerCase().startsWith(a.Hi.HELM))return a.qp;throw new Error(`Unexpected units ${this.units} .`)}split(e){return this.splitter(e)}getDistanceFunctionName(){if(!this.isFasta())throw new Error("Only FASTA notation is supported");if(this.isMsa())return l.Z.HAMMING;switch(this.alphabet){case a.YI.DNA:case a.YI.RNA:case a.YI.PT:}return l.Z.LEVENSHTEIN}getDistanceFunction(){return l.V[this.getDistanceFunctionName()]()}async checkHelmCompatibility(){if(this.column.tags.has(a.gp.isHelmCompatible))return"true"===this.column.getTag(a.gp.isHelmCompatible);const e=(await(0,u.pj)()).getBioLib().getMonomerSymbolsByType("PEPTIDE"),t=new Set(e),n=((0,a.dh)(this.separator),new Set),r=this.column.length,s=this.column.getRawData();for(let e=0;e<r;++e){const r=s[e];if(!(r in n)){n.add(r);const s=this.getSplitted(e);for(const e of s.canonicals)if(!t.has(e))return this.column.setTag(a.gp.isHelmCompatible,"false"),!1}}return this.column.setTag(a.gp.isHelmCompatible,"true"),!0}get splitter(){return null===this._splitter&&(this._splitter=this.getSplitter()),this._splitter}toFasta(e){return e===a.Hi.FASTA}toSeparator(e){return e===a.Hi.SEPARATOR}toHelm(e){return e===a.Hi.HELM}convertHelmToFastaSeparator(e,t,n,r){r||(r=this.toFasta(t)?m[a.Hi.FASTA]:m[a.Hi.SEPARATOR]),n||(n=this.toFasta(t)?"":this.separator);const s=e.startsWith("RNA"),o=this.splitter(e),i=[];for(let e=0;e<o.length;++e){let n=o.getOriginal(e);if(s&&(n=n.replace(d.EK,"")),n===m[a.Hi.HELM])i.push(r);else if(this.toFasta(t)&&n.length>1){const e="["+n+"]";i.push(e)}else i.push(n)}return i.join(n)}convert(e,t){const n=this.getJoiner({notation:e,separator:t}),r=this.getNewColumn(e,t);return r.init((e=>{const t=this.getSplitted(e);return n(t)})),r}getRegion(e,t,n){const r=this.getNewColumn(this.notation,this.separator);r.name=n;const s=e??0,o=t??this.maxLength-1,i=this.getJoiner(),l=o-s+1,u=m[this.notation];r.init((e=>{const t=this.getSplitted(e),n=new Array(l);for(let e=0;e<l;++e){const r=s+e;n[e]=r<t.length?t.getOriginal(r):u}return i(new c.Mu(n,u))}));const d=e=>{const t=e.split(",").map((e=>e.trim())),n=new Array(l);for(let e=0;e<l;++e){const r=s+e;n[e]=r<t.length?t[r]:"?"}return n.join(a.z1)},h=this.column.getTag(a.gp.positionNames);h&&r.setTag(a.gp.positionNames,d(h));const p=this.column.getTag(a.gp.positionLabels);return p&&r.setTag(a.gp.positionLabels,d(p)),r}get joiner(){return this._joiner||(this._joiner=this.getJoiner()),this._joiner}getJoiner(e){const t=e?e.notation:this.notation,n=e?e.separator:this.separator;let r;const s=this;switch(t){case a.Hi.FASTA:r=function(e){return s.joinToFasta(e,s.isHelm())};break;case a.Hi.SEPARATOR:if(!n)throw new Error(`Separator is mandatory for notation '${t}'.`);r=function(e){return f(e,n,s.isHelm())};break;case a.Hi.HELM:{const e=s.alphabet===a.YI.DNA||s.alphabet===a.YI.RNA,t=s.getHelmWrappers();r=function(n){return g(n,t,e)};break}default:throw new Error(`Unexpected notation '${t}'.`)}return r}getConverter(e,t=void 0){if(e===a.Hi.SEPARATOR&&!t)throw new Error(`Target separator is not specified for target units '${a.Hi.SEPARATOR}'.`);const n=this;if(e===a.Hi.FASTA)return function(e){return n.convertToFasta(e)};if(e===a.Hi.HELM)return function(e){return n.convertToHelm(e)};if(e===a.Hi.SEPARATOR)return function(e){return n.convertToSeparator(e,t)};throw new Error}static forColumn(e){let t=e.temp[h.seqHandler];return t&&t.columnVersion===e.version||(t=e.temp[h.seqHandler]=new p(e)),t}joinToFasta(e,t){const n=new Array(e.length);for(let r=0;r<e.length;++r){const s=e.getOriginal(r);let o=e.getOriginal(r);t&&(o=o.replace(d.EK,"$1")),s===i._S?o=m[a.Hi.FASTA]:s===d.q7?o="":o.length>1&&(o="["+o+"]"),n[r]=o}return n.join("")}convertToFasta(e){const t=this.splitter,n=this.isHelm()?this.splitterAsHelmNucl(e):t(e);return this.joinToFasta(n,this.isHelm())}convertToSeparator(e,t){return f(this.isHelm()?this.splitterAsHelmNucl(e):this.splitter(e),t,this.isHelm())}convertToHelm(e){const t=this.getHelmWrappers(),n=e.startsWith("DNA")||e.startsWith("RNA");return g(this.splitter(e),t,n)}splitterAsHelmNucl(e){const t=this.splitter(e),n=new Array(t.length),r=e.startsWith("DNA"),s=e.startsWith("RNA");for(let e=0;e<t.length;++e){let o=t.getOriginal(e);(r||s)&&(o=o.replace(d.EK,"$1"),o=o===d.q7?null:o),n[e]=o||null}return new c.Mu(n.filter((e=>!!e)),m[a.Hi.HELM])}}function f(e,t,n){const r=new Array(e.length);for(let t=0;t<e.length;++t){const s=e.getCanonical(t);let o=e.getOriginal(t);n&&(o=o.replace(d.EK,"$1")),s===i._S?o=m[a.Hi.SEPARATOR]:s===d.q7&&(o=""),r[t]=o}return r.join(t)}function g(e,t,n){const[r,s,o,c]=t,l=new Array(e.length);for(let t=0;t<e.length;++t){const r=e.getCanonical(t);let c=e.getOriginal(t);r===i._S?c=m[a.Hi.HELM]:(n&&(c=c.replace(d.EK,"$1")),c=1===c.length?`${s}${c}${o}`:`${s}[${c}]${o}`),l[t]=c}return`${r}${l.join(".")}${c}`}},3077:(e,t,n)=>{"use strict";n.d(t,{R:()=>o});var r=n(6082),s=n(826);function o(e){const t=e=>{const t=a.columns.addNewString((e+1).toString());return n.push(t),t},n=[],o=e.length,a=r.DataFrame.create(o),i=s.GO.forColumn(e);for(let e=0;e<o;++e){const r=i.getSplitted(e);for(let s=0;s<r.length;++s){const o=r.getOriginal(s);((n[s]??null)||t(s)).set(e,o,!1)}}return a}},7602:(e,t,n)=>{"use strict";n.d(t,{g:()=>o});var r,s=n(9192);!function(e){e[e.error=0]="error",e[e.warning=1]="warning",e[e.info=2]="info",e[e.debug=3]="debug"}(r||(r={}));class o{constructor(e){this.logger=e,this.promise=Promise.resolve(),this.errors=[],this.syncCounter=0}sync(e,t){const n=++this.syncCounter;this.logger.debug(`${e}, SYNC syncId = ${n}, IN `),this.promise=this.promise.then((async()=>{this.logger.debug(`${e}, SYNC syncId = ${n}, START `),await t(),this.logger.debug(`${e}, SYNC syncId = ${n}, END `)})).catch((t=>{const[r,o]=(0,s.AP)(t);this.logger.error(`${e}, SYNC syncId = ${n}, ERROR:\n${r}`,void 0,o),this.errors.push(t)}))}resetErrors(){const e=this.errors;return this.errors=[],e}}},4326:(e,t,n)=>{"use strict";n.d(t,{Fo:()=>u,Lp:()=>o,P4:()=>a,fH:()=>s,gp:()=>r,lT:()=>c,mH:()=>i});var r,s,o,a,i,c,l=n(6082);!function(e){e.tooltipWebLogo=".tooltipWebLogo"}(r||(r={})),function(e){e.Entropy="Entropy",e.full="100%"}(s||(s={})),function(e){e.TOP="top",e.MIDDLE="middle",e.BOTTOM="bottom"}(o||(o={})),function(e){e.LEFT="left",e.CENTER="center",e.RIGHT="right"}(a||(a={})),function(e){e.AUTO="auto",e.ON="on",e.OFF="off"}(i||(i={})),function(e){e.Filtered="Filtered",e.Selected="Selected"}(c||(c={}));const u=new class{constructor(){this.sequenceColumnName=null,this.valueAggrType=l.AGG.TOTAL_COUNT,this.valueColumnName="Activity",this.startPositionName=null,this.endPositionName=null,this.skipEmptySequences=!0,this.skipEmptyPositions=!1,this.shrinkEmptyTail=!0,this.backgroundColor=4294967295,this.positionHeight=s.Entropy,this.positionWidth=16,this.verticalAlignment=o.MIDDLE,this.horizontalAlignment=a.CENTER,this.fixWidth=!1,this.fitArea=!0,this.minHeight=50,this.maxHeight=100,this.showPositionLabels=!0,this.positionMarginState=i.AUTO,this.positionMargin=0,this.filterSource=c.Filtered}}},5540:(e,t,n)=>{"use strict";e=n.hmd(e);var r,s=(r="undefined"!=typeof document&&document.currentScript?document.currentScript.src:void 0,function(e={}){var t,n,s=void 0!==e?e:{};s.ready=new Promise((function(e,r){t=e,n=r}));var o,a=Object.assign({},s),i="object"==typeof window,c="function"==typeof importScripts,l=("object"==typeof process&&"object"==typeof process.versions&&process.versions.node,"");(i||c)&&(c?l=self.location.href:"undefined"!=typeof document&&document.currentScript&&(l=document.currentScript.src),r&&(l=r),l=0!==l.indexOf("blob:")?l.substr(0,l.replace(/[?#].*/,"").lastIndexOf("/")+1):"",c&&(o=e=>{var t=new XMLHttpRequest;return t.open("GET",e,!1),t.responseType="arraybuffer",t.send(null),new Uint8Array(t.response)})),s.print||console.log.bind(console);var u,d,h=s.printErr||console.warn.bind(console);Object.assign(s,a),a=null,s.arguments&&s.arguments,s.thisProgram&&s.thisProgram,s.quit&&s.quit,s.wasmBinary&&(u=s.wasmBinary),s.noExitRuntime,"object"!=typeof WebAssembly&&E("no native wasm support detected");var m,p,f,g=!1;function y(){var e=d.buffer;s.HEAP8=m=new Int8Array(e),s.HEAP16=new Int16Array(e),s.HEAP32=new Int32Array(e),s.HEAPU8=p=new Uint8Array(e),s.HEAPU16=new Uint16Array(e),s.HEAPU32=f=new Uint32Array(e),s.HEAPF32=new Float32Array(e),s.HEAPF64=new Float64Array(e)}var w=[],b=[],A=[],C=0,T=null,v=null;function E(e){s.onAbort&&s.onAbort(e),h(e="Aborted("+e+")"),g=!0,e+=". Build with -sASSERTIONS for more info.";var t=new WebAssembly.RuntimeError(e);throw n(t),t}var S,_;function P(e){return e.startsWith("data:application/octet-stream;base64,")}function x(e){try{if(e==S&&u)return new Uint8Array(u);if(o)return o(e);throw"both async and sync fetching of the wasm failed"}catch(e){E(e)}}function $(e,t,n){return function(e){return u||!i&&!c||"function"!=typeof fetch?Promise.resolve().then((function(){return x(e)})):fetch(e,{credentials:"same-origin"}).then((function(t){if(!t.ok)throw"failed to load wasm binary file at '"+e+"'";return t.arrayBuffer()})).catch((function(){return x(e)}))}(e).then((function(e){return WebAssembly.instantiate(e,t)})).then((function(e){return e})).then(n,(function(e){h("failed to asynchronously prepare wasm: "+e),E(e)}))}function M(e){for(;e.length>0;)e.shift()(s)}function N(e){this.excPtr=e,this.ptr=e-24,this.set_type=function(e){f[this.ptr+4>>2]=e},this.get_type=function(){return f[this.ptr+4>>2]},this.set_destructor=function(e){f[this.ptr+8>>2]=e},this.get_destructor=function(){return f[this.ptr+8>>2]},this.set_caught=function(e){e=e?1:0,m[this.ptr+12|0]=e},this.get_caught=function(){return 0!=m[this.ptr+12|0]},this.set_rethrown=function(e){e=e?1:0,m[this.ptr+13|0]=e},this.get_rethrown=function(){return 0!=m[this.ptr+13|0]},this.init=function(e,t){this.set_adjusted_ptr(0),this.set_type(e),this.set_destructor(t)},this.set_adjusted_ptr=function(e){f[this.ptr+16>>2]=e},this.get_adjusted_ptr=function(){return f[this.ptr+16>>2]},this.get_exception_ptr=function(){if(V(this.get_type()))return f[this.excPtr>>2];var e=this.get_adjusted_ptr();return 0!==e?e:this.excPtr}}function I(e){var t=d.buffer;try{return d.grow(e-t.byteLength+65535>>>16),y(),1}catch(e){}}function L(e){return s["_"+e]}P(S="wasmDbscan.wasm")||(_=S,S=s.locateFile?s.locateFile(_,l):l+_);var R="undefined"!=typeof TextDecoder?new TextDecoder("utf8"):void 0;function O(e,t,n,r,s){var o={string:e=>{var t=0;return null!=e&&0!==e&&(t=function(e){var t=function(e){for(var t=0,n=0;n<e.length;++n){var r=e.charCodeAt(n);r<=127?t++:r<=2047?t+=2:r>=55296&&r<=57343?(t+=4,++n):t+=3}return t}(e)+1,n=k(t);return function(e,t,n){!function(e,t,n,r){if(!(r>0))return 0;for(var s=n+r-1,o=0;o<e.length;++o){var a=e.charCodeAt(o);if(a>=55296&&a<=57343&&(a=65536+((1023&a)<<10)|1023&e.charCodeAt(++o)),a<=127){if(n>=s)break;t[n++]=a}else if(a<=2047){if(n+1>=s)break;t[n++]=192|a>>6,t[n++]=128|63&a}else if(a<=65535){if(n+2>=s)break;t[n++]=224|a>>12,t[n++]=128|a>>6&63,t[n++]=128|63&a}else{if(n+3>=s)break;t[n++]=240|a>>18,t[n++]=128|a>>12&63,t[n++]=128|a>>6&63,t[n++]=128|63&a}}t[n]=0}(e,p,t,n)}(e,n,t),n}(e)),t},array:e=>{var t,n,r=k(e.length);return t=e,n=r,m.set(t,n),r}},a=L(e),i=[],c=0;if(r)for(var l=0;l<r.length;l++){var u=o[n[l]];u?(0===c&&(c=G()),i[l]=u(r[l])):i[l]=r[l]}var d=a.apply(null,i);return function(e){return 0!==c&&D(c),function(e){return"string"===t?(n=e)?function(e,t,n){for(var r=t+n,s=t;e[s]&&!(s>=r);)++s;if(s-t>16&&e.buffer&&R)return R.decode(e.subarray(t,s));for(var o="";t<s;){var a=e[t++];if(128&a){var i=63&e[t++];if(192!=(224&a)){var c=63&e[t++];if((a=224==(240&a)?(15&a)<<12|i<<6|c:(7&a)<<18|i<<12|c<<6|63&e[t++])<65536)o+=String.fromCharCode(a);else{var l=a-65536;o+=String.fromCharCode(55296|l>>10,56320|1023&l)}}else o+=String.fromCharCode((31&a)<<6|i)}else o+=String.fromCharCode(a)}return o}(p,n,r):"":"boolean"===t?Boolean(e):e;var n,r}(e)}(d)}var H,F={__cxa_throw:function(e,t,n){throw new N(e).init(t,n),e},abort:function(){E("")},emscripten_memcpy_big:function(e,t,n){p.copyWithin(e,t,t+n)},emscripten_resize_heap:function(e){var t,n=p.length,r=2147483648;if((e>>>=0)>r)return!1;for(var s=1;s<=4;s*=2){var o=n*(1+.2/s);if(o=Math.min(o,e+100663296),I(Math.min(r,(t=Math.max(e,o))+(65536-t%65536)%65536)))return!0}return!1}},G=(function(){var e,t,r,o,a={env:F,wasi_snapshot_preview1:F};function i(e,t){var n,r=e.exports;return s.asm=r,d=s.asm.memory,y(),s.asm.__indirect_function_table,n=s.asm.__wasm_call_ctors,b.unshift(n),function(){if(C--,s.monitorRunDependencies&&s.monitorRunDependencies(C),0==C&&(null!==T&&(clearInterval(T),T=null),v)){var e=v;v=null,e()}}(),r}if(C++,s.monitorRunDependencies&&s.monitorRunDependencies(C),s.instantiateWasm)try{return s.instantiateWasm(a,i)}catch(e){h("Module.instantiateWasm callback failed with error: "+e),n(e)}(e=u,t=S,r=a,o=function(e){i(e.instance)},e||"function"!=typeof WebAssembly.instantiateStreaming||P(t)||"function"!=typeof fetch?$(t,r,o):fetch(t,{credentials:"same-origin"}).then((function(e){return WebAssembly.instantiateStreaming(e,r).then(o,(function(e){return h("wasm streaming compile failed: "+e),h("falling back to ArrayBuffer instantiation"),$(t,r,o)}))}))).catch(n)}(),s._dbscan=function(){return(s._dbscan=s.asm.dbscan).apply(null,arguments)},s._malloc=function(){return(s._malloc=s.asm.malloc).apply(null,arguments)},s._free=function(){return(s._free=s.asm.free).apply(null,arguments)},function(){return(G=s.asm.stackSave).apply(null,arguments)}),D=function(){return(D=s.asm.stackRestore).apply(null,arguments)},k=function(){return(k=s.asm.stackAlloc).apply(null,arguments)},V=function(){return(V=s.asm.__cxa_is_pointer_type).apply(null,arguments)};function U(){function e(){H||(H=!0,s.calledRun=!0,g||(M(b),t(s),s.onRuntimeInitialized&&s.onRuntimeInitialized(),function(){if(s.postRun)for("function"==typeof s.postRun&&(s.postRun=[s.postRun]);s.postRun.length;)e=s.postRun.shift(),A.unshift(e);var e;M(A)}()))}C>0||(function(){if(s.preRun)for("function"==typeof s.preRun&&(s.preRun=[s.preRun]);s.preRun.length;)e=s.preRun.shift(),w.unshift(e);var e;M(w)}(),C>0||(s.setStatus?(s.setStatus("Running..."),setTimeout((function(){setTimeout((function(){s.setStatus("")}),1),e()}),1)):e()))}if(s.ccall=O,s.cwrap=function(e,t,n,r){var s=!n||n.every((e=>"number"===e||"boolean"===e));return"string"!==t&&s&&!r?L(e):function(){return O(e,t,n,arguments)}},v=function e(){H||U(),H||(v=e)},s.preInit)for("function"==typeof s.preInit&&(s.preInit=[s.preInit]);s.preInit.length>0;)s.preInit.pop()();return U(),e.ready});"object"==typeof exports?e.exports=s:"function"==typeof define&&n.amdO?define([],(function(){return s})):"object"==typeof exports&&(exports.exportCppDbscanLib=s)},6295:(e,t,n)=>{"use strict";n.d(t,{$1:()=>i,Hr:()=>v,Ii:()=>p,T6:()=>T,TK:()=>A,a4:()=>h,be:()=>m,gt:()=>y,iS:()=>a,ij:()=>w,lO:()=>d,lP:()=>g,rR:()=>f,tO:()=>c,v_:()=>l,yK:()=>b,zn:()=>u});var r=n(8774),s=n(8498),o=n(6863);s.aT.Tanimoto,s.aT.Dice,s.aT.Asymmetric,s.aT.BraunBlanquet,s.aT.Cosine,s.aT.Kulczynski,s.aT.McConnaughey,s.aT.RogotGoldberg,s.aT.Russel,s.aT.Sokal,s.aT.Hamming,s.aT.Euclidean,s.aT.Tanimoto,s.aT.Dice,s.aT.Asymmetric,s.aT.BraunBlanquet,s.aT.Cosine,s.aT.Kulczynski,s.aT.McConnaughey,s.aT.RogotGoldberg,s.aT.Russel,s.aT.Sokal,s.aT.Hamming,s.aT.Euclidean;const a=[s.aT.Tanimoto,s.aT.Dice,s.aT.Cosine];function i(e,t){const n=e.trueCount()+t.trueCount();if(0==n)return 1;const r=e.andWithCountBits(t,!0);return r/(n-r)}function c(e,t){return 1-i(e,t)}function l(e,t){return C(i(new r.A(e,32*e.length),new r.A(t,32*t.length)))}function u(e,t){return 1-function(e,t){const n=e.trueCount()+t.trueCount();return 0==n?0:2*e.andWithCountBits(t,!0)/n}(e,t)}function d(e,t){return 1-function(e,t){const n=e.trueCount()*t.trueCount();return 0==n?0:e.andWithCountBits(t,!0)/Math.sqrt(n)}(e,t)}function h(e,t){return Math.sqrt(e.trueCount()+t.trueCount()-2*e.andWithCountBits(t,!0))}function m(e,t){return e.trueCount()+t.trueCount()-2*e.andWithCountBits(t,!0)}function p(e,t){return 1-function(e,t){const n=e.trueCount()+t.trueCount(),r=e.andWithCountBits(t,!0);return r/(2*n-3*r)}(e,t)}function f(e,t){return C(function(e,t){const n=e.trueCount()+t.trueCount(),r=e.trueCount()*t.trueCount();return 0==r?0:e.andWithCountBits(t,!0)*n/(2*r)}(e,t))}function g(e,t){return C(function(e,t){const n=e.trueCount()+t.trueCount(),r=e.trueCount()*t.trueCount();return 0==r?0:(e.andWithCountBits(t,!0)*n-r)/r}(e,t))}function y(e,t){return 1-function(e,t){const n=Math.min(e.trueCount(),t.trueCount());return 0==n?0:e.andWithCountBits(t,!0)/n}(e,t)}function w(e,t){return C(function(e,t){const n=Math.max(e.trueCount(),t.trueCount());return 0==n?0:e.andWithCountBits(t,!0)/n}(e,t))}function b(e,t){return C(function(e,t){return 0==e.length?0:e.andWithCountBits(t,!0)/e.length}(e,t))}function A(e,t){return C(function(e,t){const n=e.andWithCountBits(t,!0),r=e.countBits(!0)+t.countBits(!0),s=e.length,o=s-r+n;return n==s||o==s?1:n/r+o/(2*s-r)}(e,t))}function C(e){return 0===e?3402823e32:1/e-1}function T(e){if(e&&null!=e.range&&e.range>0){const t=e.range;return(e,n)=>Math.abs(e-n)/t}return(e,t)=>Math.abs(e-t)}function v(e){const t=function(e){const t=e?.mostCommon??new Set;return(e,n)=>{const r=e.length,s=n.length;let o=0,a=0,i=0;for(;a<r&&i<s;)e[a]===n[i]?(t?.has(e[a])||++o,++a,++i):e[a]<n[i]?++a:++i;return o}}(e);return(e,n)=>0===n.length||0===e.length?1e4:Math.min(e.length,n.length)/(t(e,n)+1e-4)}s.aT.Tanimoto,s.aT.Asymmetric,s.aT.Cosine,s.aT.Sokal,o.Z.HAMMING,o.Z.LEVENSHTEIN,o.Z.MONOMER_CHEMICAL_DISTANCE,o.Z.NEEDLEMANN_WUNSCH},684:(e,t,n)=>{"use strict";n.d(t,{C0:()=>o,GP:()=>r,Gi:()=>i,YP:()=>l,_X:()=>a,n3:()=>s,vb:()=>c});const r="dim-red-preprocessing-function",s="supportedSemTypes",o="supportedTypes",a="supportedUnits",i="supportedDistanceFunctions",c="bypassLargeDataWarning",l="show-scatterplot-progress"},6863:(e,t,n)=>{"use strict";function r(e={}){const t=function(){if(!e||!e.scoringMatrix||!e.alphabetIndexes)return(e,t)=>e===t?0:1;if(e.scoringMatrix.length!==Object.keys(e.alphabetIndexes).length)throw new Error("Scoring matrix and alphabet indexes should have the same length");const t=e.alphabetIndexes,n=e.scoringMatrix,r=Math.min(...Object.keys(t).map((e=>e.charCodeAt(0))))+1,s=new Float32Array((n.length+r)*(n.length+r));return Object.entries(t).forEach((([e,r])=>{const o=n[r];Object.entries(t).forEach((([t,r])=>{s[e.charCodeAt(0)*n.length+t.charCodeAt(0)]=o[r]}))})),(e,t)=>1-s[e.charCodeAt(0)*n.length+t.charCodeAt(0)]}(),n=e?.threshold??0;return(e,r)=>{let s=0;const o=e.length,a=r.length,i=Math.ceil(Math.max(o,a)*(1-n));o!==a&&(s=Math.abs(o-a));let c=0;for(let n=0;n<Math.min(o,a);n++)if(e[n]!==r[n]&&(c+=t(e[n],r[n]),c>i))return 1;return c+=s,c/=Math.max(o,a),c}}n.d(t,{Z:()=>a,V:()=>i});var s=n(2787);const o={gapOpen:1,gapExtend:.6,scoringMatrix:[[4,-1,-2,-2,0,-1,-1,0,-2,-1,-1,-1,-1,-2,-1,1,0,-3,-2,0,-2,-1,0,-4],[-1,5,0,-2,-3,1,0,-2,0,-3,-2,2,-1,-3,-2,-1,-1,-3,-2,-3,-1,0,-1,-4],[-2,0,6,1,-3,0,0,0,1,-3,-3,0,-2,-3,-2,1,0,-4,-2,-3,3,0,-1,-4],[-2,-2,1,6,-3,0,2,-1,-1,-3,-4,-1,-3,-3,-1,0,-1,-4,-3,-3,4,1,-1,-4],[0,-3,-3,-3,9,-3,-4,-3,-3,-1,-1,-3,-1,-2,-3,-1,-1,-2,-2,-1,-3,-3,-2,-4],[-1,1,0,0,-3,5,2,-2,0,-3,-2,1,0,-3,-1,0,-1,-2,-1,-2,0,3,-1,-4],[-1,0,0,2,-4,2,5,-2,0,-3,-3,1,-2,-3,-1,0,-1,-3,-2,-2,1,4,-1,-4],[0,-2,0,-1,-3,-2,-2,6,-2,-4,-4,-2,-3,-3,-2,0,-2,-2,-3,-3,-1,-2,-1,-4],[-2,0,1,-1,-3,0,0,-2,8,-3,-3,-1,-2,-1,-2,-1,-2,-2,2,-3,0,0,-1,-4],[-1,-3,-3,-3,-1,-3,-3,-4,-3,4,2,-3,1,0,-3,-2,-1,-3,-1,3,-3,-3,-1,-4],[-1,-2,-3,-4,-1,-2,-3,-4,-3,2,4,-2,2,0,-3,-2,-1,-2,-1,1,-4,-3,-1,-4],[-1,2,0,-1,-3,1,1,-2,-1,-3,-2,5,-1,-3,-1,0,-1,-3,-2,-2,0,1,-1,-4],[-1,-1,-2,-3,-1,0,-2,-3,-2,1,2,-1,5,0,-2,-1,-1,-1,-1,1,-3,-1,-1,-4],[-2,-3,-3,-3,-2,-3,-3,-3,-1,0,0,-3,0,6,-4,-2,-2,1,3,-1,-3,-3,-1,-4],[-1,-2,-2,-1,-3,-1,-1,-2,-2,-3,-3,-1,-2,-4,7,-1,-1,-4,-3,-2,-2,-1,-2,-4],[1,-1,1,0,-1,0,0,0,-1,-2,-2,0,-1,-2,-1,4,1,-3,-2,-2,0,0,0,-4],[0,-1,0,-1,-1,-1,-1,-2,-2,-1,-1,-1,-1,-2,-1,1,5,-2,-2,0,-1,-1,0,-4],[-3,-3,-4,-4,-2,-2,-3,-2,-2,-3,-2,-3,-1,1,-4,-3,-2,11,2,-3,-4,-3,-2,-4],[-2,-2,-2,-3,-2,-1,-2,-3,2,-1,-1,-2,-1,3,-3,-2,-2,2,7,-1,-3,-2,-1,-4],[0,-3,-3,-3,-1,-2,-2,-3,-3,3,1,-2,1,-1,-2,-2,0,-3,-1,4,-3,-2,-1,-4],[-2,-1,3,4,-3,0,1,-1,0,-3,-4,0,-3,-3,-2,0,-1,-4,-3,-3,4,1,-1,-4],[-1,0,0,1,-3,3,4,-2,0,-3,-3,1,-1,-3,-1,0,-1,-3,-2,-2,1,4,-1,-4],[0,-1,-1,-1,-2,-1,-1,-1,-1,-1,-1,-1,-1,-1,-2,0,0,-2,-1,-1,-1,-1,-1,-4],[-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,1]],alphabetIndexes:{A:0,R:1,N:2,D:3,C:4,Q:5,E:6,G:7,H:8,I:9,L:10,K:11,M:12,F:13,P:14,S:15,T:16,W:17,Y:18,V:19,B:20,Z:21,X:22,"*":23}};var a;!function(e){e.HAMMING="Hamming",e.LEVENSHTEIN="Levenshtein",e.NEEDLEMANN_WUNSCH="Needlemann-Wunsch",e.MONOMER_CHEMICAL_DISTANCE="Monomer chemical distance"}(a||(a={}));const i={[a.HAMMING]:r,[a.LEVENSHTEIN]:function(){return(e,t)=>(0,s.I)(e,t)/Math.max(e.length,t.length)},[a.NEEDLEMANN_WUNSCH]:function(e){const t=new Uint16Array(65536),{gapOpen:n,gapExtend:r,scoringMatrix:s,alphabetIndexes:a}={...o,...e};Object.entries(a).forEach((([e,n])=>t[e.charCodeAt(0)]=n));const i=[new Float32Array(1e4),new Float32Array(1e4)];return(e,o)=>{const a=new Array(e.length+1).fill(!1),c=new Array(e.length+1).fill(!1);let l=0,u=1;for(let t=1;t<e.length+1;t++)i[0][t]=-n-(t-1)*r,i[1][t]=0;i[0][0]=0;for(let d=1;d<o.length+1;d++){i[u][0]=-n-(d-1)*r;for(let h=1;h<e.length+1;h++){const m=i[l][h-1]+s[t[e.charCodeAt(h-1)]][t[o.charCodeAt(d-1)]],p=i[l][h]-(a[h]?r:n),f=i[u][h-1]-(c[h-1]?r:n);i[u][h]=Math.max(m,f,p),i[u][h]===m?(a[h]=!1,c[h]=!1):i[u][h]===f?(a[h]=!1,c[h]=!0):(a[h]=!0,c[h]=!1)}l=u,u=(u+1)%2}const d=Math.max(e.length,o.length);return(d-i[l][e.length])/d}},[a.MONOMER_CHEMICAL_DISTANCE]:r}},9039:(e,t,n)=>{"use strict";var r;n.d(t,{c:()=>r}),function(e){e.UMAP="UMAP",e.T_SNE="t-SNE"}(r||(r={}))},8498:(e,t,n)=>{"use strict";var r,s,o,a,i,c,l;n.d(t,{EG:()=>i,Pn:()=>s,RR:()=>c,Wn:()=>l,aT:()=>o,m6:()=>a,xL:()=>r}),function(e){e.Levenshtein="Levenshtein",e.JaroWinkler="Jaro-Winkler",e.Manhattan="Manhattan",e.Onehot="One-Hot"}(r||(r={})),function(e){e.Euclidean="Euclidean"}(s||(s={})),function(e){e.Tanimoto="Tanimoto",e.Dice="Dice",e.Asymmetric="Asymmetric",e.BraunBlanquet="Braun-Blanquet",e.Cosine="Cosine",e.Kulczynski="Kulczynski",e.McConnaughey="Mc-Connaughey",e.RogotGoldberg="Rogot-Goldberg",e.Russel="Russel",e.Sokal="Sokal",e.Hamming="Hamming",e.Euclidean="Euclidean"}(o||(o={})),function(e){e.TanimotoIntArray="TanimotoIntArray"}(a||(a={})),function(e){e.Vector="Vector",e.String="String",e.BitArray="BitArray",e.MacroMolecule="MacroMolecule",e.Number="Number",e.IntArray="IntArray",e.NumberArray="NumberArray"}(i||(i={})),function(e){e.Difference="Difference"}(c||(c={})),function(e){e.CommonItems="Common Items"}(l||(l={}))},2780:(e,t,n)=>{"use strict";n.d(t,{aT:()=>r.aT});var r=n(8498);n(9336)},9336:(e,t,n)=>{"use strict";var r=n(2787),s=n(944),o=n(6295),a=n(3629),i=n(6863),c=n(8498);const l={[c.Pn.Euclidean]:a.ou},u={[c.xL.Levenshtein]:r.I,[c.xL.JaroWinkler]:s.Vb,[c.xL.Manhattan]:function(e,t){if(e.length!==t.length)return 1;{let n=0;for(let r=1;r<e.length;r++)n+=e[r]==t[r]?0:1;return n/e.length}},[c.xL.Onehot]:function(e,t){return e===t?0:1}},d={[c.aT.Tanimoto]:o.tO,[c.aT.Dice]:o.zn,[c.aT.Asymmetric]:o.gt,[c.aT.BraunBlanquet]:o.ij,[c.aT.Cosine]:o.lO,[c.aT.Kulczynski]:o.rR,[c.aT.McConnaughey]:o.lP,[c.aT.RogotGoldberg]:o.TK,[c.aT.Russel]:o.yK,[c.aT.Sokal]:o.Ii,[c.aT.Hamming]:o.be,[c.aT.Euclidean]:o.a4},h={[c.m6.TanimotoIntArray]:o.v_},m={[c.RR.Difference]:o.T6},p={[c.Wn.CommonItems]:o.Hr},f={[c.EG.Vector]:{[c.Pn.Euclidean]:l[c.Pn.Euclidean]},[c.EG.String]:{[c.xL.Levenshtein]:u[c.xL.Levenshtein],[c.xL.JaroWinkler]:u[c.xL.JaroWinkler],[c.xL.Manhattan]:u[c.xL.Manhattan],[c.xL.Onehot]:u[c.xL.Onehot]},[c.EG.BitArray]:{[c.aT.Tanimoto]:d[c.aT.Tanimoto],[c.aT.Dice]:d[c.aT.Dice],[c.aT.Asymmetric]:d[c.aT.Asymmetric],[c.aT.BraunBlanquet]:d[c.aT.BraunBlanquet],[c.aT.Cosine]:d[c.aT.Cosine],[c.aT.Kulczynski]:d[c.aT.Kulczynski],[c.aT.McConnaughey]:d[c.aT.McConnaughey],[c.aT.RogotGoldberg]:d[c.aT.RogotGoldberg],[c.aT.Russel]:d[c.aT.Russel],[c.aT.Sokal]:d[c.aT.Sokal]},[c.EG.MacroMolecule]:{[i.Z.HAMMING]:i.V[i.Z.HAMMING],[i.Z.LEVENSHTEIN]:i.V[i.Z.LEVENSHTEIN],[i.Z.NEEDLEMANN_WUNSCH]:i.V[i.Z.NEEDLEMANN_WUNSCH],[i.Z.MONOMER_CHEMICAL_DISTANCE]:i.V[i.Z.MONOMER_CHEMICAL_DISTANCE]},[c.EG.Number]:{[c.RR.Difference]:m[c.RR.Difference]},[c.EG.IntArray]:{[c.m6.TanimotoIntArray]:h[c.m6.TanimotoIntArray]},[c.EG.NumberArray]:{[c.Wn.CommonItems]:p[c.Wn.CommonItems]}};Object.keys(f).reduce(((e,t)=>{for(const n of Object.keys(f[t]))e[n]=t;return e}),{})},8774:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});class r{constructor(e,t=!1){if(this._length=0,this._version=0,this._updateLevel=0,this._selectedCount=0,this._selectedCountVersion=-1,this._selectedIndexesVersion=-1,this._versionedName="",this._versionedNameVersion=-1,this.SHRINK_THRESHOLD=256,"number"==typeof e){const n=e,s=r._createBuffer(n);if(t)for(let e=0;e<s.length;e++)s[e]=-1;this._data=s,this._length=n}else{if(!(e instanceof Uint32Array))throw new Error("Invalid constructor");this._data=e,this._length=t}}getRawData(){return this._data}assureGoez(e,t){if(e<0)throw new Error(`${t} should be greater than zero`)}assureInRange(e,t,n,r){if(e<t||e>n)throw new Error(`Argument ${r} (${e}) out of range (${t}, ${n})`)}copy(e,t,n){for(let r=0;r<n;r++)t[r]=e[r]}copyFrom(e){if(this._length!=e._length)throw new Error(`Lengths differ (${this._length} != ${e._length})`);this.copy(e._data,this._data,this.lengthInInts),this._version++}get length(){return this._length}get buffer(){return this._data}set buffer(e){this._data=e,this._version++}get version(){return this._version}set version(e){this._version=e}incrementVersion(e=!0){this._version++}get lengthInInts(){return Math.floor((this._length+31)/32)}get versionedName(){return this._version==this._versionedNameVersion?this._versionedName:""}set versionedName(e){this._versionedName=e,this._versionedNameVersion=this._version}get self(){return this}setLength(e){if(e<0)throw new Error("should be >= 0");if(e==this._length)return;const t=Math.floor((e+31)/32);if(t>this._data.length||t+this.SHRINK_THRESHOLD<this._data.length){const e=new Uint32Array(t);this.copy(this._data,e,t>this._data.length?this._data.length:t),this._data=e}e>this._length&&(this._length%32>0&&(this._data[this.lengthInInts-1]&=(1<<(this._length%32&31))-1),this._data.fill(0,this.lengthInInts,t)),this._length=e,this._version++}static fromAnd(e,t){if(e._length!=t._length)throw new Error(`Lengths differ (${e._length} != ${t._length})`);const n=new r(e._length);n._length=e._length,n._data=r._createBuffer(n._length),n._version=0;const s=e.lengthInInts;for(let r=0;r<s;r++)n._data[r]=e._data[r]&t._data[r];return n}static _createBuffer(e){return new Uint32Array(Math.floor((e+31)/32))}static fromValues(e){const t=new r(e.length);t._version=0;for(let n=0;n<t._length;n++)e[n]&&(t._data[Math.floor(n/32)]|=1<<(n%32&31));return t}static fromSeq(e,t){const n=new r(e);for(let r=0;r<e;++r)n.setBit(r,t(r));return n._version=0,n}static fromString(e){return r.fromSeq(e.length,(t=>"1"==e.charAt(t)))}static fromUint32Array(e,t){const n=new r(e);return n._data=t,n}static fromBytes(e){const t=e.length,n=new r(8*t);n._data=new Uint32Array(Math.floor((t+3)/4)),n._length=8*t;let s=0,o=0;for(;t-o>=4;)n._data[s++]=255&e[o]|(255&e[o+1])<<8|(255&e[o+2])<<16|(255&e[o+3])<<24,o+=4;return t-o==3&&(n._data[s]=(255&e[o+2])<<16),t-o==2&&(n._data[s]|=(255&e[o+1])<<8),t-o==1&&(n._data[s]|=255&e[o]),n._version=0,n}toString(){return`${this._length} bits, ${this.countBits(!0)} set`}equals(e){if(this==e)return!0;if(null==e)return!1;if(this._length!=e._length)return!1;if(0==this._length)return!0;for(let t=0;t<this._data.length-1;t++)if(this._data[t]!=e._data[t])return!1;for(let t=8*(this._data.length-1);t<this._length;t++)if(this.getBit(t)!=e.getBit(t))return!1;return!0}clone(){const e=new r(0,!1);return e._data=Uint32Array.from(this._data),e._length=this._length,e._version=this._version,e}init(e,t){this.setAll(!1,!1);for(let t=0;t<this._length;t++)e(t)&&(this._data[Math.floor(t/32)]|=1<<(t%32&31));return this.incrementVersion(t),this}invert(e=!0){for(let e=0;e<this._data.length;e++)this._data[e]^=-1;this.incrementVersion(e)}setAll(e,t=!1){const n=e?-1:0,r=this.lengthInInts;for(let e=0;e<r;e++)this._data[e]=n;this.incrementVersion(t)}setIndexes(e,t=!0,n=!0,r=!0){n&&this.setAll(!t,!1);for(const n of e)this.setFast(n,t);this.incrementVersion(r)}everyIndex(e,t=!0){for(const n of e)if(this.getBit(n)!=t)return!1;return!0}anyIndex(e,t=!0){for(const n of e)if(this.getBit(n)==t)return!0;return!1}setWhere(e,t=!0,n=!0,r=!0,s=!0){if(n&&s&&this.setAll(!t,!1),s)for(let n=0;n<this._length;n++)e(n)&&this.setFast(n,t);else for(let n=0;n<this._length;n++)this.setFast(n,e(n)?t:!t);this.incrementVersion(r)}getRange(e,t){this.assureInRange(e,0,this._length-1,"from"),this.assureInRange(t,0,this._length,"to");const n=[];for(let r=e;r<t;++r)n.push(this.getBit(r));return r.fromValues(n)}getRangeAsList(e,t){this.assureInRange(e,0,this._length-1,"from"),this.assureInRange(t,0,this._length,"to");const n=[];for(let r=e;r<t;++r)n.push(this.getBit(r));return n}setRange(e,t,n,r=!0){this.assureInRange(e,0,this._length-1,"from"),this.assureInRange(t,0,this._length-1,"to");const s=Math.min(e,t),o=Math.max(e,t);if(n)for(let e=s;e<=o;e++)this.setTrue(e);else for(let e=s;e<=o;e++)this.setFalse(e);return this.incrementVersion(r),this}setRandom(e,t,n=!0){if(e<0||e>this._length)throw new Error("n must be >= 0 && <= Count");e>this._length/2&&this.setRandom(this._length-e,!t),this.setAll(!t);for(let n=0;n<e;){const e=Math.floor(Math.random()*this._length);this.getBit(e)!=t&&(this.setFast(e,t),n++)}this.incrementVersion(n)}and(e,t=!0){if(this._length!=e._length)throw new Error("Array lengths differ.");for(let t=0,n=this.lengthInInts;t<n;t++)this._data[t]&=e._data[t];return this.incrementVersion(t),this}andNot(e,t=!0){if(this._length!=e._length)throw new Error("Array lengths differ.");const n=this.lengthInInts;for(let t=0;t<n;t++)this._data[t]&=~e._data[t];return this.incrementVersion(t),this}notAnd(e,t=!0){if(this._length!=e._length)throw new Error("Array lengths differ.");for(let t=0,n=this.lengthInInts;t<n;t++)this._data[t]=~this._data[t]&e._data[t];return this.incrementVersion(t),this}not(e=!0){for(let e=0,t=this.lengthInInts;e<t;e++)this._data[e]=~this._data[e];return this.incrementVersion(e),this}or(e,t=!0){if(this._length!=e._length)throw new Error("Array lengths differ.");for(let t=0,n=this.lengthInInts;t<n;t++)this._data[t]|=e._data[t];return this.incrementVersion(t),this}xor(e,t=!0){if(this._length!=e._length)throw new Error("Array lengths differ.");for(let t=0,n=this.lengthInInts;t<n;t++)this._data[t]^=e._data[t];return this.incrementVersion(t),this}insertAt(e,t,n=!1){if(this.assureInRange(e,0,this._length,"pos"),0==t)return;const r=this._length;this.setLength(this._length+t);for(let n=r-1;n>=e;n--)this.setBit(n+t,this.getBit(n));for(let r=e;r<e+t;r++)this.setBit(r,n)}removeAt(e,t=1){if(t<0)throw new Error("n cannot be negative");if(this.assureInRange(e,0,this._length-t,"pos"),this.contains(!0))for(let n=e;n<this._length-t;n++)this.setBit(n,this.getBit(n+t));this.setLength(this._length-t)}removeByMask(e,t=!0){if(this._length!=e.length)throw new Error("length != mask.length");if(e==this)this.setLength(e.countBits(!t)),this.setAll(!t);else{let n=0;for(let r=-1;-1!=(r=e.findNext(r,!t));)this.setFast(n++,this.getBit(r));this._length=n,this._version++}return this}getBit(e){return!!(this._data[Math.floor(e/32)]&1<<(31&e))}setBit(e,t,n=!0){this.setFast(e,t),this._version++}setFast(e,t){t?this._data[Math.floor(e/32)]|=1<<(31&e):this._data[Math.floor(e/32)]&=~(1<<(31&e))}setTrue(e){this._data[Math.floor(e/32)]|=1<<(31&e)}setFalse(e){this._data[Math.floor(e/32)]&=~(1<<(31&e))}trueCount(){return this.countBits(!0)}falseCount(){return this.countBits(!1)}countBits(e){if(0==this._length)return 0;if(this._selectedCountVersion!=this._version){this._selectedCount=0;const e=this.lengthInInts;let t=0;for(;t<e-1;t++)for(let e=this._data[t];0!=e;e>>>=8)this._selectedCount+=r._onBitCount[255&e];let n=this._data[t];const s=31&this._length;for(0!=s&&(n&=~(4294967295<<s));0!=n;n>>>=8)this._selectedCount+=r._onBitCount[255&n];this._selectedCountVersion=this._version}return e?this._selectedCount:this._length-this._selectedCount}countWhere(e){let t=0;if(this.trueCount()==this._length)for(let n=0;n<this._length;n++)t+=e(n)?1:0;else for(let n=-1;-1!=(n=this.findNext(n,!0));)t+=e(n)?1:0;return t}andWithCountBits(e,t){if(0==this._length)return 0;let n=0;const s=this.lengthInInts;let o=0;for(;o<s-1;o++)for(let t=this._data[o]&e._data[o];0!=t;t>>>=8)n+=r._onBitCount[255&t];let a=this._data[o]&e._data[o];const i=31&this._length;for(0!=i&&(a&=~(4294967295<<i));0!=a;a>>>=8)n+=r._onBitCount[255&a];return t?n:this._length-n}clear(){this.setLength(0)}contains(e){return this.findNext(-1,e)>=0}get allTrue(){return this.countBits(!0)==this._length}get allFalse(){return this.countBits(!1)==this._length}get anyTrue(){return this.countBits(!0)>0}get anyFalse(){return this.countBits(!1)>0}findNext(e,t=!0){if(this.assureInRange(e,-1,this._length,"index"),e>=this._length-1)return-1;let n=31&(e=e<0?0:e+1);const s=this.lengthInInts;for(let o=Math.floor(e/32);o<s;o++){let s=t?this._data[o]:~this._data[o];if(0!=n)s&=4294967295<<n&4294967295,n=0;else if(!t&&-4294967296==s)continue;for(let t=0;0!=s;t+=8,s>>>=8){const n=r._firstOnBit[255&s];if(n>=0)return(e=n+32*o+t)>=this._length?-1:e}}return-1}findPrev(e,t=!0){if(0==e)return-1;this.assureInRange(e,-1,this._length,"index");let n=1+(e=e<0?this._length-1:e-1)&31;for(let s=Math.floor(e/32);s>=0;s--){let e=t?this._data[s]:~this._data[s];0!=n&&(e&=~(4294967295<<n),n=0);for(let t=24;0!=e;t-=8,e<<=8){const n=r._lastOnBit[e>>>24];if(n>=0)return n+32*s+t}}return-1}}r._onBitCount=Int8Array.from([0,1,1,2,1,2,2,3,1,2,2,3,2,3,3,4,1,2,2,3,2,3,3,4,2,3,3,4,3,4,4,5,1,2,2,3,2,3,3,4,2,3,3,4,3,4,4,5,2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6,1,2,2,3,2,3,3,4,2,3,3,4,3,4,4,5,2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6,2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6,3,4,4,5,4,5,5,6,4,5,5,6,5,6,6,7,1,2,2,3,2,3,3,4,2,3,3,4,3,4,4,5,2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6,2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6,3,4,4,5,4,5,5,6,4,5,5,6,5,6,6,7,2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6,3,4,4,5,4,5,5,6,4,5,5,6,5,6,6,7,3,4,4,5,4,5,5,6,4,5,5,6,5,6,6,7,4,5,5,6,5,6,6,7,5,6,6,7,6,7,7,8]),r._firstOnBit=Int8Array.from([-1,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,5,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,6,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,5,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,7,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,5,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,6,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,5,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0]),r._lastOnBit=Int8Array.from([-1,0,1,1,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7])},8070:(e,t,n)=>{"use strict";n.d(t,{Pl:()=>G,bk:()=>Y,gM:()=>F,L1:()=>H,cb:()=>B,E3:()=>I,J6:()=>O,Wj:()=>L,Xk:()=>R,N$:()=>k,t6:()=>N,PE:()=>$,rd:()=>M,Bl:()=>K,CN:()=>b});var r=n(4328),s=n(6082);n(9982);const o=s.DataFrame.fromCsv('countries,fasta,smiles,molregno,LON,Zip Code,Street Address Line 1,ImageUrl,user_id,error_message,xray,flag,magnitude,CS-id,pdb_id,accel_a,time_offset,chart,fit,Questions,empty_number,empty_string\nBelgium,MSNFHNEHVMQFYRNNLKTKGVFGRQ,CC(C(=O)OCCCc1cccnc1)c2cccc(c2)C(=O)c3ccccc3,1480014,36.276729583740234,995042300,14016 ROUTE 31W,https://datagrok.ai/img/slides/access-db-connect.png,id,ErrorMessage,"COMPND \nATOM \nEND",flag,1,1,1QBS,1,1.23,<chart></chart>,"{""series"":[{""name"":""Run:2023-08-08"",""fitFunction"":""sigmoid"",""fitLineColor"":""#1f77b4"",""pointColor"":""#1f77b4"",""showPoints"":""points"",""parameters"":[2.497360340644872, 1.7058694986686864, 5.278052678195135, 0.16000320889028383],""points"":[{""x"":0.10000000149011612,""y"":2.374499797821045},{""x"":0.6000000238418579,""y"":2.6242473125457764},{""x"":1.100000023841858,""y"":2.367267608642578},{""x"":1.600000023841858,""y"":2.6723148822784424},{""x"":2.0999999046325684,""y"":2.6537344455718994},{""x"":2.5999999046325684,""y"":2.3651671409606934},{""x"":3.0999999046325684,""y"":2.5654284954071045},{""x"":3.5999999046325684,""y"":2.4160959720611572},{""x"":4.099999904632568,""y"":2.286726713180542},{""x"":4.599999904632568,""y"":2.5100042819976807},{""x"":5.099999904632568,""y"":1.6676985025405884},{""x"":5.599999904632568,""y"":0.680136501789093},{""x"":6.099999904632568,""y"":0.3391543924808502},{""x"":6.599999904632568,""y"":0.09038983285427094},{""x"":7.099999904632568,""y"":0.19802775979042053}]},{""name"":""Run:2023-08-08"",""fitLineColor"":""#ffbb78"",""pointColor"":""#ffbb78"",""showPoints"":""points"",""parameters"":[7.525235855508179, 1.3186911876809984, 5.335672608564294, 0.7860743343958098],""points"":[{""x"":0.10000000149011612,""y"":7.988070487976074},{""x"":0.6000000238418579,""y"":7.018453121185303},{""x"":1.100000023841858,""y"":8.115279197692871},{""x"":1.600000023841858,""y"":7.486658096313477},{""x"":2.0999999046325684,""y"":7.396438121795654},{""x"":2.5999999046325684,""y"":7.477052211761475},{""x"":3.0999999046325684,""y"":6.913095474243164},{""x"":3.5999999046325684,""y"":8.01385498046875},{""x"":4.099999904632568,""y"":6.985900402069092},{""x"":4.599999904632568,""y"":6.970335960388184},{""x"":5.099999904632568,""y"":5.448817253112793},{""x"":5.599999904632568,""y"":2.5534818172454834},{""x"":6.099999904632568,""y"":1.893947958946228},{""x"":6.599999904632568,""y"":0.6340042352676392},{""x"":7.099999904632568,""y"":0.8403874039649963}]}],""chartOptions"":{""xAxisName"":""Conc."",""yAxisName"":""Activity"",""title"":""Dose-Response curves""}}",text,100,abc\nBurundi,MDYKETLLMPKTDFPMRGGLPNKEPQIQEKW,COc1ccc2cc(ccc2c1)C(C)C(=O)Oc3ccc(C)cc3OC,1480015,36.276729583740234,995073444,80 STATE HIGHWAY 310,https://datagrok.ai/img/slides/access-db-connect.png,id,ErrorMessage,"COMPND \nATOM \nEND",flag,2,2,1ZP8,2,1.23,<chart></chart>,"{""series"":[{""name"":""Run:2023-08-08"",""fitFunction"":""sigmoid"",""fitLineColor"":""#1f77b4"",""pointColor"":""#1f77b4"",""showPoints"":""points"",""parameters"":[4.431460753103398, 2.1691498799246745, 5.266445597102774, 0.7825762827017926],""points"":[{""x"":0.10000000149011612,""y"":4.751083850860596},{""x"":0.6000000238418579,""y"":4.203000068664551},{""x"":1.100000023841858,""y"":4.415858745574951},{""x"":1.600000023841858,""y"":4.68414306640625},{""x"":2.0999999046325684,""y"":4.198400974273682},{""x"":2.5999999046325684,""y"":4.179222106933594},{""x"":3.0999999046325684,""y"":4.638473987579346},{""x"":3.5999999046325684,""y"":4.708553314208984},{""x"":4.099999904632568,""y"":4.291589260101318},{""x"":4.599999904632568,""y"":4.038082599639893},{""x"":5.099999904632568,""y"":3.4349939823150635},{""x"":5.599999904632568,""y"":1.2194708585739136},{""x"":6.099999904632568,""y"":1.1920831203460693},{""x"":6.599999904632568,""y"":0.5352635979652405},{""x"":7.099999904632568,""y"":0.3346920311450958}]},{""name"":""Run:2023-08-08"",""fitLineColor"":""#ffbb78"",""pointColor"":""#ffbb78"",""showPoints"":""points"",""parameters"":[2.339458017970126, -1.0734184310171178, 4.746332950550934, 0.2482416857595658],""points"":[{""x"":0.10000000149011612,""y"":0.2139337658882141},{""x"":0.6000000238418579,""y"":0.4269562065601349},{""x"":1.100000023841858,""y"":0.2441573292016983},{""x"":1.600000023841858,""y"":0.146635964512825},{""x"":2.0999999046325684,""y"":0.08818462491035461},{""x"":2.5999999046325684,""y"":0.2560656666755676},{""x"":3.0999999046325684,""y"":0.42434045672416687},{""x"":3.5999999046325684,""y"":0.37111231684684753},{""x"":4.099999904632568,""y"":0.5581737160682678},{""x"":4.599999904632568,""y"":1.183590054512024},{""x"":5.099999904632568,""y"":1.5629843473434448},{""x"":5.599999904632568,""y"":2.3211288452148438},{""x"":6.099999904632568,""y"":2.229961633682251},{""x"":6.599999904632568,""y"":2.2560226917266846},{""x"":7.099999904632568,""y"":2.2142398357391357}]}],""chartOptions"":{""xAxisName"":""Conc."",""yAxisName"":""Activity"",""title"":""Dose-Response curves""}}",text,,\nCameroon,MIEVFLFGIVLGLIPITLAGLFVTAYLQYRRGDQLDL,COc1ccc2cc(ccc2c1)C(C)C(=O)OCCCc3cccnc3,1480016,36.26095962524414,995153596,30-56 WHITESTONE EXPY,https://datagrok.ai/img/slides/access-db-connect.png,id,ErrorMessage,"COMPND \nATOM \nEND",flag,3,3,2BDJ,3,1.23,<chart></chart>,"{""series"":[{""name"":""Run:2023-08-08"",""fitFunction"":""sigmoid"",""fitLineColor"":""#1f77b4"",""pointColor"":""#1f77b4"",""showPoints"":""points"",""parameters"":[4.6760652578642325, 0.9046956320756703, 5.651408971856738, 0.07738846012184185],""points"":[{""x"":0.10000000149011612,""y"":4.32425594329834},{""x"":0.6000000238418579,""y"":4.668442249298096},{""x"":1.100000023841858,""y"":4.379785060882568},{""x"":1.600000023841858,""y"":5.0345139503479},{""x"":2.0999999046325684,""y"":4.878653526306152},{""x"":2.5999999046325684,""y"":4.3451313972473145},{""x"":3.0999999046325684,""y"":4.336992263793945},{""x"":3.5999999046325684,""y"":5.037430286407471},{""x"":4.099999904632568,""y"":5.0092692375183105},{""x"":4.599999904632568,""y"":4.151902675628662},{""x"":5.099999904632568,""y"":3.4066951274871826},{""x"":5.599999904632568,""y"":2.3732759952545166},{""x"":6.099999904632568,""y"":1.673728108406067},{""x"":6.599999904632568,""y"":0.48574790358543396},{""x"":7.099999904632568,""y"":0.2783052325248718}]},{""name"":""Run:2023-08-08"",""fitLineColor"":""#ffbb78"",""pointColor"":""#ffbb78"",""showPoints"":""points"",""parameters"":[2.938395863010111, -1.4658480661392117, 5.462702751996584, 0.3473139023615039],""points"":[{""x"":0.10000000149011612,""y"":0.4941710829734802},{""x"":0.6000000238418579,""y"":0.15323974192142487},{""x"":1.100000023841858,""y"":0.46373432874679565},{""x"":1.600000023841858,""y"":0.3370431363582611},{""x"":2.0999999046325684,""y"":0.5179030299186707},{""x"":2.5999999046325684,""y"":0.27899765968322754},{""x"":3.0999999046325684,""y"":0.22075064480304718},{""x"":3.5999999046325684,""y"":0.5789918899536133},{""x"":4.099999904632568,""y"":0.21169911324977875},{""x"":4.599999904632568,""y"":0.27857646346092224},{""x"":5.099999904632568,""y"":1.0906332731246948},{""x"":5.599999904632568,""y"":1.8520300388336182},{""x"":6.099999904632568,""y"":2.7177059650421143},{""x"":6.599999904632568,""y"":2.8680918216705322},{""x"":7.099999904632568,""y"":3.2413077354431152}]}],""chartOptions"":{""xAxisName"":""Conc."",""yAxisName"":""Activity"",""title"":""Dose-Response curves""}}",text,,\nCanada,MMELVLKTIIGPIVVGVVLRIVDKWLNKDK,CC(C(=O)NCCS)c1cccc(c1)C(=O)c2ccccc2,1480017,36.26095962524414,99515,30-56 WHITESTONE EXPY,https://datagrok.ai/img/slides/access-db-connect.png,id,ErrorMessage,"COMPND \nATOM \nEND",flag,4,4,1IAN,4,1.23,<chart></chart>,"{""series"":[{""name"":""Run:2023-08-08"",""fitFunction"":""sigmoid"",""fitLineColor"":""#1f77b4"",""pointColor"":""#1f77b4"",""showPoints"":""points"",""parameters"":[0.8597390975430008, 1.0957625732481946, 5.260537067987958, 0.07974187998177736],""points"":[{""x"":0.10000000149011612,""y"":0.8190152645111084},{""x"":0.6000000238418579,""y"":0.8421689867973328},{""x"":1.100000023841858,""y"":0.8740922212600708},{""x"":1.600000023841858,""y"":0.8924275040626526},{""x"":2.0999999046325684,""y"":0.8249067664146423},{""x"":2.5999999046325684,""y"":0.9327669143676758},{""x"":3.0999999046325684,""y"":0.8522974252700806},{""x"":3.5999999046325684,""y"":0.8174492716789246},{""x"":4.099999904632568,""y"":0.8394647240638733},{""x"":4.599999904632568,""y"":0.7139387726783752},{""x"":5.099999904632568,""y"":0.5561167597770691},{""x"":5.599999904632568,""y"":0.3276226818561554},{""x"":6.099999904632568,""y"":0.12479474395513535},{""x"":6.599999904632568,""y"":0.13006797432899475},{""x"":7.099999904632568,""y"":0.059702079743146896}]},{""name"":""Run:2023-08-08"",""fitLineColor"":""#ffbb78"",""pointColor"":""#ffbb78"",""showPoints"":""points"",""parameters"":[5.760930219582546, 1.6591793293833013, 4.667155929720851, 0.7858109544121652],""points"":[{""x"":0.10000000149011612,""y"":6.156993389129639},{""x"":0.6000000238418579,""y"":5.236701965332031},{""x"":1.100000023841858,""y"":6.010560512542725},{""x"":1.600000023841858,""y"":5.495512962341309},{""x"":2.0999999046325684,""y"":6.087770462036133},{""x"":2.5999999046325684,""y"":5.79986572265625},{""x"":3.0999999046325684,""y"":5.597546577453613},{""x"":3.5999999046325684,""y"":5.520902156829834},{""x"":4.099999904632568,""y"":5.360654354095459},{""x"":4.599999904632568,""y"":3.5539746284484863},{""x"":5.099999904632568,""y"":1.577236294746399},{""x"":5.599999904632568,""y"":1.0001264810562134},{""x"":6.099999904632568,""y"":0.9305797815322876},{""x"":6.599999904632568,""y"":0.6033638715744019},{""x"":7.099999904632568,""y"":0.4203685522079468}]}],""chartOptions"":{""xAxisName"":""Conc."",""yAxisName"":""Activity"",""title"":""Dose-Response curves""}}",text,,\nColombia,MDRTDEVSNHTHDKPTLTWFEEIFEEYHSPFHN,FC(F)(F)c1ccc(OC2CCNCC2)cc1,1480029,36.3309440612793,995152050,1 COURT HOUSE SQUARE,https://datagrok.ai/img/slides/access-db-connect.png,id,ErrorMessage,"COMPND \nATOM \nEND",flag,5,5,4UJ1,5,1.23,<chart></chart>,"{""series"":[{""name"":""Run:2023-08-08"",""fitFunction"":""sigmoid"",""fitLineColor"":""#1f77b4"",""pointColor"":""#1f77b4"",""showPoints"":""points"",""parameters"":[6.4995088314153655, 2.4270351004539914, 5.178659535348579, 0.625653346241577],""points"":[{""x"":0.10000000149011612,""y"":6.496231555938721},{""x"":0.6000000238418579,""y"":6.42543363571167},{""x"":1.100000023841858,""y"":7.040063858032227},{""x"":1.600000023841858,""y"":6.1115403175354},{""x"":2.0999999046325684,""y"":6.680728435516357},{""x"":2.5999999046325684,""y"":6.406774520874023},{""x"":3.0999999046325684,""y"":6.611269474029541},{""x"":3.5999999046325684,""y"":5.889094352722168},{""x"":4.099999904632568,""y"":6.75344705581665},{""x"":4.599999904632568,""y"":6.361435890197754},{""x"":5.099999904632568,""y"":4.1666975021362305},{""x"":5.599999904632568,""y"":1.172118902206421},{""x"":6.099999904632568,""y"":0.801048994064331},{""x"":6.599999904632568,""y"":0.4640021026134491},{""x"":7.099999904632568,""y"":0.0010357667924836278}]},{""name"":""Run:2023-08-08"",""fitLineColor"":""#ffbb78"",""pointColor"":""#ffbb78"",""showPoints"":""points"",""parameters"":[1.4734381347446401, 1.1649805188074196, 4.82958608866421, 0.09500545496710007],""points"":[{""x"":0.10000000149011612,""y"":1.5279096364974976},{""x"":0.6000000238418579,""y"":1.3559974431991577},{""x"":1.100000023841858,""y"":1.5246378183364868},{""x"":1.600000023841858,""y"":1.5567657947540283},{""x"":2.0999999046325684,""y"":1.4114240407943726},{""x"":2.5999999046325684,""y"":1.4045010805130005},{""x"":3.0999999046325684,""y"":1.4769829511642456},{""x"":3.5999999046325684,""y"":1.4875500202178955},{""x"":4.099999904632568,""y"":1.2991987466812134},{""x"":4.599999904632568,""y"":0.922961413860321},{""x"":5.099999904632568,""y"":0.6520044803619385},{""x"":5.599999904632568,""y"":0.15350978076457977},{""x"":6.099999904632568,""y"":0.1078903079032898},{""x"":6.599999904632568,""y"":0.17276449501514435},{""x"":7.099999904632568,""y"":0.14066608250141144}]}],""chartOptions"":{""xAxisName"":""Conc."",""yAxisName"":""Activity"",""title"":""Dose-Response curves""}}",text,,\nCosta Rica,MKSTKEEIQTIKTLLKDSRTAKYHKRLQIVL,CC(C)Cc1ccc(cc1)C(C)C(=O)N2CCCC2C(=O)OCCCc3ccccc3,1480018,36.3309440612793,995084218,4041 SOUTHWESTERN BLVD,https://datagrok.ai/img/slides/access-db-connect.png,id,ErrorMessage,"COMPND \nATOM \nEND",flag,6,6,2BPW,6,1.23,<chart></chart>,"{""series"":[{""name"":""Run:2023-08-08"",""fitFunction"":""sigmoid"",""fitLineColor"":""#1f77b4"",""pointColor"":""#1f77b4"",""showPoints"":""points"",""parameters"":[2.4833641843311227, -1.8945978742090062, 4.671127708092568, 0.24159861311815153],""points"":[{""x"":0.10000000149011612,""y"":0.0969524160027504},{""x"":0.6000000238418579,""y"":0.028483040630817413},{""x"":1.100000023841858,""y"":0.22087176144123077},{""x"":1.600000023841858,""y"":0.0068915546871721745},{""x"":2.0999999046325684,""y"":0.4305879771709442},{""x"":2.5999999046325684,""y"":0.44774115085601807},{""x"":3.0999999046325684,""y"":0.45346319675445557},{""x"":3.5999999046325684,""y"":0.2370593100786209},{""x"":4.099999904632568,""y"":0.4657953977584839},{""x"":4.599999904632568,""y"":1.155200719833374},{""x"":5.099999904632568,""y"":2.2294070720672607},{""x"":5.599999904632568,""y"":2.4311530590057373},{""x"":6.099999904632568,""y"":2.33846116065979},{""x"":6.599999904632568,""y"":2.608201026916504},{""x"":7.099999904632568,""y"":2.8136143684387207}]},{""name"":""Run:2023-08-08"",""fitLineColor"":""#ffbb78"",""pointColor"":""#ffbb78"",""showPoints"":""points"",""parameters"":[5.224573521642033, 1.4454033924198528, 5.6014197746076535, 0.2823216054197577],""points"":[{""x"":0.10000000149011612,""y"":4.95027494430542},{""x"":0.6000000238418579,""y"":5.1754679679870605},{""x"":1.100000023841858,""y"":5.276752948760986},{""x"":1.600000023841858,""y"":5.589294910430908},{""x"":2.0999999046325684,""y"":5.616994857788086},{""x"":2.5999999046325684,""y"":5.120813846588135},{""x"":3.0999999046325684,""y"":5.340766906738281},{""x"":3.5999999046325684,""y"":4.876471042633057},{""x"":4.099999904632568,""y"":4.94999361038208},{""x"":4.599999904632568,""y"":5.162564754486084},{""x"":5.099999904632568,""y"":4.399557590484619},{""x"":5.599999904632568,""y"":2.7977969646453857},{""x"":6.099999904632568,""y"":1.0229872465133667},{""x"":6.599999904632568,""y"":0.48275601863861084},{""x"":7.099999904632568,""y"":0.10408931970596313}]}],""chartOptions"":{""xAxisName"":""Conc."",""yAxisName"":""Activity"",""title"":""Dose-Response curves""}}",text,,\nCuba,MHAILRYFIRRLFYHIFYKIYSLISKKHQSLPSDVRQF,COc1ccc2c(c1)c(CC(=O)N3CCCC3C(=O)Oc4ccc(C)cc4OC)c(C)n2C(=O)c5ccc(Cl)cc5,1480019,36.33115768432617,995081928,1227 US HIGHWAY 11,https://datagrok.ai/img/slides/access-db-connect.png,id,ErrorMessage,"COMPND \nATOM \nEND",flag,7,7,1QBS,7,1.23,<chart></chart>,"{""series"":[{""name"":""Run:2023-08-08"",""fitFunction"":""sigmoid"",""fitLineColor"":""#1f77b4"",""pointColor"":""#1f77b4"",""showPoints"":""points"",""parameters"":[3.320838679713925, -1.2421619987316728, 4.831325425225256, 0.3236011098403072],""points"":[{""x"":0.10000000149011612,""y"":0.3727470338344574},{""x"":0.6000000238418579,""y"":0.12365014106035233},{""x"":1.100000023841858,""y"":0.48422467708587646},{""x"":1.600000023841858,""y"":0.2264465093612671},{""x"":2.0999999046325684,""y"":0.16821794211864471},{""x"":2.5999999046325684,""y"":0.3879014551639557},{""x"":3.0999999046325684,""y"":0.5470244884490967},{""x"":3.5999999046325684,""y"":0.3419053554534912},{""x"":4.099999904632568,""y"":0.7655120491981506},{""x"":4.599999904632568,""y"":1.2346516847610474},{""x"":5.099999904632568,""y"":2.453336715698242},{""x"":5.599999904632568,""y"":2.9565491676330566},{""x"":6.099999904632568,""y"":3.335299491882324},{""x"":6.599999904632568,""y"":3.240290880203247},{""x"":7.099999904632568,""y"":3.1107218265533447}]},{""name"":""Run:2023-08-08"",""fitLineColor"":""#ffbb78"",""pointColor"":""#ffbb78"",""showPoints"":""points"",""parameters"":[3.6401853521511094, 1.26211588875013, 5.399028074402744, 0.5089580830068091],""points"":[{""x"":0.10000000149011612,""y"":3.8585598468780518},{""x"":0.6000000238418579,""y"":3.6077206134796143},{""x"":1.100000023841858,""y"":3.855252265930176},{""x"":1.600000023841858,""y"":3.619039297103882},{""x"":2.0999999046325684,""y"":3.839388370513916},{""x"":2.5999999046325684,""y"":3.335283041000366},{""x"":3.0999999046325684,""y"":3.571141481399536},{""x"":3.5999999046325684,""y"":3.4155046939849854},{""x"":4.099999904632568,""y"":3.7316646575927734},{""x"":4.599999904632568,""y"":3.0680155754089355},{""x"":5.099999904632568,""y"":2.891066551208496},{""x"":5.599999904632568,""y"":1.6022753715515137},{""x"":6.099999904632568,""y"":0.7652576565742493},{""x"":6.599999904632568,""y"":0.6875326037406921},{""x"":7.099999904632568,""y"":0.5828871726989746}]}],""chartOptions"":{""xAxisName"":""Conc."",""yAxisName"":""Activity"",""title"":""Dose-Response curves""}}",text,,\nItaly,MSNFHNEHVMQFYRNNLKTKGVFGRQ,CC(C)Cc1ccc(cc1)C(C)C(=O)N2CCCC2C(=O)OCCO[N+](=O)[O-],1480020,36.33115768432617,99502,"168-46 91ST AVE., 2ND FLR",https://datagrok.ai/img/slides/access-db-connect.png,id,ErrorMessage,"COMPND \nATOM \nEND",flag,8,8,1ZP8,8,1.23,<chart></chart>,"{""series"":[{""name"":""Run:2023-08-08"",""fitFunction"":""sigmoid"",""fitLineColor"":""#1f77b4"",""pointColor"":""#1f77b4"",""showPoints"":""points"",""parameters"":[2.293592105923809, 1.3781586549141835, 5.1025898038676605, 0.03493851245291291],""points"":[{""x"":0.10000000149011612,""y"":2.1287283897399902},{""x"":0.6000000238418579,""y"":2.267972230911255},{""x"":1.100000023841858,""y"":2.398442506790161},{""x"":1.600000023841858,""y"":2.5130622386932373},{""x"":2.0999999046325684,""y"":2.3255116939544678},{""x"":2.5999999046325684,""y"":2.127340793609619},{""x"":3.0999999046325684,""y"":2.47259783744812},{""x"":3.5999999046325684,""y"":2.131181478500366},{""x"":4.099999904632568,""y"":2.090421438217163},{""x"":4.599999904632568,""y"":2.02299165725708},{""x"":5.099999904632568,""y"":1.1105059385299683},{""x"":5.599999904632568,""y"":0.4494485855102539},{""x"":6.099999904632568,""y"":0.1375635862350464},{""x"":6.599999904632568,""y"":0.036351121962070465},{""x"":7.099999904632568,""y"":0.1619771122932434}]},{""name"":""Run:2023-08-08"",""fitLineColor"":""#ffbb78"",""pointColor"":""#ffbb78"",""showPoints"":""points"",""parameters"":[5.953125499439879, 1.2528620255306528, 5.187637440149802, 0.3110348753260886],""points"":[{""x"":0.10000000149011612,""y"":5.6585283279418945},{""x"":0.6000000238418579,""y"":5.911152362823486},{""x"":1.100000023841858,""y"":5.924920082092285},{""x"":1.600000023841858,""y"":5.8469438552856445},{""x"":2.0999999046325684,""y"":5.929472923278809},{""x"":2.5999999046325684,""y"":6.190037727355957},{""x"":3.0999999046325684,""y"":6.236179828643799},{""x"":3.5999999046325684,""y"":6.141019344329834},{""x"":4.099999904632568,""y"":5.295210838317871},{""x"":4.599999904632568,""y"":5.265801906585693},{""x"":5.099999904632568,""y"":3.3722851276397705},{""x"":5.599999904632568,""y"":1.8299226760864258},{""x"":6.099999904632568,""y"":0.32690900564193726},{""x"":6.599999904632568,""y"":0.6274543404579163},{""x"":7.099999904632568,""y"":0.8441857099533081}]}],""chartOptions"":{""xAxisName"":""Conc."",""yAxisName"":""Activity"",""title"":""Dose-Response curves""}}",text,,\nRwanda,MPNSEPASLLELFNSIATQGELVRSLKAGNASK,CC(C)Cc1ccc(cc1)C(C)C(=O)N2CCCC2C(=O)OCCO,1480021,36.33137130737305,995037247,"168-46 91ST AVE., 2ND FLR",https://datagrok.ai/img/slides/access-db-connect.png,id,ErrorMessage,"COMPND \nATOM \nEND",flag,9,9,2BDJ,9,1.23,<chart></chart>,"{""series"":[{""name"":""Run:2023-08-08"",""fitFunction"":""sigmoid"",""fitLineColor"":""#1f77b4"",""pointColor"":""#1f77b4"",""showPoints"":""points"",""parameters"":[3.8209972202654474, 1.3779216716448506, 5.299882228439686, 0.06040645519069608],""points"":[{""x"":0.10000000149011612,""y"":3.7821109294891357},{""x"":0.6000000238418579,""y"":3.542433023452759},{""x"":1.100000023841858,""y"":3.7008674144744873},{""x"":1.600000023841858,""y"":3.717301607131958},{""x"":2.0999999046325684,""y"":4.024452209472656},{""x"":2.5999999046325684,""y"":4.013899326324463},{""x"":3.0999999046325684,""y"":3.945094347000122},{""x"":3.5999999046325684,""y"":3.866621971130371},{""x"":4.099999904632568,""y"":3.7461626529693604},{""x"":4.599999904632568,""y"":3.3454740047454834},{""x"":5.099999904632568,""y"":2.61944317817688},{""x"":5.599999904632568,""y"":0.999405026435852},{""x"":6.099999904632568,""y"":0.46259793639183044},{""x"":6.599999904632568,""y"":0.054134611040353775},{""x"":7.099999904632568,""y"":0.05711187422275543}]},{""name"":""Run:2023-08-08"",""fitLineColor"":""#ffbb78"",""pointColor"":""#ffbb78"",""showPoints"":""points"",""parameters"":[5.6318079657726035, 1.8495493770000595, 5.391793312471116, 0.17060707587348442],""points"":[{""x"":0.10000000149011612,""y"":5.458079814910889},{""x"":0.6000000238418579,""y"":5.554427146911621},{""x"":1.100000023841858,""y"":5.799983024597168},{""x"":1.600000023841858,""y"":5.364140033721924},{""x"":2.0999999046325684,""y"":5.864485740661621},{""x"":2.5999999046325684,""y"":5.4509806632995605},{""x"":3.0999999046325684,""y"":5.702574729919434},{""x"":3.5999999046325684,""y"":5.7314534187316895},{""x"":4.099999904632568,""y"":5.5123443603515625},{""x"":4.599999904632568,""y"":5.724395751953125},{""x"":5.099999904632568,""y"":4.354506969451904},{""x"":5.599999904632568,""y"":1.7307666540145874},{""x"":6.099999904632568,""y"":0.6305936574935913},{""x"":6.599999904632568,""y"":0.035183437168598175},{""x"":7.099999904632568,""y"":0.7575169205665588}]}],""chartOptions"":{""xAxisName"":""Conc."",""yAxisName"":""Activity"",""title"":""Dose-Response curves""}}",text,,\nSwitzerland,IRVVGRYLIEVWKAAGMDMDKVLFLWSSDEI,CN1CCC(CC1)Oc2ccc(cc2)C(F)(F)F,1480028,36.33137130737305,99504,92-11 179TH PLACE,https://datagrok.ai/img/slides/access-db-connect.png,id,ErrorMessage,"COMPND \nATOM \nEND",flag,9,10,1IAN,10,1.23,<chart></chart>,"{""series"":[{""name"":""Run:2023-08-08"",""fitFunction"":""sigmoid"",""fitLineColor"":""#1f77b4"",""pointColor"":""#1f77b4"",""showPoints"":""points"",""parameters"":[1.1190255865097471, 2.3163895161544437, 5.4968866182279195, 0.2035204047289052],""points"":[{""x"":0.10000000149011612,""y"":1.1057683229446411},{""x"":0.6000000238418579,""y"":1.1019697189331055},{""x"":1.100000023841858,""y"":1.0818607807159424},{""x"":1.600000023841858,""y"":1.062997817993164},{""x"":2.0999999046325684,""y"":1.046447515487671},{""x"":2.5999999046325684,""y"":1.1217249631881714},{""x"":3.0999999046325684,""y"":1.2166996002197266},{""x"":3.5999999046325684,""y"":1.215477705001831},{""x"":4.099999904632568,""y"":1.0581893920898438},{""x"":4.599999904632568,""y"":1.1747995615005493},{""x"":5.099999904632568,""y"":1.0181127786636353},{""x"":5.599999904632568,""y"":0.5344523191452026},{""x"":6.099999904632568,""y"":0.2569526433944702},{""x"":6.599999904632568,""y"":0.1912207305431366},{""x"":7.099999904632568,""y"":0.15060538053512573}]},{""name"":""Run:2023-08-08"",""fitLineColor"":""#ffbb78"",""pointColor"":""#ffbb78"",""showPoints"":""points"",""parameters"":[3.1038581025805785, 2.0032224204185245, 5.087602825989163, 0.13277988512492753],""points"":[{""x"":0.10000000149011612,""y"":3.0498509407043457},{""x"":0.6000000238418579,""y"":2.805217742919922},{""x"":1.100000023841858,""y"":3.3415253162384033},{""x"":1.600000023841858,""y"":3.0549843311309814},{""x"":2.0999999046325684,""y"":3.250074863433838},{""x"":2.5999999046325684,""y"":3.0432586669921875},{""x"":3.0999999046325684,""y"":3.265852451324463},{""x"":3.5999999046325684,""y"":2.9475724697113037},{""x"":4.099999904632568,""y"":3.1929898262023926},{""x"":4.599999904632568,""y"":2.7460060119628906},{""x"":5.099999904632568,""y"":1.6175861358642578},{""x"":5.599999904632568,""y"":0.3006608486175537},{""x"":6.099999904632568,""y"":0.3444803059101105},{""x"":6.599999904632568,""y"":0.015537971630692482},{""x"":7.099999904632568,""y"":0.5527358055114746}]}],""chartOptions"":{""xAxisName"":""Conc."",""yAxisName"":""Activity"",""title"":""Dose-Response curves""}}",text,,\n,,,,,,,,,,,,,,,,,,,,,');o.columns.add(s.Column.fromList(s.TYPE.BYTE_ARRAY,"BinaryImage",Array.from(new Uint8Array(11))));var a=function(e,t,n,r){return new(n||(n=Promise))((function(s,o){function a(e){try{c(r.next(e))}catch(e){o(e)}}function i(e){try{c(r.throw(e))}catch(e){o(e)}}function c(e){var t;e.done?s(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,i)}c((r=r.apply(e,t||[])).next())}))};function i(e,t,n,s,o,i,c,l,u=!0){return a(this,void 0,void 0,(function*(){let d=null;if(yield M(s,(n=>a(this,void 0,void 0,(function*(){let n=null;for(const r of e.viewers)r.type===t&&(n=r);if(!n)throw Error("Viewer hasn't been added");if(yield Promise.resolve(),i&&(yield i(n)),o){const t=null!=l?l:{};t.tv=e,t.viewer=n,d=yield o(t,u)}yield $(r.events.onViewerClosed,(()=>{I(n.subs.some((e=>!e.closed)),!1)}),(()=>n.close()),3e3)}))),(()=>a(this,void 0,void 0,(function*(){c?e.loadLayout(c):yield function(e,t,n){return a(this,void 0,void 0,(function*(){let r;return n?(r=yield e.dataFrame.plot.fromType(t),e.dockManager.dock(r)):r=e.addViewer(t),r}))}(e,t,n)}))),6e4,"TEST_EVENT_ASYNC"),d)return d}))}function c(e,t=!0){return a(this,void 0,void 0,(function*(){const n=e.tv.dataFrame,r=n.clone();Array.from(n.row(0).cells).forEach((e=>e.value=null));const s=n.rowCount<20?Math.floor(n.rowCount/2):10;n.rows.select((e=>e.idx>=0&&e.idx<s)),t&&(yield B(50));for(let e=s;e<2*s;e++)n.filter.set(e,!1);t&&(yield B(50)),n.currentRowIdx=1,n.columns.names().slice(0,Math.ceil(n.columns.length/2)).forEach((e=>n.columns.remove(e))),t&&(yield B(100)),e.tv.dataFrame=r,yield B(50)}))}function l(e,t=!0){return a(this,void 0,void 0,(function*(){const t=e.tv.dataFrame;setTimeout((()=>t.filter.set(0,!t.filter.get(0))),0)}))}function u(e,t=!0){return a(this,void 0,void 0,(function*(){let t,n;try{t=e.viewer.getOptions(!0).look}catch(e){throw new Error("Viewer's .getOptions() error.",{cause:e})}try{n=e.viewer.getProperties()}catch(e){throw new Error("Viewer's .getProperties() error.",{cause:e})}const r={};return Object.keys(t).filter((e=>"boolean"==typeof t[e])).forEach((e=>r[e]=!t[e])),n.filter((e=>null!==e.choices)).forEach((e=>r[e.name]=e.choices.find((n=>n!==t[e.name])))),e.viewer.setOptions(r),yield B(300),{layout:e.tv.saveLayout(),savedProps:e.viewer.getOptions().look}}))}function d(e,t=!0){return a(this,void 0,void 0,(function*(){I(JSON.stringify(e.viewer.getOptions().look),JSON.stringify(e.savedProps))}))}var h=function(e,t,n,r){return new(n||(n=Promise))((function(s,o){function a(e){try{c(r.next(e))}catch(e){o(e)}}function i(e){try{c(r.throw(e))}catch(e){o(e)}}function c(e){var t;e.done?s(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,i)}c((r=r.apply(e,t||[])).next())}))};const m=3e4,p=108e5,f=console.log.bind(console),g=console.info.bind(console),y=console.warn.bind(console),w=console.error.bind(console),b={},A="Auto Tests",C="Demo",T="Detectors",v="Core",E={};let S;var _;!function(e){e.notNull=function(e,t){if(null==e)throw new Error(`${null==t?"Value":t} not defined`)}}(_||(_={}));class P{constructor(e,t){this.catchUnhandled=!0,this.report=!1,void 0!==e&&(this.catchUnhandled=e),void 0!==t&&(this.report=t)}}class x{constructor(e,t,n,r){var s;this.category=e,this.name=t,null!=r||(r={}),null!==(s=r.timeout)&&void 0!==s||(r.timeout=m),this.options=r,this.test=()=>h(this,void 0,void 0,(function*(){return new Promise(((e,t)=>h(this,void 0,void 0,(function*(){let r="";try{r=yield n()}catch(e){t(e)}e(r)}))))}))}}function $(e,t,n,r=0,s="timeout"){return h(this,void 0,void 0,(function*(){return new Promise(((o,a)=>{const i=e.subscribe((e=>{try{t(e),o("OK")}catch(e){a(e)}finally{i.unsubscribe(),clearTimeout(c)}})),c=setTimeout((()=>{i.unsubscribe(),a(s)}),r);n()}))}))}function M(e,t,n,r=0,s="timeout"){return h(this,void 0,void 0,(function*(){return new Promise(((o,a)=>{const i=e.subscribe((e=>{t(e).then((()=>{o("OK")})).catch((e=>{a(e)})).finally((()=>{i.unsubscribe(),clearTimeout(c)}))})),c=setTimeout((()=>{i.unsubscribe(),a(s)}),r);n()}))}))}function N(e,t,n){null==b[S]&&(b[S]={}),null==b[S].tests&&(b[S].tests=[]),b[S].tests.push(new x(S,e,t,n))}function I(e,t=!0,n){if(n=n?`${n}, `:"",e!==t)throw new Error(`${n}Expected "${t}", got "${e}"`)}function L(e,t,n=.001,r){if(e===Number.POSITIVE_INFINITY&&t===Number.POSITIVE_INFINITY||e===Number.NEGATIVE_INFINITY&&t===Number.NEGATIVE_INFINITY||e===Number.NaN&&t===Number.NaN||isNaN(e)&&isNaN(t))return;const s=Math.abs(e-t)<n;if(I(s,!0,`${null!=r?r:""} (tolerance = ${n})`),!s)throw new Error(`Expected ${t}, got ${e} (tolerance = ${n})`)}function R(e,t){for(const[n,r]of Object.entries(t)){if(!e.hasOwnProperty(n))throw new Error(`Expected property "${n}" not found`);const t=e[n];if(t instanceof Array&&r instanceof Array)O(t,r);else if(t instanceof Object&&r instanceof Object)R(t,r);else if(Number.isFinite(t)&&Number.isFinite(r))L(t,r);else if(t!=r)throw new Error(`Expected (${r}) for key '${n}', got (${t})`)}}function O(e,t){const n=e.length,r=t.length;if(n!=r)throw new Error(`Arrays are of different length: actual array length is ${n} and expected array length is ${r}`);for(let r=0;r<n;r++)if(e[r]instanceof Array&&t[r]instanceof Array)O(e[r],t[r]);else if(e[r]instanceof Object&&t[r]instanceof Object)R(e[r],t[r]);else if(e[r]!=t[r])throw new Error(`Expected ${t[r]} at position ${r}, got ${e[r]}`)}function H(e,t,n){var r;S=e,t(),b[S]&&(b[S].clear=null===(r=null==n?void 0:n.clear)||void 0===r||r,b[S].timeout=null==n?void 0:n.timeout,b[S].benchmarks=null==n?void 0:n.benchmarks)}function F(e){null==b[S]&&(b[S]={}),b[S].before=e}function G(e){null==b[S]&&(b[S]={}),b[S].after=e}function D(e,t){return e.replace(new RegExp(t.name,"gi"),t.nqName)}function k(e){var t,n,a,i,c,l,u,d;return h(this,void 0,void 0,(function*(){const p=null===(n=null===(t=r.functions.getCurrentCall())||void 0===t?void 0:t.func)||void 0===n?void 0:n.package;yield function(e){var t;return h(this,void 0,void 0,(function*(){const n=e.id;if(E[n])return;const s=b;if(void 0!==s[A]||void 0!==s[C]||Object.keys(s).find((e=>e.startsWith(A)||e.startsWith(v))))return void(E[n]=!0);if("DevTools"===e.name)for(const e of window.dartTests){const n=e.name.split(/\s*\|\s*!/g),r=null!==(t=n.pop())&&void 0!==t?t:e.name,o=n.length?v+": "+n.join(": "):v;void 0===s[o]&&(s[o]={tests:[],clear:!0}),s[o].tests.push(new x(o,r,e.test,{isAggregated:!1,timeout:m}))}const a=[],i=[],c=[],l=yield r.dapi.functions.filter(`package.id = "${n}"`).list(),u=new RegExp(/skip:\s*([^,\s]+)|wait:\s*(\d+)|cat:\s*([^,\s]+)|timeout:\s*(\d+)/g);for(const e of l){const t=e.options.test,n=e.options.demoPath;if(t&&Array.isArray(t)&&t.length)for(let n=0;n<t.length;n++){const o=t[n].matchAll(u),i={};Array.from(o).forEach((e=>{e[0].startsWith("skip")?i.skip=e[1]:e[0].startsWith("wait")?i.wait=parseInt(e[2]):e[0].startsWith("cat")?i.cat=e[3]:e[0].startsWith("timeout")&&(i.timeout=parseInt(e[4]))}));const c=new x(A,1===t.length?e.name:`${e.name} ${n+1}`,(()=>h(this,void 0,void 0,(function*(){const s=yield r.functions.eval(D(t[n],e));if(i.wait&&(yield B(i.wait)),"boolean"==typeof s&&!s)throw`Failed: ${t[n]}, expected true, got ${s}`}))),{skipReason:i.skip,timeout:i.timeout});if(i.cat){const e=A+": "+i.cat;c.category=e,void 0===s[e]&&(s[e]={tests:[],clear:!0}),s[e].tests.push(c)}else a.push(c)}if(n){const t=e.options.demoWait?parseInt(e.options.demoWait):void 0,n=new x(C,e.friendlyName,(()=>h(this,void 0,void 0,(function*(){r.shell.clearLastError(),yield e.apply(),yield B(t||2e3);const n=yield r.shell.lastError;if(n)throw new Error(n)}))),{skipReason:e.options.demoSkip});i.push(n)}if(e.hasTag("semTypeDetector")){const t=new x(T,e.friendlyName,(()=>h(this,void 0,void 0,(function*(){const t=[];for(const n of o.clone().columns){const r=yield e.apply([n]);t.push(r||n.semType)}I(t.filter((e=>e)).length,1)}))),{skipReason:e.options.skipTest});c.push(t)}}E[n]=!0,a.length&&(s[A]={tests:a,clear:!0}),i.length&&(s[C]={tests:i,clear:!0}),c.length&&(s[T]={tests:c,clear:!1})}))}(p);const S=[];console.log("Running tests"),null!=e||(e={}),null!==(a=(d=e).testContext)&&void 0!==a||(d.testContext=new P),r.shell.clearLastError();const _=[],$=function(){const e=[];return console.log=(...t)=>{e.push(...t),f(...t)},console.info=(...t)=>{e.push(...t),g(...t)},console.warn=(...t)=>{e.push(...t),y(...t)},console.error=(...t)=>{e.push(...t),w(...t)},e}();try{for(const[t,n]of Object.entries(b)){if((null==e?void 0:e.category)&&!t.toLowerCase().startsWith(null==e?void 0:e.category.toLowerCase())||(null===(i=e.exclude)||void 0===i?void 0:i.some((e=>t.startsWith(e)))))continue;f(`Started ${t} category`),_.push(t);const o=null===(c=n.tests)||void 0===c?void 0:c.every((e=>{var t;return null===(t=e.options)||void 0===t?void 0:t.skipReason}));try{n.before&&!o&&(yield W((()=>h(this,void 0,void 0,(function*(){yield n.before()}))),1e5,`before ${e.category}: timeout error`))}catch(e){n.beforeStatus=yield V(e)}const a=null!==(l=n.tests)&&void 0!==l?l:[],d=[];if(n.clear)for(let t=0;t<a.length;t++){a[t].options&&void 0===(null===(u=a[t].options)||void 0===u?void 0:u.benchmark)&&(a[t].options||(a[t].options={}),a[t].options.benchmark=n.isAllTestsEnabledBenchmarkMode||!1);let o=yield U(a[t],null==e?void 0:e.test,$,n.timeout,p.name,e.verbose);o&&d.push(o),r.shell.closeAll(),s.Balloon.closeAll()}else for(let t=0;t<a.length;t++){let r=yield U(a[t],null==e?void 0:e.test,$,n.timeout,p.name,e.verbose);r&&d.push(r)}const m=d.filter((e=>"skipped"!=e.result));try{n.after&&!o&&(yield W((()=>h(this,void 0,void 0,(function*(){yield n.after()}))),1e5,`After ${e.category}: timeout error`))}catch(e){n.afterStatus=yield V(e)}n.afterStatus&&m.push({category:t,name:"after",result:n.afterStatus,success:!1,ms:0,skipped:!1}),n.beforeStatus&&m.push({category:t,name:"before",result:n.beforeStatus,success:!1,ms:0,skipped:!1}),S.push(...m)}}finally{console.log=f,console.info=g,console.warn=y,console.error=w}if(e.testContext.catchUnhandled){yield B(1e3);const e=yield r.shell.lastError,t={category:"Unhandled exceptions",name:"Exception",result:null!=e?e:"",success:!e,ms:0,skipped:!1};S.push(t),t.package=p.name,null!=r.shell.reportTest?yield r.shell.reportTest("package",t):yield fetch(`${r.dapi.root}/log/tests/package`,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"same-origin",body:JSON.stringify(t)})}return S}))}function V(e){return h(this,void 0,void 0,(function*(){return`${e.toString()}\n${e.stack?yield s.Logger.translateStackTrace(e.stack):""}`}))}function U(e,t,n,o,a,i){var c,l,u,d,g,y,b,A;return h(this,void 0,void 0,(function*(){let h;n.length=0;let C="package";const T=null!=t&&e.name.toLowerCase()!==t.toLowerCase();let v=(null===(c=e.options)||void 0===c?void 0:c.skipReason)||T,E=T?"skipped":null===(l=e.options)||void 0===l?void 0:l.skipReason;if(s.Test.isInBenchmark&&!(null===(u=e.options)||void 0===u?void 0:u.benchmark))return void f(`SKIPPED: ${e.category} ${e.name} doesnt available in benchmark mode`);v||f(`Started ${e.category} ${e.name}`);const S=Date.now();try{if(v)h={success:!0,result:E,ms:0,skipped:!0};else{let t=(null===(d=e.options)||void 0===d?void 0:d.timeout)===m&&o?o:null===(g=e.options)||void 0===g?void 0:g.timeout;t=s.Test.isInBenchmark?p:t,h={success:!0,result:null!==(y=yield W(e.test,t))&&void 0!==y?y:"OK",ms:0,skipped:!1}}}catch(e){w(e),h={success:!1,result:yield V(e),ms:0,skipped:!1}}if((null===(b=e.options)||void 0===b?void 0:b.isAggregated)&&h.result.constructor===s.DataFrame){const e=h.result.col("success");if(e&&(h.success=e.stats.sum===e.length),!i){const e=h.result;e.columns.remove("stack"),e.rows.removeWhere((e=>e.get("success"))),h.result=e}h.result=h.result.toCsv()}if(h.logs=n.join("\n"),h.ms=Date.now()-S,v||f(`Finished ${e.category} ${e.name} for ${h.ms} ms`),h.category=e.category,h.name=e.name,!T){let t={success:h.success,result:h.result,ms:h.ms,skipped:h.skipped,package:a,category:e.category,name:e.name,logs:h.logs};if(h.result.constructor==Object){const e=Object.keys(h.result).reduce(((e,t)=>Object.assign(Object.assign({},e),{["result."+t]:h.result[t]})),{});t=Object.assign(Object.assign({},t),e)}t.result instanceof s.DataFrame&&(t.result=JSON.stringify(null===(A=t.result)||void 0===A?void 0:A.toJson())||""),null!=r.shell.reportTest?yield r.shell.reportTest(C,t):yield fetch(`${r.dapi.root}/log/tests/${C}`,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"same-origin",body:JSON.stringify(t)})}return h}))}function B(e){return h(this,void 0,void 0,(function*(){yield new Promise((t=>setTimeout(t,e)))}))}function Y(e,t="Timeout exceeded",n=500,r=50){return h(this,void 0,void 0,(function*(){return new Promise(((s,o)=>{setTimeout((()=>{clearInterval(a),o(new Error(t))}),n);const a=setInterval((()=>{e()&&(clearInterval(a),s())}),r)}))}))}function W(e,t,n="EXECUTION TIMEOUT"){return h(this,void 0,void 0,(function*(){let r=null;const s=new Promise(((e,s)=>{r=setTimeout((()=>{s(n)}),t)}));try{return yield Promise.race([e(),s])}finally{r&&clearTimeout(r)}}))}const j=s.DataFrame.fromColumns([s.Column.fromStrings("col",["val1","val2","val3"])]);function K(e,t,n){var s;return h(this,void 0,void 0,(function*(){const o=null!==(s=null==n?void 0:n.packageName)&&void 0!==s?s:"";(null==n?void 0:n.detectSemanticTypes)&&(yield r.data.detectSemanticTypes(t));const a=r.shell.addTableView(t);try{yield i(a,e,o,r.events.onViewerAdded),(null==n?void 0:n.awaitViewer)&&(yield i(a,e,o,r.events.onViewerAdded,void 0,n.awaitViewer)),(null==n?void 0:n.readOnly)||(yield i(a,e,o,r.events.onViewerAdded,c),(null==n?void 0:n.awaitViewer)&&(yield i(a,e,o,r.events.onViewerAdded,c,n.awaitViewer)));let t=null;t=yield i(a,e,o,r.events.onViewerAdded,u),(null==n?void 0:n.awaitViewer)&&(t=yield i(a,e,o,r.events.onViewerAdded,u,n.awaitViewer)),yield i(a,e,o,r.events.onViewLayoutApplied,d,void 0,null==t?void 0:t.layout,{savedProps:null==t?void 0:t.savedProps}),(null==n?void 0:n.awaitViewer)&&(yield i(a,e,o,r.events.onViewLayoutApplied,d,n.awaitViewer,null==t?void 0:t.layout,{savedProps:null==t?void 0:t.savedProps})),!1!==(null==n?void 0:n.arbitraryDfTest)&&(a.dataFrame=j,yield B(50),yield i(a,e,o,r.events.onViewerAdded),(null==n?void 0:n.awaitViewer)&&(yield i(a,e,o,r.events.onViewerAdded,void 0,n.awaitViewer))),yield i(a,e,o,r.events.onViewerAdded,l),(null==n?void 0:n.awaitViewer)&&(yield i(a,e,o,r.events.onViewerAdded,l,n.awaitViewer))}finally{}}))}},3629:(e,t,n)=>{"use strict";function r(e=!1,t="Assertion error."){if(!e)throw new Error(t)}function s(e){let t=0;for(let n=0;n<e.length;n++)t+=e[n]*e[n];return Math.sqrt(t)}function o(e,t){if(e.length!=t.length)throw new Error("The dimensionality of the vectors must match");let n=0;for(let r=0;r<e.length;r++)n+=e[r]*t[r];return n}function a(e,t){let n=0;const r=e.length;if(r!==t.length)throw new Error("The dimensionality of the vectors must match");for(let s=0;s<r;++s)n+=Math.pow(e[s]-t[s],2);return Math.sqrt(n)}function i(e){const t=e.length;let n=0,r=0;for(let s=0;s<t;++s)n+=e[s],r+=Math.pow(e[s],2);const s=n/t,o=1/Math.sqrt(r/t-Math.pow(s,2));for(let n=0;n<t;++n)e[n]=(e[n]-s)*o;return e}n.d(t,{KE:()=>o,S8:()=>i,ou:()=>a,vA:()=>r,wQ:()=>s})},1913:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(3282),s=n(9029),o=n(1520),a=n(2586),i=n(8708),c=n(2023),l="errorMessage",u=new r.Name("emUsed"),d={required:"missingProperty",dependencies:"property",dependentRequired:"property"},h=/\$\{[^}]+\}/,m=/\$\{([^}]+)\}/g,p=/^""\s*\+\s*|\s*\+\s*""$/g;const f=(e,t={})=>{if(!e.opts.allErrors)throw new Error("ajv-errors: Ajv option allErrors must be true");if(e.opts.jsPropertySyntax)throw new Error("ajv-errors: ajv option jsPropertySyntax is not supported");return e.addKeyword(function(e){return{keyword:l,schemaType:["string","object"],post:!0,code(t){const{gen:n,data:f,schema:g,schemaValue:y,it:w}=t;if(!1===w.createErrors)return;const b=g,A=s.strConcat(c.default.instancePath,w.errorPath);function C(e,t){return s.and(r._`${e}.keyword !== ${l}`,r._`!${e}.${u}`,r._`${e}.instancePath === ${A}`,r._`${e}.keyword in ${t}`,r._`${e}.schemaPath.indexOf(${w.errSchemaPath}) === 0`,r._`/^\\/[^\\/]*$/.test(${e}.schemaPath.slice(${w.errSchemaPath.length}))`)}function T(e,t){const r=[];for(const n in e){const e=t[n];h.test(e)&&r.push([n,E(e)])}return n.object(...r)}function v(e){return h.test(e)?new o._Code(o.safeStringify(e).replace(m,((e,t)=>`" + JSON.stringify(${a.getData(t,w)}) + "`)).replace(p,"")):r.stringify(e)}function E(e){return r._`function(){return ${v(e)}}`}n.if(r._`${c.default.errors} > 0`,(()=>{if("object"==typeof b){const[o,a]=function(e){let t,n;for(const r in e){if("properties"===r||"items"===r)continue;const s=e[r];if("object"==typeof s){t||(t={});const e=t[r]={};for(const t in s)e[t]=[]}else n||(n={}),n[r]=[]}return[t,n]}(b);a&&function(s){const o=n.const("emErrors",r.stringify(s)),a=n.const("templates",T(s,g));n.forOf("err",c.default.vErrors,(e=>n.if(C(e,o),(()=>n.code(r._`${o}[${e}.keyword].push(${e})`).assign(r._`${e}.${u}`,!0)))));const{singleError:l}=e;if(l){const e=n.let("message",r._`""`),s=n.let("paramsErrors",r._`[]`);d((t=>{n.if(e,(()=>n.code(r._`${e} += ${"string"==typeof l?l:";"}`))),n.code(r._`${e} += ${h(t)}`),n.assign(s,r._`${s}.concat(${o}[${t}])`)})),i.reportError(t,{message:e,params:r._`{errors: ${s}}`})}else d((e=>i.reportError(t,{message:h(e),params:r._`{errors: ${o}[${e}]}`})));function d(e){n.forIn("key",o,(t=>n.if(r._`${o}[${t}].length`,(()=>e(t)))))}function h(e){return r._`${e} in ${a} ? ${a}[${e}]() : ${y}[${e}]`}}(a),o&&function(e){const s=n.const("emErrors",r.stringify(e)),o=[];for(const t in e)o.push([t,T(e[t],g[t])]);const a=n.const("templates",n.object(...o)),l=n.scopeValue("obj",{ref:d,code:r.stringify(d)}),h=n.let("emPropParams"),m=n.let("emParamsErrors");n.forOf("err",c.default.vErrors,(e=>n.if(C(e,s),(()=>{n.assign(h,r._`${l}[${e}.keyword]`),n.assign(m,r._`${s}[${e}.keyword][${e}.params[${h}]]`),n.if(m,(()=>n.code(r._`${m}.push(${e})`).assign(r._`${e}.${u}`,!0)))})))),n.forIn("key",s,(e=>n.forIn("keyProp",r._`${s}[${e}]`,(o=>{n.assign(m,r._`${s}[${e}][${o}]`),n.if(r._`${m}.length`,(()=>{const s=n.const("tmpl",r._`${a}[${e}] && ${a}[${e}][${o}]`);i.reportError(t,{message:r._`${s} ? ${s}() : ${y}[${e}][${o}]`,params:r._`{errors: ${m}}`})}))}))))}(o),function(e){const{props:o,items:a}=e;if(!o&&!a)return;const d=r._`typeof ${f} == "object"`,h=r._`Array.isArray(${f})`,m=n.let("emErrors");let p,w;const b=n.let("templates");function C(e,t){n.assign(m,r.stringify(e)),n.assign(b,T(e,t))}o&&a?(p=n.let("emChildKwd"),n.if(d),n.if(h,(()=>{C(a,g.items),n.assign(p,r.str`items`)}),(()=>{C(o,g.properties),n.assign(p,r.str`properties`)})),w=r._`[${p}]`):a?(n.if(h),C(a,g.items),w=r._`.items`):o&&(n.if(s.and(d,s.not(h))),C(o,g.properties),w=r._`.properties`),n.forOf("err",c.default.vErrors,(e=>function(e,t,o){n.if(s.and(r._`${e}.keyword !== ${l}`,r._`!${e}.${u}`,r._`${e}.instancePath.indexOf(${A}) === 0`),(()=>{const s=n.scopeValue("pattern",{ref:/^\/([^/]*)(?:\/|$)/,code:r._`new RegExp("^\\\/([^/]*)(?:\\\/|$)")`}),a=n.const("emMatches",r._`${s}.exec(${e}.instancePath.slice(${A}.length))`),i=n.const("emChild",r._`${a} && ${a}[1].replace(/~1/g, "/").replace(/~0/g, "~")`);n.if(r._`${i} !== undefined && ${i} in ${t}`,(()=>o(i)))}))}(e,m,(t=>n.code(r._`${m}[${t}].push(${e})`).assign(r._`${e}.${u}`,!0))))),n.forIn("key",m,(e=>n.if(r._`${m}[${e}].length`,(()=>{i.reportError(t,{message:r._`${e} in ${b} ? ${b}[${e}]() : ${y}${w}[${e}]`,params:r._`{errors: ${m}[${e}]}`}),n.assign(r._`${c.default.vErrors}[${c.default.errors}-1].instancePath`,r._`${A} + "/" + ${e}.replace(/~/g, "~0").replace(/\\//g, "~1")`)})))),n.endIf()}(function({properties:e,items:t}){const n={};if(e){n.props={};for(const t in e)n.props[t]=[]}if(t){n.items={};for(let e=0;e<t.length;e++)n.items[e]=[]}return n}(b))}const o="string"==typeof b?b:b._;o&&function(e){const o=n.const("emErrs",r._`[]`);n.forOf("err",c.default.vErrors,(e=>n.if(function(e){return s.and(r._`${e}.keyword !== ${l}`,r._`!${e}.${u}`,s.or(r._`${e}.instancePath === ${A}`,s.and(r._`${e}.instancePath.indexOf(${A}) === 0`,r._`${e}.instancePath[${A}.length] === "/"`)),r._`${e}.schemaPath.indexOf(${w.errSchemaPath}) === 0`,r._`${e}.schemaPath[${w.errSchemaPath}.length] === "/"`)}(e),(()=>n.code(r._`${o}.push(${e})`).assign(r._`${e}.${u}`,!0))))),n.if(r._`${o}.length`,(()=>i.reportError(t,{message:v(e),params:r._`{errors: ${o}}`})))}(o),e.keepErrors||function(){const e=n.const("emErrs",r._`[]`);n.forOf("err",c.default.vErrors,(t=>n.if(r._`!${t}.${u}`,(()=>n.code(r._`${e}.push(${t})`))))),n.assign(c.default.vErrors,e).assign(c.default.errors,r._`${e}.length`)}()}))},metaSchema:{anyOf:[{type:"string"},{type:"object",properties:{properties:{$ref:"#/$defs/stringMap"},items:{$ref:"#/$defs/stringList"},required:{$ref:"#/$defs/stringOrMap"},dependencies:{$ref:"#/$defs/stringOrMap"}},additionalProperties:{type:"string"}}],$defs:{stringMap:{type:"object",additionalProperties:{type:"string"}},stringOrMap:{anyOf:[{type:"string"},{$ref:"#/$defs/stringMap"}]},stringList:{type:"array",items:{type:"string"}}}}}}(t))};t.default=f,e.exports=f,e.exports.default=f},7433:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MissingRefError=t.ValidationError=t.CodeGen=t.Name=t.nil=t.stringify=t.str=t._=t.KeywordCxt=t.Ajv2020=void 0;const r=n(4042),s=n(6105),o=n(6653),a=n(9572),i="https://json-schema.org/draft/2020-12/schema";class c extends r.default{constructor(e={}){super({...e,dynamicRef:!0,next:!0,unevaluated:!0})}_addVocabularies(){super._addVocabularies(),s.default.forEach((e=>this.addVocabulary(e))),this.opts.discriminator&&this.addKeyword(o.default)}_addDefaultMetaSchema(){super._addDefaultMetaSchema();const{$data:e,meta:t}=this.opts;t&&(a.default.call(this,e),this.refs["http://json-schema.org/schema"]=i)}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(i)?i:void 0)}}t.Ajv2020=c,e.exports=t=c,e.exports.Ajv2020=c,Object.defineProperty(t,"__esModule",{value:!0}),t.default=c;var l=n(2586);Object.defineProperty(t,"KeywordCxt",{enumerable:!0,get:function(){return l.KeywordCxt}});var u=n(9029);Object.defineProperty(t,"_",{enumerable:!0,get:function(){return u._}}),Object.defineProperty(t,"str",{enumerable:!0,get:function(){return u.str}}),Object.defineProperty(t,"stringify",{enumerable:!0,get:function(){return u.stringify}}),Object.defineProperty(t,"nil",{enumerable:!0,get:function(){return u.nil}}),Object.defineProperty(t,"Name",{enumerable:!0,get:function(){return u.Name}}),Object.defineProperty(t,"CodeGen",{enumerable:!0,get:function(){return u.CodeGen}});var d=n(3558);Object.defineProperty(t,"ValidationError",{enumerable:!0,get:function(){return d.default}});var h=n(4551);Object.defineProperty(t,"MissingRefError",{enumerable:!0,get:function(){return h.default}})},3282:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MissingRefError=t.ValidationError=t.CodeGen=t.Name=t.nil=t.stringify=t.str=t._=t.KeywordCxt=t.Ajv=void 0;const r=n(4042),s=n(6144),o=n(6653),a=n(2079),i=["/properties"],c="http://json-schema.org/draft-07/schema";class l extends r.default{_addVocabularies(){super._addVocabularies(),s.default.forEach((e=>this.addVocabulary(e))),this.opts.discriminator&&this.addKeyword(o.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;const e=this.opts.$data?this.$dataMetaSchema(a,i):a;this.addMetaSchema(e,c,!1),this.refs["http://json-schema.org/schema"]=c}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(c)?c:void 0)}}t.Ajv=l,e.exports=t=l,e.exports.Ajv=l,Object.defineProperty(t,"__esModule",{value:!0}),t.default=l;var u=n(2586);Object.defineProperty(t,"KeywordCxt",{enumerable:!0,get:function(){return u.KeywordCxt}});var d=n(9029);Object.defineProperty(t,"_",{enumerable:!0,get:function(){return d._}}),Object.defineProperty(t,"str",{enumerable:!0,get:function(){return d.str}}),Object.defineProperty(t,"stringify",{enumerable:!0,get:function(){return d.stringify}}),Object.defineProperty(t,"nil",{enumerable:!0,get:function(){return d.nil}}),Object.defineProperty(t,"Name",{enumerable:!0,get:function(){return d.Name}}),Object.defineProperty(t,"CodeGen",{enumerable:!0,get:function(){return d.CodeGen}});var h=n(3558);Object.defineProperty(t,"ValidationError",{enumerable:!0,get:function(){return h.default}});var m=n(4551);Object.defineProperty(t,"MissingRefError",{enumerable:!0,get:function(){return m.default}})},1520:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.regexpCode=t.getEsmExportName=t.getProperty=t.safeStringify=t.stringify=t.strConcat=t.addCodeArg=t.str=t._=t.nil=t._Code=t.Name=t.IDENTIFIER=t._CodeOrName=void 0;class n{}t._CodeOrName=n,t.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;class r extends n{constructor(e){if(super(),!t.IDENTIFIER.test(e))throw new Error("CodeGen: name must be a valid identifier");this.str=e}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}}t.Name=r;class s extends n{constructor(e){super(),this._items="string"==typeof e?[e]:e}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;const e=this._items[0];return""===e||'""'===e}get str(){var e;return null!==(e=this._str)&&void 0!==e?e:this._str=this._items.reduce(((e,t)=>`${e}${t}`),"")}get names(){var e;return null!==(e=this._names)&&void 0!==e?e:this._names=this._items.reduce(((e,t)=>(t instanceof r&&(e[t.str]=(e[t.str]||0)+1),e)),{})}}function o(e,...t){const n=[e[0]];let r=0;for(;r<t.length;)c(n,t[r]),n.push(e[++r]);return new s(n)}t._Code=s,t.nil=new s(""),t._=o;const a=new s("+");function i(e,...t){const n=[u(e[0])];let r=0;for(;r<t.length;)n.push(a),c(n,t[r]),n.push(a,u(e[++r]));return function(e){let t=1;for(;t<e.length-1;){if(e[t]===a){const n=l(e[t-1],e[t+1]);if(void 0!==n){e.splice(t-1,3,n);continue}e[t++]="+"}t++}}(n),new s(n)}function c(e,t){var n;t instanceof s?e.push(...t._items):t instanceof r?e.push(t):e.push("number"==typeof(n=t)||"boolean"==typeof n||null===n?n:u(Array.isArray(n)?n.join(","):n))}function l(e,t){if('""'===t)return e;if('""'===e)return t;if("string"==typeof e){if(t instanceof r||'"'!==e[e.length-1])return;return"string"!=typeof t?`${e.slice(0,-1)}${t}"`:'"'===t[0]?e.slice(0,-1)+t.slice(1):void 0}return"string"!=typeof t||'"'!==t[0]||e instanceof r?void 0:`"${e}${t.slice(1)}`}function u(e){return JSON.stringify(e).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}t.str=i,t.addCodeArg=c,t.strConcat=function(e,t){return t.emptyStr()?e:e.emptyStr()?t:i`${e}${t}`},t.stringify=function(e){return new s(u(e))},t.safeStringify=u,t.getProperty=function(e){return"string"==typeof e&&t.IDENTIFIER.test(e)?new s(`.${e}`):o`[${e}]`},t.getEsmExportName=function(e){if("string"==typeof e&&t.IDENTIFIER.test(e))return new s(`${e}`);throw new Error(`CodeGen: invalid export name: ${e}, use explicit $id name mapping`)},t.regexpCode=function(e){return new s(e.toString())}},9029:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.or=t.and=t.not=t.CodeGen=t.operators=t.varKinds=t.ValueScopeName=t.ValueScope=t.Scope=t.Name=t.regexpCode=t.stringify=t.getProperty=t.nil=t.strConcat=t.str=t._=void 0;const r=n(1520),s=n(7845);var o=n(1520);Object.defineProperty(t,"_",{enumerable:!0,get:function(){return o._}}),Object.defineProperty(t,"str",{enumerable:!0,get:function(){return o.str}}),Object.defineProperty(t,"strConcat",{enumerable:!0,get:function(){return o.strConcat}}),Object.defineProperty(t,"nil",{enumerable:!0,get:function(){return o.nil}}),Object.defineProperty(t,"getProperty",{enumerable:!0,get:function(){return o.getProperty}}),Object.defineProperty(t,"stringify",{enumerable:!0,get:function(){return o.stringify}}),Object.defineProperty(t,"regexpCode",{enumerable:!0,get:function(){return o.regexpCode}}),Object.defineProperty(t,"Name",{enumerable:!0,get:function(){return o.Name}});var a=n(7845);Object.defineProperty(t,"Scope",{enumerable:!0,get:function(){return a.Scope}}),Object.defineProperty(t,"ValueScope",{enumerable:!0,get:function(){return a.ValueScope}}),Object.defineProperty(t,"ValueScopeName",{enumerable:!0,get:function(){return a.ValueScopeName}}),Object.defineProperty(t,"varKinds",{enumerable:!0,get:function(){return a.varKinds}}),t.operators={GT:new r._Code(">"),GTE:new r._Code(">="),LT:new r._Code("<"),LTE:new r._Code("<="),EQ:new r._Code("==="),NEQ:new r._Code("!=="),NOT:new r._Code("!"),OR:new r._Code("||"),AND:new r._Code("&&"),ADD:new r._Code("+")};class i{optimizeNodes(){return this}optimizeNames(e,t){return this}}class c extends i{constructor(e,t,n){super(),this.varKind=e,this.name=t,this.rhs=n}render({es5:e,_n:t}){const n=e?s.varKinds.var:this.varKind,r=void 0===this.rhs?"":` = ${this.rhs}`;return`${n} ${this.name}${r};`+t}optimizeNames(e,t){if(e[this.name.str])return this.rhs&&(this.rhs=N(this.rhs,e,t)),this}get names(){return this.rhs instanceof r._CodeOrName?this.rhs.names:{}}}class l extends i{constructor(e,t,n){super(),this.lhs=e,this.rhs=t,this.sideEffects=n}render({_n:e}){return`${this.lhs} = ${this.rhs};`+e}optimizeNames(e,t){if(!(this.lhs instanceof r.Name)||e[this.lhs.str]||this.sideEffects)return this.rhs=N(this.rhs,e,t),this}get names(){return M(this.lhs instanceof r.Name?{}:{...this.lhs.names},this.rhs)}}class u extends l{constructor(e,t,n,r){super(e,n,r),this.op=t}render({_n:e}){return`${this.lhs} ${this.op}= ${this.rhs};`+e}}class d extends i{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`${this.label}:`+e}}class h extends i{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`break${this.label?` ${this.label}`:""};`+e}}class m extends i{constructor(e){super(),this.error=e}render({_n:e}){return`throw ${this.error};`+e}get names(){return this.error.names}}class p extends i{constructor(e){super(),this.code=e}render({_n:e}){return`${this.code};`+e}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(e,t){return this.code=N(this.code,e,t),this}get names(){return this.code instanceof r._CodeOrName?this.code.names:{}}}class f extends i{constructor(e=[]){super(),this.nodes=e}render(e){return this.nodes.reduce(((t,n)=>t+n.render(e)),"")}optimizeNodes(){const{nodes:e}=this;let t=e.length;for(;t--;){const n=e[t].optimizeNodes();Array.isArray(n)?e.splice(t,1,...n):n?e[t]=n:e.splice(t,1)}return e.length>0?this:void 0}optimizeNames(e,t){const{nodes:n}=this;let r=n.length;for(;r--;){const s=n[r];s.optimizeNames(e,t)||(I(e,s.names),n.splice(r,1))}return n.length>0?this:void 0}get names(){return this.nodes.reduce(((e,t)=>$(e,t.names)),{})}}class g extends f{render(e){return"{"+e._n+super.render(e)+"}"+e._n}}class y extends f{}class w extends g{}w.kind="else";class b extends g{constructor(e,t){super(t),this.condition=e}render(e){let t=`if(${this.condition})`+super.render(e);return this.else&&(t+="else "+this.else.render(e)),t}optimizeNodes(){super.optimizeNodes();const e=this.condition;if(!0===e)return this.nodes;let t=this.else;if(t){const e=t.optimizeNodes();t=this.else=Array.isArray(e)?new w(e):e}return t?!1===e?t instanceof b?t:t.nodes:this.nodes.length?this:new b(L(e),t instanceof b?[t]:t.nodes):!1!==e&&this.nodes.length?this:void 0}optimizeNames(e,t){var n;if(this.else=null===(n=this.else)||void 0===n?void 0:n.optimizeNames(e,t),super.optimizeNames(e,t)||this.else)return this.condition=N(this.condition,e,t),this}get names(){const e=super.names;return M(e,this.condition),this.else&&$(e,this.else.names),e}}b.kind="if";class A extends g{}A.kind="for";class C extends A{constructor(e){super(),this.iteration=e}render(e){return`for(${this.iteration})`+super.render(e)}optimizeNames(e,t){if(super.optimizeNames(e,t))return this.iteration=N(this.iteration,e,t),this}get names(){return $(super.names,this.iteration.names)}}class T extends A{constructor(e,t,n,r){super(),this.varKind=e,this.name=t,this.from=n,this.to=r}render(e){const t=e.es5?s.varKinds.var:this.varKind,{name:n,from:r,to:o}=this;return`for(${t} ${n}=${r}; ${n}<${o}; ${n}++)`+super.render(e)}get names(){const e=M(super.names,this.from);return M(e,this.to)}}class v extends A{constructor(e,t,n,r){super(),this.loop=e,this.varKind=t,this.name=n,this.iterable=r}render(e){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(e)}optimizeNames(e,t){if(super.optimizeNames(e,t))return this.iterable=N(this.iterable,e,t),this}get names(){return $(super.names,this.iterable.names)}}class E extends g{constructor(e,t,n){super(),this.name=e,this.args=t,this.async=n}render(e){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(e)}}E.kind="func";class S extends f{render(e){return"return "+super.render(e)}}S.kind="return";class _ extends g{render(e){let t="try"+super.render(e);return this.catch&&(t+=this.catch.render(e)),this.finally&&(t+=this.finally.render(e)),t}optimizeNodes(){var e,t;return super.optimizeNodes(),null===(e=this.catch)||void 0===e||e.optimizeNodes(),null===(t=this.finally)||void 0===t||t.optimizeNodes(),this}optimizeNames(e,t){var n,r;return super.optimizeNames(e,t),null===(n=this.catch)||void 0===n||n.optimizeNames(e,t),null===(r=this.finally)||void 0===r||r.optimizeNames(e,t),this}get names(){const e=super.names;return this.catch&&$(e,this.catch.names),this.finally&&$(e,this.finally.names),e}}class P extends g{constructor(e){super(),this.error=e}render(e){return`catch(${this.error})`+super.render(e)}}P.kind="catch";class x extends g{render(e){return"finally"+super.render(e)}}function $(e,t){for(const n in t)e[n]=(e[n]||0)+(t[n]||0);return e}function M(e,t){return t instanceof r._CodeOrName?$(e,t.names):e}function N(e,t,n){return e instanceof r.Name?o(e):(s=e)instanceof r._Code&&s._items.some((e=>e instanceof r.Name&&1===t[e.str]&&void 0!==n[e.str]))?new r._Code(e._items.reduce(((e,t)=>(t instanceof r.Name&&(t=o(t)),t instanceof r._Code?e.push(...t._items):e.push(t),e)),[])):e;var s;function o(e){const r=n[e.str];return void 0===r||1!==t[e.str]?e:(delete t[e.str],r)}}function I(e,t){for(const n in t)e[n]=(e[n]||0)-(t[n]||0)}function L(e){return"boolean"==typeof e||"number"==typeof e||null===e?!e:r._`!${F(e)}`}x.kind="finally",t.CodeGen=class{constructor(e,t={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...t,_n:t.lines?"\n":""},this._extScope=e,this._scope=new s.Scope({parent:e}),this._nodes=[new y]}toString(){return this._root.render(this.opts)}name(e){return this._scope.name(e)}scopeName(e){return this._extScope.name(e)}scopeValue(e,t){const n=this._extScope.value(e,t);return(this._values[n.prefix]||(this._values[n.prefix]=new Set)).add(n),n}getScopeValue(e,t){return this._extScope.getValue(e,t)}scopeRefs(e){return this._extScope.scopeRefs(e,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(e,t,n,r){const s=this._scope.toName(t);return void 0!==n&&r&&(this._constants[s.str]=n),this._leafNode(new c(e,s,n)),s}const(e,t,n){return this._def(s.varKinds.const,e,t,n)}let(e,t,n){return this._def(s.varKinds.let,e,t,n)}var(e,t,n){return this._def(s.varKinds.var,e,t,n)}assign(e,t,n){return this._leafNode(new l(e,t,n))}add(e,n){return this._leafNode(new u(e,t.operators.ADD,n))}code(e){return"function"==typeof e?e():e!==r.nil&&this._leafNode(new p(e)),this}object(...e){const t=["{"];for(const[n,s]of e)t.length>1&&t.push(","),t.push(n),(n!==s||this.opts.es5)&&(t.push(":"),(0,r.addCodeArg)(t,s));return t.push("}"),new r._Code(t)}if(e,t,n){if(this._blockNode(new b(e)),t&&n)this.code(t).else().code(n).endIf();else if(t)this.code(t).endIf();else if(n)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(e){return this._elseNode(new b(e))}else(){return this._elseNode(new w)}endIf(){return this._endBlockNode(b,w)}_for(e,t){return this._blockNode(e),t&&this.code(t).endFor(),this}for(e,t){return this._for(new C(e),t)}forRange(e,t,n,r,o=(this.opts.es5?s.varKinds.var:s.varKinds.let)){const a=this._scope.toName(e);return this._for(new T(o,a,t,n),(()=>r(a)))}forOf(e,t,n,o=s.varKinds.const){const a=this._scope.toName(e);if(this.opts.es5){const e=t instanceof r.Name?t:this.var("_arr",t);return this.forRange("_i",0,r._`${e}.length`,(t=>{this.var(a,r._`${e}[${t}]`),n(a)}))}return this._for(new v("of",o,a,t),(()=>n(a)))}forIn(e,t,n,o=(this.opts.es5?s.varKinds.var:s.varKinds.const)){if(this.opts.ownProperties)return this.forOf(e,r._`Object.keys(${t})`,n);const a=this._scope.toName(e);return this._for(new v("in",o,a,t),(()=>n(a)))}endFor(){return this._endBlockNode(A)}label(e){return this._leafNode(new d(e))}break(e){return this._leafNode(new h(e))}return(e){const t=new S;if(this._blockNode(t),this.code(e),1!==t.nodes.length)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(S)}try(e,t,n){if(!t&&!n)throw new Error('CodeGen: "try" without "catch" and "finally"');const r=new _;if(this._blockNode(r),this.code(e),t){const e=this.name("e");this._currNode=r.catch=new P(e),t(e)}return n&&(this._currNode=r.finally=new x,this.code(n)),this._endBlockNode(P,x)}throw(e){return this._leafNode(new m(e))}block(e,t){return this._blockStarts.push(this._nodes.length),e&&this.code(e).endBlock(t),this}endBlock(e){const t=this._blockStarts.pop();if(void 0===t)throw new Error("CodeGen: not in self-balancing block");const n=this._nodes.length-t;if(n<0||void 0!==e&&n!==e)throw new Error(`CodeGen: wrong number of nodes: ${n} vs ${e} expected`);return this._nodes.length=t,this}func(e,t=r.nil,n,s){return this._blockNode(new E(e,t,n)),s&&this.code(s).endFunc(),this}endFunc(){return this._endBlockNode(E)}optimize(e=1){for(;e-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(e){return this._currNode.nodes.push(e),this}_blockNode(e){this._currNode.nodes.push(e),this._nodes.push(e)}_endBlockNode(e,t){const n=this._currNode;if(n instanceof e||t&&n instanceof t)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${t?`${e.kind}/${t.kind}`:e.kind}"`)}_elseNode(e){const t=this._currNode;if(!(t instanceof b))throw new Error('CodeGen: "else" without "if"');return this._currNode=t.else=e,this}get _root(){return this._nodes[0]}get _currNode(){const e=this._nodes;return e[e.length-1]}set _currNode(e){const t=this._nodes;t[t.length-1]=e}},t.not=L;const R=H(t.operators.AND);t.and=function(...e){return e.reduce(R)};const O=H(t.operators.OR);function H(e){return(t,n)=>t===r.nil?n:n===r.nil?t:r._`${F(t)} ${e} ${F(n)}`}function F(e){return e instanceof r.Name?e:r._`(${e})`}t.or=function(...e){return e.reduce(O)}},7845:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ValueScope=t.ValueScopeName=t.Scope=t.varKinds=t.UsedValueState=void 0;const r=n(1520);class s extends Error{constructor(e){super(`CodeGen: "code" for ${e} not defined`),this.value=e.value}}var o;!function(e){e[e.Started=0]="Started",e[e.Completed=1]="Completed"}(o||(t.UsedValueState=o={})),t.varKinds={const:new r.Name("const"),let:new r.Name("let"),var:new r.Name("var")};class a{constructor({prefixes:e,parent:t}={}){this._names={},this._prefixes=e,this._parent=t}toName(e){return e instanceof r.Name?e:this.name(e)}name(e){return new r.Name(this._newName(e))}_newName(e){return`${e}${(this._names[e]||this._nameGroup(e)).index++}`}_nameGroup(e){var t,n;if((null===(n=null===(t=this._parent)||void 0===t?void 0:t._prefixes)||void 0===n?void 0:n.has(e))||this._prefixes&&!this._prefixes.has(e))throw new Error(`CodeGen: prefix "${e}" is not allowed in this scope`);return this._names[e]={prefix:e,index:0}}}t.Scope=a;class i extends r.Name{constructor(e,t){super(t),this.prefix=e}setValue(e,{property:t,itemIndex:n}){this.value=e,this.scopePath=r._`.${new r.Name(t)}[${n}]`}}t.ValueScopeName=i;const c=r._`\n`;t.ValueScope=class extends a{constructor(e){super(e),this._values={},this._scope=e.scope,this.opts={...e,_n:e.lines?c:r.nil}}get(){return this._scope}name(e){return new i(e,this._newName(e))}value(e,t){var n;if(void 0===t.ref)throw new Error("CodeGen: ref must be passed in value");const r=this.toName(e),{prefix:s}=r,o=null!==(n=t.key)&&void 0!==n?n:t.ref;let a=this._values[s];if(a){const e=a.get(o);if(e)return e}else a=this._values[s]=new Map;a.set(o,r);const i=this._scope[s]||(this._scope[s]=[]),c=i.length;return i[c]=t.ref,r.setValue(t,{property:s,itemIndex:c}),r}getValue(e,t){const n=this._values[e];if(n)return n.get(t)}scopeRefs(e,t=this._values){return this._reduceValues(t,(t=>{if(void 0===t.scopePath)throw new Error(`CodeGen: name "${t}" has no value`);return r._`${e}${t.scopePath}`}))}scopeCode(e=this._values,t,n){return this._reduceValues(e,(e=>{if(void 0===e.value)throw new Error(`CodeGen: name "${e}" has no value`);return e.value.code}),t,n)}_reduceValues(e,n,a={},i){let c=r.nil;for(const l in e){const u=e[l];if(!u)continue;const d=a[l]=a[l]||new Map;u.forEach((e=>{if(d.has(e))return;d.set(e,o.Started);let a=n(e);if(a){const n=this.opts.es5?t.varKinds.var:t.varKinds.const;c=r._`${c}${n} ${e} = ${a};${this.opts._n}`}else{if(!(a=null==i?void 0:i(e)))throw new s(e);c=r._`${c}${a}${this.opts._n}`}d.set(e,o.Completed)}))}return c}}},8708:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.extendErrors=t.resetErrorsCount=t.reportExtraError=t.reportError=t.keyword$DataError=t.keywordError=void 0;const r=n(9029),s=n(4227),o=n(2023);function a(e,t){const n=e.const("err",t);e.if(r._`${o.default.vErrors} === null`,(()=>e.assign(o.default.vErrors,r._`[${n}]`)),r._`${o.default.vErrors}.push(${n})`),e.code(r._`${o.default.errors}++`)}function i(e,t){const{gen:n,validateName:s,schemaEnv:o}=e;o.$async?n.throw(r._`new ${e.ValidationError}(${t})`):(n.assign(r._`${s}.errors`,t),n.return(!1))}t.keywordError={message:({keyword:e})=>r.str`must pass "${e}" keyword validation`},t.keyword$DataError={message:({keyword:e,schemaType:t})=>t?r.str`"${e}" keyword must be ${t} ($data)`:r.str`"${e}" keyword is invalid ($data)`},t.reportError=function(e,n=t.keywordError,s,o){const{it:c}=e,{gen:u,compositeRule:d,allErrors:h}=c,m=l(e,n,s);(null!=o?o:d||h)?a(u,m):i(c,r._`[${m}]`)},t.reportExtraError=function(e,n=t.keywordError,r){const{it:s}=e,{gen:c,compositeRule:u,allErrors:d}=s;a(c,l(e,n,r)),u||d||i(s,o.default.vErrors)},t.resetErrorsCount=function(e,t){e.assign(o.default.errors,t),e.if(r._`${o.default.vErrors} !== null`,(()=>e.if(t,(()=>e.assign(r._`${o.default.vErrors}.length`,t)),(()=>e.assign(o.default.vErrors,null)))))},t.extendErrors=function({gen:e,keyword:t,schemaValue:n,data:s,errsCount:a,it:i}){if(void 0===a)throw new Error("ajv implementation error");const c=e.name("err");e.forRange("i",a,o.default.errors,(a=>{e.const(c,r._`${o.default.vErrors}[${a}]`),e.if(r._`${c}.instancePath === undefined`,(()=>e.assign(r._`${c}.instancePath`,(0,r.strConcat)(o.default.instancePath,i.errorPath)))),e.assign(r._`${c}.schemaPath`,r.str`${i.errSchemaPath}/${t}`),i.opts.verbose&&(e.assign(r._`${c}.schema`,n),e.assign(r._`${c}.data`,s))}))};const c={keyword:new r.Name("keyword"),schemaPath:new r.Name("schemaPath"),params:new r.Name("params"),propertyName:new r.Name("propertyName"),message:new r.Name("message"),schema:new r.Name("schema"),parentSchema:new r.Name("parentSchema")};function l(e,t,n){const{createErrors:s}=e.it;return!1===s?r._`{}`:function(e,t,n={}){const{gen:s,it:a}=e,i=[u(a,n),d(e,n)];return function(e,{params:t,message:n},s){const{keyword:a,data:i,schemaValue:l,it:u}=e,{opts:d,propertyName:h,topSchemaRef:m,schemaPath:p}=u;s.push([c.keyword,a],[c.params,"function"==typeof t?t(e):t||r._`{}`]),d.messages&&s.push([c.message,"function"==typeof n?n(e):n]),d.verbose&&s.push([c.schema,l],[c.parentSchema,r._`${m}${p}`],[o.default.data,i]),h&&s.push([c.propertyName,h])}(e,t,i),s.object(...i)}(e,t,n)}function u({errorPath:e},{instancePath:t}){const n=t?r.str`${e}${(0,s.getErrorPath)(t,s.Type.Str)}`:e;return[o.default.instancePath,(0,r.strConcat)(o.default.instancePath,n)]}function d({keyword:e,it:{errSchemaPath:t}},{schemaPath:n,parentSchema:o}){let a=o?t:r.str`${t}/${e}`;return n&&(a=r.str`${a}${(0,s.getErrorPath)(n,s.Type.Str)}`),[c.schemaPath,a]}},3835:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.resolveSchema=t.getCompilingSchema=t.resolveRef=t.compileSchema=t.SchemaEnv=void 0;const r=n(9029),s=n(3558),o=n(2023),a=n(6939),i=n(4227),c=n(2586);class l{constructor(e){var t;let n;this.refs={},this.dynamicAnchors={},"object"==typeof e.schema&&(n=e.schema),this.schema=e.schema,this.schemaId=e.schemaId,this.root=e.root||this,this.baseId=null!==(t=e.baseId)&&void 0!==t?t:(0,a.normalizeId)(null==n?void 0:n[e.schemaId||"$id"]),this.schemaPath=e.schemaPath,this.localRefs=e.localRefs,this.meta=e.meta,this.$async=null==n?void 0:n.$async,this.refs={}}}function u(e){const t=h.call(this,e);if(t)return t;const n=(0,a.getFullPath)(this.opts.uriResolver,e.root.baseId),{es5:i,lines:l}=this.opts.code,{ownProperties:u}=this.opts,d=new r.CodeGen(this.scope,{es5:i,lines:l,ownProperties:u});let m;e.$async&&(m=d.scopeValue("Error",{ref:s.default,code:r._`require("ajv/dist/runtime/validation_error").default`}));const p=d.scopeName("validate");e.validateName=p;const f={gen:d,allErrors:this.opts.allErrors,data:o.default.data,parentData:o.default.parentData,parentDataProperty:o.default.parentDataProperty,dataNames:[o.default.data],dataPathArr:[r.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:d.scopeValue("schema",!0===this.opts.code.source?{ref:e.schema,code:(0,r.stringify)(e.schema)}:{ref:e.schema}),validateName:p,ValidationError:m,schema:e.schema,schemaEnv:e,rootId:n,baseId:e.baseId||n,schemaPath:r.nil,errSchemaPath:e.schemaPath||(this.opts.jtd?"":"#"),errorPath:r._`""`,opts:this.opts,self:this};let g;try{this._compilations.add(e),(0,c.validateFunctionCode)(f),d.optimize(this.opts.code.optimize);const t=d.toString();g=`${d.scopeRefs(o.default.scope)}return ${t}`,this.opts.code.process&&(g=this.opts.code.process(g,e));const n=new Function(`${o.default.self}`,`${o.default.scope}`,g)(this,this.scope.get());if(this.scope.value(p,{ref:n}),n.errors=null,n.schema=e.schema,n.schemaEnv=e,e.$async&&(n.$async=!0),!0===this.opts.code.source&&(n.source={validateName:p,validateCode:t,scopeValues:d._values}),this.opts.unevaluated){const{props:e,items:t}=f;n.evaluated={props:e instanceof r.Name?void 0:e,items:t instanceof r.Name?void 0:t,dynamicProps:e instanceof r.Name,dynamicItems:t instanceof r.Name},n.source&&(n.source.evaluated=(0,r.stringify)(n.evaluated))}return e.validate=n,e}catch(t){throw delete e.validate,delete e.validateName,g&&this.logger.error("Error compiling schema, function code:",g),t}finally{this._compilations.delete(e)}}function d(e){return(0,a.inlineRef)(e.schema,this.opts.inlineRefs)?e.schema:e.validate?e:u.call(this,e)}function h(e){for(const r of this._compilations)if(n=e,(t=r).schema===n.schema&&t.root===n.root&&t.baseId===n.baseId)return r;var t,n}function m(e,t){let n;for(;"string"==typeof(n=this.refs[t]);)t=n;return n||this.schemas[t]||p.call(this,e,t)}function p(e,t){const n=this.opts.uriResolver.parse(t),r=(0,a._getFullPath)(this.opts.uriResolver,n);let s=(0,a.getFullPath)(this.opts.uriResolver,e.baseId,void 0);if(Object.keys(e.schema).length>0&&r===s)return g.call(this,n,e);const o=(0,a.normalizeId)(r),i=this.refs[o]||this.schemas[o];if("string"==typeof i){const t=p.call(this,e,i);if("object"!=typeof(null==t?void 0:t.schema))return;return g.call(this,n,t)}if("object"==typeof(null==i?void 0:i.schema)){if(i.validate||u.call(this,i),o===(0,a.normalizeId)(t)){const{schema:t}=i,{schemaId:n}=this.opts,r=t[n];return r&&(s=(0,a.resolveUrl)(this.opts.uriResolver,s,r)),new l({schema:t,schemaId:n,root:e,baseId:s})}return g.call(this,n,i)}}t.SchemaEnv=l,t.compileSchema=u,t.resolveRef=function(e,t,n){var r;n=(0,a.resolveUrl)(this.opts.uriResolver,t,n);const s=e.refs[n];if(s)return s;let o=m.call(this,e,n);if(void 0===o){const s=null===(r=e.localRefs)||void 0===r?void 0:r[n],{schemaId:a}=this.opts;s&&(o=new l({schema:s,schemaId:a,root:e,baseId:t}))}return void 0!==o?e.refs[n]=d.call(this,o):void 0},t.getCompilingSchema=h,t.resolveSchema=p;const f=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function g(e,{baseId:t,schema:n,root:r}){var s;if("/"!==(null===(s=e.fragment)||void 0===s?void 0:s[0]))return;for(const r of e.fragment.slice(1).split("/")){if("boolean"==typeof n)return;const e=n[(0,i.unescapeFragment)(r)];if(void 0===e)return;const s="object"==typeof(n=e)&&n[this.opts.schemaId];!f.has(r)&&s&&(t=(0,a.resolveUrl)(this.opts.uriResolver,t,s))}let o;if("boolean"!=typeof n&&n.$ref&&!(0,i.schemaHasRulesButRef)(n,this.RULES)){const e=(0,a.resolveUrl)(this.opts.uriResolver,t,n.$ref);o=p.call(this,r,e)}const{schemaId:c}=this.opts;return o=o||new l({schema:n,schemaId:c,root:r,baseId:t}),o.schema!==o.root.schema?o:void 0}},2023:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(9029),s={data:new r.Name("data"),valCxt:new r.Name("valCxt"),instancePath:new r.Name("instancePath"),parentData:new r.Name("parentData"),parentDataProperty:new r.Name("parentDataProperty"),rootData:new r.Name("rootData"),dynamicAnchors:new r.Name("dynamicAnchors"),vErrors:new r.Name("vErrors"),errors:new r.Name("errors"),this:new r.Name("this"),self:new r.Name("self"),scope:new r.Name("scope"),json:new r.Name("json"),jsonPos:new r.Name("jsonPos"),jsonLen:new r.Name("jsonLen"),jsonPart:new r.Name("jsonPart")};t.default=s},4551:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(6939);class s extends Error{constructor(e,t,n,s){super(s||`can't resolve reference ${n} from id ${t}`),this.missingRef=(0,r.resolveUrl)(e,t,n),this.missingSchema=(0,r.normalizeId)((0,r.getFullPath)(e,this.missingRef))}}t.default=s},6939:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getSchemaRefs=t.resolveUrl=t.normalizeId=t._getFullPath=t.getFullPath=t.inlineRef=void 0;const r=n(4227),s=n(2017),o=n(7106),a=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);t.inlineRef=function(e,t=!0){return"boolean"==typeof e||(!0===t?!c(e):!!t&&l(e)<=t)};const i=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function c(e){for(const t in e){if(i.has(t))return!0;const n=e[t];if(Array.isArray(n)&&n.some(c))return!0;if("object"==typeof n&&c(n))return!0}return!1}function l(e){let t=0;for(const n in e){if("$ref"===n)return 1/0;if(t++,!a.has(n)&&("object"==typeof e[n]&&(0,r.eachItem)(e[n],(e=>t+=l(e))),t===1/0))return 1/0}return t}function u(e,t="",n){!1!==n&&(t=m(t));const r=e.parse(t);return d(e,r)}function d(e,t){return e.serialize(t).split("#")[0]+"#"}t.getFullPath=u,t._getFullPath=d;const h=/#\/?$/;function m(e){return e?e.replace(h,""):""}t.normalizeId=m,t.resolveUrl=function(e,t,n){return n=m(n),e.resolve(t,n)};const p=/^[a-z_][-a-z0-9._]*$/i;t.getSchemaRefs=function(e,t){if("boolean"==typeof e)return{};const{schemaId:n,uriResolver:r}=this.opts,a=m(e[n]||t),i={"":a},c=u(r,a,!1),l={},d=new Set;return o(e,{allKeys:!0},((e,t,r,s)=>{if(void 0===s)return;const o=c+t;let a=i[s];function u(t){const n=this.opts.uriResolver.resolve;if(t=m(a?n(a,t):t),d.has(t))throw f(t);d.add(t);let r=this.refs[t];return"string"==typeof r&&(r=this.refs[r]),"object"==typeof r?h(e,r.schema,t):t!==m(o)&&("#"===t[0]?(h(e,l[t],t),l[t]=e):this.refs[t]=o),t}function g(e){if("string"==typeof e){if(!p.test(e))throw new Error(`invalid anchor "${e}"`);u.call(this,`#${e}`)}}"string"==typeof e[n]&&(a=u.call(this,e[n])),g.call(this,e.$anchor),g.call(this,e.$dynamicAnchor),i[t]=a})),l;function h(e,t,n){if(void 0!==t&&!s(e,t))throw f(n)}function f(e){return new Error(`reference "${e}" resolves to more than one schema`)}}},396:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getRules=t.isJSONType=void 0;const n=new Set(["string","number","integer","boolean","null","object","array"]);t.isJSONType=function(e){return"string"==typeof e&&n.has(e)},t.getRules=function(){const e={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...e,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},e.number,e.string,e.array,e.object],post:{rules:[]},all:{},keywords:{}}}},4227:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.checkStrictMode=t.getErrorPath=t.Type=t.useFunc=t.setEvaluated=t.evaluatedPropsToName=t.mergeEvaluated=t.eachItem=t.unescapeJsonPointer=t.escapeJsonPointer=t.escapeFragment=t.unescapeFragment=t.schemaRefOrVal=t.schemaHasRulesButRef=t.schemaHasRules=t.checkUnknownRules=t.alwaysValidSchema=t.toHash=void 0;const r=n(9029),s=n(1520);function o(e,t=e.schema){const{opts:n,self:r}=e;if(!n.strictSchema)return;if("boolean"==typeof t)return;const s=r.RULES.keywords;for(const n in t)s[n]||p(e,`unknown keyword: "${n}"`)}function a(e,t){if("boolean"==typeof e)return!e;for(const n in e)if(t[n])return!0;return!1}function i(e){return"number"==typeof e?`${e}`:e.replace(/~/g,"~0").replace(/\//g,"~1")}function c(e){return e.replace(/~1/g,"/").replace(/~0/g,"~")}function l({mergeNames:e,mergeToName:t,mergeValues:n,resultToName:s}){return(o,a,i,c)=>{const l=void 0===i?a:i instanceof r.Name?(a instanceof r.Name?e(o,a,i):t(o,a,i),i):a instanceof r.Name?(t(o,i,a),a):n(a,i);return c!==r.Name||l instanceof r.Name?l:s(o,l)}}function u(e,t){if(!0===t)return e.var("props",!0);const n=e.var("props",r._`{}`);return void 0!==t&&d(e,n,t),n}function d(e,t,n){Object.keys(n).forEach((n=>e.assign(r._`${t}${(0,r.getProperty)(n)}`,!0)))}t.toHash=function(e){const t={};for(const n of e)t[n]=!0;return t},t.alwaysValidSchema=function(e,t){return"boolean"==typeof t?t:0===Object.keys(t).length||(o(e,t),!a(t,e.self.RULES.all))},t.checkUnknownRules=o,t.schemaHasRules=a,t.schemaHasRulesButRef=function(e,t){if("boolean"==typeof e)return!e;for(const n in e)if("$ref"!==n&&t.all[n])return!0;return!1},t.schemaRefOrVal=function({topSchemaRef:e,schemaPath:t},n,s,o){if(!o){if("number"==typeof n||"boolean"==typeof n)return n;if("string"==typeof n)return r._`${n}`}return r._`${e}${t}${(0,r.getProperty)(s)}`},t.unescapeFragment=function(e){return c(decodeURIComponent(e))},t.escapeFragment=function(e){return encodeURIComponent(i(e))},t.escapeJsonPointer=i,t.unescapeJsonPointer=c,t.eachItem=function(e,t){if(Array.isArray(e))for(const n of e)t(n);else t(e)},t.mergeEvaluated={props:l({mergeNames:(e,t,n)=>e.if(r._`${n} !== true && ${t} !== undefined`,(()=>{e.if(r._`${t} === true`,(()=>e.assign(n,!0)),(()=>e.assign(n,r._`${n} || {}`).code(r._`Object.assign(${n}, ${t})`)))})),mergeToName:(e,t,n)=>e.if(r._`${n} !== true`,(()=>{!0===t?e.assign(n,!0):(e.assign(n,r._`${n} || {}`),d(e,n,t))})),mergeValues:(e,t)=>!0===e||{...e,...t},resultToName:u}),items:l({mergeNames:(e,t,n)=>e.if(r._`${n} !== true && ${t} !== undefined`,(()=>e.assign(n,r._`${t} === true ? true : ${n} > ${t} ? ${n} : ${t}`))),mergeToName:(e,t,n)=>e.if(r._`${n} !== true`,(()=>e.assign(n,!0===t||r._`${n} > ${t} ? ${n} : ${t}`))),mergeValues:(e,t)=>!0===e||Math.max(e,t),resultToName:(e,t)=>e.var("items",t)})},t.evaluatedPropsToName=u,t.setEvaluated=d;const h={};var m;function p(e,t,n=e.opts.strictSchema){if(n){if(t=`strict mode: ${t}`,!0===n)throw new Error(t);e.self.logger.warn(t)}}t.useFunc=function(e,t){return e.scopeValue("func",{ref:t,code:h[t.code]||(h[t.code]=new s._Code(t.code))})},function(e){e[e.Num=0]="Num",e[e.Str=1]="Str"}(m||(t.Type=m={})),t.getErrorPath=function(e,t,n){if(e instanceof r.Name){const s=t===m.Num;return n?s?r._`"[" + ${e} + "]"`:r._`"['" + ${e} + "']"`:s?r._`"/" + ${e}`:r._`"/" + ${e}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return n?(0,r.getProperty)(e).toString():"/"+i(e)},t.checkStrictMode=p},7887:(e,t)=>{"use strict";function n(e,t){return t.rules.some((t=>r(e,t)))}function r(e,t){var n;return void 0!==e[t.keyword]||(null===(n=t.definition.implements)||void 0===n?void 0:n.some((t=>void 0!==e[t])))}Object.defineProperty(t,"__esModule",{value:!0}),t.shouldUseRule=t.shouldUseGroup=t.schemaHasRulesForType=void 0,t.schemaHasRulesForType=function({schema:e,self:t},r){const s=t.RULES.types[r];return s&&!0!==s&&n(e,s)},t.shouldUseGroup=n,t.shouldUseRule=r},8727:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.boolOrEmptySchema=t.topBoolOrEmptySchema=void 0;const r=n(8708),s=n(9029),o=n(2023),a={message:"boolean schema is false"};function i(e,t){const{gen:n,data:s}=e,o={gen:n,keyword:"false schema",data:s,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:e};(0,r.reportError)(o,a,void 0,t)}t.topBoolOrEmptySchema=function(e){const{gen:t,schema:n,validateName:r}=e;!1===n?i(e,!1):"object"==typeof n&&!0===n.$async?t.return(o.default.data):(t.assign(s._`${r}.errors`,null),t.return(!0))},t.boolOrEmptySchema=function(e,t){const{gen:n,schema:r}=e;!1===r?(n.var(t,!1),i(e)):n.var(t,!0)}},208:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.reportTypeError=t.checkDataTypes=t.checkDataType=t.coerceAndCheckDataType=t.getJSONTypes=t.getSchemaTypes=t.DataType=void 0;const r=n(396),s=n(7887),o=n(8708),a=n(9029),i=n(4227);var c;function l(e){const t=Array.isArray(e)?e:e?[e]:[];if(t.every(r.isJSONType))return t;throw new Error("type must be JSONType or JSONType[]: "+t.join(","))}!function(e){e[e.Correct=0]="Correct",e[e.Wrong=1]="Wrong"}(c||(t.DataType=c={})),t.getSchemaTypes=function(e){const t=l(e.type);if(t.includes("null")){if(!1===e.nullable)throw new Error("type: null contradicts nullable: false")}else{if(!t.length&&void 0!==e.nullable)throw new Error('"nullable" cannot be used without "type"');!0===e.nullable&&t.push("null")}return t},t.getJSONTypes=l,t.coerceAndCheckDataType=function(e,t){const{gen:n,data:r,opts:o}=e,i=function(e,t){return t?e.filter((e=>u.has(e)||"array"===t&&"array"===e)):[]}(t,o.coerceTypes),l=t.length>0&&!(0===i.length&&1===t.length&&(0,s.schemaHasRulesForType)(e,t[0]));if(l){const s=h(t,r,o.strictNumbers,c.Wrong);n.if(s,(()=>{i.length?function(e,t,n){const{gen:r,data:s,opts:o}=e,i=r.let("dataType",a._`typeof ${s}`),c=r.let("coerced",a._`undefined`);"array"===o.coerceTypes&&r.if(a._`${i} == 'object' && Array.isArray(${s}) && ${s}.length == 1`,(()=>r.assign(s,a._`${s}[0]`).assign(i,a._`typeof ${s}`).if(h(t,s,o.strictNumbers),(()=>r.assign(c,s))))),r.if(a._`${c} !== undefined`);for(const e of n)(u.has(e)||"array"===e&&"array"===o.coerceTypes)&&l(e);function l(e){switch(e){case"string":return void r.elseIf(a._`${i} == "number" || ${i} == "boolean"`).assign(c,a._`"" + ${s}`).elseIf(a._`${s} === null`).assign(c,a._`""`);case"number":return void r.elseIf(a._`${i} == "boolean" || ${s} === null
2
+ || (${i} == "string" && ${s} && ${s} == +${s})`).assign(c,a._`+${s}`);case"integer":return void r.elseIf(a._`${i} === "boolean" || ${s} === null
3
+ || (${i} === "string" && ${s} && ${s} == +${s} && !(${s} % 1))`).assign(c,a._`+${s}`);case"boolean":return void r.elseIf(a._`${s} === "false" || ${s} === 0 || ${s} === null`).assign(c,!1).elseIf(a._`${s} === "true" || ${s} === 1`).assign(c,!0);case"null":return r.elseIf(a._`${s} === "" || ${s} === 0 || ${s} === false`),void r.assign(c,null);case"array":r.elseIf(a._`${i} === "string" || ${i} === "number"
4
+ || ${i} === "boolean" || ${s} === null`).assign(c,a._`[${s}]`)}}r.else(),p(e),r.endIf(),r.if(a._`${c} !== undefined`,(()=>{r.assign(s,c),function({gen:e,parentData:t,parentDataProperty:n},r){e.if(a._`${t} !== undefined`,(()=>e.assign(a._`${t}[${n}]`,r)))}(e,c)}))}(e,t,i):p(e)}))}return l};const u=new Set(["string","number","integer","boolean","null"]);function d(e,t,n,r=c.Correct){const s=r===c.Correct?a.operators.EQ:a.operators.NEQ;let o;switch(e){case"null":return a._`${t} ${s} null`;case"array":o=a._`Array.isArray(${t})`;break;case"object":o=a._`${t} && typeof ${t} == "object" && !Array.isArray(${t})`;break;case"integer":o=i(a._`!(${t} % 1) && !isNaN(${t})`);break;case"number":o=i();break;default:return a._`typeof ${t} ${s} ${e}`}return r===c.Correct?o:(0,a.not)(o);function i(e=a.nil){return(0,a.and)(a._`typeof ${t} == "number"`,e,n?a._`isFinite(${t})`:a.nil)}}function h(e,t,n,r){if(1===e.length)return d(e[0],t,n,r);let s;const o=(0,i.toHash)(e);if(o.array&&o.object){const e=a._`typeof ${t} != "object"`;s=o.null?e:a._`!${t} || ${e}`,delete o.null,delete o.array,delete o.object}else s=a.nil;o.number&&delete o.integer;for(const e in o)s=(0,a.and)(s,d(e,t,n,r));return s}t.checkDataType=d,t.checkDataTypes=h;const m={message:({schema:e})=>`must be ${e}`,params:({schema:e,schemaValue:t})=>"string"==typeof e?a._`{type: ${e}}`:a._`{type: ${t}}`};function p(e){const t=function(e){const{gen:t,data:n,schema:r}=e,s=(0,i.schemaRefOrVal)(e,r,"type");return{gen:t,keyword:"type",data:n,schema:r.type,schemaCode:s,schemaValue:s,parentSchema:r,params:{},it:e}}(e);(0,o.reportError)(t,m)}t.reportTypeError=p},7870:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.assignDefaults=void 0;const r=n(9029),s=n(4227);function o(e,t,n){const{gen:o,compositeRule:a,data:i,opts:c}=e;if(void 0===n)return;const l=r._`${i}${(0,r.getProperty)(t)}`;if(a)return void(0,s.checkStrictMode)(e,`default is ignored for: ${l}`);let u=r._`${l} === undefined`;"empty"===c.useDefaults&&(u=r._`${u} || ${l} === null || ${l} === ""`),o.if(u,r._`${l} = ${(0,r.stringify)(n)}`)}t.assignDefaults=function(e,t){const{properties:n,items:r}=e.schema;if("object"===t&&n)for(const t in n)o(e,t,n[t].default);else"array"===t&&Array.isArray(r)&&r.forEach(((t,n)=>o(e,n,t.default)))}},2586:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getData=t.KeywordCxt=t.validateFunctionCode=void 0;const r=n(8727),s=n(208),o=n(7887),a=n(208),i=n(7870),c=n(3673),l=n(4495),u=n(9029),d=n(2023),h=n(6939),m=n(4227),p=n(8708);function f({gen:e,validateName:t,schema:n,schemaEnv:r,opts:s},o){s.code.es5?e.func(t,u._`${d.default.data}, ${d.default.valCxt}`,r.$async,(()=>{e.code(u._`"use strict"; ${g(n,s)}`),function(e,t){e.if(d.default.valCxt,(()=>{e.var(d.default.instancePath,u._`${d.default.valCxt}.${d.default.instancePath}`),e.var(d.default.parentData,u._`${d.default.valCxt}.${d.default.parentData}`),e.var(d.default.parentDataProperty,u._`${d.default.valCxt}.${d.default.parentDataProperty}`),e.var(d.default.rootData,u._`${d.default.valCxt}.${d.default.rootData}`),t.dynamicRef&&e.var(d.default.dynamicAnchors,u._`${d.default.valCxt}.${d.default.dynamicAnchors}`)}),(()=>{e.var(d.default.instancePath,u._`""`),e.var(d.default.parentData,u._`undefined`),e.var(d.default.parentDataProperty,u._`undefined`),e.var(d.default.rootData,d.default.data),t.dynamicRef&&e.var(d.default.dynamicAnchors,u._`{}`)}))}(e,s),e.code(o)})):e.func(t,u._`${d.default.data}, ${function(e){return u._`{${d.default.instancePath}="", ${d.default.parentData}, ${d.default.parentDataProperty}, ${d.default.rootData}=${d.default.data}${e.dynamicRef?u._`, ${d.default.dynamicAnchors}={}`:u.nil}}={}`}(s)}`,r.$async,(()=>e.code(g(n,s)).code(o)))}function g(e,t){const n="object"==typeof e&&e[t.schemaId];return n&&(t.code.source||t.code.process)?u._`/*# sourceURL=${n} */`:u.nil}function y({schema:e,self:t}){if("boolean"==typeof e)return!e;for(const n in e)if(t.RULES.all[n])return!0;return!1}function w(e){return"boolean"!=typeof e.schema}function b(e){(0,m.checkUnknownRules)(e),function(e){const{schema:t,errSchemaPath:n,opts:r,self:s}=e;t.$ref&&r.ignoreKeywordsWithRef&&(0,m.schemaHasRulesButRef)(t,s.RULES)&&s.logger.warn(`$ref: keywords ignored in schema at path "${n}"`)}(e)}function A(e,t){if(e.opts.jtd)return T(e,[],!1,t);const n=(0,s.getSchemaTypes)(e.schema);T(e,n,!(0,s.coerceAndCheckDataType)(e,n),t)}function C({gen:e,schemaEnv:t,schema:n,errSchemaPath:r,opts:s}){const o=n.$comment;if(!0===s.$comment)e.code(u._`${d.default.self}.logger.log(${o})`);else if("function"==typeof s.$comment){const n=u.str`${r}/$comment`,s=e.scopeValue("root",{ref:t.root});e.code(u._`${d.default.self}.opts.$comment(${o}, ${n}, ${s}.schema)`)}}function T(e,t,n,r){const{gen:s,schema:i,data:c,allErrors:l,opts:h,self:p}=e,{RULES:f}=p;function g(m){(0,o.shouldUseGroup)(i,m)&&(m.type?(s.if((0,a.checkDataType)(m.type,c,h.strictNumbers)),v(e,m),1===t.length&&t[0]===m.type&&n&&(s.else(),(0,a.reportTypeError)(e)),s.endIf()):v(e,m),l||s.if(u._`${d.default.errors} === ${r||0}`))}!i.$ref||!h.ignoreKeywordsWithRef&&(0,m.schemaHasRulesButRef)(i,f)?(h.jtd||function(e,t){!e.schemaEnv.meta&&e.opts.strictTypes&&(function(e,t){t.length&&(e.dataTypes.length?(t.forEach((t=>{E(e.dataTypes,t)||S(e,`type "${t}" not allowed by context "${e.dataTypes.join(",")}"`)})),function(e,t){const n=[];for(const r of e.dataTypes)E(t,r)?n.push(r):t.includes("integer")&&"number"===r&&n.push("integer");e.dataTypes=n}(e,t)):e.dataTypes=t)}(e,t),e.opts.allowUnionTypes||function(e,t){t.length>1&&(2!==t.length||!t.includes("null"))&&S(e,"use allowUnionTypes to allow union type keyword")}(e,t),function(e,t){const n=e.self.RULES.all;for(const r in n){const s=n[r];if("object"==typeof s&&(0,o.shouldUseRule)(e.schema,s)){const{type:n}=s.definition;n.length&&!n.some((e=>{return r=e,(n=t).includes(r)||"number"===r&&n.includes("integer");var n,r}))&&S(e,`missing type "${n.join(",")}" for keyword "${r}"`)}}}(e,e.dataTypes))}(e,t),s.block((()=>{for(const e of f.rules)g(e);g(f.post)}))):s.block((()=>P(e,"$ref",f.all.$ref.definition)))}function v(e,t){const{gen:n,schema:r,opts:{useDefaults:s}}=e;s&&(0,i.assignDefaults)(e,t.type),n.block((()=>{for(const n of t.rules)(0,o.shouldUseRule)(r,n)&&P(e,n.keyword,n.definition,t.type)}))}function E(e,t){return e.includes(t)||"integer"===t&&e.includes("number")}function S(e,t){t+=` at "${e.schemaEnv.baseId+e.errSchemaPath}" (strictTypes)`,(0,m.checkStrictMode)(e,t,e.opts.strictTypes)}t.validateFunctionCode=function(e){w(e)&&(b(e),y(e))?function(e){const{schema:t,opts:n,gen:r}=e;f(e,(()=>{n.$comment&&t.$comment&&C(e),function(e){const{schema:t,opts:n}=e;void 0!==t.default&&n.useDefaults&&n.strictSchema&&(0,m.checkStrictMode)(e,"default is ignored in the schema root")}(e),r.let(d.default.vErrors,null),r.let(d.default.errors,0),n.unevaluated&&function(e){const{gen:t,validateName:n}=e;e.evaluated=t.const("evaluated",u._`${n}.evaluated`),t.if(u._`${e.evaluated}.dynamicProps`,(()=>t.assign(u._`${e.evaluated}.props`,u._`undefined`))),t.if(u._`${e.evaluated}.dynamicItems`,(()=>t.assign(u._`${e.evaluated}.items`,u._`undefined`)))}(e),A(e),function(e){const{gen:t,schemaEnv:n,validateName:r,ValidationError:s,opts:o}=e;n.$async?t.if(u._`${d.default.errors} === 0`,(()=>t.return(d.default.data)),(()=>t.throw(u._`new ${s}(${d.default.vErrors})`))):(t.assign(u._`${r}.errors`,d.default.vErrors),o.unevaluated&&function({gen:e,evaluated:t,props:n,items:r}){n instanceof u.Name&&e.assign(u._`${t}.props`,n),r instanceof u.Name&&e.assign(u._`${t}.items`,r)}(e),t.return(u._`${d.default.errors} === 0`))}(e)}))}(e):f(e,(()=>(0,r.topBoolOrEmptySchema)(e)))};class _{constructor(e,t,n){if((0,c.validateKeywordUsage)(e,t,n),this.gen=e.gen,this.allErrors=e.allErrors,this.keyword=n,this.data=e.data,this.schema=e.schema[n],this.$data=t.$data&&e.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,m.schemaRefOrVal)(e,this.schema,n,this.$data),this.schemaType=t.schemaType,this.parentSchema=e.schema,this.params={},this.it=e,this.def=t,this.$data)this.schemaCode=e.gen.const("vSchema",M(this.$data,e));else if(this.schemaCode=this.schemaValue,!(0,c.validSchemaType)(this.schema,t.schemaType,t.allowUndefined))throw new Error(`${n} value must be ${JSON.stringify(t.schemaType)}`);("code"in t?t.trackErrors:!1!==t.errors)&&(this.errsCount=e.gen.const("_errs",d.default.errors))}result(e,t,n){this.failResult((0,u.not)(e),t,n)}failResult(e,t,n){this.gen.if(e),n?n():this.error(),t?(this.gen.else(),t(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(e,t){this.failResult((0,u.not)(e),void 0,t)}fail(e){if(void 0===e)return this.error(),void(this.allErrors||this.gen.if(!1));this.gen.if(e),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(e){if(!this.$data)return this.fail(e);const{schemaCode:t}=this;this.fail(u._`${t} !== undefined && (${(0,u.or)(this.invalid$data(),e)})`)}error(e,t,n){if(t)return this.setParams(t),this._error(e,n),void this.setParams({});this._error(e,n)}_error(e,t){(e?p.reportExtraError:p.reportError)(this,this.def.error,t)}$dataError(){(0,p.reportError)(this,this.def.$dataError||p.keyword$DataError)}reset(){if(void 0===this.errsCount)throw new Error('add "trackErrors" to keyword definition');(0,p.resetErrorsCount)(this.gen,this.errsCount)}ok(e){this.allErrors||this.gen.if(e)}setParams(e,t){t?Object.assign(this.params,e):this.params=e}block$data(e,t,n=u.nil){this.gen.block((()=>{this.check$data(e,n),t()}))}check$data(e=u.nil,t=u.nil){if(!this.$data)return;const{gen:n,schemaCode:r,schemaType:s,def:o}=this;n.if((0,u.or)(u._`${r} === undefined`,t)),e!==u.nil&&n.assign(e,!0),(s.length||o.validateSchema)&&(n.elseIf(this.invalid$data()),this.$dataError(),e!==u.nil&&n.assign(e,!1)),n.else()}invalid$data(){const{gen:e,schemaCode:t,schemaType:n,def:r,it:s}=this;return(0,u.or)(function(){if(n.length){if(!(t instanceof u.Name))throw new Error("ajv implementation error");const e=Array.isArray(n)?n:[n];return u._`${(0,a.checkDataTypes)(e,t,s.opts.strictNumbers,a.DataType.Wrong)}`}return u.nil}(),function(){if(r.validateSchema){const n=e.scopeValue("validate$data",{ref:r.validateSchema});return u._`!${n}(${t})`}return u.nil}())}subschema(e,t){const n=(0,l.getSubschema)(this.it,e);(0,l.extendSubschemaData)(n,this.it,e),(0,l.extendSubschemaMode)(n,e);const s={...this.it,...n,items:void 0,props:void 0};return function(e,t){w(e)&&(b(e),y(e))?function(e,t){const{schema:n,gen:r,opts:s}=e;s.$comment&&n.$comment&&C(e),function(e){const t=e.schema[e.opts.schemaId];t&&(e.baseId=(0,h.resolveUrl)(e.opts.uriResolver,e.baseId,t))}(e),function(e){if(e.schema.$async&&!e.schemaEnv.$async)throw new Error("async schema in sync schema")}(e);const o=r.const("_errs",d.default.errors);A(e,o),r.var(t,u._`${o} === ${d.default.errors}`)}(e,t):(0,r.boolOrEmptySchema)(e,t)}(s,t),s}mergeEvaluated(e,t){const{it:n,gen:r}=this;n.opts.unevaluated&&(!0!==n.props&&void 0!==e.props&&(n.props=m.mergeEvaluated.props(r,e.props,n.props,t)),!0!==n.items&&void 0!==e.items&&(n.items=m.mergeEvaluated.items(r,e.items,n.items,t)))}mergeValidEvaluated(e,t){const{it:n,gen:r}=this;if(n.opts.unevaluated&&(!0!==n.props||!0!==n.items))return r.if(t,(()=>this.mergeEvaluated(e,u.Name))),!0}}function P(e,t,n,r){const s=new _(e,n,t);"code"in n?n.code(s,r):s.$data&&n.validate?(0,c.funcKeywordCode)(s,n):"macro"in n?(0,c.macroKeywordCode)(s,n):(n.compile||n.validate)&&(0,c.funcKeywordCode)(s,n)}t.KeywordCxt=_;const x=/^\/(?:[^~]|~0|~1)*$/,$=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function M(e,{dataLevel:t,dataNames:n,dataPathArr:r}){let s,o;if(""===e)return d.default.rootData;if("/"===e[0]){if(!x.test(e))throw new Error(`Invalid JSON-pointer: ${e}`);s=e,o=d.default.rootData}else{const a=$.exec(e);if(!a)throw new Error(`Invalid JSON-pointer: ${e}`);const i=+a[1];if(s=a[2],"#"===s){if(i>=t)throw new Error(c("property/index",i));return r[t-i]}if(i>t)throw new Error(c("data",i));if(o=n[t-i],!s)return o}let a=o;const i=s.split("/");for(const e of i)e&&(o=u._`${o}${(0,u.getProperty)((0,m.unescapeJsonPointer)(e))}`,a=u._`${a} && ${o}`);return a;function c(e,n){return`Cannot access ${e} ${n} levels up, current level is ${t}`}}t.getData=M},3673:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.validateKeywordUsage=t.validSchemaType=t.funcKeywordCode=t.macroKeywordCode=void 0;const r=n(9029),s=n(2023),o=n(5765),a=n(8708);function i(e){const{gen:t,data:n,it:s}=e;t.if(s.parentData,(()=>t.assign(n,r._`${s.parentData}[${s.parentDataProperty}]`)))}function c(e,t,n){if(void 0===n)throw new Error(`keyword "${t}" failed to compile`);return e.scopeValue("keyword","function"==typeof n?{ref:n}:{ref:n,code:(0,r.stringify)(n)})}t.macroKeywordCode=function(e,t){const{gen:n,keyword:s,schema:o,parentSchema:a,it:i}=e,l=t.macro.call(i.self,o,a,i),u=c(n,s,l);!1!==i.opts.validateSchema&&i.self.validateSchema(l,!0);const d=n.name("valid");e.subschema({schema:l,schemaPath:r.nil,errSchemaPath:`${i.errSchemaPath}/${s}`,topSchemaRef:u,compositeRule:!0},d),e.pass(d,(()=>e.error(!0)))},t.funcKeywordCode=function(e,t){var n;const{gen:l,keyword:u,schema:d,parentSchema:h,$data:m,it:p}=e;!function({schemaEnv:e},t){if(t.async&&!e.$async)throw new Error("async keyword in sync schema")}(p,t);const f=!m&&t.compile?t.compile.call(p.self,d,h,p):t.validate,g=c(l,u,f),y=l.let("valid");function w(n=(t.async?r._`await `:r.nil)){const a=p.opts.passContext?s.default.this:s.default.self,i=!("compile"in t&&!m||!1===t.schema);l.assign(y,r._`${n}${(0,o.callValidateCode)(e,g,a,i)}`,t.modifying)}function b(e){var n;l.if((0,r.not)(null!==(n=t.valid)&&void 0!==n?n:y),e)}e.block$data(y,(function(){if(!1===t.errors)w(),t.modifying&&i(e),b((()=>e.error()));else{const n=t.async?function(){const e=l.let("ruleErrs",null);return l.try((()=>w(r._`await `)),(t=>l.assign(y,!1).if(r._`${t} instanceof ${p.ValidationError}`,(()=>l.assign(e,r._`${t}.errors`)),(()=>l.throw(t))))),e}():function(){const e=r._`${g}.errors`;return l.assign(e,null),w(r.nil),e}();t.modifying&&i(e),b((()=>function(e,t){const{gen:n}=e;n.if(r._`Array.isArray(${t})`,(()=>{n.assign(s.default.vErrors,r._`${s.default.vErrors} === null ? ${t} : ${s.default.vErrors}.concat(${t})`).assign(s.default.errors,r._`${s.default.vErrors}.length`),(0,a.extendErrors)(e)}),(()=>e.error()))}(e,n)))}})),e.ok(null!==(n=t.valid)&&void 0!==n?n:y)},t.validSchemaType=function(e,t,n=!1){return!t.length||t.some((t=>"array"===t?Array.isArray(e):"object"===t?e&&"object"==typeof e&&!Array.isArray(e):typeof e==t||n&&void 0===e))},t.validateKeywordUsage=function({schema:e,opts:t,self:n,errSchemaPath:r},s,o){if(Array.isArray(s.keyword)?!s.keyword.includes(o):s.keyword!==o)throw new Error("ajv implementation error");const a=s.dependencies;if(null==a?void 0:a.some((t=>!Object.prototype.hasOwnProperty.call(e,t))))throw new Error(`parent schema must have dependencies of ${o}: ${a.join(",")}`);if(s.validateSchema&&!s.validateSchema(e[o])){const e=`keyword "${o}" value is invalid at path "${r}": `+n.errorsText(s.validateSchema.errors);if("log"!==t.validateSchema)throw new Error(e);n.logger.error(e)}}},4495:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.extendSubschemaMode=t.extendSubschemaData=t.getSubschema=void 0;const r=n(9029),s=n(4227);t.getSubschema=function(e,{keyword:t,schemaProp:n,schema:o,schemaPath:a,errSchemaPath:i,topSchemaRef:c}){if(void 0!==t&&void 0!==o)throw new Error('both "keyword" and "schema" passed, only one allowed');if(void 0!==t){const o=e.schema[t];return void 0===n?{schema:o,schemaPath:r._`${e.schemaPath}${(0,r.getProperty)(t)}`,errSchemaPath:`${e.errSchemaPath}/${t}`}:{schema:o[n],schemaPath:r._`${e.schemaPath}${(0,r.getProperty)(t)}${(0,r.getProperty)(n)}`,errSchemaPath:`${e.errSchemaPath}/${t}/${(0,s.escapeFragment)(n)}`}}if(void 0!==o){if(void 0===a||void 0===i||void 0===c)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:o,schemaPath:a,topSchemaRef:c,errSchemaPath:i}}throw new Error('either "keyword" or "schema" must be passed')},t.extendSubschemaData=function(e,t,{dataProp:n,dataPropType:o,data:a,dataTypes:i,propertyName:c}){if(void 0!==a&&void 0!==n)throw new Error('both "data" and "dataProp" passed, only one allowed');const{gen:l}=t;if(void 0!==n){const{errorPath:a,dataPathArr:i,opts:c}=t;u(l.let("data",r._`${t.data}${(0,r.getProperty)(n)}`,!0)),e.errorPath=r.str`${a}${(0,s.getErrorPath)(n,o,c.jsPropertySyntax)}`,e.parentDataProperty=r._`${n}`,e.dataPathArr=[...i,e.parentDataProperty]}function u(n){e.data=n,e.dataLevel=t.dataLevel+1,e.dataTypes=[],t.definedProperties=new Set,e.parentData=t.data,e.dataNames=[...t.dataNames,n]}void 0!==a&&(u(a instanceof r.Name?a:l.let("data",a,!0)),void 0!==c&&(e.propertyName=c)),i&&(e.dataTypes=i)},t.extendSubschemaMode=function(e,{jtdDiscriminator:t,jtdMetadata:n,compositeRule:r,createErrors:s,allErrors:o}){void 0!==r&&(e.compositeRule=r),void 0!==s&&(e.createErrors=s),void 0!==o&&(e.allErrors=o),e.jtdDiscriminator=t,e.jtdMetadata=n}},4042:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CodeGen=t.Name=t.nil=t.stringify=t.str=t._=t.KeywordCxt=void 0;var r=n(2586);Object.defineProperty(t,"KeywordCxt",{enumerable:!0,get:function(){return r.KeywordCxt}});var s=n(9029);Object.defineProperty(t,"_",{enumerable:!0,get:function(){return s._}}),Object.defineProperty(t,"str",{enumerable:!0,get:function(){return s.str}}),Object.defineProperty(t,"stringify",{enumerable:!0,get:function(){return s.stringify}}),Object.defineProperty(t,"nil",{enumerable:!0,get:function(){return s.nil}}),Object.defineProperty(t,"Name",{enumerable:!0,get:function(){return s.Name}}),Object.defineProperty(t,"CodeGen",{enumerable:!0,get:function(){return s.CodeGen}});const o=n(3558),a=n(4551),i=n(396),c=n(3835),l=n(9029),u=n(6939),d=n(208),h=n(4227),m=n(3837),p=n(5944),f=(e,t)=>new RegExp(e,t);f.code="new RegExp";const g=["removeAdditional","useDefaults","coerceTypes"],y=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),w={errorDataPath:"",format:"`validateFormats: false` can be used instead.",nullable:'"nullable" keyword is supported by default.',jsonPointers:"Deprecated jsPropertySyntax can be used instead.",extendRefs:"Deprecated ignoreKeywordsWithRef can be used instead.",missingRefs:"Pass empty schema with $id that should be ignored to ajv.addSchema.",processCode:"Use option `code: {process: (code, schemaEnv: object) => string}`",sourceCode:"Use option `code: {source: true}`",strictDefaults:"It is default now, see option `strict`.",strictKeywords:"It is default now, see option `strict`.",uniqueItems:'"uniqueItems" keyword is always validated.',unknownFormats:"Disable strict mode or pass `true` to `ajv.addFormat` (or `formats` option).",cache:"Map is used as cache, schema object as key.",serialize:"Map is used as cache, schema object as key.",ajvErrors:"It is default now."},b={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'};function A(e){var t,n,r,s,o,a,i,c,l,u,d,h,m,g,y,w,b,A,C,T,v,E,S,_,P;const x=e.strict,$=null===(t=e.code)||void 0===t?void 0:t.optimize,M=!0===$||void 0===$?1:$||0,N=null!==(r=null===(n=e.code)||void 0===n?void 0:n.regExp)&&void 0!==r?r:f,I=null!==(s=e.uriResolver)&&void 0!==s?s:p.default;return{strictSchema:null===(a=null!==(o=e.strictSchema)&&void 0!==o?o:x)||void 0===a||a,strictNumbers:null===(c=null!==(i=e.strictNumbers)&&void 0!==i?i:x)||void 0===c||c,strictTypes:null!==(u=null!==(l=e.strictTypes)&&void 0!==l?l:x)&&void 0!==u?u:"log",strictTuples:null!==(h=null!==(d=e.strictTuples)&&void 0!==d?d:x)&&void 0!==h?h:"log",strictRequired:null!==(g=null!==(m=e.strictRequired)&&void 0!==m?m:x)&&void 0!==g&&g,code:e.code?{...e.code,optimize:M,regExp:N}:{optimize:M,regExp:N},loopRequired:null!==(y=e.loopRequired)&&void 0!==y?y:200,loopEnum:null!==(w=e.loopEnum)&&void 0!==w?w:200,meta:null===(b=e.meta)||void 0===b||b,messages:null===(A=e.messages)||void 0===A||A,inlineRefs:null===(C=e.inlineRefs)||void 0===C||C,schemaId:null!==(T=e.schemaId)&&void 0!==T?T:"$id",addUsedSchema:null===(v=e.addUsedSchema)||void 0===v||v,validateSchema:null===(E=e.validateSchema)||void 0===E||E,validateFormats:null===(S=e.validateFormats)||void 0===S||S,unicodeRegExp:null===(_=e.unicodeRegExp)||void 0===_||_,int32range:null===(P=e.int32range)||void 0===P||P,uriResolver:I}}class C{constructor(e={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,e=this.opts={...e,...A(e)};const{es5:t,lines:n}=this.opts.code;this.scope=new l.ValueScope({scope:{},prefixes:y,es5:t,lines:n}),this.logger=function(e){if(!1===e)return x;if(void 0===e)return console;if(e.log&&e.warn&&e.error)return e;throw new Error("logger must implement log, warn and error methods")}(e.logger);const r=e.validateFormats;e.validateFormats=!1,this.RULES=(0,i.getRules)(),T.call(this,w,e,"NOT SUPPORTED"),T.call(this,b,e,"DEPRECATED","warn"),this._metaOpts=P.call(this),e.formats&&S.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),e.keywords&&_.call(this,e.keywords),"object"==typeof e.meta&&this.addMetaSchema(e.meta),E.call(this),e.validateFormats=r}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){const{$data:e,meta:t,schemaId:n}=this.opts;let r=m;"id"===n&&(r={...m},r.id=r.$id,delete r.$id),t&&e&&this.addMetaSchema(r,r[n],!1)}defaultMeta(){const{meta:e,schemaId:t}=this.opts;return this.opts.defaultMeta="object"==typeof e?e[t]||e:void 0}validate(e,t){let n;if("string"==typeof e){if(n=this.getSchema(e),!n)throw new Error(`no schema with key or ref "${e}"`)}else n=this.compile(e);const r=n(t);return"$async"in n||(this.errors=n.errors),r}compile(e,t){const n=this._addSchema(e,t);return n.validate||this._compileSchemaEnv(n)}compileAsync(e,t){if("function"!=typeof this.opts.loadSchema)throw new Error("options.loadSchema should be a function");const{loadSchema:n}=this.opts;return r.call(this,e,t);async function r(e,t){await s.call(this,e.$schema);const n=this._addSchema(e,t);return n.validate||o.call(this,n)}async function s(e){e&&!this.getSchema(e)&&await r.call(this,{$ref:e},!0)}async function o(e){try{return this._compileSchemaEnv(e)}catch(t){if(!(t instanceof a.default))throw t;return i.call(this,t),await c.call(this,t.missingSchema),o.call(this,e)}}function i({missingSchema:e,missingRef:t}){if(this.refs[e])throw new Error(`AnySchema ${e} is loaded but ${t} cannot be resolved`)}async function c(e){const n=await l.call(this,e);this.refs[e]||await s.call(this,n.$schema),this.refs[e]||this.addSchema(n,e,t)}async function l(e){const t=this._loading[e];if(t)return t;try{return await(this._loading[e]=n(e))}finally{delete this._loading[e]}}}addSchema(e,t,n,r=this.opts.validateSchema){if(Array.isArray(e)){for(const t of e)this.addSchema(t,void 0,n,r);return this}let s;if("object"==typeof e){const{schemaId:t}=this.opts;if(s=e[t],void 0!==s&&"string"!=typeof s)throw new Error(`schema ${t} must be string`)}return t=(0,u.normalizeId)(t||s),this._checkUnique(t),this.schemas[t]=this._addSchema(e,n,t,r,!0),this}addMetaSchema(e,t,n=this.opts.validateSchema){return this.addSchema(e,t,!0,n),this}validateSchema(e,t){if("boolean"==typeof e)return!0;let n;if(n=e.$schema,void 0!==n&&"string"!=typeof n)throw new Error("$schema must be a string");if(n=n||this.opts.defaultMeta||this.defaultMeta(),!n)return this.logger.warn("meta-schema not available"),this.errors=null,!0;const r=this.validate(n,e);if(!r&&t){const e="schema is invalid: "+this.errorsText();if("log"!==this.opts.validateSchema)throw new Error(e);this.logger.error(e)}return r}getSchema(e){let t;for(;"string"==typeof(t=v.call(this,e));)e=t;if(void 0===t){const{schemaId:n}=this.opts,r=new c.SchemaEnv({schema:{},schemaId:n});if(t=c.resolveSchema.call(this,r,e),!t)return;this.refs[e]=t}return t.validate||this._compileSchemaEnv(t)}removeSchema(e){if(e instanceof RegExp)return this._removeAllSchemas(this.schemas,e),this._removeAllSchemas(this.refs,e),this;switch(typeof e){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{const t=v.call(this,e);return"object"==typeof t&&this._cache.delete(t.schema),delete this.schemas[e],delete this.refs[e],this}case"object":{const t=e;this._cache.delete(t);let n=e[this.opts.schemaId];return n&&(n=(0,u.normalizeId)(n),delete this.schemas[n],delete this.refs[n]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(e){for(const t of e)this.addKeyword(t);return this}addKeyword(e,t){let n;if("string"==typeof e)n=e,"object"==typeof t&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),t.keyword=n);else{if("object"!=typeof e||void 0!==t)throw new Error("invalid addKeywords parameters");if(n=(t=e).keyword,Array.isArray(n)&&!n.length)throw new Error("addKeywords: keyword must be string or non-empty array")}if(M.call(this,n,t),!t)return(0,h.eachItem)(n,(e=>N.call(this,e))),this;L.call(this,t);const r={...t,type:(0,d.getJSONTypes)(t.type),schemaType:(0,d.getJSONTypes)(t.schemaType)};return(0,h.eachItem)(n,0===r.type.length?e=>N.call(this,e,r):e=>r.type.forEach((t=>N.call(this,e,r,t)))),this}getKeyword(e){const t=this.RULES.all[e];return"object"==typeof t?t.definition:!!t}removeKeyword(e){const{RULES:t}=this;delete t.keywords[e],delete t.all[e];for(const n of t.rules){const t=n.rules.findIndex((t=>t.keyword===e));t>=0&&n.rules.splice(t,1)}return this}addFormat(e,t){return"string"==typeof t&&(t=new RegExp(t)),this.formats[e]=t,this}errorsText(e=this.errors,{separator:t=", ",dataVar:n="data"}={}){return e&&0!==e.length?e.map((e=>`${n}${e.instancePath} ${e.message}`)).reduce(((e,n)=>e+t+n)):"No errors"}$dataMetaSchema(e,t){const n=this.RULES.all;e=JSON.parse(JSON.stringify(e));for(const r of t){const t=r.split("/").slice(1);let s=e;for(const e of t)s=s[e];for(const e in n){const t=n[e];if("object"!=typeof t)continue;const{$data:r}=t.definition,o=s[e];r&&o&&(s[e]=O(o))}}return e}_removeAllSchemas(e,t){for(const n in e){const r=e[n];t&&!t.test(n)||("string"==typeof r?delete e[n]:r&&!r.meta&&(this._cache.delete(r.schema),delete e[n]))}}_addSchema(e,t,n,r=this.opts.validateSchema,s=this.opts.addUsedSchema){let o;const{schemaId:a}=this.opts;if("object"==typeof e)o=e[a];else{if(this.opts.jtd)throw new Error("schema must be object");if("boolean"!=typeof e)throw new Error("schema must be object or boolean")}let i=this._cache.get(e);if(void 0!==i)return i;n=(0,u.normalizeId)(o||n);const l=u.getSchemaRefs.call(this,e,n);return i=new c.SchemaEnv({schema:e,schemaId:a,meta:t,baseId:n,localRefs:l}),this._cache.set(i.schema,i),s&&!n.startsWith("#")&&(n&&this._checkUnique(n),this.refs[n]=i),r&&this.validateSchema(e,!0),i}_checkUnique(e){if(this.schemas[e]||this.refs[e])throw new Error(`schema with key or id "${e}" already exists`)}_compileSchemaEnv(e){if(e.meta?this._compileMetaSchema(e):c.compileSchema.call(this,e),!e.validate)throw new Error("ajv implementation error");return e.validate}_compileMetaSchema(e){const t=this.opts;this.opts=this._metaOpts;try{c.compileSchema.call(this,e)}finally{this.opts=t}}}function T(e,t,n,r="error"){for(const s in e){const o=s;o in t&&this.logger[r](`${n}: option ${s}. ${e[o]}`)}}function v(e){return e=(0,u.normalizeId)(e),this.schemas[e]||this.refs[e]}function E(){const e=this.opts.schemas;if(e)if(Array.isArray(e))this.addSchema(e);else for(const t in e)this.addSchema(e[t],t)}function S(){for(const e in this.opts.formats){const t=this.opts.formats[e];t&&this.addFormat(e,t)}}function _(e){if(Array.isArray(e))this.addVocabulary(e);else{this.logger.warn("keywords option as map is deprecated, pass array");for(const t in e){const n=e[t];n.keyword||(n.keyword=t),this.addKeyword(n)}}}function P(){const e={...this.opts};for(const t of g)delete e[t];return e}C.ValidationError=o.default,C.MissingRefError=a.default,t.default=C;const x={log(){},warn(){},error(){}},$=/^[a-z_$][a-z0-9_$:-]*$/i;function M(e,t){const{RULES:n}=this;if((0,h.eachItem)(e,(e=>{if(n.keywords[e])throw new Error(`Keyword ${e} is already defined`);if(!$.test(e))throw new Error(`Keyword ${e} has invalid name`)})),t&&t.$data&&!("code"in t)&&!("validate"in t))throw new Error('$data keyword must have "code" or "validate" function')}function N(e,t,n){var r;const s=null==t?void 0:t.post;if(n&&s)throw new Error('keyword with "post" flag cannot have "type"');const{RULES:o}=this;let a=s?o.post:o.rules.find((({type:e})=>e===n));if(a||(a={type:n,rules:[]},o.rules.push(a)),o.keywords[e]=!0,!t)return;const i={keyword:e,definition:{...t,type:(0,d.getJSONTypes)(t.type),schemaType:(0,d.getJSONTypes)(t.schemaType)}};t.before?I.call(this,a,i,t.before):a.rules.push(i),o.all[e]=i,null===(r=t.implements)||void 0===r||r.forEach((e=>this.addKeyword(e)))}function I(e,t,n){const r=e.rules.findIndex((e=>e.keyword===n));r>=0?e.rules.splice(r,0,t):(e.rules.push(t),this.logger.warn(`rule ${n} is not defined`))}function L(e){let{metaSchema:t}=e;void 0!==t&&(e.$data&&this.opts.$data&&(t=O(t)),e.validateSchema=this.compile(t,!0))}const R={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function O(e){return{anyOf:[e,R]}}},9572:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(1678),s=n(7216),o=n(9547),a=n(8226),i=n(518),c=n(4588),l=n(5707),u=n(7082),d=["/properties"];t.default=function(e){return[r,s,o,a,i,t(this,c),l,t(this,u)].forEach((e=>this.addMetaSchema(e,void 0,!1))),this;function t(t,n){return e?t.$dataMetaSchema(n,d):n}}},6250:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(2017);r.code='require("ajv/dist/runtime/equal").default',t.default=r},3853:(e,t)=>{"use strict";function n(e){const t=e.length;let n,r=0,s=0;for(;s<t;)r++,n=e.charCodeAt(s++),n>=55296&&n<=56319&&s<t&&(n=e.charCodeAt(s),56320==(64512&n)&&s++);return r}Object.defineProperty(t,"__esModule",{value:!0}),t.default=n,n.code='require("ajv/dist/runtime/ucs2length").default'},5944:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(8343);r.code='require("ajv/dist/runtime/uri").default',t.default=r},3558:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});class n extends Error{constructor(e){super("validation failed"),this.errors=e,this.ajv=this.validation=!0}}t.default=n},5457:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.validateAdditionalItems=void 0;const r=n(9029),s=n(4227),o={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:{message:({params:{len:e}})=>r.str`must NOT have more than ${e} items`,params:({params:{len:e}})=>r._`{limit: ${e}}`},code(e){const{parentSchema:t,it:n}=e,{items:r}=t;Array.isArray(r)?a(e,r):(0,s.checkStrictMode)(n,'"additionalItems" is ignored when "items" is not an array of schemas')}};function a(e,t){const{gen:n,schema:o,data:a,keyword:i,it:c}=e;c.items=!0;const l=n.const("len",r._`${a}.length`);if(!1===o)e.setParams({len:t.length}),e.pass(r._`${l} <= ${t.length}`);else if("object"==typeof o&&!(0,s.alwaysValidSchema)(c,o)){const o=n.var("valid",r._`${l} <= ${t.length}`);n.if((0,r.not)(o),(()=>function(o){n.forRange("i",t.length,l,(t=>{e.subschema({keyword:i,dataProp:t,dataPropType:s.Type.Num},o),c.allErrors||n.if((0,r.not)(o),(()=>n.break()))}))}(o))),e.ok(o)}}t.validateAdditionalItems=a,t.default=o},8660:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(5765),s=n(9029),o=n(2023),a=n(4227),i={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:{message:"must NOT have additional properties",params:({params:e})=>s._`{additionalProperty: ${e.additionalProperty}}`},code(e){const{gen:t,schema:n,parentSchema:i,data:c,errsCount:l,it:u}=e;if(!l)throw new Error("ajv implementation error");const{allErrors:d,opts:h}=u;if(u.props=!0,"all"!==h.removeAdditional&&(0,a.alwaysValidSchema)(u,n))return;const m=(0,r.allSchemaProperties)(i.properties),p=(0,r.allSchemaProperties)(i.patternProperties);function f(e){t.code(s._`delete ${c}[${e}]`)}function g(r){if("all"===h.removeAdditional||h.removeAdditional&&!1===n)f(r);else{if(!1===n)return e.setParams({additionalProperty:r}),e.error(),void(d||t.break());if("object"==typeof n&&!(0,a.alwaysValidSchema)(u,n)){const n=t.name("valid");"failing"===h.removeAdditional?(y(r,n,!1),t.if((0,s.not)(n),(()=>{e.reset(),f(r)}))):(y(r,n),d||t.if((0,s.not)(n),(()=>t.break())))}}}function y(t,n,r){const s={keyword:"additionalProperties",dataProp:t,dataPropType:a.Type.Str};!1===r&&Object.assign(s,{compositeRule:!0,createErrors:!1,allErrors:!1}),e.subschema(s,n)}t.forIn("key",c,(n=>{m.length||p.length?t.if(function(n){let o;if(m.length>8){const e=(0,a.schemaRefOrVal)(u,i.properties,"properties");o=(0,r.isOwnProperty)(t,e,n)}else o=m.length?(0,s.or)(...m.map((e=>s._`${n} === ${e}`))):s.nil;return p.length&&(o=(0,s.or)(o,...p.map((t=>s._`${(0,r.usePattern)(e,t)}.test(${n})`)))),(0,s.not)(o)}(n),(()=>g(n))):g(n)})),e.ok(s._`${l} === ${o.default.errors}`)}};t.default=i},5844:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(4227),s={keyword:"allOf",schemaType:"array",code(e){const{gen:t,schema:n,it:s}=e;if(!Array.isArray(n))throw new Error("ajv implementation error");const o=t.name("valid");n.forEach(((t,n)=>{if((0,r.alwaysValidSchema)(s,t))return;const a=e.subschema({keyword:"allOf",schemaProp:n},o);e.ok(o),e.mergeEvaluated(a)}))}};t.default=s},6505:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:n(5765).validateUnion,error:{message:"must match a schema in anyOf"}};t.default=r},2661:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(9029),s=n(4227),o={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:{message:({params:{min:e,max:t}})=>void 0===t?r.str`must contain at least ${e} valid item(s)`:r.str`must contain at least ${e} and no more than ${t} valid item(s)`,params:({params:{min:e,max:t}})=>void 0===t?r._`{minContains: ${e}}`:r._`{minContains: ${e}, maxContains: ${t}}`},code(e){const{gen:t,schema:n,parentSchema:o,data:a,it:i}=e;let c,l;const{minContains:u,maxContains:d}=o;i.opts.next?(c=void 0===u?1:u,l=d):c=1;const h=t.const("len",r._`${a}.length`);if(e.setParams({min:c,max:l}),void 0===l&&0===c)return void(0,s.checkStrictMode)(i,'"minContains" == 0 without "maxContains": "contains" keyword ignored');if(void 0!==l&&c>l)return(0,s.checkStrictMode)(i,'"minContains" > "maxContains" is always invalid'),void e.fail();if((0,s.alwaysValidSchema)(i,n)){let t=r._`${h} >= ${c}`;return void 0!==l&&(t=r._`${t} && ${h} <= ${l}`),void e.pass(t)}i.items=!0;const m=t.name("valid");function p(){const e=t.name("_valid"),n=t.let("count",0);f(e,(()=>t.if(e,(()=>function(e){t.code(r._`${e}++`),void 0===l?t.if(r._`${e} >= ${c}`,(()=>t.assign(m,!0).break())):(t.if(r._`${e} > ${l}`,(()=>t.assign(m,!1).break())),1===c?t.assign(m,!0):t.if(r._`${e} >= ${c}`,(()=>t.assign(m,!0))))}(n)))))}function f(n,r){t.forRange("i",0,h,(t=>{e.subschema({keyword:"contains",dataProp:t,dataPropType:s.Type.Num,compositeRule:!0},n),r()}))}void 0===l&&1===c?f(m,(()=>t.if(m,(()=>t.break())))):0===c?(t.let(m,!0),void 0!==l&&t.if(r._`${a}.length > 0`,p)):(t.let(m,!1),p()),e.result(m,(()=>e.reset()))}};t.default=o},3025:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.validateSchemaDeps=t.validatePropertyDeps=t.error=void 0;const r=n(9029),s=n(4227),o=n(5765);t.error={message:({params:{property:e,depsCount:t,deps:n}})=>{const s=1===t?"property":"properties";return r.str`must have ${s} ${n} when property ${e} is present`},params:({params:{property:e,depsCount:t,deps:n,missingProperty:s}})=>r._`{property: ${e},
5
+ missingProperty: ${s},
7
6
  depsCount: ${t},
8
- deps: ${n}}`};const o={keyword:"dependencies",type:"object",schemaType:"object",error:t.error,code(e){const[t,n]=function({schema:e}){const t={},n={};for(const s in e)"__proto__"!==s&&((Array.isArray(e[s])?t:n)[s]=e[s]);return[t,n]}(e);a(e,t),l(e,n)}};function a(e,t=e.schema){const{gen:n,data:r,it:o}=e;if(0===Object.keys(t).length)return;const a=n.let("missing");for(const l in t){const c=t[l];if(0===c.length)continue;const u=(0,i.propertyInData)(n,r,l,o.opts.ownProperties);e.setParams({property:l,depsCount:c.length,deps:c.join(", ")}),o.allErrors?n.if(u,(()=>{for(const t of c)(0,i.checkReportMissingProp)(e,t)})):(n.if(s._`${u} && (${(0,i.checkMissingProp)(e,c,a)})`),(0,i.reportMissingProp)(e,a),n.else())}}function l(e,t=e.schema){const{gen:n,data:s,keyword:o,it:a}=e,l=n.name("valid");for(const c in t)(0,r.alwaysValidSchema)(a,t[c])||(n.if((0,i.propertyInData)(n,s,c,a.opts.ownProperties),(()=>{const t=e.subschema({keyword:o,schemaProp:c},l);e.mergeValidEvaluated(t,l)}),(()=>n.var(l,!0))),e.ok(l))}t.validatePropertyDeps=a,t.validateSchemaDeps=l,t.default=o},7274:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(7772),r={keyword:"dependentSchemas",type:"object",schemaType:"object",code:e=>(0,s.validateSchemaDeps)(e)};t.default=r},9434:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(3487),r=n(6776),i={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:{message:({params:e})=>s.str`must match "${e.ifClause}" schema`,params:({params:e})=>s._`{failingKeyword: ${e.ifClause}}`},code(e){const{gen:t,parentSchema:n,it:i}=e;void 0===n.then&&void 0===n.else&&(0,r.checkStrictMode)(i,'"if" without "then" and "else" is ignored');const a=o(i,"then"),l=o(i,"else");if(!a&&!l)return;const c=t.let("valid",!0),u=t.name("_valid");if(function(){const t=e.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},u);e.mergeEvaluated(t)}(),e.reset(),a&&l){const n=t.let("ifClause");e.setParams({ifClause:n}),t.if(u,h("then",n),h("else",n))}else a?t.if(u,h("then")):t.if((0,s.not)(u),h("else"));function h(n,r){return()=>{const i=e.subschema({keyword:n},u);t.assign(c,u),e.mergeValidEvaluated(i,c),r?t.assign(r,s._`${n}`):e.setParams({ifClause:n})}}e.pass(c,(()=>e.error(!0)))}};function o(e,t){const n=e.schema[t];return void 0!==n&&!(0,r.alwaysValidSchema)(e,n)}t.default=i},8200:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(4783),r=n(2924),i=n(4665),o=n(1119),a=n(9864),l=n(7772),c=n(3708),u=n(9351),h=n(6239),d=n(2296),m=n(2182),p=n(19),f=n(4200),g=n(1125),y=n(9434),w=n(6552);t.default=function(e=!1){const t=[m.default,p.default,f.default,g.default,y.default,w.default,c.default,u.default,l.default,h.default,d.default];return e?t.push(r.default,o.default):t.push(s.default,i.default),t.push(a.default),t}},4665:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.validateTuple=void 0;const s=n(3487),r=n(6776),i=n(412),o={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(e){const{schema:t,it:n}=e;if(Array.isArray(t))return a(e,"additionalItems",t);n.items=!0,(0,r.alwaysValidSchema)(n,t)||e.ok((0,i.validateArray)(e))}};function a(e,t,n=e.schema){const{gen:i,parentSchema:o,data:a,keyword:l,it:c}=e;!function(e){const{opts:s,errSchemaPath:i}=c,o=n.length,a=o===e.minItems&&(o===e.maxItems||!1===e[t]);if(s.strictTuples&&!a){const e=`"${l}" is ${o}-tuple, but minItems or maxItems/${t} are not specified or different at path "${i}"`;(0,r.checkStrictMode)(c,e,s.strictTuples)}}(o),c.opts.unevaluated&&n.length&&!0!==c.items&&(c.items=r.mergeEvaluated.items(i,n.length,c.items));const u=i.name("valid"),h=i.const("len",s._`${a}.length`);n.forEach(((t,n)=>{(0,r.alwaysValidSchema)(c,t)||(i.if(s._`${h} > ${n}`,(()=>e.subschema({keyword:l,schemaProp:n,dataProp:n},u))),e.ok(u))}))}t.validateTuple=a,t.default=o},1119:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(3487),r=n(6776),i=n(412),o=n(4783),a={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:{message:({params:{len:e}})=>s.str`must NOT have more than ${e} items`,params:({params:{len:e}})=>s._`{limit: ${e}}`},code(e){const{schema:t,parentSchema:n,it:s}=e,{prefixItems:a}=n;s.items=!0,(0,r.alwaysValidSchema)(s,t)||(a?(0,o.validateAdditionalItems)(e,a):e.ok((0,i.validateArray)(e)))}};t.default=a},2182:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(6776),r={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(e){const{gen:t,schema:n,it:r}=e;if((0,s.alwaysValidSchema)(r,n))return void e.fail();const i=t.name("valid");e.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},i),e.failResult(i,(()=>e.reset()),(()=>e.error()))},error:{message:"must NOT be valid"}};t.default=r},4200:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(3487),r=n(6776),i={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:{message:"must match exactly one schema in oneOf",params:({params:e})=>s._`{passingSchemas: ${e.passing}}`},code(e){const{gen:t,schema:n,parentSchema:i,it:o}=e;if(!Array.isArray(n))throw new Error("ajv implementation error");if(o.opts.discriminator&&i.discriminator)return;const a=n,l=t.let("valid",!1),c=t.let("passing",null),u=t.name("_valid");e.setParams({passing:c}),t.block((function(){a.forEach(((n,i)=>{let a;(0,r.alwaysValidSchema)(o,n)?t.var(u,!0):a=e.subschema({keyword:"oneOf",schemaProp:i,compositeRule:!0},u),i>0&&t.if(s._`${u} && ${l}`).assign(l,!1).assign(c,s._`[${c}, ${i}]`).else(),t.if(u,(()=>{t.assign(l,!0),t.assign(c,i),a&&e.mergeEvaluated(a,s.Name)}))}))})),e.result(l,(()=>e.reset()),(()=>e.error(!0)))}};t.default=i},2296:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(412),r=n(3487),i=n(6776),o=n(6776),a={keyword:"patternProperties",type:"object",schemaType:"object",code(e){const{gen:t,schema:n,data:a,parentSchema:l,it:c}=e,{opts:u}=c,h=(0,s.allSchemaProperties)(n),d=h.filter((e=>(0,i.alwaysValidSchema)(c,n[e])));if(0===h.length||d.length===h.length&&(!c.opts.unevaluated||!0===c.props))return;const m=u.strictSchema&&!u.allowMatchingProperties&&l.properties,p=t.name("valid");!0===c.props||c.props instanceof r.Name||(c.props=(0,o.evaluatedPropsToName)(t,c.props));const{props:f}=c;function g(e){for(const t in m)new RegExp(e).test(t)&&(0,i.checkStrictMode)(c,`property ${t} matches pattern ${e} (use allowMatchingProperties)`)}function y(n){t.forIn("key",a,(i=>{t.if(r._`${(0,s.usePattern)(e,n)}.test(${i})`,(()=>{const s=d.includes(n);s||e.subschema({keyword:"patternProperties",schemaProp:n,dataProp:i,dataPropType:o.Type.Str},p),c.opts.unevaluated&&!0!==f?t.assign(r._`${f}[${i}]`,!0):s||c.allErrors||t.if((0,r.not)(p),(()=>t.break()))}))}))}!function(){for(const e of h)m&&g(e),c.allErrors?y(e):(t.var(p,!0),y(e),t.if(p))}()}};t.default=a},2924:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(4665),r={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:e=>(0,s.validateTuple)(e,"items")};t.default=r},6239:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(4815),r=n(412),i=n(6776),o=n(9351),a={keyword:"properties",type:"object",schemaType:"object",code(e){const{gen:t,schema:n,parentSchema:a,data:l,it:c}=e;"all"===c.opts.removeAdditional&&void 0===a.additionalProperties&&o.default.code(new s.KeywordCxt(c,o.default,"additionalProperties"));const u=(0,r.allSchemaProperties)(n);for(const e of u)c.definedProperties.add(e);c.opts.unevaluated&&u.length&&!0!==c.props&&(c.props=i.mergeEvaluated.props(t,(0,i.toHash)(u),c.props));const h=u.filter((e=>!(0,i.alwaysValidSchema)(c,n[e])));if(0===h.length)return;const d=t.name("valid");for(const n of h)m(n)?p(n):(t.if((0,r.propertyInData)(t,l,n,c.opts.ownProperties)),p(n),c.allErrors||t.else().var(d,!0),t.endIf()),e.it.definedProperties.add(n),e.ok(d);function m(e){return c.opts.useDefaults&&!c.compositeRule&&void 0!==n[e].default}function p(t){e.subschema({keyword:"properties",schemaProp:t,dataProp:t},d)}}};t.default=a},3708:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(3487),r=n(6776),i={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:{message:"property name must be valid",params:({params:e})=>s._`{propertyName: ${e.propertyName}}`},code(e){const{gen:t,schema:n,data:i,it:o}=e;if((0,r.alwaysValidSchema)(o,n))return;const a=t.name("valid");t.forIn("key",i,(n=>{e.setParams({propertyName:n}),e.subschema({keyword:"propertyNames",data:n,dataTypes:["string"],propertyName:n,compositeRule:!0},a),t.if((0,s.not)(a),(()=>{e.error(!0),o.allErrors||t.break()}))})),e.ok(a)}};t.default=i},6552:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(6776),r={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:e,parentSchema:t,it:n}){void 0===t.if&&(0,s.checkStrictMode)(n,`"${e}" without "if" is ignored`)}};t.default=r},412:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.validateUnion=t.validateArray=t.usePattern=t.callValidateCode=t.schemaProperties=t.allSchemaProperties=t.noPropertyInData=t.propertyInData=t.isOwnProperty=t.hasPropFunc=t.reportMissingProp=t.checkMissingProp=t.checkReportMissingProp=void 0;const s=n(3487),r=n(6776),i=n(2141),o=n(6776);function a(e){return e.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:s._`Object.prototype.hasOwnProperty`})}function l(e,t,n){return s._`${a(e)}.call(${t}, ${n})`}function c(e,t,n,r){const i=s._`${t}${(0,s.getProperty)(n)} === undefined`;return r?(0,s.or)(i,(0,s.not)(l(e,t,n))):i}function u(e){return e?Object.keys(e).filter((e=>"__proto__"!==e)):[]}t.checkReportMissingProp=function(e,t){const{gen:n,data:r,it:i}=e;n.if(c(n,r,t,i.opts.ownProperties),(()=>{e.setParams({missingProperty:s._`${t}`},!0),e.error()}))},t.checkMissingProp=function({gen:e,data:t,it:{opts:n}},r,i){return(0,s.or)(...r.map((r=>(0,s.and)(c(e,t,r,n.ownProperties),s._`${i} = ${r}`))))},t.reportMissingProp=function(e,t){e.setParams({missingProperty:t},!0),e.error()},t.hasPropFunc=a,t.isOwnProperty=l,t.propertyInData=function(e,t,n,r){const i=s._`${t}${(0,s.getProperty)(n)} !== undefined`;return r?s._`${i} && ${l(e,t,n)}`:i},t.noPropertyInData=c,t.allSchemaProperties=u,t.schemaProperties=function(e,t){return u(t).filter((n=>!(0,r.alwaysValidSchema)(e,t[n])))},t.callValidateCode=function({schemaCode:e,data:t,it:{gen:n,topSchemaRef:r,schemaPath:o,errorPath:a},it:l},c,u,h){const d=h?s._`${e}, ${t}, ${r}${o}`:t,m=[[i.default.instancePath,(0,s.strConcat)(i.default.instancePath,a)],[i.default.parentData,l.parentData],[i.default.parentDataProperty,l.parentDataProperty],[i.default.rootData,i.default.rootData]];l.opts.dynamicRef&&m.push([i.default.dynamicAnchors,i.default.dynamicAnchors]);const p=s._`${d}, ${n.object(...m)}`;return u!==s.nil?s._`${c}.call(${u}, ${p})`:s._`${c}(${p})`};const h=s._`new RegExp`;t.usePattern=function({gen:e,it:{opts:t}},n){const r=t.unicodeRegExp?"u":"",{regExp:i}=t.code,a=i(n,r);return e.scopeValue("pattern",{key:a.toString(),ref:a,code:s._`${"new RegExp"===i.code?h:(0,o.useFunc)(e,i)}(${n}, ${r})`})},t.validateArray=function(e){const{gen:t,data:n,keyword:i,it:o}=e,a=t.name("valid");if(o.allErrors){const e=t.let("valid",!0);return l((()=>t.assign(e,!1))),e}return t.var(a,!0),l((()=>t.break())),a;function l(o){const l=t.const("len",s._`${n}.length`);t.forRange("i",0,l,(n=>{e.subschema({keyword:i,dataProp:n,dataPropType:r.Type.Num},a),t.if((0,s.not)(a),o)}))}},t.validateUnion=function(e){const{gen:t,schema:n,keyword:i,it:o}=e;if(!Array.isArray(n))throw new Error("ajv implementation error");if(n.some((e=>(0,r.alwaysValidSchema)(o,e)))&&!o.opts.unevaluated)return;const a=t.let("valid",!1),l=t.name("_valid");t.block((()=>n.forEach(((n,r)=>{const o=e.subschema({keyword:i,schemaProp:r,compositeRule:!0},l);t.assign(a,s._`${a} || ${l}`),e.mergeValidEvaluated(o,l)||t.if((0,s.not)(a))})))),e.result(a,(()=>e.reset()),(()=>e.error(!0)))}},8386:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};t.default=n},5684:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(8386),r=n(8280),i=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",s.default,r.default];t.default=i},8280:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.callRef=t.getValidate=void 0;const s=n(6646),r=n(412),i=n(3487),o=n(2141),a=n(5173),l=n(6776),c={keyword:"$ref",schemaType:"string",code(e){const{gen:t,schema:n,it:r}=e,{baseId:o,schemaEnv:l,validateName:c,opts:d,self:m}=r,{root:p}=l;if(("#"===n||"#/"===n)&&o===p.baseId)return function(){if(l===p)return h(e,c,l,l.$async);const n=t.scopeValue("root",{ref:p});return h(e,i._`${n}.validate`,p,p.$async)}();const f=a.resolveRef.call(m,p,o,n);if(void 0===f)throw new s.default(r.opts.uriResolver,o,n);return f instanceof a.SchemaEnv?function(t){const n=u(e,t);h(e,n,t,t.$async)}(f):function(s){const r=t.scopeValue("schema",!0===d.code.source?{ref:s,code:(0,i.stringify)(s)}:{ref:s}),o=t.name("valid"),a=e.subschema({schema:s,dataTypes:[],schemaPath:i.nil,topSchemaRef:r,errSchemaPath:n},o);e.mergeEvaluated(a),e.ok(o)}(f)}};function u(e,t){const{gen:n}=e;return t.validate?n.scopeValue("validate",{ref:t.validate}):i._`${n.scopeValue("wrapper",{ref:t})}.validate`}function h(e,t,n,s){const{gen:a,it:c}=e,{allErrors:u,schemaEnv:h,opts:d}=c,m=d.passContext?o.default.this:i.nil;function p(e){const t=i._`${e}.errors`;a.assign(o.default.vErrors,i._`${o.default.vErrors} === null ? ${t} : ${o.default.vErrors}.concat(${t})`),a.assign(o.default.errors,i._`${o.default.vErrors}.length`)}function f(e){var t;if(!c.opts.unevaluated)return;const s=null===(t=null==n?void 0:n.validate)||void 0===t?void 0:t.evaluated;if(!0!==c.props)if(s&&!s.dynamicProps)void 0!==s.props&&(c.props=l.mergeEvaluated.props(a,s.props,c.props));else{const t=a.var("props",i._`${e}.evaluated.props`);c.props=l.mergeEvaluated.props(a,t,c.props,i.Name)}if(!0!==c.items)if(s&&!s.dynamicItems)void 0!==s.items&&(c.items=l.mergeEvaluated.items(a,s.items,c.items));else{const t=a.var("items",i._`${e}.evaluated.items`);c.items=l.mergeEvaluated.items(a,t,c.items,i.Name)}}s?function(){if(!h.$async)throw new Error("async schema referenced by sync schema");const n=a.let("valid");a.try((()=>{a.code(i._`await ${(0,r.callValidateCode)(e,t,m)}`),f(t),u||a.assign(n,!0)}),(e=>{a.if(i._`!(${e} instanceof ${c.ValidationError})`,(()=>a.throw(e))),p(e),u||a.assign(n,!1)})),e.ok(n)}():e.result((0,r.callValidateCode)(e,t,m),(()=>f(t)),(()=>p(t)))}t.getValidate=u,t.callRef=h,t.default=c},1240:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(3487),r=n(9306),i=n(5173),o=n(6776),a={keyword:"discriminator",type:"object",schemaType:"object",error:{message:({params:{discrError:e,tagName:t}})=>e===r.DiscrError.Tag?`tag "${t}" must be string`:`value of tag "${t}" must be in oneOf`,params:({params:{discrError:e,tag:t,tagName:n}})=>s._`{error: ${e}, tag: ${n}, tagValue: ${t}}`},code(e){const{gen:t,data:n,schema:a,parentSchema:l,it:c}=e,{oneOf:u}=l;if(!c.opts.discriminator)throw new Error("discriminator: requires discriminator option");const h=a.propertyName;if("string"!=typeof h)throw new Error("discriminator: requires propertyName");if(a.mapping)throw new Error("discriminator: mapping is not supported");if(!u)throw new Error("discriminator: requires oneOf keyword");const d=t.let("valid",!1),m=t.const("tag",s._`${n}${(0,s.getProperty)(h)}`);function p(n){const r=t.name("valid"),i=e.subschema({keyword:"oneOf",schemaProp:n},r);return e.mergeEvaluated(i,s.Name),r}t.if(s._`typeof ${m} == "string"`,(()=>function(){const n=function(){var e;const t={},n=r(l);let s=!0;for(let t=0;t<u.length;t++){let l=u[t];(null==l?void 0:l.$ref)&&!(0,o.schemaHasRulesButRef)(l,c.self.RULES)&&(l=i.resolveRef.call(c.self,c.schemaEnv.root,c.baseId,null==l?void 0:l.$ref),l instanceof i.SchemaEnv&&(l=l.schema));const d=null===(e=null==l?void 0:l.properties)||void 0===e?void 0:e[h];if("object"!=typeof d)throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${h}"`);s=s&&(n||r(l)),a(d,t)}if(!s)throw new Error(`discriminator: "${h}" must be required`);return t;function r({required:e}){return Array.isArray(e)&&e.includes(h)}function a(e,t){if(e.const)d(e.const,t);else{if(!e.enum)throw new Error(`discriminator: "properties/${h}" must have "const" or "enum"`);for(const n of e.enum)d(n,t)}}function d(e,n){if("string"!=typeof e||e in t)throw new Error(`discriminator: "${h}" values must be unique strings`);t[e]=n}}();t.if(!1);for(const e in n)t.elseIf(s._`${m} === ${e}`),t.assign(d,p(n[e]));t.else(),e.error(!1,{discrError:r.DiscrError.Mapping,tag:m,tagName:h}),t.endIf()}()),(()=>e.error(!1,{discrError:r.DiscrError.Tag,tag:m,tagName:h}))),e.ok(d)}};t.default=a},9306:(e,t)=>{"use strict";var n;Object.defineProperty(t,"__esModule",{value:!0}),t.DiscrError=void 0,(n=t.DiscrError||(t.DiscrError={})).Tag="tag",n.Mapping="mapping"},7299:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(5684),r=n(2649),i=n(8200),o=n(6121),a=n(1448),l=n(808),c=n(9502),u=n(6167),h=[o.default,s.default,r.default,(0,i.default)(!0),c.default,u.metadataVocabulary,u.contentVocabulary,a.default,l.default];t.default=h},3924:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(5684),r=n(2649),i=n(8200),o=n(9502),a=n(6167),l=[s.default,r.default,(0,i.default)(),o.default,a.metadataVocabulary,a.contentVocabulary];t.default=l},6215:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.dynamicAnchor=void 0;const s=n(3487),r=n(2141),i=n(5173),o=n(8280),a={keyword:"$dynamicAnchor",schemaType:"string",code:e=>l(e,e.schema)};function l(e,t){const{gen:n,it:a}=e;a.schemaEnv.root.dynamicAnchors[t]=!0;const l=s._`${r.default.dynamicAnchors}${(0,s.getProperty)(t)}`,c="#"===a.errSchemaPath?a.validateName:function(e){const{schemaEnv:t,schema:n,self:s}=e.it,{root:r,baseId:a,localRefs:l,meta:c}=t.root,{schemaId:u}=s.opts,h=new i.SchemaEnv({schema:n,schemaId:u,root:r,baseId:a,localRefs:l,meta:c});return i.compileSchema.call(s,h),(0,o.getValidate)(e,h)}(e);n.if(s._`!${l}`,(()=>n.assign(l,c)))}t.dynamicAnchor=l,t.default=a},1919:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.dynamicRef=void 0;const s=n(3487),r=n(2141),i=n(8280),o={keyword:"$dynamicRef",schemaType:"string",code:e=>a(e,e.schema)};function a(e,t){const{gen:n,keyword:o,it:a}=e;if("#"!==t[0])throw new Error(`"${o}" only supports hash fragment reference`);const l=t.slice(1);if(a.allErrors)c();else{const t=n.let("valid",!1);c(t),e.ok(t)}function c(e){if(a.schemaEnv.root.dynamicAnchors[l]){const t=n.let("_v",s._`${r.default.dynamicAnchors}${(0,s.getProperty)(l)}`);n.if(t,u(t,e),u(a.validateName,e))}else u(a.validateName,e)()}function u(t,s){return s?()=>n.block((()=>{(0,i.callRef)(e,t),n.let(s,!0)})):()=>(0,i.callRef)(e,t)}}t.dynamicRef=a,t.default=o},6121:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(6215),r=n(1919),i=n(4094),o=n(3944),a=[s.default,r.default,i.default,o.default];t.default=a},4094:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(6215),r=n(6776),i={keyword:"$recursiveAnchor",schemaType:"boolean",code(e){e.schema?(0,s.dynamicAnchor)(e,""):(0,r.checkStrictMode)(e.it,"$recursiveAnchor: false is ignored")}};t.default=i},3944:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(1919),r={keyword:"$recursiveRef",schemaType:"string",code:e=>(0,s.dynamicRef)(e,e.schema)};t.default=r},9651:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(3487),r={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:{message:({schemaCode:e})=>s.str`must match format "${e}"`,params:({schemaCode:e})=>s._`{format: ${e}}`},code(e,t){const{gen:n,data:r,$data:i,schema:o,schemaCode:a,it:l}=e,{opts:c,errSchemaPath:u,schemaEnv:h,self:d}=l;c.validateFormats&&(i?function(){const i=n.scopeValue("formats",{ref:d.formats,code:c.code.formats}),o=n.const("fDef",s._`${i}[${a}]`),l=n.let("fType"),u=n.let("format");n.if(s._`typeof ${o} == "object" && !(${o} instanceof RegExp)`,(()=>n.assign(l,s._`${o}.type || "string"`).assign(u,s._`${o}.validate`)),(()=>n.assign(l,s._`"string"`).assign(u,o))),e.fail$data((0,s.or)(!1===c.strictSchema?s.nil:s._`${a} && !${u}`,function(){const e=h.$async?s._`(${o}.async ? await ${u}(${r}) : ${u}(${r}))`:s._`${u}(${r})`,n=s._`(typeof ${u} == "function" ? ${e} : ${u}.test(${r}))`;return s._`${u} && ${u} !== true && ${l} === ${t} && !${n}`}()))}():function(){const i=d.formats[o];if(!i)return void function(){if(!1!==c.strictSchema)throw new Error(e());function e(){return`unknown format "${o}" ignored in schema at path "${u}"`}d.logger.warn(e())}();if(!0===i)return;const[a,l,m]=function(e){const t=e instanceof RegExp?(0,s.regexpCode)(e):c.code.formats?s._`${c.code.formats}${(0,s.getProperty)(o)}`:void 0,r=n.scopeValue("formats",{key:o,ref:e,code:t});return"object"!=typeof e||e instanceof RegExp?["string",e,r]:[e.type||"string",e.validate,s._`${r}.validate`]}(i);a===t&&e.pass(function(){if("object"==typeof i&&!(i instanceof RegExp)&&i.async){if(!h.$async)throw new Error("async format in sync schema");return s._`await ${m}(${r})`}return"function"==typeof l?s._`${m}(${r})`:s._`${m}.test(${r})`}())}())}};t.default=r},9502:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=[n(9651).default];t.default=s},6167:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.contentVocabulary=t.metadataVocabulary=void 0,t.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"],t.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]},1448:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(8921),r=n(7274),i=n(3633),o=[s.default,r.default,i.default];t.default=o},808:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(1782),r=n(4641),i=[s.default,r.default];t.default=i},4641:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(3487),r=n(6776),i={keyword:"unevaluatedItems",type:"array",schemaType:["boolean","object"],error:{message:({params:{len:e}})=>s.str`must NOT have more than ${e} items`,params:({params:{len:e}})=>s._`{limit: ${e}}`},code(e){const{gen:t,schema:n,data:i,it:o}=e,a=o.items||0;if(!0===a)return;const l=t.const("len",s._`${i}.length`);if(!1===n)e.setParams({len:a}),e.fail(s._`${l} > ${a}`);else if("object"==typeof n&&!(0,r.alwaysValidSchema)(o,n)){const n=t.var("valid",s._`${l} <= ${a}`);t.if((0,s.not)(n),(()=>function(n,i){t.forRange("i",i,l,(i=>{e.subschema({keyword:"unevaluatedItems",dataProp:i,dataPropType:r.Type.Num},n),o.allErrors||t.if((0,s.not)(n),(()=>t.break()))}))}(n,a))),e.ok(n)}o.items=!0}};t.default=i},1782:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(3487),r=n(6776),i=n(2141),o={keyword:"unevaluatedProperties",type:"object",schemaType:["boolean","object"],trackErrors:!0,error:{message:"must NOT have unevaluated properties",params:({params:e})=>s._`{unevaluatedProperty: ${e.unevaluatedProperty}}`},code(e){const{gen:t,schema:n,data:o,errsCount:a,it:l}=e;if(!a)throw new Error("ajv implementation error");const{allErrors:c,props:u}=l;function h(i){if(!1===n)return e.setParams({unevaluatedProperty:i}),e.error(),void(c||t.break());if(!(0,r.alwaysValidSchema)(l,n)){const n=t.name("valid");e.subschema({keyword:"unevaluatedProperties",dataProp:i,dataPropType:r.Type.Str},n),c||t.if((0,s.not)(n),(()=>t.break()))}}u instanceof s.Name?t.if(s._`${u} !== true`,(()=>t.forIn("key",o,(e=>t.if(function(e,t){return s._`!${e} || !${e}[${t}]`}(u,e),(()=>h(e))))))):!0!==u&&t.forIn("key",o,(e=>void 0===u?h(e):t.if(function(e,t){const n=[];for(const r in e)!0===e[r]&&n.push(s._`${t} !== ${r}`);return(0,s.and)(...n)}(u,e),(()=>h(e))))),l.props=!0,e.ok(s._`${a} === ${i.default.errors}`)}};t.default=o},4693:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(3487),r=n(6776),i=n(3510),o={keyword:"const",$data:!0,error:{message:"must be equal to constant",params:({schemaCode:e})=>s._`{allowedValue: ${e}}`},code(e){const{gen:t,data:n,$data:o,schemaCode:a,schema:l}=e;o||l&&"object"==typeof l?e.fail$data(s._`!${(0,r.useFunc)(t,i.default)}(${n}, ${a})`):e.fail(s._`${l} !== ${n}`)}};t.default=o},8921:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(7772),r={keyword:"dependentRequired",type:"object",schemaType:"object",error:s.error,code:e=>(0,s.validatePropertyDeps)(e)};t.default=r},966:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(3487),r=n(6776),i=n(3510),o={keyword:"enum",schemaType:"array",$data:!0,error:{message:"must be equal to one of the allowed values",params:({schemaCode:e})=>s._`{allowedValues: ${e}}`},code(e){const{gen:t,data:n,$data:o,schema:a,schemaCode:l,it:c}=e;if(!o&&0===a.length)throw new Error("enum must have non-empty array");const u=a.length>=c.opts.loopEnum;let h;const d=()=>null!=h?h:h=(0,r.useFunc)(t,i.default);let m;if(u||o)m=t.let("valid"),e.block$data(m,(function(){t.assign(m,!1),t.forOf("v",l,(e=>t.if(s._`${d()}(${n}, ${e})`,(()=>t.assign(m,!0).break()))))}));else{if(!Array.isArray(a))throw new Error("ajv implementation error");const e=t.const("vSchema",l);m=(0,s.or)(...a.map(((t,r)=>function(e,t){const r=a[t];return"object"==typeof r&&null!==r?s._`${d()}(${n}, ${e}[${t}])`:s._`${n} === ${r}`}(e,r))))}e.pass(m)}};t.default=o},2649:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(3983),r=n(430),i=n(3229),o=n(4336),a=n(498),l=n(3301),c=n(1687),u=n(2958),h=n(4693),d=n(966),m=[s.default,r.default,i.default,o.default,a.default,l.default,c.default,u.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},h.default,d.default];t.default=m},3633:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(6776),r={keyword:["maxContains","minContains"],type:"array",schemaType:"number",code({keyword:e,parentSchema:t,it:n}){void 0===t.contains&&(0,s.checkStrictMode)(n,`"${e}" without "contains" is ignored`)}};t.default=r},1687:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(3487),r={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:{message({keyword:e,schemaCode:t}){const n="maxItems"===e?"more":"fewer";return s.str`must NOT have ${n} than ${t} items`},params:({schemaCode:e})=>s._`{limit: ${e}}`},code(e){const{keyword:t,data:n,schemaCode:r}=e,i="maxItems"===t?s.operators.GT:s.operators.LT;e.fail$data(s._`${n}.length ${i} ${r}`)}};t.default=r},3229:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(3487),r=n(6776),i=n(4499),o={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:{message({keyword:e,schemaCode:t}){const n="maxLength"===e?"more":"fewer";return s.str`must NOT have ${n} than ${t} characters`},params:({schemaCode:e})=>s._`{limit: ${e}}`},code(e){const{keyword:t,data:n,schemaCode:o,it:a}=e,l="maxLength"===t?s.operators.GT:s.operators.LT,c=!1===a.opts.unicode?s._`${n}.length`:s._`${(0,r.useFunc)(e.gen,i.default)}(${n})`;e.fail$data(s._`${c} ${l} ${o}`)}};t.default=o},3983:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(3487),r=s.operators,i={maximum:{okStr:"<=",ok:r.LTE,fail:r.GT},minimum:{okStr:">=",ok:r.GTE,fail:r.LT},exclusiveMaximum:{okStr:"<",ok:r.LT,fail:r.GTE},exclusiveMinimum:{okStr:">",ok:r.GT,fail:r.LTE}},o={message:({keyword:e,schemaCode:t})=>s.str`must be ${i[e].okStr} ${t}`,params:({keyword:e,schemaCode:t})=>s._`{comparison: ${i[e].okStr}, limit: ${t}}`},a={keyword:Object.keys(i),type:"number",schemaType:"number",$data:!0,error:o,code(e){const{keyword:t,data:n,schemaCode:r}=e;e.fail$data(s._`${n} ${i[t].fail} ${r} || isNaN(${n})`)}};t.default=a},498:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(3487),r={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:{message({keyword:e,schemaCode:t}){const n="maxProperties"===e?"more":"fewer";return s.str`must NOT have ${n} than ${t} properties`},params:({schemaCode:e})=>s._`{limit: ${e}}`},code(e){const{keyword:t,data:n,schemaCode:r}=e,i="maxProperties"===t?s.operators.GT:s.operators.LT;e.fail$data(s._`Object.keys(${n}).length ${i} ${r}`)}};t.default=r},430:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(3487),r={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:{message:({schemaCode:e})=>s.str`must be multiple of ${e}`,params:({schemaCode:e})=>s._`{multipleOf: ${e}}`},code(e){const{gen:t,data:n,schemaCode:r,it:i}=e,o=i.opts.multipleOfPrecision,a=t.let("res"),l=o?s._`Math.abs(Math.round(${a}) - ${a}) > 1e-${o}`:s._`${a} !== parseInt(${a})`;e.fail$data(s._`(${r} === 0 || (${a} = ${n}/${r}, ${l}))`)}};t.default=r},4336:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(412),r=n(3487),i={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:{message:({schemaCode:e})=>r.str`must match pattern "${e}"`,params:({schemaCode:e})=>r._`{pattern: ${e}}`},code(e){const{data:t,$data:n,schema:i,schemaCode:o,it:a}=e,l=a.opts.unicodeRegExp?"u":"",c=n?r._`(new RegExp(${o}, ${l}))`:(0,s.usePattern)(e,i);e.fail$data(r._`!${c}.test(${t})`)}};t.default=i},3301:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(412),r=n(3487),i=n(6776),o={keyword:"required",type:"object",schemaType:"array",$data:!0,error:{message:({params:{missingProperty:e}})=>r.str`must have required property '${e}'`,params:({params:{missingProperty:e}})=>r._`{missingProperty: ${e}}`},code(e){const{gen:t,schema:n,schemaCode:o,data:a,$data:l,it:c}=e,{opts:u}=c;if(!l&&0===n.length)return;const h=n.length>=u.loopRequired;if(c.allErrors?function(){if(h||l)e.block$data(r.nil,d);else for(const t of n)(0,s.checkReportMissingProp)(e,t)}():function(){const i=t.let("missing");if(h||l){const n=t.let("valid",!0);e.block$data(n,(()=>function(n,i){e.setParams({missingProperty:n}),t.forOf(n,o,(()=>{t.assign(i,(0,s.propertyInData)(t,a,n,u.ownProperties)),t.if((0,r.not)(i),(()=>{e.error(),t.break()}))}),r.nil)}(i,n))),e.ok(n)}else t.if((0,s.checkMissingProp)(e,n,i)),(0,s.reportMissingProp)(e,i),t.else()}(),u.strictRequired){const t=e.parentSchema.properties,{definedProperties:s}=e.it;for(const e of n)if(void 0===(null==t?void 0:t[e])&&!s.has(e)){const t=`required property "${e}" is not defined at "${c.schemaEnv.baseId+c.errSchemaPath}" (strictRequired)`;(0,i.checkStrictMode)(c,t,c.opts.strictRequired)}}function d(){t.forOf("prop",o,(n=>{e.setParams({missingProperty:n}),t.if((0,s.noPropertyInData)(t,a,n,u.ownProperties),(()=>e.error()))}))}}};t.default=o},2958:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const s=n(453),r=n(3487),i=n(6776),o=n(3510),a={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:{message:({params:{i:e,j:t}})=>r.str`must NOT have duplicate items (items ## ${t} and ${e} are identical)`,params:({params:{i:e,j:t}})=>r._`{i: ${e}, j: ${t}}`},code(e){const{gen:t,data:n,$data:a,schema:l,parentSchema:c,schemaCode:u,it:h}=e;if(!a&&!l)return;const d=t.let("valid"),m=c.items?(0,s.getSchemaTypes)(c.items):[];function p(i,o){const a=t.name("item"),l=(0,s.checkDataTypes)(m,a,h.opts.strictNumbers,s.DataType.Wrong),c=t.const("indices",r._`{}`);t.for(r._`;${i}--;`,(()=>{t.let(a,r._`${n}[${i}]`),t.if(l,r._`continue`),m.length>1&&t.if(r._`typeof ${a} == "string"`,r._`${a} += "_"`),t.if(r._`typeof ${c}[${a}] == "number"`,(()=>{t.assign(o,r._`${c}[${a}]`),e.error(),t.assign(d,!1).break()})).code(r._`${c}[${a}] = ${i}`)}))}function f(s,a){const l=(0,i.useFunc)(t,o.default),c=t.name("outer");t.label(c).for(r._`;${s}--;`,(()=>t.for(r._`${a} = ${s}; ${a}--;`,(()=>t.if(r._`${l}(${n}[${s}], ${n}[${a}])`,(()=>{e.error(),t.assign(d,!1).break(c)}))))))}e.block$data(d,(function(){const s=t.let("i",r._`${n}.length`),i=t.let("j");e.setParams({i:s,j:i}),t.assign(d,!0),t.if(r._`${s} > 1`,(()=>(m.length>0&&!m.some((e=>"object"===e||"array"===e))?p:f)(s,i)))}),r._`${u} === false`),e.ok(d)}};t.default=a},8277:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});var s=n(7537),r=n.n(s),i=n(3645),o=n.n(i)()(r());o.push([e.id,"\n.ui-form.ui-tooltip .ui-input-root > label.ui-input-label:not(:empty) {\n /* min-width: 30px; /* Breaks right margin /**/\n}\n\n.ui-form.ui-tooltip .ui-input-root > div.ui-input-text:not(:empty) {\n margin-top: 6px;\n}","",{version:3,sources:["webpack://./css/cell-renderer.css"],names:[],mappings:";AACA;IACI,8CAA8C;AAClD;;AAEA;IACI,eAAe;AACnB",sourcesContent:["\n.ui-form.ui-tooltip .ui-input-root > label.ui-input-label:not(:empty) {\n /* min-width: 30px; /* Breaks right margin /**/\n}\n\n.ui-form.ui-tooltip .ui-input-root > div.ui-input-text:not(:empty) {\n margin-top: 6px;\n}"],sourceRoot:""}]);const a=o},5362:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});var s=n(7537),r=n.n(s),i=n(3645),o=n.n(i)()(r());o.push([e.id,".macromolecule-cell-comp-analysis-host{\n max-height: 250px;\n overflow-y: scroll;\n}\n\n.macromolecule-cell-comp-analysis-bar{\n height: inherit;\n display: block;\n margin-top: 1.5px;\n margin-bottom: 1.5px;\n margin-right: 3px;\n}\n\n.macromolecule-cell-comp-analysis-value{\n display: flex;\n}","",{version:3,sources:["webpack://./css/composition-analysis.css"],names:[],mappings:"AAAA;IACI,iBAAiB;IACjB,kBAAkB;AACtB;;AAEA;IACI,eAAe;IACf,cAAc;IACd,iBAAiB;IACjB,oBAAoB;IACpB,iBAAiB;AACrB;;AAEA;IACI,aAAa;AACjB",sourcesContent:[".macromolecule-cell-comp-analysis-host{\n max-height: 250px;\n overflow-y: scroll;\n}\n\n.macromolecule-cell-comp-analysis-bar{\n height: inherit;\n display: block;\n margin-top: 1.5px;\n margin-bottom: 1.5px;\n margin-right: 3px;\n}\n\n.macromolecule-cell-comp-analysis-value{\n display: flex;\n}"],sourceRoot:""}]);const a=o},9564:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});var s=n(7537),r=n.n(s),i=n(3645),o=n.n(i)()(r());o.push([e.id,".kalign-version {\n margin-bottom: 0;\n text-align: end;\n font-size: 12px;\n opacity: 0.8;\n}\nbutton.msa-params-button.ui-btn {\n justify-content: end;\n}","",{version:3,sources:["webpack://./css/msa.css"],names:[],mappings:"AAAA;IACI,gBAAgB;IAChB,eAAe;IACf,eAAe;IACf,YAAY;AAChB;AACA;IACI,oBAAoB;AACxB",sourcesContent:[".kalign-version {\n margin-bottom: 0;\n text-align: end;\n font-size: 12px;\n opacity: 0.8;\n}\nbutton.msa-params-button.ui-btn {\n justify-content: end;\n}"],sourceRoot:""}]);const a=o},9414:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});var s=n(7537),r=n.n(s),i=n(3645),o=n.n(i)()(r());o.push([e.id,".scatter_plot_link {\n position: absolute!important;\n right: 10px;\n}\n\n.cliffs_grid {\n top: 10px;\n}\n\n.show_only_cliffs {\n top: 30px;\n}\n\n.ml-dim-reduction-settings-input i.grok-icon.grok-font-icon-settings {\n font-size: 18px;\n position: absolute;\n height: 28px;\n \n}\n\n.ml-dim-reduction-settings-input i.grok-icon.grok-font-icon-settings:not(.ml-dim-reduction-column-editor-input-root i) {\n left: -20px;\n}\n.dlg-dimensionality-reduction.ui-form, .dlg-markov-clustering.ui-form, .dlg-markov-clustering.ui-form .ui-form, .dlg-dimensionality-reduction.ui-form .ui-form {\n max-width: unset;\n}\n\n.ml-dim-reduction-column-editor-input-root label {\n display: none !important;\n}\n\n.dim-reduction-dialog-form > .ui-input-root, .dim-reduction-dialog-form > div > .ui-input-root {\n margin-left: 10px;\n}\n\n.ml-dim-reduction-column-editor-input-root input, .ml-dim-reduction-column-editor-input-root select {\n margin-left: 20px !important;\n}\n\nh3.ml-dim-reduction-column-editor-input-root {\n margin: 0 !important;\n}\n\n.ml-dim-reduction-column-editor-root, .ml-dim-reduction-column-editor-header-root {\n display: flex;\n flex-direction: row;\n align-items: center;\n margin-bottom: 10px !important;\n width: 700px !important;\n}\n\n.ml-dim-reduction-column-editor-column-title {\n text-overflow: ellipsis;\n overflow: hidden;\n}\n\n.ml-dim-reduction-column-editor-header-root > h1:not(:first-child) {\n margin-left: 20px !important;\n}\n\n.ml-dim-reduction-column-editor-table-root .header > td:not(:first-child) {\n padding-left: 32px;\n}","",{version:3,sources:["webpack://./node_modules/@datagrok-libraries/ml/css/styles.css"],names:[],mappings:"AAAA;IACI,4BAA4B;IAC5B,WAAW;AACf;;AAEA;IACI,SAAS;AACb;;AAEA;IACI,SAAS;AACb;;AAEA;IACI,eAAe;IACf,kBAAkB;IAClB,YAAY;;AAEhB;;AAEA;IACI,WAAW;AACf;AACA;IACI,gBAAgB;AACpB;;AAEA;IACI,wBAAwB;AAC5B;;AAEA;IACI,iBAAiB;AACrB;;AAEA;IACI,4BAA4B;AAChC;;AAEA;IACI,oBAAoB;AACxB;;AAEA;IACI,aAAa;IACb,mBAAmB;IACnB,mBAAmB;IACnB,8BAA8B;IAC9B,uBAAuB;AAC3B;;AAEA;IACI,uBAAuB;IACvB,gBAAgB;AACpB;;AAEA;IACI,4BAA4B;AAChC;;AAEA;IACI,kBAAkB;AACtB",sourcesContent:[".scatter_plot_link {\n position: absolute!important;\n right: 10px;\n}\n\n.cliffs_grid {\n top: 10px;\n}\n\n.show_only_cliffs {\n top: 30px;\n}\n\n.ml-dim-reduction-settings-input i.grok-icon.grok-font-icon-settings {\n font-size: 18px;\n position: absolute;\n height: 28px;\n \n}\n\n.ml-dim-reduction-settings-input i.grok-icon.grok-font-icon-settings:not(.ml-dim-reduction-column-editor-input-root i) {\n left: -20px;\n}\n.dlg-dimensionality-reduction.ui-form, .dlg-markov-clustering.ui-form, .dlg-markov-clustering.ui-form .ui-form, .dlg-dimensionality-reduction.ui-form .ui-form {\n max-width: unset;\n}\n\n.ml-dim-reduction-column-editor-input-root label {\n display: none !important;\n}\n\n.dim-reduction-dialog-form > .ui-input-root, .dim-reduction-dialog-form > div > .ui-input-root {\n margin-left: 10px;\n}\n\n.ml-dim-reduction-column-editor-input-root input, .ml-dim-reduction-column-editor-input-root select {\n margin-left: 20px !important;\n}\n\nh3.ml-dim-reduction-column-editor-input-root {\n margin: 0 !important;\n}\n\n.ml-dim-reduction-column-editor-root, .ml-dim-reduction-column-editor-header-root {\n display: flex;\n flex-direction: row;\n align-items: center;\n margin-bottom: 10px !important;\n width: 700px !important;\n}\n\n.ml-dim-reduction-column-editor-column-title {\n text-overflow: ellipsis;\n overflow: hidden;\n}\n\n.ml-dim-reduction-column-editor-header-root > h1:not(:first-child) {\n margin-left: 20px !important;\n}\n\n.ml-dim-reduction-column-editor-table-root .header > td:not(:first-child) {\n padding-left: 32px;\n}"],sourceRoot:""}]);const a=o},8710:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});var s=n(7537),r=n.n(s),i=n(3645),o=n.n(i)()(r());o.push([e.id,".monomer-lib-controls-form {\n margin-left: auto;\n margin-right: auto;\n display: flex;\n flex-direction: column;\n align-items: center;\n width: 100%;\n}\n","",{version:3,sources:["webpack://./src/utils/monomer-lib/library-file-manager/style.css"],names:[],mappings:"AAAA;EACE,iBAAiB;EACjB,kBAAkB;EAClB,aAAa;EACb,sBAAsB;EACtB,mBAAmB;EACnB,WAAW;AACb",sourcesContent:[".monomer-lib-controls-form {\n margin-left: auto;\n margin-right: auto;\n display: flex;\n flex-direction: column;\n align-items: center;\n width: 100%;\n}\n"],sourceRoot:""}]);const a=o},3645:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",s=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),s&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),s&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,s,r,i){"string"==typeof e&&(e=[[null,e,void 0]]);var o={};if(s)for(var a=0;a<this.length;a++){var l=this[a][0];null!=l&&(o[l]=!0)}for(var c=0;c<e.length;c++){var u=[].concat(e[c]);s&&o[u[0]]||(void 0!==i&&(void 0===u[5]||(u[1]="@layer".concat(u[5].length>0?" ".concat(u[5]):""," {").concat(u[1],"}")),u[5]=i),n&&(u[2]?(u[1]="@media ".concat(u[2]," {").concat(u[1],"}"),u[2]=n):u[2]=n),r&&(u[4]?(u[1]="@supports (".concat(u[4],") {").concat(u[1],"}"),u[4]=r):u[4]="".concat(r)),t.push(u))}},t}},7537:e=>{"use strict";e.exports=function(e){var t=e[1],n=e[3];if(!n)return t;if("function"==typeof btoa){var s=btoa(unescape(encodeURIComponent(JSON.stringify(n)))),r="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(s),i="/*# ".concat(r," */");return[t].concat([i]).join("\n")}return[t].join("\n")}},4063:e=>{"use strict";e.exports=function e(t,n){if(t===n)return!0;if(t&&n&&"object"==typeof t&&"object"==typeof n){if(t.constructor!==n.constructor)return!1;var s,r,i;if(Array.isArray(t)){if((s=t.length)!=n.length)return!1;for(r=s;0!=r--;)if(!e(t[r],n[r]))return!1;return!0}if(t.constructor===RegExp)return t.source===n.source&&t.flags===n.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===n.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===n.toString();if((s=(i=Object.keys(t)).length)!==Object.keys(n).length)return!1;for(r=s;0!=r--;)if(!Object.prototype.hasOwnProperty.call(n,i[r]))return!1;for(r=s;0!=r--;){var o=i[r];if(!e(t[o],n[o]))return!1}return!0}return t!=t&&n!=n}},9133:function(e,t,n){var s;!function(t,r){var i={};!function(e){"use strict";e.__esModule=!0,e.digestLength=32,e.blockSize=64;var t=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]);function n(e,n,s,r,i){for(var o,a,l,c,u,h,d,m,p,f,g,y,w;i>=64;){for(o=n[0],a=n[1],l=n[2],c=n[3],u=n[4],h=n[5],d=n[6],m=n[7],f=0;f<16;f++)g=r+4*f,e[f]=(255&s[g])<<24|(255&s[g+1])<<16|(255&s[g+2])<<8|255&s[g+3];for(f=16;f<64;f++)y=((p=e[f-2])>>>17|p<<15)^(p>>>19|p<<13)^p>>>10,w=((p=e[f-15])>>>7|p<<25)^(p>>>18|p<<14)^p>>>3,e[f]=(y+e[f-7]|0)+(w+e[f-16]|0);for(f=0;f<64;f++)y=(((u>>>6|u<<26)^(u>>>11|u<<21)^(u>>>25|u<<7))+(u&h^~u&d)|0)+(m+(t[f]+e[f]|0)|0)|0,w=((o>>>2|o<<30)^(o>>>13|o<<19)^(o>>>22|o<<10))+(o&a^o&l^a&l)|0,m=d,d=h,h=u,u=c+y|0,c=l,l=a,a=o,o=y+w|0;n[0]+=o,n[1]+=a,n[2]+=l,n[3]+=c,n[4]+=u,n[5]+=h,n[6]+=d,n[7]+=m,r+=64,i-=64}return r}var s=function(){function t(){this.digestLength=e.digestLength,this.blockSize=e.blockSize,this.state=new Int32Array(8),this.temp=new Int32Array(64),this.buffer=new Uint8Array(128),this.bufferLength=0,this.bytesHashed=0,this.finished=!1,this.reset()}return t.prototype.reset=function(){return this.state[0]=1779033703,this.state[1]=3144134277,this.state[2]=1013904242,this.state[3]=2773480762,this.state[4]=1359893119,this.state[5]=2600822924,this.state[6]=528734635,this.state[7]=1541459225,this.bufferLength=0,this.bytesHashed=0,this.finished=!1,this},t.prototype.clean=function(){for(var e=0;e<this.buffer.length;e++)this.buffer[e]=0;for(e=0;e<this.temp.length;e++)this.temp[e]=0;this.reset()},t.prototype.update=function(e,t){if(void 0===t&&(t=e.length),this.finished)throw new Error("SHA256: can't update because hash was finished.");var s=0;if(this.bytesHashed+=t,this.bufferLength>0){for(;this.bufferLength<64&&t>0;)this.buffer[this.bufferLength++]=e[s++],t--;64===this.bufferLength&&(n(this.temp,this.state,this.buffer,0,64),this.bufferLength=0)}for(t>=64&&(s=n(this.temp,this.state,e,s,t),t%=64);t>0;)this.buffer[this.bufferLength++]=e[s++],t--;return this},t.prototype.finish=function(e){if(!this.finished){var t=this.bytesHashed,s=this.bufferLength,r=t/536870912|0,i=t<<3,o=t%64<56?64:128;this.buffer[s]=128;for(var a=s+1;a<o-8;a++)this.buffer[a]=0;this.buffer[o-8]=r>>>24&255,this.buffer[o-7]=r>>>16&255,this.buffer[o-6]=r>>>8&255,this.buffer[o-5]=r>>>0&255,this.buffer[o-4]=i>>>24&255,this.buffer[o-3]=i>>>16&255,this.buffer[o-2]=i>>>8&255,this.buffer[o-1]=i>>>0&255,n(this.temp,this.state,this.buffer,0,o),this.finished=!0}for(a=0;a<8;a++)e[4*a+0]=this.state[a]>>>24&255,e[4*a+1]=this.state[a]>>>16&255,e[4*a+2]=this.state[a]>>>8&255,e[4*a+3]=this.state[a]>>>0&255;return this},t.prototype.digest=function(){var e=new Uint8Array(this.digestLength);return this.finish(e),e},t.prototype._saveState=function(e){for(var t=0;t<this.state.length;t++)e[t]=this.state[t]},t.prototype._restoreState=function(e,t){for(var n=0;n<this.state.length;n++)this.state[n]=e[n];this.bytesHashed=t,this.finished=!1,this.bufferLength=0},t}();e.Hash=s;var r=function(){function e(e){this.inner=new s,this.outer=new s,this.blockSize=this.inner.blockSize,this.digestLength=this.inner.digestLength;var t=new Uint8Array(this.blockSize);if(e.length>this.blockSize)(new s).update(e).finish(t).clean();else for(var n=0;n<e.length;n++)t[n]=e[n];for(n=0;n<t.length;n++)t[n]^=54;for(this.inner.update(t),n=0;n<t.length;n++)t[n]^=106;for(this.outer.update(t),this.istate=new Uint32Array(8),this.ostate=new Uint32Array(8),this.inner._saveState(this.istate),this.outer._saveState(this.ostate),n=0;n<t.length;n++)t[n]=0}return e.prototype.reset=function(){return this.inner._restoreState(this.istate,this.inner.blockSize),this.outer._restoreState(this.ostate,this.outer.blockSize),this},e.prototype.clean=function(){for(var e=0;e<this.istate.length;e++)this.ostate[e]=this.istate[e]=0;this.inner.clean(),this.outer.clean()},e.prototype.update=function(e){return this.inner.update(e),this},e.prototype.finish=function(e){return this.outer.finished?this.outer.finish(e):(this.inner.finish(e),this.outer.update(e,this.digestLength).finish(e)),this},e.prototype.digest=function(){var e=new Uint8Array(this.digestLength);return this.finish(e),e},e}();function i(e){var t=(new s).update(e),n=t.digest();return t.clean(),n}function o(e,t){var n=new r(e).update(t),s=n.digest();return n.clean(),s}function a(e,t,n,s){var r=s[0];if(0===r)throw new Error("hkdf: cannot expand more");t.reset(),r>1&&t.update(e),n&&t.update(n),t.update(s),t.finish(e),s[0]++}e.HMAC=r,e.hash=i,e.default=i,e.hmac=o;var l=new Uint8Array(e.digestLength);e.hkdf=function(e,t,n,s){void 0===t&&(t=l),void 0===s&&(s=32);for(var i=new Uint8Array([1]),c=o(t,e),u=new r(c),h=new Uint8Array(u.digestLength),d=h.length,m=new Uint8Array(s),p=0;p<s;p++)d===h.length&&(a(h,u,n,i),d=0),m[p]=h[d++];return u.clean(),h.fill(0),i.fill(0),m},e.pbkdf2=function(e,t,n,s){for(var i=new r(e),o=i.digestLength,a=new Uint8Array(4),l=new Uint8Array(o),c=new Uint8Array(o),u=new Uint8Array(s),h=0;h*o<s;h++){var d=h+1;a[0]=d>>>24&255,a[1]=d>>>16&255,a[2]=d>>>8&255,a[3]=d>>>0&255,i.reset(),i.update(t),i.update(a),i.finish(c);for(var m=0;m<o;m++)l[m]=c[m];for(m=2;m<=n;m++){i.reset(),i.update(c).finish(c);for(var p=0;p<o;p++)l[p]^=c[p]}for(m=0;m<o&&h*o+m<s;m++)u[h*o+m]=l[m]}for(h=0;h<o;h++)l[h]=c[h]=0;for(h=0;h<4;h++)a[h]=0;return i.clean(),u}}(i);var o=i.default;for(var a in i)o[a]=i[a];"object"==typeof e.exports?e.exports=o:void 0===(s=function(){return o}.call(i,n,i,e))||(e.exports=s)}()},1811:(e,t,n)=>{"use strict";n.d(t,{T:()=>r});const s=new Uint32Array(65536),r=(e,t)=>{if(e.length<t.length){const n=t;t=e,e=n}return 0===t.length?e.length:e.length<=32?((e,t)=>{const n=e.length,r=t.length,i=1<<n-1;let o=-1,a=0,l=n,c=n;for(;c--;)s[e.charCodeAt(c)]|=1<<c;for(c=0;c<r;c++){let e=s[t.charCodeAt(c)];const n=e|a;e|=(e&o)+o^o,a|=~(e|o),o&=e,a&i&&l++,o&i&&l--,a=a<<1|1,o=o<<1|~(n|a),a&=n}for(c=n;c--;)s[e.charCodeAt(c)]=0;return l})(e,t):((e,t)=>{const n=t.length,r=e.length,i=[],o=[],a=Math.ceil(n/32),l=Math.ceil(r/32);for(let e=0;e<a;e++)o[e]=-1,i[e]=0;let c=0;for(;c<l-1;c++){let a=0,l=-1;const u=32*c,h=Math.min(32,r)+u;for(let t=u;t<h;t++)s[e.charCodeAt(t)]|=1<<t;for(let e=0;e<n;e++){const n=s[t.charCodeAt(e)],r=o[e/32|0]>>>e&1,c=i[e/32|0]>>>e&1,u=n|a,h=((n|c)&l)+l^l|n|c;let d=a|~(h|l),m=l&h;d>>>31^r&&(o[e/32|0]^=1<<e),m>>>31^c&&(i[e/32|0]^=1<<e),d=d<<1|r,m=m<<1|c,l=m|~(u|d),a=d&u}for(let t=u;t<h;t++)s[e.charCodeAt(t)]=0}let u=0,h=-1;const d=32*c,m=Math.min(32,r-d)+d;for(let t=d;t<m;t++)s[e.charCodeAt(t)]|=1<<t;let p=r;for(let e=0;e<n;e++){const n=s[t.charCodeAt(e)],a=o[e/32|0]>>>e&1,l=i[e/32|0]>>>e&1,c=n|u,d=((n|l)&h)+h^h|n|l;let m=u|~(d|h),f=h&d;p+=m>>>r-1&1,p-=f>>>r-1&1,m>>>31^a&&(o[e/32|0]^=1<<e),f>>>31^l&&(i[e/32|0]^=1<<e),m=m<<1|a,f=f<<1|l,h=f|~(c|m),u=m&c}for(let t=d;t<m;t++)s[e.charCodeAt(t)]=0;return p})(e,t)}},3979:(e,t)=>{"use strict";t.H$=void 0,t.H$=function(e,t,n){var s=function(e,t,n){if(0===e.length||0===t.length)return 0;if(n&&!n.caseSensitive&&(e=e.toUpperCase(),t=t.toUpperCase()),e===t)return 1;for(var s=0,r=e.length,i=t.length,o=Math.floor(Math.max(r,i)/2)-1,a=new Array(r),l=new Array(i),c=0;c<r;c++)for(var u=Math.max(0,c-o);u<=Math.min(i,c+o+1);u++)if(!a[c]&&!l[u]&&e[c]===t[u]){++s,a[c]=l[u]=!0;break}if(0===s)return 0;var h=0,d=0;for(c=0;c<r;c++)if(a[c]){for(;!l[d];)d++;e.charAt(c)!==t.charAt(d++)&&h++}return(s/r+s/i+(s-(h/=2))/s)/3}(e,t,n),r=0;if(s>.7){for(var i=Math.min(e.length,t.length),o=0;e[o]===t[o]&&o<4&&o<i;)++r,o++;s+=.1*r*(1-s)}return s}},9461:e=>{"use strict";var t=e.exports=function(e,t,s){"function"==typeof t&&(s=t,t={}),n(t,"function"==typeof(s=t.cb||s)?s:s.pre||function(){},s.post||function(){},e,"",e)};function n(e,s,r,i,o,a,l,c,u,h){if(i&&"object"==typeof i&&!Array.isArray(i)){for(var d in s(i,o,a,l,c,u,h),i){var m=i[d];if(Array.isArray(m)){if(d in t.arrayKeywords)for(var p=0;p<m.length;p++)n(e,s,r,m[p],o+"/"+d+"/"+p,a,o,d,i,p)}else if(d in t.propsKeywords){if(m&&"object"==typeof m)for(var f in m)n(e,s,r,m[f],o+"/"+d+"/"+f.replace(/~/g,"~0").replace(/\//g,"~1"),a,o,d,i,f)}else(d in t.keywords||e.allKeys&&!(d in t.skipKeywords))&&n(e,s,r,m,o+"/"+d,a,o,d,i)}r(i,o,a,l,c,u,h)}}t.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0},t.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0},t.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0},t.skipKeywords={default:!0,enum:!0,const:!0,required:!0,maximum:!0,minimum:!0,exclusiveMaximum:!0,exclusiveMinimum:!0,multipleOf:!0,maxLength:!0,minLength:!0,pattern:!0,format:!0,maxItems:!0,minItems:!0,uniqueItems:!0,maxProperties:!0,minProperties:!0}},3379:e=>{"use strict";var t=[];function n(e){for(var n=-1,s=0;s<t.length;s++)if(t[s].identifier===e){n=s;break}return n}function s(e,s){for(var i={},o=[],a=0;a<e.length;a++){var l=e[a],c=s.base?l[0]+s.base:l[0],u=i[c]||0,h="".concat(c," ").concat(u);i[c]=u+1;var d=n(h),m={css:l[1],media:l[2],sourceMap:l[3],supports:l[4],layer:l[5]};if(-1!==d)t[d].references++,t[d].updater(m);else{var p=r(m,s);s.byIndex=a,t.splice(a,0,{identifier:h,updater:p,references:1})}o.push(h)}return o}function r(e,t){var n=t.domAPI(t);return n.update(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,r){var i=s(e=e||[],r=r||{});return function(e){e=e||[];for(var o=0;o<i.length;o++){var a=n(i[o]);t[a].references--}for(var l=s(e,r),c=0;c<i.length;c++){var u=n(i[c]);0===t[u].references&&(t[u].updater(),t.splice(u,1))}i=l}}},569:e=>{"use strict";var t={};e.exports=function(e,n){var s=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!s)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");s.appendChild(n)}},9216:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},3565:(e,t,n)=>{"use strict";e.exports=function(e){var t=n.nc;t&&e.setAttribute("nonce",t)}},7795:e=>{"use strict";e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=e.insertStyleElement(e);return{update:function(n){!function(e,t,n){var s="";n.supports&&(s+="@supports (".concat(n.supports,") {")),n.media&&(s+="@media ".concat(n.media," {"));var r=void 0!==n.layer;r&&(s+="@layer".concat(n.layer.length>0?" ".concat(n.layer):""," {")),s+=n.css,r&&(s+="}"),n.media&&(s+="}"),n.supports&&(s+="}");var i=n.sourceMap;i&&"undefined"!=typeof btoa&&(s+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),t.styleTagTransform(s,e,t.options)}(t,e,n)},remove:function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(t)}}}},4589:e=>{"use strict";e.exports=function(e,t){if(t.styleSheet)t.styleSheet.cssText=e;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(e))}}},7241:(e,t,n)=>{"use strict";n.d(t,{D:()=>c});var s=n(4469),r=n(976),i=n(7422),o=n(8607),a=n(6286);const l=31;async function c(e,t=!1,n){const a=o.g.forColumn(e);let c;n??(n=new Map);const h=a.isHelm()?(0,i.getHelmMonomers)(e):Object.keys(a.stats.freq).filter((e=>""!==e));for(let e=0;e<h.length;e++)n.has(h[e])||n.set(h[e],`${n.size+1}`);if(a.isHelm())c=await s.functions.call("HELM:getMolFiles",{col:e}),c=function(e,t,n=!1){const s=new Array(e.length);for(let r=0;r<e.length;r++){let i=0,o=0,a="\n Datagrok macromolecule handler\n\n 0 0 0 0 0 0 999 V3000\nM V30 BEGIN CTAB\n";const c=e.get(r);i=c.indexOf("\n",i)+1,i=c.indexOf("\n",i)+1,i=c.indexOf("\n",i)+1;const u=parseInt(c.substring(i,i+3)),h=parseInt(c.substring(i+3,i+6));a+=`M V30 COUNTS ${u} ${h} 0 0 0\n`,a+="M V30 BEGIN ATOM\n";for(let e=0;e<u;e++){i=c.indexOf("\n",i)+1+l,o=c.indexOf(" ",i);const s=c.substring(i,o);a+=n?`M V30 ${e+1} R${t.get(s)} 0.000 0.000 0 0\n`:`M V30 ${e+1} At 0.000 0.000 0 0 MASS=${t.get(s)}\n`}a+="M V30 END ATOM\n",a+="M V30 BEGIN BOND\n";for(let e=0;e<h;e++){i=c.indexOf("\n",i)+1;const t=parseInt(c.substring(i,i+3).trim()),n=parseInt(c.substring(i+3,i+6).trim());a+=`M V30 ${e+1} ${parseInt(c.substring(i+6,i+9).trim())} ${t} ${n}\n`}a+="M V30 END BOND\n",a+="M V30 END CTAB\n",a+="M END",s[r]=a}return s}(c,n,t);else{c=new Array(e.length);for(let s=0;s<e.length;s++){const e=u(a.getSplitted(s),n,t);c[s]=e}}return r.Column.fromStrings("monomericMols",c)}function u(e,t,n=!1){let s="\n Datagrok macromolecule handler\n\n 0 0 0 0 0 0 999 V3000\nM V30 BEGIN CTAB\n";s+=`M V30 COUNTS ${e.length} ${e.length?e.length-1:0} 0 0 0\n`,s+="M V30 BEGIN ATOM\n";for(let r=0;r<e.length;r++){const i=e.getCanonical(r);i!==a.G2&&(s+=n?`M V30 ${r+1} R${t.get(i)} 0.000 0.000 0 0\n`:`M V30 ${r+1} At 0.000 0.000 0 0 MASS=${t.get(i)}\n`)}s+="M V30 END ATOM\n",s+="M V30 BEGIN BOND\n";for(let t=0;t<e.length-1;t++)s+=`M V30 ${t+1} 1 ${t+1} ${t+2}\n`;return s+="M V30 END BOND\n",s+="M V30 END CTAB\n",s+="M END",s}},7422:(e,t,n)=>{"use strict";n.d(t,{_package:()=>jt,activityCliffs:()=>zt,getHelmMonomers:()=>en,getMonomerLib:()=>Xt,getMonomerLibHelper:()=>Kt,importFasta:()=>Qt,sequenceIdentityScoring:()=>tn,sequenceSimilarityScoring:()=>nn,sequenceSpaceTopMenu:()=>Zt,toAtomicLevel:()=>Jt});var s,r,i=n(4469),o=n(3870),a=n(976),l=n(4628);(r=s||(s={})).EUCLIDEAN="EUCLIDEAN",r.MANHATTAN="MANHATTAN";var c=n(701),u=n(3379),h=n.n(u),d=n(7795),m=n.n(d),p=n(569),f=n.n(p),g=n(3565),y=n.n(g),w=n(9216),b=n.n(w),A=n(4589),C=n.n(A),v=n(9414),T={};T.styleTagTransform=C(),T.setAttributes=y(),T.insert=f().bind(null,"head"),T.domAPI=m(),T.insertStyleElement=b(),h()(v.Z,T),v.Z&&v.Z.locals&&v.Z.locals;var S=function(e,t,n,s){return new(n||(n=Promise))((function(r,i){function o(e){try{l(s.next(e))}catch(e){i(e)}}function a(e){try{l(s.throw(e))}catch(e){i(e)}}function l(e){var t;e.done?r(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(o,a)}l((s=s.apply(e,t||[])).next())}))};let E=null,_=null;Object.prototype.toString;const x="MCL";a.SEMTYPE.MOLECULE,a.SEMTYPE.MACROMOLECULE;const P=rxjs.operators;n(5697);const N=e=>null==e;function $(e,t,n,s){if(n>e[e.length-1])return;const r=e.findIndex((e=>n<e));e.pop(),e.splice(r,0,n),t.pop(),t.splice(r,0,s)}class M{constructor(){this._workerCount=Math.max(navigator.hardwareConcurrency-2,1)}async calcMultiColumn(e,t,r,i=[{}],o=[1],a=s.EUCLIDEAN){const l=e[0].length*(e[0].length-1)/2,c=Math.floor(l/this._workerCount),u=e[0].length>2e4?await this.getMinimalThreshold(e,t,i,o,a):0;r<u&&(console.log(`using threshold ${u}`),r=u),i.forEach(((e,t)=>i[t].threshold=r));const h=new Array(this._workerCount),d=new Array(this._workerCount).fill(null).map((()=>new Worker(new URL(n.p+n.u(23),n.b))));for(let n=0;n<this._workerCount;n++)h[n]=new Promise(((s,u)=>{const h=n*c,m=n===this._workerCount-1?l:(n+1)*c;m<=h&&s({i:new Int32Array(0),j:new Int32Array(0),distance:new Float32Array(0),idx:n}),d[n].postMessage({values:e,startIdx:h,endIdx:m,threshold:r,fnNames:t,opts:i,weights:o,aggregationMethod:a}),d[n].onmessage=({data:{error:e,i:t,j:r,distance:i}})=>{e?(d[n].terminate(),u(e)):(d[n].terminate(),s({i:t,j:r,distance:i,idx:n}))}}));const m=await Promise.all(h),p=m.reduce(((e,t)=>e+t.i.length),0),f=new Int32Array(p),g=new Int32Array(p),y=new Float32Array(p);let w=0;for(const e of m)f.set(e.i,w),g.set(e.j,w),y.set(e.distance,w),w+=e.i.length;return{i:f,j:g,distance:y}}async calc(e,t,n,s={}){return await this.calcMultiColumn([e],[t],n,[s],[1])}async getKNN(e,t,n=15,s={}){return await this.multiColumnKNN([e],[t],n,[s],[1])}async getThresholdKNN(e,t,n=.8,s={}){return await this.multiColumnThresholdKnn([e],[t],n,[s],[1])}async multiColumnThresholdKnn(e,t,r=.8,i,o,a=s.EUCLIDEAN){if(e.length!==t.length||e.length!==i.length||e.length!==o.length)throw new Error("values, distance functions, options and weights arrays should have the same length");if(e.some((t=>t.length!==e[0].length)))throw new Error("all values arrays should have the same length");const l=e[0].length*(e[0].length-1)/2,c=Math.floor(l/this._workerCount),u=new Array(this._workerCount),h=new Array(this._workerCount).fill(null).map((()=>new Worker(new URL(n.p+n.u(427),n.b))));for(let n=0;n<this._workerCount;n++)u[n]=new Promise(((s,u)=>{const d=n*c,m=n===this._workerCount-1?l:(n+1)*c;m<=d&&s({knnDistances:new Array(0),knnIndexes:new Array(0)}),h[n].postMessage({values:e,startIdx:d,endIdx:m,fnNames:t,opts:i,threshold:r,weights:o,aggregationMethod:a}),h[n].onmessage=({data:{error:e,knnDistances:t,knnIndexes:r}})=>{e?(h[n].terminate(),u(e)):(h[n].terminate(),s({knnDistances:t,knnIndexes:r}))}}));const d=await Promise.all(u),m=new Int32Array(e[0].length);for(const t of d)for(let n=0;n<e[0].length;++n)m[n]+=t.knnIndexes[n]?.length??0;const p={knnDistances:new Array(e[0].length).fill(null).map(((e,t)=>new Array(m[t]))),knnIndexes:new Array(e[0].length).fill(null).map(((e,t)=>new Array(m[t])))};for(const t of d)for(let n=0;n<e[0].length;++n)for(let e=0;e<t.knnDistances[n]?.length;++e)p.knnDistances[n][m[n]-1]=t.knnDistances[n][e],p.knnIndexes[n][m[n]-1]=t.knnIndexes[n][e],m[n]-=1;return p}async multiColumnKNN(e,t,r=15,i,o,a=s.EUCLIDEAN){if(e.length!==t.length||e.length!==i.length||e.length!==o.length)throw new Error("values, distance functions, options and weights arrays should have the same length");if(e.some((t=>t.length!==e[0].length)))throw new Error("all values arrays should have the same length");const l=e[0].length*(e[0].length-1)/2,c=Math.floor(l/this._workerCount),u=new Array(this._workerCount),h=new Array(this._workerCount).fill(null).map((()=>new Worker(new URL(n.p+n.u(282),n.b))));for(let n=0;n<this._workerCount;n++)u[n]=new Promise(((s,u)=>{const d=n*c,m=n===this._workerCount-1?l:(n+1)*c;m<=d&&s({knnDistances:new Array(0),knnIndexes:new Array(0)}),h[n].postMessage({values:e,startIdx:d,endIdx:m,fnNames:t,opts:i,nNeighbours:r,weights:o,aggregationMethod:a}),h[n].onmessage=({data:{error:e,knnDistances:t,knnIndexes:r}})=>{e?(h[n].terminate(),u(e)):(h[n].terminate(),s({knnDistances:t,knnIndexes:r}))}}));const d=await Promise.all(u),m={knnDistances:new Array(e[0].length).fill(null).map((()=>new Array(r).fill(99999))),knnIndexes:new Array(e[0].length).fill(null).map((()=>new Array(r).fill(-1)))};for(const t of d)for(let n=0;n<e[0].length;++n)for(let e=0;e<t.knnDistances[n]?.length;++e)$(m.knnDistances[n],m.knnIndexes[n],t.knnDistances[n][e],t.knnIndexes[n][e]);return m}async getSampleDistances(e,t,r=[],i,o=s.EUCLIDEAN){const a=new Array(this._workerCount).fill(null).map((()=>new Worker(new URL(n.p+n.u(40),n.b))));try{const n=e[0].length*(e[0].length-1)/2,s=Math.floor(n/this._workerCount),l=1e6,c=Math.max(Math.min(n/1e3,l),Math.min(n,l)),u=Math.floor(c/this._workerCount),h=new Array(this._workerCount);for(let l=0;l<this._workerCount;l++)h[l]=new Promise(((c,h)=>{const d=l*s,m=l===this._workerCount-1?n:(l+1)*s;a[l].postMessage({values:e,startIdx:d,endIdx:m,sampleLength:u,fnNames:t,opts:r,weights:i,aggregationMethod:o}),a[l].onmessage=({data:{error:e,distance:t}})=>{a[l].terminate(),e?h(e):c({distance:t})}}));const d=await Promise.all(h),m=d.reduce(((e,t)=>e+t.distance.length),0),p=new Float32Array(m);let f=0;for(const e of d)p.set(e.distance,f),f+=e.distance.length;return p.sort(),p}catch(e){return a?.forEach((e=>e?.terminate())),console.error(e),new Float32Array(1).fill(.5)}}async getMinimalThreshold(e,t,n=[],r,i=s.EUCLIDEAN){try{const s=e.length*(e.length-1)/2,o=await this.getSampleDistances(e,t,n,r,i);return 1-o[Math.floor(7e7/s*o.length)]}catch(e){return console.error(e),.5}}static calcSync(e,t,n,s){const r=[],i=[],o=[];let a=0,l=0,c=0;const u=e.length*(e.length-1)/2;for(;a<u;){const t=N(e[l])||N(e[c])?1:n(e[l],e[c]);1-t>=s&&(r.push(l),i.push(c),o.push(t)),a++,c++,c===e.length&&(l++,c=l+1)}return{i:new Int32Array(r),j:new Int32Array(i),distance:new Float32Array(o)}}}var L,I,R=n(9657);(I=L||(L={})).none="none",I.bold="bold",I.dashed="dashed";class O{get currentLineId(){return this._currentLineIdx}set currentLineId(e){e!==this._currentLineIdx&&(this._currentLineIdx=e,this.sp.render(this.ctx))}set linesToRender(e){this.updateLines(e),this.sp.render(this.ctx)}set linesVisibility(e){this.visibility=e,this.sp.render(this.ctx)}constructor(e,t,n,s,r=L.none){var i;this._currentLineIdx=-1,this.lineClicked=new c.Subject,this.lineHover=new c.Subject,this.mouseOverLineId=-1,this.arrowWidth=15,this.sp=e,this.xAxisCol=this.sp.dataFrame.columns.byName(t),this.yAxisCol=this.sp.dataFrame.columns.byName(n),this.canvas=this.sp.getInfo().canvas,this.ctx=this.canvas.getContext("2d"),this.currentLineStyle=r,this.updateLines(s),this.visibility=null!==(i=s.visibility)&&void 0!==i?i:new R.Z(this.lines.from.length),s.visibility||this.visibility.setAll(!0,!1),s.arrowSize&&(this.arrowWidth=s.arrowSize),this.canvas.onmousedown=e=>{-1!==this.mouseOverLineId&&this.lineClicked.next({x:e.clientX,y:e.clientY,id:this.mouseOverLineId,event:e})},this.canvas.onmousemove=e=>{this.mouseOverLineId=this.checkCoordsOnLine(e.offsetX,e.offsetY),-1!==this.mouseOverLineId&&this.lineHover.next({x:e.clientX,y:e.clientY,id:this.mouseOverLineId,event:e})},e.onEvent("d4-before-draw-scene").subscribe((e=>{this.renderLines()}))}updateLines(e){this.lines=e,this.multipleLinesCounts=new Uint8Array(this.lines.from.length),e.skipMultiLineCalculation?this.multipleLinesCounts.fill(0):this.createMultiLinesIndices()}renderLines(){var e,t,n,s,r,i,o,a,l,c,u,h,d;const m=this.sp.getOptions().look,p=this.lines.colors||this.lines.width||this.lines.opacities||this.lines.drawArrowsArr;p||(this.ctx.lineWidth=null!==(e=this.lines.width)&&void 0!==e?e:1,this.ctx.strokeStyle=`rgba(${null!==(t=this.lines.color)&&void 0!==t?t:"0,128,0"},${null!==(n=this.lines.opacity)&&void 0!==n?n:1})`);const f=m.sizeColumnName?this.sp.dataFrame.col(m.sizeColumnName):null,g=this.sp.dataFrame.filter;for(let e=0;e<this.lines.from.length;e++)if(g.get(this.lines.from[e])&&g.get(this.lines.to[e])&&this.visibility.getBit(e)){let t=0;const{sizeFrom:n,sizeTo:g}=this.getMarkersSizes(m,f,e),y=this.sp.worldToScreen(this.xAxisCol.get(this.lines.from[e]),this.yAxisCol.get(this.lines.from[e]));let w=null==y?void 0:y.x,b=null==y?void 0:y.y;const A=this.sp.worldToScreen(this.xAxisCol.get(this.lines.to[e]),this.yAxisCol.get(this.lines.to[e]));let C=null==A?void 0:A.x,v=null==A?void 0:A.y;const T=Math.min(this.sp.viewBox.width,this.sp.viewBox.height);if(this.ctx.beginPath(),w&&b&&C&&v&&Math.hypot(C-w,v-b)/T>.01){if(p){const t=(null===(s=this.lines.colors)||void 0===s?void 0:s[e])?null===(r=this.lines.colors)||void 0===r?void 0:r[e]:"0,128,0",n=(null===(i=this.lines.opacities)||void 0===i?void 0:i[e])?null===(o=this.lines.opacities)||void 0===o?void 0:o[e]:1;this.ctx.strokeStyle=`rgba(${t},${n})`,this.ctx.lineWidth=(null===(a=this.lines.widths)||void 0===a?void 0:a[e])?null===(l=this.lines.widths)||void 0===l?void 0:l[e]:1}e===this._currentLineIdx&&this.toggleCurrentLineStyle(!0);const m=this.multipleLinesCounts[e];let f=null;if(m){t=this.getLineLength(w,b,C,v);const s=this.getPointOnDistance(w,b,C,v,g,t),r=this.getPointOnDistance(C,v,w,b,n,t);w=s.x,b=s.y,C=r.x,v=r.y,f=this.lines.from[e]>this.lines.to[e]?this.findControlPoint(m,w,b,C,v,e):this.findControlPoint(m,C,v,w,b,e),this.ctx.moveTo(w,b),this.ctx.quadraticCurveTo(f.x,f.y,C,v)}else this.ctx.moveTo(w,b),this.ctx.lineTo(C,v);if((null!==(c=this.lines.drawArrows)&&void 0!==c?c:null===(u=this.lines.drawArrowsArr)||void 0===u?void 0:u.getBit(e))&&(t||(t=this.getLineLength(w,b,C,v)),t>this.arrowWidth)){const e=m?null:this.getPointOnDistance(w,b,C,v,g,t),n=m?f.x:w,s=m?f.y:b;this.canvasArrow(this.ctx,null!==(h=null==e?void 0:e.x)&&void 0!==h?h:w,null!==(d=null==e?void 0:e.y)&&void 0!==d?d:b,n,s)}this.ctx.stroke(),this.ctx.closePath(),e===this._currentLineIdx&&this.toggleCurrentLineStyle(!1)}}this.fillLeftBottomRect()}toggleCurrentLineStyle(e){switch(this.currentLineStyle){case L.bold:e?this.ctx.lineWidth+=2:this.ctx.lineWidth-=2;break;case L.dashed:e?this.ctx.setLineDash([5,5]):this.ctx.setLineDash([]);break;default:return}}getMarkersSizes(e,t,n){let s=3,r=3;return t?(s=(e.markerMinSize+(e.markerMaxSize-e.markerMinSize)*t.scale(this.lines.from[n]))/2,r=(e.markerMinSize+(e.markerMaxSize-e.markerMinSize)*t.scale(this.lines.to[n]))/2):e.markerDefaultSize&&(s=e.markerDefaultSize/2,r=e.markerDefaultSize/2),{sizeFrom:s,sizeTo:r}}fillLeftBottomRect(){const e=new Path2D;e.rect(this.sp.yAxisBox.minX,this.sp.yAxisBox.maxY,this.sp.yAxisBox.width,this.sp.xAxisBox.height),this.ctx.fillStyle="white",this.ctx.beginPath(),this.ctx.fill(e),this.ctx.closePath()}createMultiLinesIndices(){const e=new R.Z(this.lines.from.length);e.setAll(!0);for(let t=-1;-1!==(t=e.findNext(t));){const n=t,s=this.lines.from[n],r=this.lines.to[n];let i=1;for(let n=t;-1!==(n=e.findNext(n));){const t=this.lines.from[n],o=this.lines.to[n];(t===s&&o===r||o===s&&t===r)&&(this.multipleLinesCounts[n]=++i,e.setBit(n,!1,!1))}i>1&&(this.multipleLinesCounts[n]=1),e.setBit(t,!1,!1)}}checkCoordsOnLine(e,t){let n=-1,s=null,r=null;const i=this.sp.getOptions().look,o=i.sizeColumnName?this.sp.dataFrame.col(i.sizeColumnName):null,a=this.sp.dataFrame.filter;for(let l=0;l<this.lines.from.length;l++)if(a.get(this.lines.from[l])&&a.get(this.lines.to[l])&&this.visibility.getBit(l)){const{sizeFrom:a,sizeTo:c}=this.getMarkersSizes(i,o,l),u=this.sp.worldToScreen(this.xAxisCol.get(this.lines.from[l]),this.yAxisCol.get(this.lines.from[l])),h=this.sp.worldToScreen(this.xAxisCol.get(this.lines.to[l]),this.yAxisCol.get(this.lines.to[l]));if(this.multipleLinesCounts[l]){const n=this.getLineLength(u.x,u.y,h.x,h.y),s=this.getPointOnDistance(u.x,u.y,h.x,h.y,c,n),i=this.getPointOnDistance(h.x,h.y,null==u?void 0:u.x,null==u?void 0:u.y,a,n),o=this.lines.from[l]>this.lines.to[l]?this.findControlPoint(this.multipleLinesCounts[l],s.x,s.y,i.x,i.y,l):this.findControlPoint(this.multipleLinesCounts[l],i.x,i.y,s.x,s.y,l);r=this.calculateDistToCurveLine(l,e,t,s,i,o)}else r=this.calculateDistToStraightLine(e,t,u,h);(!s&&null!==r&&r<5||s&&null!==r&&r<s)&&(s=r,n=l)}return n}calculateDistToStraightLine(e,t,n,s){const r=Math.min(n.x,s.x),i=Math.max(n.x,s.x),o=Math.min(n.y,s.y),a=Math.max(n.y,s.y);return e>=r-2&&e<=i+2&&t>=o-2&&t<=a+2?this.distToStraightLineSegment(e,t,n,s):null}distToStraightLineSegment(e,t,n,s){const r=(e,t,n,s)=>Math.pow(e-n,2)+Math.pow(t-s,2),i=r(n.x,n.y,s.x,s.y);if(0==i)return r(e,t,n.x,n.y);let o=((e-n.x)*(s.x-n.x)+(t-n.y)*(s.y-n.y))/i;return o=Math.max(0,Math.min(1,o)),r(e,t,n.x+o*(s.x-n.x),n.y+o*(s.y-n.y))}calculateDistToCurveLine(e,t,n,s,r,i){const o=Math.min(s.x,r.x,i.x),a=Math.max(s.x,r.x,i.x),l=Math.min(s.y,r.y,i.y),c=Math.max(s.y,r.y,i.y);if(t>=o-2&&t<=a+2&&n>=l-2&&n<=c+2){const e=a-o,u=c-l;return this.calculateDistToCurveInRect(t,n,s,i,r,e,u)}return null}calculateDistToCurveInRect(e,t,n,s,r,i,o){const a=Math.floor((i+o)/3),l=1/a,c=new Uint32Array(a),u=new Uint32Array(a),h=new Uint32Array(a);let d=null;const m=new R.Z(a);for(let i=0;i<c.length;i++){const o=i*l,a=Math.pow(1-o,2)*n.x+2*o*(1-o)*s.x+Math.pow(o,2)*r.x,m=Math.pow(1-o,2)*n.y+2*o*(1-o)*s.y+Math.pow(o,2)*r.y,p=Math.abs(e-a),f=Math.abs(t-m),g=p+f;(!d||d>g)&&(d=g),h[i]=Math.max(p,f),c[i]=a,u[i]=m}for(let e=0;e<c.length;e++)h[e]<d&&m.setBit(e,!0,!1);let p=null;for(let n=-1;-1!==(n=m.findNext(n));){const s=Math.hypot(c[n]-e,u[n]-t);(!p||p>s)&&(p=s)}return p}getLineLength(e,t,n,s){return Math.sqrt(Math.pow(n-e,2)+Math.pow(s-t,2))}getPointOnDistance(e,t,n,s,r,i){const o=n-r*((n-e)/i),l=s-r*((s-t)/i);return new a.Point(o,l)}findControlPoint(e,t,n,s,r,i){const o=t+(s-t)/2,l=n+(r-n)/2;let c=o-t,u=l-n;const h=Math.sqrt(c*c+u*u);c/=h,u/=h;const d=50*Math.ceil(e/2);return e%2==0?new a.Point(o+d/2*u,l-d/2*c):new a.Point(o-d/2*u,l+d/2*c)}canvasArrow(e,t,n,s,r){const i=Math.atan2(s-t,r-n)+Math.PI;e.moveTo(t-this.arrowWidth*Math.sin(i-Math.PI/10),n-this.arrowWidth*Math.cos(i-Math.PI/10)),e.lineTo(t,n),e.lineTo(t-this.arrowWidth*Math.sin(i+Math.PI/10),n-this.arrowWidth*Math.cos(i+Math.PI/10))}}const D="dimensionality-reducer-terminate-event";var F,k,G=n(850);async function H(e,t,s,r,o,a,l){let c=await async function(e,t,s,r,o,a,l){if(!a.distanceFnArgs)throw new Error("options.distanceFnArgs must be defined");if(e.length!==t.length||e.length!==a.distanceFnArgs.length||e.length!==r.length)throw new Error("data, metrics and options and weights must have the same length");return new Promise((function(c,u){const h=new Worker(new URL(n.p+n.u(42),n.b));h.postMessage({columnsData:e,distanceMetrics:t,method:s,options:a,weights:r,aggregationMethod:o});const d=i.events.onCustomEvent(D).subscribe((()=>{try{h?.terminate()}finally{d.unsubscribe()}}));h.onmessage=({data:{error:e,embedding:t,epochNum:n,epochsLength:s}})=>{N(n)||N(s)?(d.unsubscribe(),e?u(e):c(t),setTimeout((()=>h.terminate()),100)):l&&l(n,s,t)}}))}(e,s,t,r,o,a,l);return c=c.map((e=>(0,G.Fv)(e))),c}(k=F||(F={})).EUCLIDEAN="EUCLIDEAN",k.MANHATTAN="MANHATTAN";const B={[F.EUCLIDEAN]:function(e){return`\n var sum = 0.0;\n for (var i = 0u; i < ${e}; i = i + 1u) {\n sum = sum + distances[i] * distances[i] * computeInfo.weights[i] * computeInfo.weights[i];\n }\n return sqrt(sum);\n `},[F.MANHATTAN]:function(e){return`\n var sum = 0.0;\n for (var i = 0u; i < ${e}; i = i + 1u) {\n sum = sum + abs(distances[i]) * computeInfo.weights[i];\n }\n return sum;\n `}};var U,W;(W=U||(U={})).HAMMING="Hamming",W.EUCLIDEAN="Euclidean",W.MANHATTAN="Manhattan",W.TANIMOTO="Tanimoto",W.LEVENSTEIN="Levenshtein",W.NEEDLEMAN_WUNSCH="Needlemann-Wunsch",W.MONOMER_CHEMICAL_DISTANCE="Monomer chemical distance",W.SOKAL="Sokal",W.COSINE="Cosine",W.ASYMMETRIC="Asymmetric",W.Difference="Difference",W.OneHot="One-Hot";const V={[U.HAMMING]:function(e,t){return`\n let aLength: u32 = computeInfo.entrySizes[${t}][aIndex];\n let bLength: u32 = computeInfo.entrySizes[${t}][bIndex];\n let maxLength: u32 = max(aLength, bLength);\n let minLength: u32 = min(aLength, bLength);\n let sizeDiff: u32 = maxLength - minLength;\n \n let maxIntDistance = ceil(maxDistance * f32(maxLength)) - f32(sizeDiff);\n\n var diff: f32 = 0.0;\n for (var i = 0u; i < ${e}; i = i + 1u) {\n diff = diff + f32(a[i] != b[i]);\n if (diff > maxIntDistance) {\n return 1.0;\n }\n }\n diff += f32(sizeDiff);\n return diff / ${e};\n `},[U.EUCLIDEAN]:function(e,t){return`\n var dist: f32 = 0.0;\n for (var i = 0u; i < ${e}; i = i + 1u) {\n dist = dist + f32(a[i] - b[i]) * f32(a[i] - b[i]);\n }\n return sqrt(dist);\n `},[U.MANHATTAN]:function(e,t){return`\n var dist: f32 = 0.0;\n for (var i = 0u; i < ${e}; i = i + 1u) {\n dist = dist + abs(f32(a[i] - b[i]));\n }\n return dist;\n `},[U.TANIMOTO]:function(e,t){return`\n var onBitsa: u32 = 0u;\n var onBitsb: u32 = 0u;\n for (var i = 0u; i < ${e}u; i = i + 1u) {\n onBitsa = onBitsa + countOneBits(a[i]);\n onBitsb = onBitsb + countOneBits(b[i]);\n }\n\n if (onBitsa == 0u && onBitsb == 0u) {\n return 0.0;\n }\n\n let totalOnBits = onBitsa + onBitsb;\n var commonBits: u32 = 0u;\n for (var i = 0u; i < ${e}u; i = i + 1u) {\n commonBits = commonBits + countOneBits(a[i] & b[i]);\n }\n\n return 1.0 - f32(commonBits) / f32(totalOnBits - commonBits);\n `},[U.LEVENSTEIN]:function(e,t){return`\n let aLength: u32 = computeInfo.entrySizes[${t}][aIndex];\n let bLength: u32 = computeInfo.entrySizes[${t}][bIndex];\n let maxLength: u32 = max(aLength, bLength);\n let minLength: u32 = min(aLength, bLength);\n\n let maxIntDistance = ceil(maxDistance * f32(maxLength));\n\n // we will store two arrays as matrix and swap the working indices per pass.\n // this way we can reduce memory usage per computation to just O(aLength)\n // the grid will have aLength + 1 columns and bLength + 1 rows\n // this will be guaranteed by iteration, but the array sizes must be known at compile time, so we will use a fixed size of maxArraySize\n var dynamicPassMat: array<array<f32, ${e+1}u>, 2>; // initialize to 0\n \n var prevIndex: u32 = 0;\n var curIndex: u32 = 1; // we will swap these indices per pass\n\n // initialize the first row\n for (var i = 0u; i <= aLength; i = i + 1u) {\n dynamicPassMat[prevIndex][i] = f32(i);\n }\n\n // iterate over the rows\n for (var i = 1u; i <= bLength; i = i + 1u) {\n dynamicPassMat[curIndex][0] = f32(i);\n var minEntry: f32 = f32(maxLength);\n let prevRow = &dynamicPassMat[prevIndex];\n let curRow = &dynamicPassMat[curIndex];\n let bMon = u32(b[i - 1]);\n for (var j = 1u; j <= aLength; j = j + 1u) {\n var cost: f32 = f32(a[j - 1] != bMon);\n var res: f32 = min(\n min(\n (*prevRow)[j] + 1.0, // deletion\n (*curRow)[j - 1] + 1.0, // insertion\n ),\n (*prevRow)[j - 1] + cost // substitution\n );\n (*curRow)[j] = res;\n if (res < minEntry) {\n minEntry = res;\n }\n }\n // swap the indices\n let temp: u32 = prevIndex;\n prevIndex = curIndex;\n curIndex = temp;\n if (minEntry > maxIntDistance) {\n return 1.0;\n }\n }\n\n return dynamicPassMat[prevIndex][aLength] / f32(maxLength);\n `},[U.NEEDLEMAN_WUNSCH]:function(e,t){return`\n let aLength: u32 = computeInfo.entrySizes[${t}][aIndex];\n let bLength: u32 = computeInfo.entrySizes[${t}][bIndex];\n let maxLength: u32 = max(aLength, bLength);\n let minLength: u32 = min(aLength, bLength);\n \n let maxIntDistance = ceil(maxDistance * f32(maxLength));\n // we will store two arrays as matrix and swap the working indices per pass.\n // this way we can reduce memory usage per computation to just O(aLength)\n // the grid will have aLength + 1 columns and bLength + 1 rows\n // this will be guaranteed by iteration, but the array sizes must be known at compile time, so we will use a fixed size of maxArraySize\n var dynamicPassMat: array<array<f32, ${e+1}u>, 2>; // initialize to 0\n \n // we need to keep track of which operation led to the current cell\n // i.e. whether we came from the left, top or diagonal to assign gap open/gap extend penalty\n var verticalGaps: array<u32, ${e+1}u>;\n var horizontalGaps: array<u32, ${e+1}u>;\n\n let gapOpenPenalty: f32 = suppInfo.gapOpenPenalty${t};\n let gapExtensionPenalty: f32 = suppInfo.gapExtensionPenalty${t};\n var prevIndex: u32 = 0;\n var curIndex: u32 = 1; // we will swap these indices per pass\n // initialize the first row\n for (var i = 0u; i <= aLength; i = i + 1u) {\n dynamicPassMat[prevIndex][i] = gapOpenPenalty + f32(i - 1) * gapExtensionPenalty;\n dynamicPassMat[curIndex][i] = 0.0;\n }\n dynamicPassMat[0][0] = 0.0;\n\n let simMatrix = &suppInfo.similarityMatrix${t}; // using pointers make things faster\n // iterate over the rows\n for (var i = 1u; i <= bLength; i = i + 1u) {\n let prevRow = &dynamicPassMat[prevIndex];\n let curRow = &dynamicPassMat[curIndex];\n (*curRow)[0] = gapOpenPenalty + f32(i - 1) * gapExtensionPenalty;\n var minEntry: f32 = f32(maxLength);\n let monB = u32(b[i - 1]);\n for (var j = 1u; j <= aLength; j = j + 1u) {\n let monA = u32(a[j - 1]);\n \n let cost: f32 = (*prevRow)[j - 1] + 1f - (*simMatrix)[monA][monB];\n var top = (*prevRow)[j]; // deletion\n if (verticalGaps[j] > 0) {\n top = top + gapExtensionPenalty;\n } else {\n top = top + gapOpenPenalty;\n }\n var left = (*curRow)[j - 1]; // insertion\n if (horizontalGaps[j - 1] > 0) {\n left = left + gapExtensionPenalty;\n } else {\n left = left + gapOpenPenalty;\n }\n var res: f32 = min(\n min(\n top, // deletion\n left, // insertion\n ),\n cost // substitution\n );\n (*curRow)[j] = res;\n if (res < minEntry) {\n minEntry = res;\n }\n // update the horizontal and vertical gaps\n if (res == cost) {\n verticalGaps[j] = 0;\n horizontalGaps[j] = 0;\n } else if (res == left) {\n verticalGaps[j] = 0;\n horizontalGaps[j] = 1;\n } else {\n verticalGaps[j] = 1;\n horizontalGaps[j] = 0;\n }\n }\n // swap the indices\n let temp: u32 = prevIndex;\n prevIndex = curIndex;\n curIndex = temp;\n if (minEntry > maxIntDistance) {\n return 1.0;\n }\n }\n return dynamicPassMat[prevIndex][aLength] / f32(maxLength);\n \n `},[U.MONOMER_CHEMICAL_DISTANCE]:function(e,t){return`\n let aLength: u32 = computeInfo.entrySizes[${t}][aIndex];\n let bLength: u32 = computeInfo.entrySizes[${t}][bIndex];\n let maxLength: u32 = max(aLength, bLength);\n let minLength: u32 = min(aLength, bLength);\n let sizeDiff: u32 = maxLength - minLength;\n \n let maxIntDistance = ceil(maxDistance * f32(maxLength)) - f32(sizeDiff);\n\n let simMatrix = &(suppInfo.similarityMatrix${t}); // using pointers make things faster\n var diff: f32 = 0.0;\n for (var i = 0u; i < ${e}; i = i + 1u) {\n diff = diff + 1.0 - (*simMatrix)[u32(a[i])][u32(b[i])];\n if (diff > maxIntDistance) {\n return 1.0;\n }\n }\n diff += f32(sizeDiff);\n return diff / ${e};\n `},[U.SOKAL]:function(e,t){return`\n var onBitsa: u32 = 0u;\n var onBitsb: u32 = 0u;\n for (var i = 0u; i < ${e}u; i = i + 1u) {\n onBitsa = onBitsa + countOneBits(a[i]);\n onBitsb = onBitsb + countOneBits(b[i]);\n }\n let total = onBitsa + onBitsb;\n if (total == 0u) {\n return 1.0;\n }\n var commonBits: u32 = 0u;\n for (var i = 0u; i < ${e}u; i = i + 1u) {\n commonBits = commonBits + countOneBits(a[i] & b[i]);\n }\n return 1.0 - f32(commonBits) / f32(total * 2 - commonBits * 3);\n `},[U.COSINE]:function(e,t){return`\n var onBitsa: u32 = 0u;\n var onBitsb: u32 = 0u;\n for (var i = 0u; i < ${e}u; i = i + 1u) {\n onBitsa = onBitsa + countOneBits(a[i]);\n onBitsb = onBitsb + countOneBits(b[i]);\n }\n let total = onBitsa * onBitsb; // p.s. here total is taken by multiplying\n if (total == 0u) {\n return 1.0;\n }\n var commonBits: u32 = 0u;\n for (var i = 0u; i < ${e}u; i = i + 1u) {\n commonBits = commonBits + countOneBits(a[i] & b[i]);\n }\n return 1.0 - f32(commonBits) / sqrt(f32(total));\n `},[U.ASYMMETRIC]:function(e,t){return`\n var onBitsa: u32 = 0u;\n var onBitsb: u32 = 0u;\n for (var i = 0u; i < ${e}u; i = i + 1u) {\n onBitsa = onBitsa + countOneBits(a[i]);\n onBitsb = onBitsb + countOneBits(b[i]);\n }\n let min = min(onBitsa, onBitsb);\n if (min == 0u) {\n return 1.0;\n }\n var commonBits: u32 = 0u;\n for (var i = 0u; i < ${e}u; i = i + 1u) {\n commonBits = commonBits + countOneBits(a[i] & b[i]);\n }\n return 1.0 - f32(commonBits) / f32(min);\n `},[U.Difference]:function(e,t){return`\n let range = suppInfo.range${t};\n return f32(abs(f32(a[0]) - f32(b[0])) / range);\n `},[U.OneHot]:function(e,t){return`\n let aLength: u32 = computeInfo.entrySizes[${t}][aIndex];\n let bLength: u32 = computeInfo.entrySizes[${t}][bIndex];\n if (aLength != bLength) {\n return 1.0;\n }\n for (var i = 0u; i < aLength; i = i + 1u) {\n if(a[i] != b[i]) {\n return 1.0;\n }\n }\n return 0.0;\n `}},Y={[U.HAMMING]:e=>Math.ceil(e/30),[U.EUCLIDEAN]:e=>Math.ceil(e/30),[U.MANHATTAN]:e=>Math.ceil(e/30),[U.TANIMOTO]:e=>Math.ceil(e/60),[U.SOKAL]:e=>Math.ceil(e/60),[U.COSINE]:e=>Math.ceil(e/60),[U.ASYMMETRIC]:e=>Math.ceil(e/60),[U.LEVENSTEIN]:e=>Math.ceil(e*e/60),[U.NEEDLEMAN_WUNSCH]:e=>Math.ceil(e*e/60),[U.MONOMER_CHEMICAL_DISTANCE]:e=>Math.ceil(e/25),[U.Difference]:e=>1,[U.OneHot]:e=>Math.ceil(e/40)},j={STRING:new Set([U.HAMMING,U.LEVENSTEIN,U.NEEDLEMAN_WUNSCH,U.MONOMER_CHEMICAL_DISTANCE,U.OneHot]),UINT32ARRAY:new Set([U.HAMMING,U.EUCLIDEAN,U.MANHATTAN,U.MONOMER_CHEMICAL_DISTANCE,U.LEVENSTEIN,U.NEEDLEMAN_WUNSCH,U.TANIMOTO,U.COSINE,U.SOKAL,U.ASYMMETRIC,U.OneHot,U.Difference]),INT32ARRAY:new Set([U.EUCLIDEAN,U.MANHATTAN,U.OneHot,U.Difference]),FLOAT32ARRAY:new Set([U.EUCLIDEAN,U.MANHATTAN,U.Difference]),NUMBER:new Set([U.EUCLIDEAN,U.MANHATTAN,U.Difference]),BITARRAY:new Set([U.TANIMOTO,U.COSINE,U.SOKAL,U.ASYMMETRIC])};var K=function(e,t,n,s){return new(n||(n=Promise))((function(r,i){function o(e){try{l(s.next(e))}catch(e){i(e)}}function a(e){try{l(s.throw(e))}catch(e){i(e)}}function l(e){var t;e.done?r(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(o,a)}l((s=s.apply(e,t||[])).next())}))};function q(e,t,n,s){return e.map(((e,s)=>`\n fn distanceScript${s}(aIndex: u32, bIndex: u32) -> f32 {\n let a = computeInfo.data${s}[aIndex];\n let b = computeInfo.data${s}[bIndex];\n let maxDistance: f32 = ${n};\n ${V[e](t[s],s)}\n }\n `)).join("\n")+"\n"+`\n fn combinedDistance(aIndex: u32, bIndex: u32) -> f32 {\n var distances: array<f32, ${e.length}>;\n ${e.map(((e,t)=>`distances[${t}] = distanceScript${t}(aIndex, bIndex);`)).join("\n")}\n ${B[s](e.length)}\n }\n \n `}let X=0;const z="cliffsDf",Z=new c.Subject,J="activity_difference",Q="SALI_index",ee="similarity",te="line_index",ne=["1_molecule","2_molecule"],se="filterCliffs";async function re(e,t,s,r,l,c,u,h,d,m,p,f,g,y,w,b){X++;const A=c/100;let C,v=!1;const T=f.inputs,N=await f.apply({[T[0].name]:t,[T[1].name]:u,...d.preprocessingFuncArgs??{}});let $=[];if(h===x){const t=await function(e,t,s,r,i,o,a=10,l=!1,c=2){const u=new Worker(new URL(n.p+n.u(231),n.b));let h;return u.postMessage({data:e,threshold:t,weights:s,aggregationMethod:r,distanceFns:i,distanceFnArgs:o,maxIterations:a,useWebGPU:l,inflate:c}),{promise:new Promise(((e,t)=>{h=e,u.onmessage=t=>{setTimeout((()=>u.terminate()),100),e(t.data.res)},u.onerror=e=>{setTimeout((()=>u.terminate()),100),t(e)}})),terminate:()=>{try{h(null),u.terminate()}catch(e){console.error(e)}}}}([N.entries],c,[1],"MANHATTAN",[u],[N.options??{}],d?.maxIterations??5,d.useWebGPU??!1).promise;e.columns.addNewInt(e.columns.getUnusedName("MCL Cluster")).init((e=>t.clusters[e])),$=[t.embedX,t.embedY]}else $=await H([N.entries],h,[u],[1],"MANHATTAN",{...d,distanceFnArgs:[N.options??{}]});if($.length!==s.length)throw new Error("Number of axes names should be equal to number of embedding dimensions");for(let t=0;t<$.length;++t)e.columns.addNewFloat(s[t]).init((e=>$[t][e]));let I=null;if(d.useWebGPU)try{I=await function(e,t=.8,n,s,r,i){return K(this,void 0,void 0,(function*(){const o=yield function(){return S(this,void 0,void 0,(function*(){if(!E&&(E=yield navigator.gpu.requestAdapter({powerPreference:"high-performance"}),null==E))return null;let e=!1;if(_&&(_.lost.then((()=>{e=!0})),yield new Promise((e=>setTimeout(e,10)))),!_||e){const e=1e9,t=E.limits,n=t.maxBufferSize,s=t.maxStorageBufferBindingSize;try{return _=yield E.requestDevice({requiredLimits:{maxBufferSize:Math.min(n,e),maxStorageBufferBindingSize:Math.min(s,e)}}),_}catch(e){return console.error("Failed to create device with required limits",e),_=yield E.requestDevice(),_}}return _}))}();if(!o)return null;const a=Object.values(U);if(n.some((e=>!a.includes(e))))throw new Error("Invalid distance metrics provided: "+n.join(", "));if(!Object.values(F).includes(s))throw new Error("Invalid aggregation function provided: "+s);const l=1-t;if(i.length!==e.length||i.length!==n.length||i.length!==r.length)throw new Error("Options, weigths and distance functions must be provided for each column");if(e.some((t=>t.length!==e[0].length)))throw new Error("All entry lists must be the same length");const c=e.length,u=e[0].length,h=e.map(((e,t)=>function(e,t=U.HAMMING,n,s={gapOpenPenalty:1,gapExtensionPenalty:.6}){var r,i;let o=null;const a=e.some((e=>"string"==typeof e))?(o="STRING",e.map((e=>new Uint32Array(e.split("").map((e=>e.charCodeAt(0))))))):e.some((e=>"number"==typeof e))?(o="NUMBER",e.map((e=>new Float32Array([e])))):"object"==typeof e[0]&&e.some((e=>"_data"in e&&"_length"in e))?(o="BITARRAY",e.map((e=>e._data))):e.some((e=>e instanceof Float32Array))?(o="FLOAT32ARRAY",e):e.some((e=>e instanceof Uint32Array))?(o="UINT32ARRAY",e):e.some((e=>e instanceof Int32Array))?(o="INT32ARRAY",e):void 0;if(!a||!o)throw new Error("Invalid entry type, could not determine entry type from input list");const l=a[0]instanceof Int32Array?"INT32ARRAY":a[0]instanceof Float32Array?"FLOAT32ARRAY":"UINT32ARRAY",c=new Uint32Array(a.map((e=>e.length)));if(!j[o]||!j[o].has(t))throw new Error(`Distance metric '${t}' not supported for entry type '${o}'`);const u=c.reduce(((e,t)=>Math.max(e,t)),0),h=Y[t](u),d="INT32ARRAY"===l?Int32Array:"FLOAT32ARRAY"===l?Float32Array:Uint32Array,m=new d(a.length*u);a.forEach(((e,t)=>{m.set(e,t*u)}));let p="",f=0,g="FLOAT32ARRAY",y=null;if(t===U.NEEDLEMAN_WUNSCH||t===U.MONOMER_CHEMICAL_DISTANCE){let e=s.scoringMatrix&&s.alphabetIndexes?Object.keys(s.alphabetIndexes).reduce(((e,t)=>Math.max(e,t.charCodeAt(0))),0):-1;if(!s.alphabetIndexes||!s.scoringMatrix){for(let t=0;t<m.length;t++)m[t]>e&&(e=m[t]);s.scoringMatrix=new Array(e+1).fill(null).map((()=>new Array(e+1).fill(0))),s.alphabetIndexes={};for(let e=0;e<s.scoringMatrix.length;e++)s.scoringMatrix[e][e]=1,s.alphabetIndexes[String.fromCharCode(e)]=e}const t=(e+1)*(e+1),o=new Array(e+1).fill(null).map((()=>new Float32Array(e+1)));for(let t=0;t<e+1;t++)o[t][t]=1;const a=s.alphabetIndexes;for(const e of Object.keys(a))for(const t of Object.keys(a))e!==t&&(o[e.charCodeAt(0)][t.charCodeAt(0)]=s.scoringMatrix[a[e]][a[t]]);f=2+t,g="FLOAT32ARRAY",y=new Float32Array(f),y[0]=null!==(r=s.gapOpenPenalty)&&void 0!==r?r:1,y[1]=null!==(i=s.gapExtensionPenalty)&&void 0!==i?i:.6;let l=2;for(let e=0;e<o.length;e++)y.set(o[e],l),l+=o[e].length;p=`\n gapOpenPenalty${n}: f32,\n gapExtensionPenalty${n}: f32,\n similarityMatrix${n}: array<array<f32, ${e+1}>, ${e+1}>`}else if(t===U.Difference){if(!s.range||"number"!=typeof s.range||s.range<=0){const e=m.reduce(((e,t)=>Math.min(e,t)),m[0]),t=m.reduce(((e,t)=>Math.max(e,t)),m[0]);s.range=t-e}s.range<=0&&(s.range=1),f=1,g="FLOAT32ARRAY",y=new Float32Array([s.range]),p=`\n range${n}: f32`}const w=m instanceof Int32Array?"i32":m instanceof Float32Array?"f32":"u32",b=`data${n}: array<array<${w}, ${u}>, ${a.length}>`;return{flatSourceArray:m,sourceArraySize:m.length,maxEntryLen:u,arraySizes:c,complexity:h,suppInfoBuffer:y,suppInfoSize:f,suppInfoType:g,suppInfoStructWgsl:p,entryType:o,dataTypeWGSL:w,dataStructWgsl:b,EncodedArrayConstructor:d}}(e,n[t],t,i[t])));if(0===c)throw new Error("No columns provided. Please provide at least one column of data.");1===c&&(s=F.MANHATTAN);let d=h.map((e=>e.suppInfoStructWgsl)).filter((e=>!!e&&""!=e)).join(",\n"),m=!1;d&&""!=d.trim()||(m=!0,d="\ndummy: f32\n");const p=h.map((e=>e.dataStructWgsl)).filter((e=>!!e&&""!=e)).join(",\n"),f=new Uint32Array(c*u);h.forEach(((e,t)=>{f.set(e.arraySizes,t*u)}));const g=1e4,y=100,w=h.reduce(((e,t)=>e+t.complexity),0),b=Math.ceil(1e4/w),A=Math.ceil(Math.sqrt(Math.ceil(100))),C=10*A,v=u*(u-1)/2,T=Math.ceil(v/g),x=o.createShaderModule({label:"Sparse matrix compute shader",code:`\n // each thread will perform 100 iterations at one time, comparing 100 pairs of entries.\n // in total, each thread will perform at most ${T} comparisons.\n // first is the result struct, containing is, js, and distances. each array with length of 100,\n // and also integer for how many pairs were found to be below threshold.\n struct SparseResult {\n i: array<array<u32, 100>, 10000>,\n j: array<array<u32, 100>, 10000>,\n distances: array<array<f32, 100>, 10000>,\n found: array<u32, 10000>,\n done: array<u32, 10000>\n }\n // struct for the data\n struct ComputeInfo {\n // start at cols and rows, and end at cols and rows for each thread, these will be calculated on cpu and passed to gpu.\n startAtCols: array<u32, 10000>,\n startAtRows: array<u32, 10000>,\n endAtCols: array<u32, 10000>,\n endAtRows: array<u32, 10000>,\n\n // the ACTUALLY sizes of each entry\n entrySizes: array<array<u32, ${u}>, ${c}>,\n // the weights for each entry\n weights: array<f32, ${c}>,\n // the data for each entry\n ${p} // an example of the dataWgsl would be:\n //data0: array<array<u32,20>,100>,\n //data1: array<array<u32,20>,100>\n }\n\n // struct for the supplementary information\n struct SuppInfo {\n // struct containing all the supplementary info, like scoring matrix, alphabet indexes, range, etc.\n ${d}\n };\n\n @group(0) @binding(0) var<storage, read_write> computeInfo: ComputeInfo;\n @group(0) @binding(1) var<storage, read_write> suppInfo: SuppInfo;\n @group(0) @binding(2) var<storage, read_write> results: SparseResult;\n @compute @workgroup_size(10, 10) fn calcSparseMatrix(\n @builtin(global_invocation_id) id: vec3<u32>\n ) {\n ${m?"let otherDummy = suppInfo.dummy * 2;":""} // just to make sure that the suppInfo is not optimized out\n let threadCol = id.x;\n let threadRow = id.y;\n let linearIndex = threadRow * ${C} + threadCol;\n if (linearIndex >= 10000) {\n return; // if we are out of bounds, return\n } \n var startAtCol: u32 = computeInfo.startAtCols[linearIndex];\n var startAtRow: u32 = computeInfo.startAtRows[linearIndex];\n let endAtCol: u32 = min(computeInfo.endAtCols[linearIndex], ${u}u);\n let endAtRow: u32 = min(computeInfo.endAtRows[linearIndex], ${u}u);\n let is = &results.i[linearIndex];\n let js = &results.j[linearIndex];\n let distances = &results.distances[linearIndex];\n results.found[linearIndex] = 0; // initialize the found counter\n var found: u32 = 0;\n if (results.done[linearIndex] > 0) {\n return; // if we are done, return\n }\n for (var i = 0; i < ${b}; i++) {\n if (startAtCol >= endAtCol && startAtRow >= endAtRow) {\n results.done[linearIndex] = 1;\n break;\n }\n if (found >= 100) {\n break;\n }\n let dist = combinedDistance(startAtCol, startAtRow);\n if (dist <= ${l}) {\n (*is)[found] = startAtCol;\n (*js)[found] = startAtRow;\n (*distances)[found] = dist;\n found = found + 1;\n }\n startAtCol = startAtCol + 1;\n if (startAtCol >= ${u}u) {\n startAtRow += 1;\n startAtCol = startAtRow + 1;\n }\n }\n results.found[linearIndex] = found;\n // update the startAtCols and startAtRows\n computeInfo.startAtCols[linearIndex] = startAtCol;\n computeInfo.startAtRows[linearIndex] = startAtRow;\n\n }\n\n // this will generate the distance script for each distance metric and then combine them into one\n ${q(n,h.map((e=>e.maxEntryLen)),l,s)}\n\n\n `}),P=o.createComputePipeline({label:"sparse matrix compute pipeline",layout:"auto",compute:{module:x,entryPoint:"calcSparseMatrix"}}),N=new Uint32Array(g),$=new Uint32Array(g),M=new Uint32Array(g),L=new Uint32Array(g),I=Math.floor(v/g);let R=0,O=1;console.time("GPUthreadStarts");for(let e=0;e<g;e++){const t=9999===e?v-1:(e+1)*I,n=u-2-Math.floor(Math.sqrt(-8*t+4*u*(u-1)-7)/2-.5),s=t-u*n+Math.floor((n+1)*(n+2)/2);N[e]=O,$[e]=R,M[e]=s,L[e]=n,R=n,O=s}console.timeEnd("GPUthreadStarts");const D=4e4+u*c+c+h.reduce(((e,t)=>e+t.sourceArraySize),0),k=h.reduce(((e,t)=>e+t.suppInfoSize),0),G=1e6,H=D*Uint32Array.BYTES_PER_ELEMENT;let B=H;const W=15&H;0!==W&&(B+=16-W);const V=o.createBuffer({label:"compute info buffer",size:B,usage:GPUBufferUsage.STORAGE|GPUBufferUsage.COPY_SRC|GPUBufferUsage.COPY_DST,mappedAtCreation:!0}),K=V.getMappedRange();let X=0;new Uint32Array(K,X,g).set(N),X+=g*Uint32Array.BYTES_PER_ELEMENT,new Uint32Array(K,X,g).set($),X+=g*Uint32Array.BYTES_PER_ELEMENT,new Uint32Array(K,X,g).set(M),X+=g*Uint32Array.BYTES_PER_ELEMENT,new Uint32Array(K,X,g).set(L),X+=g*Uint32Array.BYTES_PER_ELEMENT,new Uint32Array(K,X,f.length).set(f),X+=f.length*Uint32Array.BYTES_PER_ELEMENT,new Float32Array(K,X,c).set(r),X+=c*Float32Array.BYTES_PER_ELEMENT;for(const e of h){const t=e.EncodedArrayConstructor,n=e.sourceArraySize;new t(K,X,n).set(e.flatSourceArray),X+=n*t.BYTES_PER_ELEMENT}V.unmap();const z=k*Uint32Array.BYTES_PER_ELEMENT;let Z=z;const J=15&z;0!==J&&(Z+=16-J),Z=Math.max(Z,16);const Q=o.createBuffer({label:"supp info buffer",size:Z,usage:GPUBufferUsage.STORAGE|GPUBufferUsage.COPY_SRC|GPUBufferUsage.COPY_DST,mappedAtCreation:!0}),ee=Q.getMappedRange();let te=0;for(const e of h)e.suppInfoBuffer&&e.suppInfoBuffer.byteLength>0&&e.suppInfoSize>0&&(new("UINT32ARRAY"===e.suppInfoType?Uint32Array:Float32Array)(ee,te,e.suppInfoBuffer.length).set(e.suppInfoBuffer),te+=e.suppInfoBuffer.byteLength);0===te&&new Uint32Array(ee,0,4).set([1,1,1,1]),Q.unmap();const ne=302e4*Uint32Array.BYTES_PER_ELEMENT;let se=ne;const re=15&ne;0!==re&&(se+=16-re);const ie=o.createBuffer({label:"results buffer",size:se,usage:GPUBufferUsage.STORAGE|GPUBufferUsage.COPY_SRC}),oe=o.createBindGroup({label:"bindGroup for sparse matrix buffer",layout:P.getBindGroupLayout(0),entries:[{binding:0,resource:{buffer:V}},{binding:1,resource:{buffer:Q}},{binding:2,resource:{buffer:ie}}]}),ae=o.createBuffer({label:"results out buffer",size:ie.size,usage:GPUBufferUsage.MAP_READ|GPUBufferUsage.COPY_DST}),le=[],ce=[],ue=[];let he=!1;for(;!he;){const e=o.createCommandEncoder({label:"distance encoder"}),t=e.beginComputePass({label:"distance compute pass"});t.setPipeline(P),t.setBindGroup(0,oe),t.dispatchWorkgroups(A,A),t.end(),e.copyBufferToBuffer(ie,0,ae,0,ae.size);const n=e.finish();o.queue.submit([n]),yield o.queue.onSubmittedWorkDone(),yield ae.mapAsync(GPUMapMode.READ);const s=ae.getMappedRange();let r=0;const i=new Uint32Array(s,r,G);r+=G*Uint32Array.BYTES_PER_ELEMENT;const a=new Uint32Array(s,r,G);r+=G*Uint32Array.BYTES_PER_ELEMENT;const l=new Float32Array(s,r,G);r+=G*Float32Array.BYTES_PER_ELEMENT;const c=new Uint32Array(s,r,g);r+=g*Uint32Array.BYTES_PER_ELEMENT,he=new Uint32Array(s,r,g).every((e=>1===e));const u=c.reduce(((e,t)=>e+t),0),h=new Uint32Array(u),d=new Uint32Array(u),m=new Float32Array(u);let p=0;for(let e=0;e<c.length;e++){const t=c[e];0!==t&&(h.set(i.subarray(e*y,e*y+t),p),d.set(a.subarray(e*y,e*y+t),p),m.set(l.subarray(e*y,e*y+t),p),p+=t)}le.push(h),ce.push(d),ue.push(m),ae.unmap()}const de=le.reduce(((e,t)=>e+t.length),0),me=new Uint32Array(de),pe=new Uint32Array(de),fe=new Float32Array(de);let ge=0;for(let e=0;e<le.length;e++)me.set(le[e],ge),pe.set(ce[e],ge),fe.set(ue[e],ge),ge+=le[e].length;return V.destroy(),Q.destroy(),ie.destroy(),ae.destroy(),{i:me,j:pe,distance:fe}}))}([N.entries],A,[u],F.MANHATTAN,[1],[N.options??{}])}catch(e){console.error(e)}I||(d.useWebGPU&&console.error("WebGPU sparse matrix calculation failed, falling back to CPU implementation"),I=await(new M).calc(N.entries,u,A,N.options));const R=await async function(e,t){const n=e.distance.map(((n,s)=>{const r=Math.abs(t.get(e.i[s])-t.get(e.j[s]));return 0!=n?r/n:1/0})),s=e.distance.map((e=>1-e)),r=e.i,i=e.j,o=a.BitSet.create(t.length);return e.distance.forEach(((t,n)=>{o.set(e.i[n],!0),o.set(e.j[n],!0)})),{simVals:s,saliVals:n,n1:r,n2:i,cliffsBitSet:o}}(I,l),D=function(e,t,n,s,r,i,o){const l=new Array(e).fill(0);for(let e=0;e!=s.length;++e)n[e]!=1/0&&(o.get(s[e])>o.get(r[e])?l[s[e]]+=n[e]:l[r[e]]+=n[e]);return a.Column.fromList("double",t,l)}(t.length,`sali_${s[0].substring(s[0].lastIndexOf("_"))}`,R.saliVals,R.n1,R.n2,0,l);e.columns.add(D);const k=R.cliffsBitSet,G=function(e){const t=e.filter((e=>e!==1/0)),n=t.reduce(((e,t)=>Math.min(e,t)),Number.MAX_VALUE);return{max:t.reduce(((e,t)=>Math.max(e,t)),n),min:n}}(R.saliVals),B=.8/(G.max-G.min),W=i.shell.getTableView(e.name),V=W.addViewer(a.VIEWER.SCATTER_PLOT,{xColumnName:s[0],yColumnName:s[1],size:D.name,color:l.name,showXSelector:!1,showYSelector:!1,showSizeSelector:!1,showColorSelector:!1,markerMinSize:5,markerMaxSize:25,title:r}),re=function(e,t,n,s,r,i,o,l){const c={from:new Uint32Array(t.n1.length),to:new Uint32Array(t.n1.length),opacities:new Float32Array(t.n1.length),colors:new Array(t.n1.length),widths:new Float32Array(t.n1.length)};for(let n=0;n<t.n1.length;n++)c.from[n]=t.n1[n],c.to[n]=t.n2[n],c.opacities[n]=t.saliVals[n]===1/0?1:.2+(t.saliVals[n]-o.min)*l,c.colors[n]=e.selection.get(c.from[n])&&e.selection.get(c.to[n])?"255,255,0":"0,128,0",c.widths[n]=1;const u=a.DataFrame.create(c.from.length);return ne.forEach(((e,t)=>{u.columns.addNewString(e).init((e=>n.get(0===t?c.from[e]:c.to[e]))),function(e,t){Object.keys(t).forEach((n=>{e.tags[n]=t[n]}))}(u.col(e),i),u.col(e).semType=r})),u.columns.addNewFloat(J).init((e=>Math.abs(s.get(c.from[e])-s.get(c.to[e])))),u.columns.addNewInt(te).init((e=>e)),u.columns.addNewFloat(Q).init((e=>t.saliVals[e])),u.columns.addNewFloat(ee).init((e=>t.simVals[e])),u.name=`${z}${X}`,{lines:c,linesDf:u}}(e,R,t,l,m,p,G,B);re.lines.skipMultiLineCalculation=!0,re.linesDf.col(Q).setTag("description","Structure−Activity Landscape Index (activity difference divided by 1 minus similarity)");const ie=new O(V,s[0],s[1],re.lines,L.none),oe=w?w(re.linesDf,ne).sort([Q],[!1]):re.linesDf.plot.grid().sort([Q],[!1]);oe.col(te)&&(oe.col(te).visible=!1),e.temp[".cliffsDfGrid"]=oe;const ae=o.button(`${re.linesDf.rowCount} cliffs`,(()=>{W.dockManager.dock(oe,"down",null,"Activity cliffs",b??.2)}));ae.classList.add("scatter_plot_link","cliffs_grid"),V.root.append(ae);const le=o.switchInput("Show only cliffs",!1,(()=>{le.value?(V.dataFrame.setTag(se,s[0]),e.filter.and(k),Z.next(s[0])):(V.dataFrame.setTag(se,""),e.filter.setAll(!0),Z.next(""))}));le.root.classList.add("scatter_plot_link","show_only_cliffs"),V.root.append(le.root),Z.subscribe((e=>{le.enabled=""===e||e===s[0]}));let ce=!1;V.onEvent("d4-before-draw-scene").subscribe((t=>{ce?ce=!1:le.value&&(setTimeout((()=>{e.filter.and(k)}),100),ce=!0)}));const ue=i.events.onViewerClosed.subscribe((e=>{e.args.viewer===V&&(W.dockManager.close(oe.root),ue.unsubscribe(),W.subs=W.subs.filter((e=>e!==ue)))}));return W.subs.push(ue),re.linesDf.onCurrentCellChanged.subscribe((()=>{for(let e=0;e<re.linesDf.rowCount;e++)re.lines.widths[e]=e===re.linesDf.currentRowIdx?3:1;ie.linesToRender=re.lines;const n=re.linesDf.currentCol&&re.linesDf.currentCol.name===ne[1]?re.lines.to:re.lines.from,r=-1!==re.linesDf.currentRowIdx?re.linesDf.currentRowIdx:null;if(V.dataFrame.currentRowIdx=r?n[r]:-1,null!==r){const n=re.linesDf.currentRowIdx;ie.currentLineId=n;const{zoomLeft:a,zoomRight:c,zoomTop:u,zoomBottom:h}=function(e,t,n,s,r,i){const o=Math.abs(n-r),a=Math.abs(s-i),l=e/o,c=t/a,u=Math.min(l,c),h=e/u*5,d=t/u*5,m=(n<r?n:r)+o/2-h/2,p=(s>i?s:i)-a/2+d/2;return{zoomLeft:m,zoomRight:m+h,zoomTop:p,zoomBottom:p-d}}(V.viewport.width,V.viewport.height,V.dataFrame.get(s[0],re.lines.from[n]),V.dataFrame.get(s[1],re.lines.from[n]),V.dataFrame.get(s[0],re.lines.to[n]),V.dataFrame.get(s[1],re.lines.to[n]));V.zoom(a,u,c,h),le.value?e.filter.and(k):!0===le.enabled&&e.filter.setAll(!0),setTimeout((()=>{!function(e,t,n,s,r,a,l,c,u){const h=t.getPane("Cliff Details");o.empty(h.root);const d=u({points:[n,s],lineId:r,df:e,seqCol:a,activityCol:l,sali:c});h.root.append(d),setTimeout((()=>{i.shell.o=t.root}),500)}(e,C,re.lines.from[r],re.lines.to[r],r,t,l,re.linesDf.get(Q,r),y);const n=V.dataFrame.getSortedOrder(W.grid.sortByColumns,W.grid.sortTypes);W.grid.scrollToCell(t.name,n.indexOf(V.dataFrame.currentRowIdx))}),1e3)}})),re.linesDf.onSelectionChanged.subscribe((t=>{setTimeout((()=>(()=>{const t=a.BitSet.create(e.rowCount);for(let e=0;e<re.linesDf.rowCount;e++){const n=re.linesDf.selection.get(e);n&&(t.set(re.lines.from[e],!0),t.set(re.lines.to[e],!0)),re.lines.colors[e]=n?"255,255,0":"0,128,0"}e.selection.copyFrom(t),ie.linesToRender=re.lines})()),100)})),e.onSelectionChanged.subscribe((t=>{!1===e.selection.anyTrue&&"number"==typeof t&&(v?v=!1:(e=>{e.selection.setAll(!1);for(let e=0;e<re.lines.colors.length;e++)re.lines.colors[e]="0,128,0";ie.linesToRender=re.lines})(oe.dataFrame))})),ie.lineClicked.subscribe((t=>{if(v=!0,ie.currentLineId=t.id,-1!==t.id){const n=re.linesDf.selection.clone();setTimeout((()=>{t.event.ctrlKey?(n.set(t.id,!n.get(t.id)),re.linesDf.selection.copyFrom(n)):(re.linesDf.currentRowIdx!==t.id&&(re.linesDf.currentRowIdx=t.id,e.currentRowIdx=re.lines.from[t.id]),re.linesDf.selection.copyFrom(n));const s=re.linesDf.getSortedOrder(oe.sortByColumns,oe.sortTypes);oe.scrollToCell(ne[0],s.indexOf(t.id))}),500)}})),ie.lineHover.pipe((0,P.debounceTime)(500)).subscribe((n=>{-1!==n.id&&-1===e.mouseOverRowIdx&&o.tooltip.show(g({lineId:n.id,points:[re.lines.from[n.id],re.lines.to[n.id]],df:e,seqCol:t,activityCol:l}),n.x,n.y)})),V.addProperty("similarityLimit","double",A),C=function(){const e=o.accordion(),t=o.element("i");return t.className="grok-icon svg-icon svg-view-layout",e.addTitle(o.span([t,o.label("Activity cliffs")])),e.addPane("Cliff Details",(()=>o.divText("Cliff has not been selected")),!0),i.shell.o=e.root,e}(),V}var ie,oe=n(8447),ae=n(8607),le=n(5226),ce=n(7228),ue=n(8457);async function he(e,t,n,s){const r=(0,ue.O)(t),i=ae.g.forColumn(t).getNewColumnFromList("ref",[n]),o=ae.g.forColumn(i).getSplitted(0),l=s===ie.IDENTITY?function(e,t){const n=t.columns.length,s=new Array(n),r=new Array(n),i=new Array(n);for(let o=0;o<n;++o){const n=t.columns.byIndex(o);s[o]=n.getRawData(),r[o]=n.categories.indexOf(""),i[o]=n.categories.indexOf(e.getOriginal(o)??"")}const o=a.Column.float("Identity",t.rowCount),l=o.getRawData();for(let n=0;n<t.rowCount;++n){l[n]=0;for(let t=0;t<e.length;++t)s[t][n]===i[t]&&++l[n];l[n]/=e.length}return o}(o,r):s===ie.SIMILARITY?await async function(e,t){const n=t.columns.toList();return await(0,ce.Qx)(n,e)}(o,r):null;if(null===l)throw new Error(`In bio library: Unkown sequence scoring method: ${s}`);return l.name=e.columns.getUnusedName(l.name),e.columns.add(l),l}!function(e){e.IDENTITY="identity",e.SIMILARITY="similarity"}(ie||(ie={}));var de=n(7945),me=(n(4293),n(6414)),pe=n.n(me),fe=n(8260);const ge="#808080",ye="rgb(0,0,0)",we=fe.GU;var be,Ae;(be||(be={})).maxMonomerLength=".mm.cellRenderer.maxMonomerLength",function(e){e.MSA="MSA",e.classic="classic"}(Ae||(Ae={}));const Ce=new class{constructor(){this.color="rgb(100,100,100)",this.pivot=0,this.left=!1,this.transparencyRate=1,this.separator="",this.last=!1,this.drawStyle=Ae.classic,this.maxWord=[],this.wordIdx=0,this.gridCell=null,this.referenceSequence=null,this.maxLengthOfMonomer=null,this.monomerTextSizeMap={},this.logger=void 0}};function ve(e,t,n,s,r,i,o){var a,l,c;const u=Object.assign(Object.assign({},Ce),o);o.logger?.debug("Bio: printLeftOrCentered(), start"),e.textAlign="start";let h=t.substring(0),d=u.last?"":u.separator;u.drawStyle===Ae.MSA&&(d="");let m=!0,p=!0,f="difference";if(null!=u.gridCell&&null!=u.gridCell.cell.column&&(m=u.gridCell.cell.column.temp["color-code"]??!0,p=u.gridCell.cell.column.temp["compare-with-current"]??!0,f=u.gridCell.cell.column.temp["highlight-difference"]??"difference"),u.referenceSequence){const e=u.referenceSequence[u.wordIdx];p&&u.referenceSequence.length>0&&"difference"===f&&(u.transparencyRate=h==e?.3:u.transparencyRate),p&&u.referenceSequence.length>0&&"equal"===f&&(u.transparencyRate=h!=e?.3:u.transparencyRate)}null!=u.maxLengthOfMonomer&&(h=we(h,u.maxLengthOfMonomer));const g=h+d;(a=u.monomerTextSizeMap)[g]??(a[g]=e.measureText(g));let y=u.monomerTextSizeMap[g];(l=u.monomerTextSizeMap)[h]??(l[h]=e.measureText(h));let w=u.monomerTextSizeMap[h].width;const b=i/2-(y.fontBoundingBoxAscent+y.fontBoundingBoxDescent)/2+1;(c=u.monomerTextSizeMap)[d]??(c[d]=e.measureText(d));const A=u.monomerTextSizeMap[d].width;function C(t,r){const i=m?u.color:ye;e.fillStyle=i,e.globalAlpha=u.transparencyRate,u.drawStyle===Ae.classic&&(e.fillText(h,n+t,s+b),e.fillStyle=ge,e.fillText(d,n+r,s+b)),u.drawStyle===Ae.MSA&&e.fillText(h,n+t,s+b)}y=y.width,u.drawStyle===Ae.MSA&&(w=u.maxWord[u.wordIdx],y=u.maxWord[u.wordIdx]);const v=(u.maxWord[u.wordIdx]??0)-(u.maxWord[0]??0);if(u.left||y>r)return C(v,v+w),n+v+w+A;{const e=(r-y)/2;return C(e,e+w),n+v+e+w}}n(9611);var Te=n(7331);function Se(e){const t=!pe().enumerate(e).some((([t,n])=>t.length>1&&0!=n&&n!=e.length-1)),n=[],s=t?"":" ";for(const[t,r]of pe().enumerate(e)){let i=t;r<e.length&&(i+=`${t?"":"-"}${s}`),n.push(i)}return[n,t]}oe.fb.DNA,oe.fb.RNA,oe.fb.PT,oe.fb.UN,n(9713),n(3553),oe.GU;class Ee extends a.GridCellRenderer{constructor(){super(...arguments),this.padding=5}get name(){return"sequence"}get cellType(){return"sequence"}get defaultHeight(){return 30}get defaultWidth(){return 230}onClick(e,t){e.cell.column.temp["current-word"]=e.cell.value,e.grid.invalidate()}onMouseMove(e,t){const[n,s,r]=(0,cell_renderer_back_base.N)(e),i=r.rendererBack;if(!i)return;const a=e.bounds,l=t.offsetX-e.gridColumn.left+(e.gridColumn.left-a.x),c=i.getPosition(e.tableRowIndex,l,a.width),u=ae.g.forColumn(s).getSplitted(e.tableRowIndex).canonicals;if(null!==c&&c<u.length){const e=u[c],n=[];let r=i._monomerStructureMap[e];i._monomerStructureMap[e]=(()=>{const t=ae.g.forColumn(s).alphabet??oe.fb.UN,n=alphabetPolymerTypes[t],r=Xt();return r?r.getTooltip(n,e):o.divText("Monomer library is not available")})(),n.push(r),o.tooltip.show(o.divV(n),t.x+16,t.y+16)}else o.tooltip.hide()}render(e,t,n,s,r,i,o){const l=window.devicePixelRatio,[c,u,h]=(0,cell_renderer_back_base.N)(i);if(!u)return;const d=u.temp;let m=(jt.properties?jt.properties.MaxMonomerLength:4)??50;if(be.maxMonomerLength in u.tags){const e=parseInt(u.getTag(be.maxMonomerLength));isNaN(e)}if(".mm.cellRenderer.maxMonomerLength"in d){const e=d[".mm.cellRenderer.maxMonomerLength"];isNaN(e)}const[p,f,g]=(0,cell_renderer_back_base.N)(i);let y=g.rendererBack;y||(g.rendererBack=new cell_renderer_monomer_placer.A(c,u,jt.logger,m,(()=>{const e=ae.g.forColumn(u);return{seqHandler:e,monomerCharWidth:7,separatorWidth:e.isMsa()?8:0,monomerToShort:cell_renderer_monomerToShortFunction}}))),e.save();try{u.temp[".mm.cellRenderer.settingsChanged"]!==cell_renderer_consts_rendererSettingsChangedState_true&&y.monomerLengthLimit==m||(d[".mm.cellRenderer.gapLength"],y.setMonomerLengthLimit(m),y.setSeparatorWidth(y.isMsa()?8:0),u.temp[".mm.cellRenderer.settingsChanged"]=cell_renderer_consts_rendererSettingsChangedState_false);const[o,h]=y.getCellMonomerLengths(i.tableRowIndex,s),p=(o.length,i.cell.value,i.cell.rowIndex),f=u.getTag(oe.DX.alphabet),g=50;getUpdatedWidth(c?.grid,e,t,s,l),e.beginPath(),e.rect(t+this.padding,n+this.padding,s-this.padding-1,r-2*this.padding),e.clip(),e.font="12px monospace",e.textBaseline="top";const w=u.getTag(a.TAGS.UNITS),b=u.getTag(oe.DX.aligned),A=(0,oe.py)(f),C=u.getTag(oe.DX.separator)??"",v=y.props.separatorWidth+1*y.props.monomerCharWidth,T=Math.ceil(s/v),S=ae.g.forColumn(u),E=d["reference-sequence"],_=d["current-word"];_&&-1===u?.dataFrame?.currentRowIdx&&(d["current-word"]=null);const x=(()=>{const e=S.getSplitter(T);return pe()(e(null!=E&&""!=E?E:_??"").originals).toArray()})(),P=S.getSplitted(p);let N=cell_renderer_undefinedColor,$=Ae.classic;b&&b.includes("MSA")&&w==oe.r2.SEPARATOR&&Ae.MSA;const M=Math.min(P.length,T);for(let o=0;o<M;++o){const a=P.getOriginal(o);A.get(a),e.fillStyle=cell_renderer_undefinedColor;const l={color:N,pivot:0,left:!0,transparencyRate:1,separator:C,last:o===P.length-1,drawStyle:$,maxWord:h,wordIdx:o,gridCell:i,referenceSequence:x,maxLengthOfMonomer:m,monomerTextSizeMap:y._monomerLengthMap,logger:jt.logger};if(ve(e,a,t+this.padding,n,s,r,l),g>s)break}}catch(e){const[t,n]=(0,de.yf)(e);y.logger.error(t,void 0,n),y.errors.push(e)}finally{e.restore()}}}class _e extends a.GridCellRenderer{get name(){return"MacromoleculeDifferenceCR"}get cellType(){return constants.Of.MACROMOLECULE_DIFFERENCE}get defaultHeight(){return 30}get defaultWidth(){return 230}render(e,t,n,s,r,i,o){const l=window.devicePixelRatio,c=i.grid,u=i.cell,h=i.tableColumn,d=u.value??"",m=h.tags[oe.DX.separator],p=h.tags[a.TAGS.UNITS];getUpdatedWidth(c,e,t,s,l);const[f,g]=d.split("#"),y=(0,fe.vU)(p,m);xe(e,t,n,s,r,pe()(y(f).canonicals).toArray(),pe()(y(g).canonicals).toArray(),p)}}function xe(e,t,n,s,r,i,o,a,l,c){if(i.length!==o.length){const e=function(e,t){let n=0,s=0;const r=e.length>t.length?e:t,i=e.length>t.length?t:e;for(let e=0;e<i.length;e++)r[e]===i[e]&&n++;const o=r.length-i.length;for(let e=r.length-1;e>o;e--)r[e]===i[e-o]&&s++;const a=new Array(Math.abs(e.length-t.length)).fill(ae.lh[oe.r2.FASTA]);function l(e){return n>s?e.concat(a):a.concat(e)}return e.length>t.length?t=l(pe()(t).toArray()):e=l(pe()(e).toArray()),{subParts1:e,subParts2:t}}(i,o);i=e.subParts1,o=e.subParts2}const u=e.measureText(Se(i).join("")),h=e.measureText(Se(o).join("")),d=Math.max(u.width,h.width);l&&(s=d+4*i.length,e.canvas.width=d+4*i.length);let m=Math.max(t,t+(s-(d+4*i.length))/2)+5;const p=Math.max(n,n+(r-28)/2);e.save(),e.beginPath(),e.rect(t,n,l?d+4*i.length:s,r),e.clip(),e.font="12px monospace",e.textBaseline="top";let f=Te.UE.Color;"HELM"!=a&&(f=(0,oe.py)(a.substring(a.length-2)));for(let t=0;t<i.length;t++){const n=i[t],a=o[t],l=f.get(n);if(n!=a){const i=f.get(a),o=ve(e,n,m,p-7,s,r,{color:l,pivot:0,left:!0}),u=ve(e,a,m,p+7,s,r,{color:i,pivot:0,left:!0});m=Math.max(u,o),c&&(c[t]=Pe(n,a,l,i,p,7,r))}else m=ve(e,n,m,p,s,r,{color:l,pivot:0,left:!0,transparencyRate:.5});m+=4}e.restore()}function Pe(e,t,n,s,r,i,o){const a=document.createElement("canvas"),l=a.getContext("2d");l.font="12px monospace";const c=l.measureText(Se([e]).join("")).width,u=l.measureText(Se([t]).join("")).width,h=Math.max(c,u);return a.height=o,a.width=h+4,l.font="12px monospace",l.textBaseline="top",ve(l,e,0,r-i,h,o,{color:n,pivot:0,left:!0}),ve(l,t,0,r+i,h,o,{color:s,pivot:0,left:!0}),a}var Ne,$e=n(2997),Me=n(9298);!function(e){e.Unknown="unknown",e.FR="framework",e.CDR="cdr"}(Ne||(Ne={}));const Le=new class{constructor(){this.regionTypes=[Ne.CDR],this.chains=["Heavy","Light"],this.skipEmptyPositions=!1,this.fitWidth=!1,this.positionWidth=16,this.positionHeight=Me.ES.Entropy,this.filterSource=Me.vS.filterSource}};var Ie=n(172),Re=n(8415);const Oe=Ne;var De,Fe;!function(e){e.STYLE="Style",e.BEHAVIOR="Behavior",e.LAYOUT="Layout",e.DATA="Data"}(De||(De={})),function(e){e.skipEmptyPositions="skipEmptyPositions",e.regionTypes="regionTypes",e.chains="chains",e.fitWidth="fitWidth",e.positionWidth="positionWidth",e.positionHeight="positionHeight",e.filterSource="filterSource"}(Fe||(Fe={}));const ke=Le;class Ge extends a.JsViewer{constructor(){super(),this.viewed=!1,this.regionsFg=null,this.regionsRoot=null,this.isOpened=!1,this.panelNode=null,this.regions=[],this.viewerId=++Ge.viewerCounter,this.setDataInProgress=!1,this.host=null,this.mainLayout=null,this.logos=[],this.viewSubs=[],this.calcSizeRequested=!1,this._onRendered=new c.Subject,this.skipEmptyPositions=this.bool(Fe.skipEmptyPositions,ke.skipEmptyPositions,{category:De.DATA}),this.regionTypes=this.stringList(Fe.regionTypes,ke.regionTypes,{category:De.DATA,choices:Object.values(Oe).filter((e=>e!=Oe.Unknown))}),this.chains=this.stringList(Fe.chains,ke.chains,{category:De.DATA,choices:["Heavy","Light"]}),this.fitWidth=this.bool(Fe.fitWidth,ke.fitWidth,{category:De.LAYOUT}),this.positionWidth=this.float(Fe.positionWidth,ke.positionWidth,{category:De.LAYOUT,editor:"slider",min:0,max:64,description:"Internal WebLogo viewers property width of position."}),this.positionHeight=this.string(Fe.positionHeight,ke.positionHeight,{category:De.LAYOUT,choices:Object.keys(Me.ES)}),this.filterSource=this.string(Fe.filterSource,ke.filterSource,{category:De.BEHAVIOR,choices:Object.values(Me.Ct)}),this.viewSyncer=new Ie.c(jt.logger)}viewerToLog(){return`VdRegionsViewer<${this.viewerId}>`}async init(){this.subs.push((0,c.fromEvent)(this.root,"mousemove").subscribe(this.rootOnMouseMove.bind(this)))}detach(){const e=`${this.viewerToLog()}.detach()`,t=super.detach.bind(this);this.viewSyncer.sync(`${e}`,(async()=>{this.setDataInProgress||(this.viewed&&(await this.destroyView("detach"),this.viewed=!1),t())}))}onTableAttached(){super.onTableAttached(),this.setData(this.regions)}onPropertyChanged(e){if(super.onPropertyChanged(e),e){switch(e.name){case Fe.regionTypes:case Fe.chains:this.setData(this.regions)}switch(e.name){case Fe.skipEmptyPositions:for(let e=0;e<this.logos.length;++e)for(const t of this.chains)this.logos[e][t].setOptions({[Re.bo.skipEmptyPositions]:this.skipEmptyPositions});this.calcSize();break;case Fe.fitWidth:case Fe.positionWidth:this.calcSize();break;case Fe.positionHeight:for(let e=0;e<this.logos.length;++e)for(const t of this.chains)this.logos[e][t].setOptions({[Re.bo.positionHeight]:this.positionHeight});this.calcSize();break;case Fe.filterSource:this.filterSourceInput.value=this.filterSource;break;default:this.setData(this.regions)}}else console.warn("Bio: VdRegionsViewer.onPropertyChanged() property is null")}setData(e){const t=`${this.viewerToLog()}.setData()`;jt.logger.debug(`${t}, in, regions.length = ${e.length}`),this.viewSyncer.sync(`${t}`,(async()=>{if(!this.setDataInProgress){this.setDataInProgress=!0;try{this.viewed&&(await this.destroyView("setData"),this.viewed=!1),this.regions=e,this.viewed||(await this.buildView("setData"),this.viewed=!0)}finally{this.setDataInProgress=!1}}}))}async destroyView(e){jt.logger.debug(`Bio: VdRegionsViewer.destroyView( mainLayout = ${this.mainLayout?"value":"none"} ), purpose = '${e}', this.regions.length = ${this.regions.length}`),this.filterSourceInput&&o.empty(this.filterSourceInput.root),null!=this.mainLayout&&(this.mainLayout.remove(),this.host.remove(),this.host=null,this.mainLayout=null);for(const e of this.viewSubs)e.unsubscribe()}async buildView(e){jt.logger.debug(`Bio: VdRegionsViewer.buildView() begin, purpose = '${e}', this.regions.length = ${this.regions.length}`);const t=this.regions.filter((e=>this.regionTypes.includes(e.type))),n=Array.from(new Set(t.map((e=>e.order)))).sort(),s=[];for(let e=0;e<n.length;e++)for(const r of this.chains){const i=t.find((t=>t.order==n[e]&&t.chain==r));s.push((async()=>{const t=await this.dataFrame.plot.fromType("WebLogo",{sequenceColumnName:i.sequenceColumnName,startPositionName:i.positionStartName,endPositionName:i.positionEndName,fixWidth:!0,skipEmptyPositions:this.skipEmptyPositions,positionWidth:this.positionWidth,positionHeight:this.positionHeight,filterSource:this.filterSource});return t.onSizeChanged.subscribe((()=>{this.calcSize()})),[e,r,t]})())}const r=await Promise.all(s);this.logos=new Array(n.length);for(let e=0;e<n.length;++e)this.logos[e]={};for(const[e,t,n]of r)this.logos[e][t]=n,this.viewSubs.push(n.onFreqsCalculated.subscribe((()=>{this.calcSize()})));this.mainLayout=o.table(this.chains,(e=>[...n.length>0?[o.div(e,{style:{transform:"rotate(-90deg)",font:"12px Roboto, Roboto Local, sans-serif",textAlign:"center",width:"16px",marginTop:"24px",marginLeft:"6px"}})]:[],...[...Array(n.length).keys()].map((t=>{const n=this.logos[t][e];return n.root.style.height="100%",o.div([n.root],{style:{marginTop:"4px",marginBottom:"4px"}})}))]),["",...[...Array(n.length).keys()].map((e=>t.find((t=>t.order==n[e]&&t.chain==this.chains[0])).name||"Name"))]),this.mainLayout.className="mlb-vd-regions-viewer-table2",this.filterSourceInput=o.choiceInput("Data source",this.filterSource,Object.values(Me.Ct),this.filterSourceInputOnValueChanged.bind(this)),this.filterSourceInput.root.style.position="absolute",this.filterSourceInput.root.style.right="9px",this.filterSourceInput.root.style.top="-4px",Math.ceil(255*Math.random()).toString(16),this.host=o.div([this.mainLayout,this.filterSourceInput.root],{}),this.root.appendChild(this.host),this.root.style.overflowX="auto",this.calcSize(),this.viewSubs.push(o.onSizeChanged(this.root).subscribe(this.rootOnSizeChanged.bind(this))),jt.logger.debug("Bio: VdRegionsViewer.buildView() end")}calcSize(){jt.logger.debug("Bio: VdRegionsViewer.calcSize(), start");const e=()=>{if(!this.host)return;const e=(this.root.clientHeight-54)/this.chains.length;let t=0;for(let n=0;n<this.logos.length;n++){for(const t of this.chains)this.logos[n][t].root.style.height=`${e}px`;t+=Math.max(...this.chains.map((e=>this.logos[n][e].Length)))}if(this.fitWidth){if(this.logos.length>0&&t>0){const e=22,n=13,s=9,r=(this.root.clientWidth-e-(this.logos.length-1)*s-n)/t;for(let e=0;e<this.logos.length;e++)for(const t of this.chains){const n=this.logos[e][t];n.setOptions({[Re.bo.positionWidth]:r-n.positionMarginValue}),n.root.style.width=r*n.Length+"px"}}this.host.style.setProperty("overflow","hidden","important")}else{for(let e=0;e<this.logos.length;e++)for(const t of this.chains)this.logos[e][t].setOptions({[Re.bo.positionWidth]:this.positionWidth});this.host.style.removeProperty("overflow")}0===this.positionWidth?this.host.style.setProperty("overflow-x","hidden","important"):this.host.style.removeProperty("overflow-x")};this.calcSizeRequested||(this.calcSizeRequested=!0,window.setTimeout((()=>{e(),this.calcSizeRequested=!1}),0))}rootOnSizeChanged(e){this.calcSize()}rootOnMouseMove(e){}filterSourceInputOnValueChanged(){const e=`${this.viewerToLog()}.filterSourceInputOnValueChanged()`,t=this.filterSourceInput.value;this.viewSyncer.sync(`${e}`,(async()=>{if(this.filterSource!==t){this.props.getProperty(Fe.filterSource).set(this,t);for(let e=0;e<this.logos.length;e++)for(let t=0;t<this.chains.length;t++){const n=this.chains[t];this.logos[e][n].setOptions({[Re.bo.filterSource]:this.filterSource})}}}))}get onRendered(){return this._onRendered}invalidate(e){const t=`${this.viewerToLog()}.invalidate(${e?` <- ${e} `:""})`;this.viewSyncer.sync(`${t}`,(async()=>{this._onRendered.next()}))}async awaitRendered(e=5e3){await(0,$e.zg)(this.onRendered,(()=>{}),(()=>{this.invalidate()}),e);const t=this.viewSyncer.resetErrors();if(t.length>0)throw t[0]}}function He(e){const t=o.divH([],{style:{gap:"10px"}}),n=o.divV([o.divText(e.seqCol.name),o.divText(e.activityCol.name)]);return n.style.fontWeight="bold",n.style.display="flex",n.style.justifyContent="space-between",t.append(n),e.points.forEach((n=>{const s=o.divText(e.activityCol.get(n).toFixed(2));s.style.display="flex",s.style.justifyContent="left",s.style.paddingLeft="30px",t.append(o.divV([o.divText(e.seqCol.get(n)),s]))})),t}function Be(e){const t=o.div();t.append(o.divText(e.seqCol.name,{style:{fontWeight:"bold"}}));const n=new Array(2);e.points.forEach(((t,s)=>{n[s]=e.activityCol.get(t)}));const s={},r=ae.g.forColumn(e.seqCol),i=function(e,t,n,s){const r=document.createElement("canvas"),i=r.getContext("2d");return r.height=30,xe(i,0,0,0,30,pe()(e.canonicals).toArray(),pe()(t.canonicals).toArray(),n,!0,s),r}(r.getSplitted(e.points[0]),r.getSplitted(e.points[1]),r.units,s);return t.append(o.div(i,{style:{width:"300px",overflow:"scroll"}})),t.append(function(e){const t=o.div();if(Object.keys(e).length>0){const n=o.divV([]);n.append(o.divH([o.divText("Pos",{style:{fontWeight:"bold",width:"30px",borderBottom:"1px solid"}}),o.divText("Difference",{style:{fontWeight:"bold",borderBottom:"1px solid"}})]));for(const t of Object.keys(e))e[t].style.borderBottom="1px solid lightgray",n.append(o.divH([o.divText((parseInt(t)+1).toString(),{style:{width:"30px",borderBottom:"1px solid lightgray"}}),e[t]]));t.append(n)}return t}(s)),t.append(Ue("Activity delta",Math.abs(n[0]-n[1]))),t.append(Ue("Cliff",e.sali)),t}function Ue(e,t){return o.divH([o.divText(`${e}: `,{style:{fontWeight:"bold",paddingRight:"5px"}}),o.divText(t.toFixed(2))],{style:{paddingTop:"10px"}})}function We(e,t){const n=a.Column.string("seq_diff",e.rowCount).init((n=>`${e.get(t[0],n)}#${e.get(t[1],n)}`));n.semType="MacromoleculeDifference",n.setTag(a.TAGS.UNITS,e.col(t[0]).getTag(a.TAGS.UNITS)),n.setTag(oe.DX.separator,e.col(t[0]).getTag(oe.DX.separator)),e.columns.add(n);const s=e.plot.grid();return s.col(t[0]).visible=!1,s.col(t[1]).visible=!1,s}Ge.viewerCounter=-1,n(708),n(6361),n(7983);class Ve extends a.JsViewer{constructor(e){super(),this.name="",this.metricsProperties=["distanceMetric","fingerprint"],this.fingerprintChoices=["Morgan","Pattern"],this.initialized=!1,this.tags=[a.TAGS.UNITS,oe.DX.aligned,oe.DX.separator,oe.DX.alphabet],this.preComputeDistanceMatrix=!1,this.renderPromise=Promise.resolve(),this.fingerprint=this.string("fingerprint",this.fingerprintChoices[0],{choices:this.fingerprintChoices}),this.limit=this.int("limit",10),this.distanceMetric=this.string("distanceMetric",distance_metrics_methods.kg[0],{choices:distance_metrics_methods.kg}),this.moleculeColumnName=this.string("moleculeColumnName"),this.name=e}init(){this.initialized=!0}detach(){this.subs.forEach((e=>e.unsubscribe()))}async onTableAttached(){if(this.init(),this.dataFrame){this.preComputeDistanceMatrix=this.dataFrame.rowCount<=22e3,this.subs.push(a.debounce(this.dataFrame.onRowsRemoved,50).subscribe((e=>this.render(!0))));const e="diversity"!==this.name;this.subs.push(a.debounce(this.dataFrame.onCurrentRowChanged,50).subscribe((t=>this.render(e)))),this.subs.push(a.debounce(this.dataFrame.selection.onChanged,50).subscribe((e=>this.render(!1)))),this.subs.push(a.debounce(o.onSizeChanged(this.root),50).subscribe((e=>this.render(!1)))),this.moleculeColumn=this.dataFrame.columns.bySemType(a.SEMTYPE.MACROMOLECULE),this.moleculeColumnName=this.moleculeColumn?.name,this.getProperty("limit").fromOptions({min:1,max:this.dataFrame.rowCount})}this.render()}onPropertyChanged(e){if(super.onPropertyChanged(e),this.initialized){if("moleculeColumnName"===e.name){const t=this.dataFrame.col(e.get(this));t.semType===a.SEMTYPE.MACROMOLECULE&&(this.moleculeColumn=t)}this.render()}}render(e=!0){this.renderPromise=this.renderPromise.then((async()=>{this.computeRequested=this.computeRequested||e,await this.renderInt(e)}))}async renderInt(e){}beforeRender(){return!(!this.initialized||this.dataFrame&&this.moleculeColumnName&&this.dataFrame.col(this.moleculeColumnName).semType!==a.SEMTYPE.MACROMOLECULE&&(i.shell.error(`${this.moleculeColumnName} is not Macromolecule type`),1))}}n(7241);var Ye=n(1821);ae.lh[Ye.r2.FASTA],n(4004),n(9943),n(5393);var je,Ke=n(6584);!function(e){e.TYPE="V2000",e[e.NUM_OF_HEADER_LINES=3]="NUM_OF_HEADER_LINES",e[e.NUM_OF_COUNTS_DIGITS=3]="NUM_OF_COUNTS_DIGITS",e[e.ATOM_TYPE_COL=4]="ATOM_TYPE_COL",e[e.FIRST_BONDED_ATOM_COL=1]="FIRST_BONDED_ATOM_COL",e[e.BOND_TYPE_COL=3]="BOND_TYPE_COL",e[e.RGP_SHIFT=8]="RGP_SHIFT",e[e.MAX_ATOM_COUNT=999]="MAX_ATOM_COUNT",e.RGP_LINE_START="M RGP",e.ATOM_ALIAS_LINE_START="A ",e.END="M END"}(je||(je={}));class qe{constructor(e){this.init(e)}init(e){this.fileContent=e.replace(/\r/g,""),this._atomCount=void 0,this._atomTypes=void 0,this._bondCount=void 0,this._bondTypes=void 0,this.xyzAtomCoordinates=void 0,this._pairsOfBondedAtoms=void 0}get atomCount(){return void 0===this._atomCount&&this.setAtomAndBondCounts(),this._atomCount}get bondCount(){return void 0===this._bondCount&&this.setAtomAndBondCounts(),this._bondCount}get x(){var e;return null!==(e=this.xyzAtomCoordinates)&&void 0!==e||(this.xyzAtomCoordinates=this.parseAtomCoordinates()),this.xyzAtomCoordinates.x}get y(){var e;return null!==(e=this.xyzAtomCoordinates)&&void 0!==e||(this.xyzAtomCoordinates=this.parseAtomCoordinates()),this.xyzAtomCoordinates.y}get z(){var e;return null!==(e=this.xyzAtomCoordinates)&&void 0!==e||(this.xyzAtomCoordinates=this.parseAtomCoordinates()),this.xyzAtomCoordinates.z}get atomTypes(){var e;return null!==(e=this._atomTypes)&&void 0!==e||(this._atomTypes=this.parseAtomTypes()),this._atomTypes}get pairsOfBondedAtoms(){var e;return null!==(e=this._pairsOfBondedAtoms)&&void 0!==e||(this._pairsOfBondedAtoms=this.parseBondedAtomPairs()),this._pairsOfBondedAtoms}get bondTypes(){var e;return null!==(e=this._bondTypes)&&void 0!==e||(this._bondTypes=this.parseBondTypes()),this._bondTypes}setAtomAndBondCounts(){const{atomCount:e,bondCount:t}=this.parseAtomAndBondCounts();this._atomCount=e,this._bondCount=t}getNextColumnIdx(e){for(;!this.isWhitespace(e);)++e;for(;this.isWhitespace(e);)++e;return e}shiftIdxToSpecifiedColumn(e,t){let n=e;const s=this.isWhitespace(n)?t:t-1;for(let e=0;e<s;e++)n=this.getNextColumnIdx(n);return n}parseAtomTypes(){const e=this.atomCount,t=new Array(e);let n=this.getAtomBlockIdx();for(let s=0;s<e;s++)n=this.shiftIdxToAtomType(n),t[s]=this.parseAtomType(n),n=this.getNextLineIdx(n);return t}parseAtomCoordinates(){const e=new Float32Array(this.atomCount),t=new Float32Array(this.atomCount),n=new Float32Array(this.atomCount);let s=this.getAtomBlockIdx();for(let r=0;r<this.atomCount;r++){s=this.shiftIdxToXColumn(s);for(const i of[e,t,n])i[r]=this.parseFloatValue(s),s=this.getNextColumnIdx(s);s=this.getNextLineIdx(s)}return{x:e,y:t,z:n}}parseBondedAtomPairs(){const e=new Array(this.bondCount);let t=this.getBondBlockIdx();for(let n=0;n<this.bondCount;n++){t=this.shiftIdxToBondedAtomsPair(t);const s=new Uint16Array(2);s[0]=this.parseIntValue(t),t=this.getNextColumnIdx(t),s[1]=this.parseIntValue(t),e[n]=s,t=this.getNextLineIdx(t)}return e}parseBondTypes(){const e=this.bondCount,t=new Uint16Array(e);let n=this.getBondBlockIdx();for(let s=0;s<e;s++)n=this.shiftIdxToBondType(n),t[s]=this.parseIntValue(n),n=this.getNextLineIdx(n);return t}isWhitespace(e){const t=this.fileContent[e];return" "===t||"\t"===t}getNextLineIdx(e){return"\n"!==this.fileContent[e]?this.fileContent.indexOf("\n",e)+1:e+1}parseFloatValue(e){return this.parseNumericValue(parseFloat,e)}parseIntValue(e){return this.parseNumericValue(parseInt,e)}parseNumericValue(e,t){let n=t+1;for(;!this.isWhitespace(n);)++n;return e(this.fileContent.substring(t,n))}}class Xe extends qe{constructor(e){super(e),this.init(e)}init(e){super.init(e)}parseAtomType(e){let t=e,n=t;return this.isQuote(t)?(n=this.getNextIdenticalChar(t),t++):n=this.fileContent.indexOf(" ",n),this.fileContent.substring(t,n)}isQuote(e){const t=this.fileContent[e].charCodeAt(0);return 39===t||34===t}getNextIdenticalChar(e){const t=this.fileContent[e];return t?this.fileContent.indexOf(t,e+1):-1}isQuery(){return this.isQueryOrFragment(((e,t)=>{return 39===e||34===e||76===e&&!((n=this.fileContent.charCodeAt(t+1))>64&&n<91||n>96&&n<123);var n}))}isFragment(){return this.isQueryOrFragment((e=>82===e||42===e))}isQueryOrFragment(e){const t=this.atomCount;let n=this.getAtomBlockIdx();for(let s=0;s<t;s++){if(n=this.shiftIdxToAtomType(n),e(this.fileContent.charCodeAt(n),n))return!0;n=this.getNextLineIdx(n)}return!1}}class ze extends Xe{constructor(e){super(e)}getAtomLines(){const e=this.getAtomBlockIdx(),t=this.getBondBlockIdx();return this.fileContent.substring(e,t).split("\n").slice(0,this.atomCount)}getBondLines(){const e=this.getBondBlockIdx();return this.fileContent.substring(e).split("\n").slice(0,this.bondCount)}getRGroupIdToAtomicIdxMap(){const e=new Map,t=this.fileContent.split("\n");t.filter((e=>e.startsWith(je.RGP_LINE_START))).forEach((t=>{const n=this.getAtomIdxToRgpIdxList(t);for(const[t,s]of n){if(e.has(t))throw new Error(`R group ${t} is already in the map`);e.set(t,s)}}));const n=t.map(((e,t)=>{if(e.startsWith(je.ATOM_ALIAS_LINE_START))return t})).filter((e=>void 0!==e)),s=n.map((e=>t[e])),r=n.map((e=>t[e+1]));s.forEach(((t,n)=>{const s=parseInt(t.split(/\s+/)[1])-1,i=parseInt(r[n].substring(1));if(e.has(i))throw new Error(`R group ${i} is already in the map`);e.set(i,s)}));const i=this.getRGroupAtomicIndices().filter((t=>!Array.from(e.values()).includes(t)));if(0!==i.length)throw new Error(`Unaccounted R group indices: ${i}`);return e}getAtomIdxToRgpIdxList(e){const t=e.split(/\s+/).filter((e=>e)).slice(3).map((e=>parseInt(e))),n=new Array(t.length/2);for(let e=0;e<t.length;e+=2)n[e/2]=[t[e+1],t[e]-1];return n}getRGroupAtomicIndices(){return this.atomTypes.map(((e,t)=>{if(e.includes("R#"))return t})).filter((e=>void 0!==e))}static isValidMolfile(e){return-1!==e.indexOf(je.TYPE)&&-1!==e.indexOf(je.END)}shiftIdxToAtomType(e){return this.shiftIdxToSpecifiedColumn(e,je.ATOM_TYPE_COL)}getCountsLineIdx(){let e=0;for(let t=0;t<je.NUM_OF_HEADER_LINES;++t)e=this.getNextLineIdx(e);return e}getAtomBlockIdx(){let e=this.getCountsLineIdx();return e=this.getNextLineIdx(e),e}shiftIdxToXColumn(e){return this.getNextColumnIdx(e)}shiftIdxToBondedAtomsPair(e){return this.shiftIdxToSpecifiedColumn(e,je.FIRST_BONDED_ATOM_COL)}shiftIdxToBondType(e){return this.shiftIdxToSpecifiedColumn(e,je.BOND_TYPE_COL)}getBondBlockIdx(){let e=this.getAtomBlockIdx();for(let t=0;t<this.atomCount;t++)e=this.getNextLineIdx(e);return e}parseAtomAndBondCounts(){let e=this.getCountsLineIdx(),t=e+je.NUM_OF_COUNTS_DIGITS;const n=parseInt(this.fileContent.substring(e,t));return e=t,t+=je.NUM_OF_COUNTS_DIGITS,{atomCount:n,bondCount:parseInt(this.fileContent.substring(e,t))}}}class Ze extends Xe{constructor(e){super(e),this.init(e)}getAtomLines(){const e=this.getAtomBlockIdx(),t=this.getBondBlockIdx();return this.fileContent.substring(e,t).split("\n").slice(0,this.atomCount)}getBondLines(){const e=this.getBondBlockIdx();return this.fileContent.substring(e).split("\n").slice(0,this.bondCount)}getRGroupIdToAtomicIdxMap(){const e=new Map;return this.getAtomLines().forEach(((t,n)=>{const s=t.match(/RGROUPS=\(([\d\s]+)\)/);if(s){const t=s[1].split(/\s+/).map((e=>parseInt(e)));if(t.length>2)throw new Error(`R group data ${t} has more than 2 elements`);const r=t[1];if(e.has(r))throw new Error(`R group ${r} is already in the map`);e.set(r,n)}})),e}shiftIdxToAtomType(e){return this.shiftIdxToSpecifiedColumn(e,4)}getCountsLineIdx(){return this.fileContent.indexOf("M V30 COUNTS ")}getAtomBlockIdx(){let e=this.fileContent.indexOf("M V30 BEGIN ATOM");return e=this.getNextLineIdx(e),e}shiftIdxToXColumn(e){let t=this.shiftIdxToAtomType(e);return this.isQuote(t)?(t=this.getNextIdenticalChar(t),t=this.getNextColumnIdx(t),t):this.shiftIdxToSpecifiedColumn(e,5)}shiftIdxToBondedAtomsPair(e){return this.shiftIdxToSpecifiedColumn(e,5)}shiftIdxToBondType(e){return this.shiftIdxToSpecifiedColumn(e,4)}getBondBlockIdx(){return this.getNextLineIdx(this.fileContent.indexOf("M V30 BEGIN BOND"))}static isValidMolfile(e){return-1!==e.indexOf("V3000")&&-1!==e.indexOf("M END")}parseAtomAndBondCounts(){let e=this.fileContent.indexOf("M V30 COUNTS ")+14,t=this.fileContent.indexOf(" ",e+1);const n=parseInt(this.fileContent.substring(e,t));return e=t+1,t=this.fileContent.indexOf(" ",e+1),{atomCount:n,bondCount:parseInt(this.fileContent.substring(e,t))}}}class Je{constructor(){}static getInstance(e){if(Je.isMolfileV2K(e))return new ze(e);if(Je.isMolfileV3K(e))return new Ze(e);throw new Error("Malformed molfile")}static isMolfileV2K(e){return ze.isValidMolfile(e)}static isMolfileV3K(e){return Ze.isValidMolfile(e)}}var Qe=n(8277),et={};et.styleTagTransform=C(),et.setAttributes=y(),et.insert=f().bind(null,"head"),et.domAPI=m(),et.insertStyleElement=b(),h()(Qe.Z,et),Qe.Z&&Qe.Z.locals&&Qe.Z.locals;class tt{constructor(e,t=undefined,n=undefined){this.source=t,this.error=n,this._monomers={},this._onChanged=new c.Subject,this._monomers=e;for(const[e,t]of Object.entries(this._monomers))for(const[e,n]of Object.entries(t))n.lib=this}addMissingMonomer(e,t){let n=this._monomers[e];n||(n=this._monomers[e]={});let s=t;return t===ae.lh[oe.r2.HELM]?s="Gap":("PEPTIDE"===e&&"X"===t||"RNA"===e&&"N"===t)&&(s="Any"),n[t]={symbol:t,name:s,molfile:"",author:"MISSING",id:-1,rgroups:pe().count(1).take(9).map((e=>({capGroupSmiles:"",alternateId:"",capGroupName:"",label:`R${e.toString()}`}))).toArray(),smiles:"",polymerType:e,monomerType:void 0,createDate:null}}getMonomer(e,t){let n=t;"RNA"==e&&"R"==n&&(n="r"),"RNA"==e&&"P"==n&&(n="p");let s=null;if(e){const t=this._monomers[e];s=t?t[n]:null}else{jt.logger.warning(`Bio: MonomerLib.getMonomer() symbol '${t}', polymerType not specified.`);for(const[e,t]of Object.entries(this._monomers))if(s=t[n],s)break}return s}getPolymerTypes(){return Object.keys(this._monomers)}getMonomerMolsByPolymerType(e){const t={};return Object.keys(this._monomers[e]??{}).forEach((n=>{t[n]=this._monomers[e][n].molfile})),t}getMonomerSymbolsByType(e){return Object.keys(this._monomers[e])}getMonomerSymbolsByRGroup(e,t,n){let s=this.getMonomerSymbolsByType(t).map((e=>this.getMonomer(t,e)));return s=s.filter((e=>null!==e)),0===s.length?[]:(s=s.filter((t=>{if(!t?.rgroups)return!1;let n=t?.rgroups.length>=e;return Je.getInstance(t.molfile).atomTypes.map(((e,t)=>"R#"===e?t:-1)).filter((e=>-1!==e)),n&&(n=!0),n})),s.map((e=>e?.symbol)))}get onChanged(){return this._onChanged}_updateInt(e){const t=e.getPolymerTypes(),n=this.getPolymerTypes();t.forEach((t=>{n.includes(t)||(this._monomers[t]={}),e.getMonomerSymbolsByType(t).forEach((n=>{this._monomers[t][n]=e.getMonomer(t,n)}))}))}update(e){this._updateInt(e),this._onChanged.next()}updateLibs(e,t=!1){t&&(this._monomers={});for(const t of e)t.error||this._updateInt(t);this._onChanged.next()}clear(){this._monomers={},this._onChanged.next()}getSummaryObj(){const e={},t=this.getPolymerTypes();for(const n of t)e[n]=this.getMonomerSymbolsByType(n).length;return e}getSummaryDf(){const e=this.getPolymerTypes(),t=new Array(e.length);for(const[n,s]of pe().enumerate(e))t[s]=this.getMonomerSymbolsByType(n).length;return a.DataFrame.fromColumns([a.Column.fromStrings("polymerType",e),a.Column.fromList(a.COLUMN_TYPE.INT,"count",t)])}getSummary(){const e=this.getPolymerTypes();return 0==e.length?"empty":e.map((e=>`${e} ${this.getMonomerSymbolsByType(e).length}`)).join("\n")}getTooltip(e,t){const n=o.div([],{classes:"ui-form ui-tooltip"}),s=this.getMonomer(e,t);if(s){const e=s.symbol;s.name,n.append(o.divH([o.div([e],{style:{fontWeight:"bolder",textWrap:"nowrap",marginRight:"6px"}}),o.div([s.name])],{style:{display:"flex",flexDirection:"row",justifyContent:"left"}}));const t={autoCrop:!0,autoCropMargin:0,suppressChiralText:!0};let r;r=s.molfile?i.chem.svgMol(s.molfile,void 0,void 0,t):s.smiles?o.divV([i.chem.svgMol(s.smiles,void 0,void 0,t),o.divText("from smiles",{style:{fontSize:"smaller"}})]):o.divText("No structure",{style:{margin:"6px"}}),n.append(o.div(r,{style:{display:"flex",flexDirection:"row",justifyContent:"center",margin:"6px"}})),n.append(o.divText(s.lib?.source??"Missed in libraries"))}else n.append(o.divV([o.divText(`Monomer '${t}' of type '${e}' not found.`),o.divText("Open the Context Panel, then expand Manage Libraries")]));return n}}var nt=n(5128),st=n.n(nt),rt=n(3351),it=n.n(rt);class ot{constructor(e){this.helmMonomerSchema=e;const t=new(st())({allErrors:!0,strictTuples:!1});it()(t),this.validateMonomerSchema=t.compile(this.helmMonomerSchema)}validateFile(e,t){const n=this.parseJson(e,t);return null!==n&&(Array.isArray(n)?this.validateJsonContent(n,t):(console.warn(`Bio: Monomer Library File Validator file '${t}': Invalid JSON format: The file must contain an array of monomers.`),!1))}parseJson(e,t){try{return JSON.parse(e)}catch(e){return console.error(`Bio: Monomer Library File Validator file '${t}': Invalid JSON format:`,e),null}}validateJsonContent(e,t){let n=!0;for(const s of e){const e=s.symbol??s.id??s.name??"#N/A";if(n=this.validateMonomerSchema(s),!n){console.warn(`Bio: Monomer Library File Validator file ${t}, monomer '${e}' violating JSON schema:`,s,"\nError reason: ",this.validateMonomerSchema.errors,`\nThere may be other errors in ${t} since the validation is stopped after the first error.`," Please, verify that the monomer library file satisfies the JSON schema");break}}return n}}class at{constructor(e,t,n){this.fileValidator=e,this.libHelper=t,this.eventManager=n,this.filesPromise=Promise.resolve(),this.objId=++at.objCounter,this.eventManager.updateValidLibraryFileListRequested$.subscribe((async()=>{await this.updateValidLibraryList()}))}toLog(){return`MonomerLibFileManager<${this.objId}>`}static async create(e,t){const n=await i.dapi.files.readAsText("System:AppData/Bio/tests/libraries/HELMmonomerSchema.json"),s=JSON.parse(n),r=new ot(s);return new at(r,e,t)}async addLibraryFile(e,t){try{if(await this.libraryFileExists(t))return void i.shell.error(`File ${t} already exists`);await this.validateAgainstHELM(e,t),await i.dapi.files.writeAsText(Ke.BX+`${t}`,e),await this.updateValidLibraryList(),await i.dapi.files.exists(Ke.BX+`${t}`)?i.shell.info(`Added ${t} HELM library`):i.shell.error(`Failed to add ${t} library`)}catch(e){console.error(e),i.shell.error(`Failed to add ${t} library`)}}async deleteLibraryFile(e){try{await i.dapi.files.delete(Ke.BX+`${e}`),await this.updateValidLibraryList(),i.shell.info(`Deleted ${e} library`)}catch(t){console.error(t),await i.dapi.files.exists(Ke.BX+`${e}`)?i.shell.error(`Failed to delete ${e} library`):i.shell.warning(`File ${e} already deleted, refresh the list`)}}async loadLibraryFromFile(e,t){let n=[];const s=new a.FileSource(e),r=await s.readAsText(t);n=JSON.parse(r);const i={},o=[];return n.forEach((e=>{const t=e.polymerType,n=e.symbol;o.includes(t)||(i[t]={},o.push(t)),i[t][n]=e})),new tt(i,t)}getValidLibraryPaths(){return this.eventManager.getValidFilesPathList()}async getValidLibraryPathsAsynchronously(){return await this.eventManager.getValidLibraryPathsAsynchronously()}async libraryFileExists(e){return await i.dapi.files.exists(Ke.BX+`${e}`)}async updateValidLibraryList(){const e=`${this.toLog()}.updateValidLibraryList()`;return jt.logger.debug(`${e}, start`),this.filesPromise=this.filesPromise.then((async()=>{jt.logger.debug(`${e}, IN`);const t=[],n=await this.getFilePathsAtDefaultLocation();if(!this.fileListHasChanged(n))return void jt.logger.debug(`${e}, end, not changed`);for(const e of n){if(!e.endsWith(".json")){t.push(e);continue}const n=await i.dapi.files.readAsText(Ke.BX+`${e}`);this.isValidHELMLibrary(n,e)||t.push(e)}const s=n.filter((e=>!t.includes(e)));if(this.fileListHasChanged(s)&&(this.eventManager.changeValidFilesPathList(s),this.libHelper.loadLibraries(!0)),s.some((e=>!e.endsWith(".json")))&&jt.logger.warning(`Wrong validation: ${s}`),t.length>0){const e=`Invalid monomer library files in ${Ke.BX}, consider fixing or removing them: ${t.join(", ")}`;jt.logger.warning(e)}jt.logger.debug(`${e}, OUT`)}))}fileListHasChanged(e){const t=this.eventManager.getValidFilesPathList();return e.length!==t.length||e.some(((e,n)=>e!==t[n]))}async validateAgainstHELM(e,t){if(!this.isValidHELMLibrary(e,t))throw new Error(`File ${t} does not satisfy HELM standard`)}isValidHELMLibrary(e,t){return this.fileValidator.validateFile(e,t)}async getFilePathsAtDefaultLocation(){const e=(await i.dapi.files.list(Ke.BX)).map((e=>e.fullPath)),t=[];for(const n of e)await i.dapi.files.exists(n)&&t.push(n);return t.map((e=>e.substring(Ke.BX.length)))}}at.objCounter=-1;class lt{constructor(){this._libraryFilesUpdateSubject$=new c.BehaviorSubject([]),this._addLibraryFilesSubject$=new c.Subject,this._librarySelectionSubject$=new c.Subject}static getInstance(){return lt._instance||(lt._instance=new lt),lt._instance}getValidFilesPathList(){return this._libraryFilesUpdateSubject$.getValue()}async getValidLibraryPathsAsynchronously(){return new Promise((e=>{this._libraryFilesUpdateSubject$.pipe((0,P.skip)(1)).subscribe((t=>{e(t)}))}))}changeValidFilesPathList(e){this._libraryFilesUpdateSubject$.next(e)}get updateUIControlsRequested$(){return this._libraryFilesUpdateSubject$.pipe()}get updateValidLibraryFileListRequested$(){return this._libraryFilesUpdateSubject$.pipe()}get addLibraryFileRequested$(){return this._addLibraryFilesSubject$.pipe()}addLibraryFile(){this._addLibraryFilesSubject$.next()}get librarySelectionRequested$(){return this._librarySelectionSubject$}updateLibrarySelectionStatus(e,t){this._librarySelectionSubject$.next([e,t])}}class ct{get eventManager(){return this._eventManager}async awaitLoaded(e=3e3){return await Promise.race([(async()=>{const e=await this.getFileManager();return await e.filesPromise,!0})(),(async()=>(await(0,$e.gw)(e),!1))()]).then((t=>{if(!t)throw new Error(`Loading monomer libraries is timeout ${e} ms.`)}))}constructor(){this._monomerLib=new tt({},"MAIN"),this.loadLibrariesPromise=Promise.resolve()}getBioLib(){return this._monomerLib}async getFileManager(){return void 0===this._fileManagerPromise&&(this._fileManagerPromise=(async()=>await at.create(this,this._eventManager))()),this._fileManagerPromise}async loadLibraries(e=!1){return this.loadLibrariesPromise=this.loadLibrariesPromise.then((async()=>{try{const[t,n]=await Promise.all([(await this.getFileManager()).getValidLibraryPaths(),(0,Ke.nW)()]),s=t.filter((e=>{const t=!n.exclude.includes(e),s=0===n.explicit.length||n.explicit.includes(e);return t&&s})),r=await Promise.all(s.map((e=>this.readLibrary(Ke.BX,e).catch((t=>{const n=`Loading monomers from '${e}' error: ${t instanceof Error?t.message:t.toString()}`;return new tt({},e,n)})))));this._monomerLib.updateLibs(r,e)}catch(e){const t=`Loading monomer libraries error: ${e instanceof Error?e.message:e.toString()}`;i.shell.warning(t);const n=e instanceof Error?e.stack:void 0;jt.logger.error(t,void 0,n)}}))}async readLibrary(e,t){const n=await this.getFileManager();return await n.loadLibraryFromFile(e,t)}async selectSpecifiedLibraries(e){const t=await this.getInvalidFileNames(e);if(t.length>0)throw new Error(`Cannot select libraries ${t}: no such library in the list`);const n=await(0,Ke.nW)();n.exclude=(await this.getFileManager()).getValidLibraryPaths().filter((t=>!e.includes(t))),await(0,Ke.tW)(n)}async getInvalidFileNames(e){const t=(await this.getFileManager()).getValidLibraryPaths();return e.filter((e=>!t.includes(e)))}static async getInstance(){let e=window.$monomerLibHelperPromise;return void 0===e&&(e=window.$monomerLibHelperPromise=(async()=>{const e=new ct;return e._eventManager=lt.getInstance(),e})()),e}}n(3336);var ut=n(8710),ht={};ht.styleTagTransform=C(),ht.setAttributes=y(),ht.insert=f().bind(null,"head"),ht.domAPI=m(),ht.insertStyleElement=b(),h()(ut.Z,ht),ut.Z&&ut.Z.locals&&ut.Z.locals;var dt,mt=function(e,t,n,s){return new(n||(n=Promise))((function(r,i){function o(e){try{l(s.next(e))}catch(e){i(e)}}function a(e){try{l(s.throw(e))}catch(e){i(e)}}function l(e){var t;e.done?r(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(o,a)}l((s=s.apply(e,t||[])).next())}))};class pt{constructor(e,t,n=!1,s){var r;this.name="",this.description="",this._isAutomatic=!1,this._autoStartFirstStep=!1,this._currentStep=0,this._isStopped=!1,this._isCancelled=!1,this._isStepProcessed=!1,this._root=o.div([],{id:"demo-script",classes:"tutorials-root tutorials-track demo-app-script"}),this._steps=[],this._mainHeader=o.panel([],"tutorials-main-header"),this._header=o.h2(""),this._headerDiv=o.divH([],"tutorials-root-header"),this._stopStartBtn=o.button(o.iconFA("pause"),(()=>this._changeStopState()),"Play / pause"),this._restartBtn=o.button(o.iconFA("redo"),(()=>this._restartScript()),"Restart"),this._nextStepBtn=o.button(o.iconFA("play"),(()=>{this._isStepProcessed||this._nextStep()}),"Next step"),this._activity=o.panel([],"tutorials-root-description"),this._progressDiv=o.divV([],"tutorials-root-progress"),this._progress=o.element("progress"),this._progressSteps=o.divText(""),this._closeBtn=o.button(o.iconFA("chevron-left"),(()=>this._closeDock()),"Back to demo"),this.name=e,this.description=t,this._isAutomatic=n,this._autoStartFirstStep=null!==(r=null==s?void 0:s.autoStartFirstStep)&&void 0!==r&&r,this._progress.max=0,this._progress.value=1,pt.currentObject=this}get steps(){return this._steps}get stepNumber(){return this._steps.length}_addHeader(){this._createHeaderDiv(),this._createProgressDiv(),this._mainHeader.append(this._headerDiv,this._progressDiv)}_createHeaderDiv(){this._header.innerText=this.name,this._headerDiv.append(this._closeBtn),this._headerDiv.append(this._header),this._nextStepBtn.firstChild.className="grok-icon fas fa-play",this._headerDiv.append(this._isAutomatic?this._stopStartBtn:this._nextStepBtn)}_createProgressDiv(){this._progress.max=this.stepNumber,this._progressDiv.append(this._progress),this._progressSteps=o.divText(`Step: ${this._progress.value} of ${this.stepNumber}`),this._progressDiv.append(this._progressSteps)}_addDescription(){var e;this._activity.append(o.div(this.description,"tutorials-root-description"));for(let t=0;t<this.stepNumber;t++){let n=o.iconFA("clock");this._isAutomatic||0===t&&(n=o.iconFA("play",(()=>this._nextStep()),"Next step"),n.className="grok-icon fas fa-play");const s=o.div(this._steps[t].name,"grok-tutorial-entry-instruction"),r=o.div(null===(e=this._steps[t].options)||void 0===e?void 0:e.description,"grok-tutorial-step-description hidden"),i=o.divH([n,s],"grok-tutorial-entry");this._activity.append(i,r)}}_initRoot(){var e,t,n;i.shell.windows.showContextPanel=!0,i.shell.windows.showHelp=!1;const s=Array.from(i.shell.dockManager.rootNode.children)[0];this._node=i.shell.dockManager.dock(this._root,a.DOCK_TYPE.FILL,s,""),(null===(t=null===(e=s.parent.container.containerElement.firstElementChild)||void 0===e?void 0:e.lastElementChild)||void 0===t?void 0:t.classList.contains("tab-handle-list-container"))&&(null===(n=s.parent.container.containerElement.firstElementChild)||void 0===n||n.lastElementChild.remove()),this._node.container.containerElement.classList.add("tutorials-demo-script-container"),this._addHeader(),this._root.append(this._mainHeader),this._addDescription(),this._root.append(this._activity)}_nextStep(){var e,t;return mt(this,void 0,void 0,(function*(){this._isStepProcessed=!0,this._isAutomatic||(this._nextStepBtn.classList.add("disabled"),this._nextStepBtn.firstChild.classList.add("fa-disabled"));const n=this._activity.getElementsByClassName("grok-tutorial-entry")[this._currentStep],s=this._activity.getElementsByClassName("grok-icon")[this._currentStep],r=this._activity.getElementsByClassName("grok-tutorial-step-description")[this._currentStep];s.className="grok-icon far fa-spinner-third fa-spin",r.classList.remove("hidden"),r.classList.add("visible");const i=n,a=(null===(e=this._steps[this._currentStep].options)||void 0===e?void 0:e.delay)?null===(t=this._steps[this._currentStep].options)||void 0===t?void 0:t.delay:2e3;yield this._steps[this._currentStep].func(),this._scrollTo(this._root,i.offsetTop-this._mainHeader.offsetHeight),this._isAutomatic&&(yield this._countdown(n,s,a),yield(0,$e.gw)(a));const l=o.iconFA("check");if(s.replaceWith(l),l.className="grok-icon far fa-check",this._progress.value++,this._progressSteps.innerText=`Step: ${this._progress.value} of ${this.stepNumber}`,this._currentStep++,this._isStepProcessed=!1,this._currentStep!==this.stepNumber){if(!this._isAutomatic){const e=this._activity.getElementsByClassName("grok-icon")[this._currentStep],t=o.iconFA("play",(()=>this._nextStep()),"Next step");t.className="grok-icon fas fa-play",e.replaceWith(t),this._nextStepBtn.classList.remove("disabled"),this._nextStepBtn.firstChild.classList.remove("fa-disabled")}}else this._isAutomatic?this._stopStartBtn.replaceWith(this._restartBtn):this._nextStepBtn.replaceWith(this._restartBtn)}))}_startScript(){return mt(this,void 0,void 0,(function*(){for(let e=this._currentStep;e<this.stepNumber&&!this._isStopped&&!this._isCancelled;e++)yield this._nextStep()}))}_scrollTo(e,t){e.focus(),e.scrollTop=t}_countdown(e,t,n){return mt(this,void 0,void 0,(function*(){const s=o.div([],"demo-script-countdown");t.classList.add("hidden");let r=n/1e3;const i=this._createSVGIndicator(r);s.append(i),e.prepend(s);const a=setInterval((()=>{r--,0===r&&(clearInterval(a),s.remove(),t.classList.remove("hidden"),t.classList.add("visible"))}),1e3)}))}_createSVGIndicator(e){const t=document.createElementNS("http://www.w3.org/2000/svg","svg"),n=document.createElementNS("http://www.w3.org/2000/svg","circle");return n.setAttributeNS(null,"cx","7"),n.setAttributeNS(null,"cy","7"),n.setAttributeNS(null,"r","6"),n.setAttributeNS(null,"style",`animation: countdown ${e}s linear infinite forwards`),t.append(n),t}_changeStopState(){const e=this._stopStartBtn.getElementsByClassName("grok-icon");e[0].className="grok-icon fas fa-play",this._isStopped=!this._isStopped,this._isStopped||(e[0].className="grok-icon fal fa-pause",this._isStepProcessed||this._startScript())}_restartScript(){i.shell.dockManager.close(this._node),i.shell.closeAll(),this._clearRoot(),this._setInitParams(),this.start()}_clearRoot(){this._root=o.div([],{id:"demo-script",classes:"tutorials-root tutorials-track demo-app-script"}),this._mainHeader=o.panel([],"tutorials-main-header"),this._header=o.h2(""),this._headerDiv=o.divH([],"tutorials-root-header"),this._activity=o.panel([],"tutorials-root-description"),this._progressDiv=o.divV([],"tutorials-root-progress"),this._progress=o.element("progress"),this._progressSteps=o.divText(""),this._progress.max=0,this._progress.value=1}_setInitParams(){this._currentStep=0,this._isStopped=!1,this._isCancelled=!1,this._stopStartBtn.getElementsByClassName("grok-icon")[0].className="grok-icon fal fa-pause",this._nextStepBtn.classList.remove("disabled")}_closeDock(){i.shell.dockManager.close(this._node),this.cancelScript()}cancelScript(){this._isCancelled=!0,pt.currentObject=null}step(e,t,n){return this._steps[this.steps.length]={name:e,func:t,options:n},this}start(){return mt(this,void 0,void 0,(function*(){this._initRoot(),i.shell.newView(this.name),this._isAutomatic?this._startScript():this._autoStartFirstStep&&(yield this._nextStep())}))}}pt.currentObject=null,function(e){e.X="Embed_X",e.Y="Embed_Y"}(dt||(dt={}));var ft,gt,yt,wt=function(e,t,n,s){return new(n||(n=Promise))((function(r,i){function o(e){try{l(s.next(e))}catch(e){i(e)}}function a(e){try{l(s.throw(e))}catch(e){i(e)}}function l(e){var t;e.done?r(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(o,a)}l((s=s.apply(e,t||[])).next())}))};n(7905),function(e){e.ADD="ADD",e.SUB="SUB",e.MULT="MULT"}(ft||(ft={})),function(e){e.SQUARE="SQUARE",e.INVERSE="INVERSE",e.TRANSPOSE="TRANSPOSE",e.NORM="NORM",e.COLUMN_NORM="COLUMN_NORM"}(gt||(gt={})),function(e){e.SCALARMULT="SCALARMULT",e.SCALARADD="SCALARADD",e.SCALARPOW="SCALARPOW"}(yt||(yt={})),n(8341);var bt=n(2568);n(6098),n(525),n(9416),new class{constructor(){this.tooltipHandlerTemp="tooltip-handler.Monomer"}};class At extends a.GridCellRenderer{get name(){return constants.Of.MONOMER}get cellType(){return constants.Of.MONOMER}get defaultHeight(){return 15}get defaultWidth(){return 40}render(e,t,n,s,r,i,o){if(i.gridRow<0)return;MonomerTooltipHandler.getOrCreate(i.gridColumn),e.font="12px monospace",e.textBaseline="middle",e.textAlign="center";const a=(0,oe.py)(i.cell.column.getTag(Ye.DX.alphabet)),l=i.cell.value;if(!l)return;const c=a.get(l);e.fillStyle=c,e.fillText((0,oe.GU)(l,6),t+s/2,n+r/2,s)}}class Ct extends a.Package{constructor(){super(...arguments),this._initialized=!1}get properties(){return this._properties}set properties(e){this._properties=e}get initialized(){return this._initialized}completeInit(){this._initialized=!0}handleErrorUI(e){const[t,n]=(0,de.yf)(e);i.shell.error(t),this.logger.error(t,void 0,n)}}n(8770);class vt extends a.Widget{constructor(e){super(o.divV([])),this.viewed=!1,this.wlViewer=null,this.seqCol=e}async init(){const e=ae.g.forColumn(this.seqCol),t=jt.properties.TooltipWebLogo,n=this.seqCol.getTag(Me.DX.tooltipWebLogo);!1===t||["false","off","disable","disabled"].includes(n)||(this.wlViewer=await this.seqCol.dataFrame.plot.fromType("WebLogo",{sequenceColumnName:this.seqCol.name,backgroundColor:0,positionHeight:"Entropy",positionWidth:e.getAlphabetIsMultichar()?24:16,fixWidth:!0,fitArea:!1,positionNames:"",endPositionName:"50"}),this.wlViewer.root.style.height="50px",this.root.appendChild(this.wlViewer.root),this.root.style.width="100%")}detach(){this.wlViewer&&(this.wlViewer.detach(),this.wlViewer=null),super.detach()}}a.DataFrame.fromCsv("seq,value\nATCCGTCGT,0.5\nTGTTCGTCA,0.4\nATGGTCGTA,0.7\nATCCGTGCA,0.1"),["1","1A","1C","2","4","4A","4B","5","6"].join(oe.CI);var Tt=n(8601);const St=OCL;class Et{constructor(e){const t=e.split("|");t.forEach((e=>this.validateConnectionItem(e))),this.connectionItems=t}validateConnectionItem(e){const t="(PEPTIDE|RNA)",n=new RegExp(`${t}[0-9]+,${t}[0-9]+,[0-9]+:R[0-9]+-[0-9]+:R[0-9]+`,"g");if(!e.match(n))throw new Error(`Cannot parse connection item from ${e}`)}getConnectionData(){const e=[];return this.connectionItems.forEach((t=>{const n=[],s=t.split(",");s[2].split("-").forEach(((e,t)=>{const r=s[t],i=e.split(":"),o={monomerIdx:parseInt(i[0])-1,rGroupId:parseInt(i[1].slice(1))};n.push({polymerId:r,bond:o})})),e.push(n)})),e}}class _t{constructor(e){this.simplePolymer=e,this.polymerType=this.getPolymerType(),this.idx=this.getIdx();const{monomers:t,monomerTypes:n}=this.getMonomerSymbolsAndTypes();this.monomers=t,this.monomerTypes=n}get id(){return this.polymerType+this.idx.toString()}getPolymerType(){const e=new RegExp("(PEPTIDE|RNA)[0-9]+{"),t=this.simplePolymer.match(e);if(!t)throw new Error(`Unsupported polymer type in ${this.simplePolymer}`);return t[1]}getIdx(){const e=new RegExp(`${this.polymerType}([0-9]+){`),t=this.simplePolymer.match(e);if(!t)throw new Error(`Cannot parse simple polymer id from ${this.simplePolymer}`);return parseInt(t[1])}getMonomerSymbolsAndTypes(){const e=new RegExp(`${this.polymerType}${this.idx}{|}`,"g"),t=this.simplePolymer.replace(e,"").split("."),n=[],s=[];return t.forEach((e=>{n.push(e),s.push("Backbone")})),{monomers:n,monomerTypes:s}}getBondData(){const e=[],t=this.monomerTypes.map(((e,t)=>{if("Backbone"===e)return t})).filter((e=>void 0!==e)),n=this.monomerTypes.map(((e,t)=>{if("Branch"===e)return t})).filter((e=>void 0!==e));for(let n=0;n<t.length-1;n++){const s=t[n],r=t[n+1];e.push([{monomerIdx:s,rGroupId:2},{monomerIdx:r,rGroupId:1}])}for(let t=0;t<n.length;t++){const s=n[t],r=s-1;e.push([{monomerIdx:r,rGroupId:3},{monomerIdx:s,rGroupId:1}])}return e}}class xt{constructor(e){this.helmString=e;const t=this.helmString.split("$"),n=t[0].split("|");this.simplePolymers=n.map((e=>new _t(e))),""!==t[1]&&(this.connectionList=new Et(t[1])),this.bondData=this.getBondData(),this.bondedRGroupsMap=this.getBondedRGroupsMap()}getBondedRGroupsMap(){const e=new Map;return this.bondData.forEach((t=>{t.forEach((t=>{const n=t.monomerIdx,s=t.rGroupId;e.get(n)||e.set(n,[]),e.get(n).push(s)}))})),e}toString(){return this.helmString}getPolymerTypeByMonomerIdx(e){return this.getSimplePolymerByMonomerIdx(e).polymerType}getSimplePolymerByMonomerIdx(e){const t=this.getMonomerIdxShifts(),n=Object.values(t).sort(((e,t)=>e-t)).find((t=>e>=t));if(void 0===n)throw new Error(`Cannot find simple polymer for monomer ${e}`);const s=Object.keys(t).find((e=>t[e]===n));return this.simplePolymers.find((e=>e.id===s))}shiftBondMonomerIds(e,t){t.forEach((t=>{t.forEach((t=>{t.monomerIdx+=e}))}))}getMonomerIdxShifts(){const e={};let t=0;return this.simplePolymers.forEach((n=>{e[n.id]=t,t+=n.monomers.length})),e}getBondData(){const e=this.getMonomerIdxShifts(),t=[];return this.simplePolymers.forEach((n=>{const s=n.getBondData(),r=e[n.id];this.shiftBondMonomerIds(r,s),t.push(...s)})),this.connectionList&&this.connectionList.getConnectionData().forEach((n=>{const s=[];n.forEach((t=>{const n=e[t.polymerId],r=t.bond;r.monomerIdx+=n,s.push(r)})),t.push(s)})),t}}class Pt{constructor(e){this.monomerSymbol=e}shiftR1GroupToOrigin(){const e=this.rGroups.getAtomicIdx(1);if(null===e)throw new Error(`Cannot find R1 group for monomer ${this.monomerSymbol}`);const{x:t,y:n}=this.atoms.atomCoordinates[e];this.atoms.shift({x:-t,y:-n})}alignR2AlongX(){const e=this.rGroups.getAtomicIdx(2);if(null===e)throw new Error(`Cannot find R2 group for monomer ${this.monomerSymbol}`);const t=this.atoms.atomCoordinates[e],n=t.y/t.x,s=Math.atan(n);if(isNaN(s))throw new Error(`Cannot calculate angle for R2 group for monomer ${this.monomerSymbol}`);this.rotateCoordinates(-s)}shiftMonomerToDefaultPosition(){this.shiftR1GroupToOrigin(),null!==this.rGroups.getAtomicIdx(2)&&this.alignR2AlongX()}deleteBondLineWithSpecifiedRGroup(e){this.rGroups.deleteBondLineWithSpecifiedRGroup(e)}shiftCoordinates(e){this.atoms.shift(e)}rotateCoordinates(e){this.atoms.rotate(e)}getBondLines(){return this.bonds.getBondLines()}getAtomLines(){return this.atoms.atomLines}removeRGroups(e){this.rGroups.removeRGroups(e)}replaceRGroupWithAttachmentAtom(e,t){this.rGroups.replaceRGroupWithAttachmentAtom(e,t)}getAttachmentAtomByRGroupId(e){return this.rGroups.getAttachmentAtomIdByRGroupId(e)}shiftBonds(e){this.bonds.shift(e)}capRGroups(e){this.rGroups.capRGroups(e)}}class Nt{constructor(e,t,n){this.atoms=t,this.bonds=n,this.rGroupBondPositionMap=new Map,this.rGroupIdToAtomicIndexMap=e.getRGroupIdToAtomicIdxMap()}getAtomicIdx(e){const t=this.rGroupIdToAtomicIndexMap.get(e);return void 0===t?null:t}removeRGroupsFromAtomBlock(e){e.forEach((e=>{if(void 0===this.rGroupIdToAtomicIndexMap.get(e))throw new Error(`Cannot find atomic index for R group ${e}`)}));const t=Array.from(this.rGroupIdToAtomicIndexMap.entries()).filter((([t,n])=>e.includes(t))).map((([e,t])=>t));this.atoms.deleteAtoms(t)}removeRGroups(e){this.removeRGroupsFromAtomBlock(e),e.forEach((e=>{const t=this.replaceRGroupInBondsByDummy(e);this.rGroupBondPositionMap.set(e,t)}))}replaceRGroupInBondsByDummy(e){const t=this.rGroupIdToAtomicIndexMap.get(e);if(this.rGroupBondPositionMap.has(e))throw new Error(`R group ${e} is already handled`);const n=this.bonds.getPositionsInBonds(t+1);if(0===n.length)throw new Error(`Cannot find position for R group ${e}`);if(n.length>1)throw new Error(`More than one position for R group ${e}`);const s=n[0];return this.bonds.replacePositionsInBondsByDummy([s]),this.bonds.removeAtomIdFromBonds(t+1),this.removeRGroupFromAtomicIdxMap(e,t),s}removeRGroupFromAtomicIdxMap(e,t){this.rGroupIdToAtomicIndexMap.delete(e);for(const[e,n]of this.rGroupIdToAtomicIndexMap)n>t&&this.rGroupIdToAtomicIndexMap.set(e,n-1)}deleteBondLineWithSpecifiedRGroup(e){const t=this.rGroupBondPositionMap.get(e);if(!t)throw new Error(`Cannot find position for R group ${e}`);const{bondLineIdx:n}=t;this.bonds.deleteBondLines([n]),this.rGroupBondPositionMap.delete(e),this.rGroupIdToAtomicIndexMap.delete(e),this.rGroupBondPositionMap.forEach((e=>{e.bondLineIdx>n&&(e.bondLineIdx-=1)}))}replaceRGroupWithAttachmentAtom(e,t){const n=this.rGroupBondPositionMap.get(e);if(!n)throw new Error(`Cannot find position for R group ${e}`);const{bondLineIdx:s,nodeIdx:r}=n;this.bonds.bondedAtoms[s][r]=t}getAttachmentAtomIdByRGroupId(e){const t=this.rGroupBondPositionMap.get(e);if(!t)throw new Error(`Cannot find position for R group ${e}`);const{bondLineIdx:n,nodeIdx:s}=t;return this.bonds.bondedAtoms[n][(s+1)%2]}capRGroups(e){this.rGroupIdToAtomicIndexMap.forEach(((t,n)=>{const s=e[n-1];"H"===s?(this.removeRGroups([n]),this.deleteBondLineWithSpecifiedRGroup(n)):this.atoms.replaceRGroupSymbolByElement(t,s)}))}}class $t{constructor(){this.coordinates=[],this.rawAtomLines=[]}get atomCoordinates(){return this.coordinates}replaceRGroupSymbolByElement(e,t){this.rawAtomLines[e]=this.rawAtomLines[e].replace("R#",t)}deleteAtoms(e){this.coordinates=this.coordinates.filter(((t,n)=>!e.includes(n))),this.rawAtomLines=this.rawAtomLines.filter(((t,n)=>!e.includes(n)))}shift(e){this.coordinates=this.coordinates.map((t=>{const n=t.x+e.x,s=t.y+e.y;if(isNaN(n)||isNaN(s))throw new Error(`Cannot shift coordinates by ${e.x}, ${e.y}`);return{x:n,y:s}}))}rotate(e){this.coordinates=this.coordinates.map((t=>{const n=t.x,s=t.y,r=n*Math.cos(e)-s*Math.sin(e),i=n*Math.sin(e)+s*Math.cos(e);if(isNaN(r)||isNaN(i))throw new Error(`Cannot rotate coordinates by ${e}`);return{x:r,y:i}}))}}class Mt extends $t{constructor(e){super(),this.rawAtomLines=e.getAtomLines(),this.coordinates=this.rawAtomLines.map((e=>({x:parseFloat(e.substring(0,10)),y:parseFloat(e.substring(10,20))})))}get atomLines(){return this.rawAtomLines.map(((e,t)=>{const n=this.coordinates[t];return`${n.x.toFixed(4).padStart(10," ")}${n.y.toFixed(4).padStart(10," ")}${e.substring(20)}`}))}}class Lt{constructor(){this.bondedAtomPairs=[],this.rawBondLines=[]}get bondedAtoms(){return this.bondedAtomPairs}deleteBondLines(e){this.rawBondLines=this.rawBondLines.filter(((t,n)=>!e.includes(n))),this.bondedAtomPairs=this.bondedAtomPairs.filter(((t,n)=>!e.includes(n)))}getPositionsInBonds(e){const t=[];return this.bondedAtomPairs.forEach(((n,s)=>{n.forEach(((n,r)=>{n===e&&t.push({bondLineIdx:s,nodeIdx:r})}))})),t}replacePositionsInBondsByDummy(e,t){void 0===t&&(t=-1),e.forEach((e=>{const{bondLineIdx:n,nodeIdx:s}=e;this.bondedAtomPairs[n][s]=t}))}removeAtomIdFromBonds(e){this.bondedAtomPairs=this.bondedAtomPairs.map((t=>t.map((t=>t>e?t-1:t))))}shift(e){this.bondedAtomPairs=this.bondedAtomPairs.map((t=>t.map((t=>t+e))))}}class It extends Lt{constructor(e){super(),this.rawBondLines=e.getBondLines(),this.bondedAtomPairs=this.rawBondLines.map((e=>[parseInt(e.substring(0,3)),parseInt(e.substring(3,6))]))}getBondLines(){return this.bondedAtomPairs.map(((e,t)=>{if(e.some((e=>-1===e)))throw new Error(`Bonded pair ${e} contains -1`);return`${e[0].toString().padStart(3," ")}${e[1].toString().padStart(3," ")}${this.rawBondLines[t].substring(6)}`}))}}class Rt extends Pt{constructor(e,t){super(t);const n=Je.getInstance(e);this.atoms=new Mt(n),this.bonds=new It(n),this.rGroups=new Nt(n,this.atoms,this.bonds),this.shiftMonomerToDefaultPosition()}}class Ot extends $t{constructor(e){super(),this.molfileHandler=e,this.rawAtomLines=e.getAtomLines(),this.coordinates=this.getCoordinates()}getCoordinates(){const e=this.molfileHandler.x,t=this.molfileHandler.y;return Array.from(e).map(((e,n)=>({x:e,y:t[n]})))}get atomLines(){const e=/^(M V30 [^-]*)(-?\d+\.\d+)( )(-?\d+\.\d+)( -?\d+\.\d+.*)$/,t=/\sRGROUPS=\(\d+(\s+\d+)*\)/;return this.rawAtomLines.map(((n,s)=>{const r=this.coordinates[s],i=r.x.toFixed(4)+"00",o=r.y.toFixed(4)+"00";return n.replace(e,((e,t,n,s,r,a)=>t+i+s+o+a)).replace(t,"")}))}replaceRGroupSymbolByElement(e,t){super.replaceRGroupSymbolByElement(e,t);const n=this.rawAtomLines[e].substring(3).split(" ");n.length>7&&(this.rawAtomLines[e]=`M ${n.slice(0,7).join(" ")}`)}}class Dt extends Lt{constructor(e){super(),this.molfileHandler=e,this.rawBondLines=e.getBondLines(),this.bondedAtomPairs=this.getBondedAtomPairs()}getBondedAtomPairs(){return this.molfileHandler.pairsOfBondedAtoms.map((e=>[e[0],e[1]]))}getBondLines(){const e=/^(M\s+V30\s+\d+\s+\d+\s+)(\d+)(\s+)(\d+)(.*)$/;return this.bondedAtomPairs.map(((t,n)=>{if(t.some((e=>-1===e)))throw new Error(`Bonded pair ${t} contains -1`);return this.rawBondLines[n].replace(e,((e,n,s,r,i,o)=>`${n}${t[0]}${r}${t[1]}${o}`))}))}}class Ft extends Pt{constructor(e,t){super(t);const n=Je.getInstance(e);this.atoms=new Ot(n),this.bonds=new Dt(n),this.rGroups=new Nt(n,this.atoms,this.bonds),this.shiftMonomerToDefaultPosition()}}class kt{static getInstance(e,t){if(Je.isMolfileV2K(e))return new Rt(e,t);if(Je.isMolfileV3K(e))return new Ft(e,t);throw new Error("Unsupported molfile version")}}class Gt{constructor(e,t,n,s,r,i){this.monomerSymbol=e,this.monomerIdx=t,this.helm=n,this.monomerLib=i,this.capGroupElements=[];const o=this.getLibraryMonomerObject();let a=o.molfile;Je.isMolfileV2K(a)&&(a=this.convertMolfileToV3KFormat(a,e,r)),this.molfileWrapper=kt.getInstance(a,e),this.capGroupElements=this.getCapGroupElements(o),n.bondedRGroupsMap.has(t)&&this.removeRGroups(n.bondedRGroupsMap.get(t)),this.capRemainingRGroups(),this.shiftCoordinates(s)}convertMolfileToV3KFormat(e,t,n){let s=null;try{if(s=n.get_mol(e,JSON.stringify({mergeQueryHs:!0})),s)return s.get_v3Kmolblock();throw new Error(`Cannot convert ${t} to molV3000`)}finally{s?.delete()}}getLibraryMonomerObject(){const e=this.helm.getPolymerTypeByMonomerIdx(this.monomerIdx),t=this.monomerLib.getMonomer(e,this.monomerSymbol);if(!t)throw new Error(`Monomer ${this.monomerSymbol} is not found in the library`);return t}getCapGroupElements(e){return e.rgroups.map((e=>(e.capGroupSmiles||e.capGroupSMILES).replace(/(\[|\]|\*|:|\d)/g,"")))}shiftCoordinates(e){this.molfileWrapper.shiftCoordinates(e)}getAtomLines(){return this.molfileWrapper.getAtomLines()}getBondLines(){return this.molfileWrapper.getBondLines()}removeRGroups(e){this.molfileWrapper.removeRGroups(e)}capRemainingRGroups(){this.molfileWrapper.capRGroups(this.capGroupElements)}replaceRGroupWithAttachmentAtom(e,t){this.molfileWrapper.replaceRGroupWithAttachmentAtom(e,t)}getAttachmentAtomByRGroupId(e){return this.molfileWrapper.getAttachmentAtomByRGroupId(e)}deleteBondLineWithSpecifiedRGroup(e){this.molfileWrapper.deleteBondLineWithSpecifiedRGroup(e)}shiftBonds(e){this.molfileWrapper.shiftBonds(e)}}class Ht{constructor(e,t,n){this.rdKitModule=t,this.monomerLib=n,this.monomerWrappers=[],this.helm=new xt(e)}addMonomer(e,t,n){const s=new Gt(e,t,this.helm,n,this.rdKitModule,this.monomerLib);this.monomerWrappers.push(s)}getAtomNumberShifts(){const e=[];let t=0;return this.monomerWrappers.forEach((n=>{e.push(t),t+=n.getAtomLines().length})),e}restoreBondsBetweenMonomers(){this.helm.bondData.forEach((e=>{const t=e.map((e=>e.monomerIdx)),n=e.map((e=>e.rGroupId)),s=t.map((e=>this.monomerWrappers[e])),r=s[1].getAttachmentAtomByRGroupId(n[1]);s[0].replaceRGroupWithAttachmentAtom(n[0],r),s[1].deleteBondLineWithSpecifiedRGroup(n[1])}))}compileToMolfile(){const e=[],t=[],n=this.getAtomNumberShifts();this.monomerWrappers.forEach(((e,t)=>{e.shiftBonds(n[t])})),this.restoreBondsBetweenMonomers(),this.monomerWrappers.forEach((n=>{e.push(...n.getAtomLines()),t.push(...n.getBondLines())}));const s=e.length,r=t.length;return[this.getV3KHeader(s,r),this.getV3KAtomBlock(e),this.getV3KBondBlock(t),"M V30 END CTAB\nM END"].join("\n")}getV3KHeader(e,t){return`\n Datagrok\n\n 0 0 0 0 0 0 0 0 0 0999 V3000\nM V30 BEGIN CTAB\nM V30 COUNTS ${e} ${t} 0 0 1`}getV3KAtomBlock(e){const t=/^(M V30 )(\d+)( .*)$/;return["M V30 BEGIN ATOM",...e.map(((e,n)=>{const s=n+1;return e.replace(t,((e,t,n,r)=>t+s+r))})),"M V30 END ATOM"].join("\n")}getV3KBondBlock(e){const t=/^(M V30 )(\d+)( .*)$/;return["M V30 BEGIN BOND",...e.map(((e,n)=>{const s=n+1;return e.replace(t,((e,t,n,r)=>t+s+r))})),"M V30 END BOND"].join("\n")}}class Bt{constructor(e){this.molfileHandler=Je.getInstance(e)}get monomerSymbols(){return this.molfileHandler.atomTypes}getMonomerShifts(e){return{x:this.molfileHandler.x[e],y:this.molfileHandler.y[e]}}}class Ut{constructor(e,t){this.helmColumn=e,this.df=t,this.helmColumn=e}async convertToSmiles(){const e=await this.getSmilesList(),t=this.df.columns.getUnusedName(`smiles(${this.helmColumn.name})`);return a.Column.fromStrings(t,e.map((e=>null===e?"":e)))}async getSmilesList(){return(await this.convertToMolfileV3KColumn()).toList().map((e=>a.chem.convert(e,a.chem.Notation.MolBlock,a.chem.Notation.Smiles)))}async getMolV3000ViaOCL(e,t){const n=e.map((e=>{if(null===e)return"";const t=e.get_v3Kmolblock();return e.delete(),t})),s=new Array(n.length),r=a.TaskBarProgressIndicator.create("Handling chirality...");for(let e=0;e<n.length;e++){const t=St.Molecule.fromMolfile(n[e]).toMolfileV3();s[e]=t.replace("STERAC1","STEABS");const i=e/n.length*100;r.update(i,`${i?.toFixed(2)}% of molecules completed`)}return r.close(),a.Column.fromStrings(t,s)}async convertToRdKitBeautifiedMolfileColumn(e){const t=(await this.convertToMolfileV3KColumn()).toList(),n=await i.functions.call("Chem:getRdKitModule"),s=t.map((e=>{if(""===e)return null;const t=n.get_mol(e);return t?(t.set_new_coords(),t.normalize_depiction(1),t.straighten_depiction(!0),t):null})),r=this.df.columns.getUnusedName(`molfile(${this.helmColumn.name})`);return e?await this.getMolV3000ViaOCL(s,r):a.Column.fromStrings(r,s.map((e=>{if(null===e)return"";const t=e.get_v3Kmolblock();return e.delete(),t})))}async convertToMolfileV3KColumn(){const e=await this.getPolymerGraphColumn(),t=await i.functions.call("Chem:getRdKitModule"),n=(await Kt()).getBioLib(),s=e.toList().map(((e,s)=>{const r=this.helmColumn.get(s);if(!r)return"";let i="";try{i=this.getPolymerMolfile(r,e,t,n)}catch(e){const[t,n]=(0,de.yf)(e);jt.logger.error(t,void 0,n)}finally{return i}})),r=this.df.columns.getUnusedName(`molfileV2K(${this.helmColumn.name})`);return a.Column.fromList("string",r,s)}async getPolymerGraphColumn(){return await i.functions.call("HELM:getMolfiles",{col:this.helmColumn})}getPolymerMolfile(e,t,n,s){const r=new Bt(t),i=new Ht(e,n,s);return r.monomerSymbols.forEach(((e,t)=>{const n=r.getMonomerShifts(t);i.addMonomer(e,t,n)})),i.compileToMolfile()}}var Wt=n(3277);function Vt(e){const t=["Embed_X","Embed_Y"],n=e.columns.names().filter((e=>e.includes(t[0]))).length+1;return t.map((e=>`${e}_${n}`))}function Yt(e,t){return`${t} (${e.length>4?`${e.length} columns`:e.map((e=>e.name)).join(", ")})`}n(706);const jt=new Ct;async function Kt(){return await ct.getInstance()}let qt=null;function Xt(){return qt}async function zt(e,t,n,s,r,c,u,h){if(!(0,bt.n)(t,"Activity Cliffs"))return;const d=Vt(e),m={units:t.getTag(a.TAGS.UNITS),aligned:t.getTag(oe.DX.aligned),separator:t.getTag(oe.DX.separator),alphabet:t.getTag(oe.DX.alphabet)},p=c,f=t,g=async()=>await re(e,f,d,"Activity cliffs",n,s,p,r,{...h??{}},a.SEMTYPE.MACROMOLECULE,m,u,He,Be,We),y=r===l.A.UMAP?2e5:2e4,w=r===l.A.UMAP?5e3:2e3;if(e.rowCount>y)return void i.shell.warning(`Too many rows, maximum for sequence activity cliffs is ${y}`);const b=a.TaskBarProgressIndicator.create("Running sequence activity cliffs ...");return new Promise(((t,n)=>{e.rowCount>w&&!h?.[Wt.sS]?o.dialog().add(o.divText("Activity cliffs analysis might take several minutes.\n Do you want to continue?")).onOK((async()=>{g().then((e=>t(e))).catch((e=>n(e)))})).onCancel((()=>{t(void 0)})).show():g().then((e=>t(e))).catch((e=>n(e)))})).catch((e=>{const[t,n]=(0,de.yf)(e);throw jt.logger.error(t,void 0,n),e})).finally((()=>{b.close()}))}async function Zt(e,t,s,r,l,c,u,h){if((0,bt.n)(t,"Sequence Space"))return c||(c=a.Func.find({name:"macromoleculePreprocessingFunction",package:"Bio"})[0]),u??(u={}),await async function(e,t,s,r,l,c,u,h=!0,d=!1,m={preprocessingFuncArgs:[]},p={},f=null,g={}){const y={showXAxis:!1,showYAxis:!1,showXSelector:!1,showYSelector:!1};if(t.length!==r.length||t.length!==c.length||t.length!==l.length||t.length!==m.preprocessingFuncArgs.length)throw new Error("columns, metrics and preprocessing functions, weights and function argumentsmust have the same length");const w=h?i.shell.tableView(e.name)??i.shell.addTableView(e):null,b=async()=>{const b=a.TaskBarProgressIndicator.create(`Initializing ${p.scatterPlotName??"dimensionality reduction"} ...`);let A;try{const C=Vt(e);function v(n,r,i){let l=null,c=null;e.columns.names().includes(C[0])?(l=e.columns.byName(C[0]),c=e.columns.byName(C[1])):(l=e.columns.add(a.Column.float(C[0],e.rowCount)),c=e.columns.add(a.Column.float(C[1],e.rowCount)),h&&!A&&(A=w.scatterPlot({...y,x:C[0],y:C[1],title:p.scatterPlotName??Yt(t,s)}))),p[Wt.Ec]&&(A?.root&&o.setUpdateIndicator(A.root,!1),l.init((e=>i[0]?i[0][e]:void 0)),c.init((e=>i[1]?i[1][e]:void 0)));const u=n/r*100;b.update(u,`Running ${p.scatterPlotName??"dimensionality reduction"}... ${u.toFixed(0)}%`)}async function T(){e.columns.add(a.Column.float(C[0],e.rowCount)),e.columns.add(a.Column.float(C[1],e.rowCount));let n=null;h&&(A=w.scatterPlot({...y,x:C[0],y:C[1],title:p.scatterPlotName??Yt(t,s)}),o.setUpdateIndicator(A.root,!0));const d=i.events.onViewerClosed.subscribe((e=>{const t=e.args.viewer;t?.getOptions()?.look?.title&&A?.getOptions()?.look?.title&&t?.getOptions()?.look?.title===A?.getOptions()?.look?.title&&(i.events.fireCustomEvent(D,{}),d.unsubscribe(),n?.(),b.close())})),f=new Promise((async(e,i)=>{try{n=e;const i=[];for(let e=0;e<c.length;++e){const n=c[e];if(m.distanceFnArgs||(m.distanceFnArgs=[]),n){const s=n.inputs[0].name,o=n.inputs[1].name,{entries:a,options:l}=await n.apply({[s]:t[e],[o]:r[e],...m.preprocessingFuncArgs[e]??{}});i.push({entries:a,options:l}),m.distanceFnArgs.push(l)}else{const n=t[e].toList(),s={};i.push({entries:n,options:s}),m.distanceFnArgs.push(s)}}e(await H(i.map((e=>e.entries)),s,r,l,u,m,p[Wt.sS]?void 0:v))}catch(e){i(e)}})),g=await f;return b.close(),d.unsubscribe(),g}const S=await T();if(d&&S){const E=a.TaskBarProgressIndicator.create("Clustering embeddings ...");try{const _=await function(e,t,s,r){return wt(this,void 0,void 0,(function*(){return new Promise((function(i,o){const a=new Worker(new URL(n.p+n.u(796),n.b));a.postMessage({embedX:e,embedY:t,minPts:r,epsilon:s}),a.onmessage=({data:{error:e,clusters:t}})=>{a.terminate(),e?o(e):i(t)}}))}))}(S[0],S[1],m.dbScanEpsilon??.01,m.dbScanMinPts??4),x=e.columns.getUnusedName("Cluster (DBSCAN)");e.columns.addNewString(x).init((e=>_[e].toString())),A&&(A.props.colorColumnName=x)}catch(P){i.shell.error("Clustering embeddings failed"),console.error(P)}finally{E.close()}}if(S){const N=e.columns.byName(C[0]),$=e.columns.byName(C[1]);if(N.init((e=>S[0][e])),$.init((e=>S[1][e])),f)try{const M=f.inputs[0].name,L=f.inputs[1].name;await f.prepare({[M]:N,[L]:$,...g}).call(!0)}catch(I){i.shell.error("Post-processing failed"),console.error(I)}if(A)return o.setUpdateIndicator(A.root,!1),A.helpUrl="/help/compute/sequence-space",A}}catch(R){i.shell.error("Dimensionality reduction failed"),console.error(R),b.close(),A&&o.setUpdateIndicator(A.root,!1)}};return new Promise((async(t,n)=>{try{if(p.fastRowCount&&e.rowCount>p.fastRowCount&&!p[Wt.sS])o.dialog().add(o.divText("Analysis might take several minutes. Do you want to continue?")).onOK((async()=>{try{const e=await b();t(e)}catch(e){n(e)}})).onCancel((()=>t(void 0))).show();else{const e=await b();t(e)}}catch(e){n(e)}}))}(e,[t],s,[r],[1],[c],"MANHATTAN",l,h??!1,{...u,preprocessingFuncArgs:[u.preprocessingFuncArgs??{}]},{fastRowCount:1e4,scatterPlotName:"Sequence space",bypassLargeDataWarning:u?.[Wt.sS]})}async function Jt(e,t,n){const s=a.TaskBarProgressIndicator.create("Converting to atomic level ...");try{const s=(await Kt()).getBioLib();await async function(e,t,n,s){if(0===a.Func.find({package:"Chem",name:"getRdKitModule"}).length)return void i.shell.warning('Transformation to atomic level requires package "Chem" installed.');if(n){const n=ae.g.forColumn(t);return n.isHelm()||(t=n.convert(oe.r2.HELM)),async function(e,t){const n=await async function(e,t,n){const s=new Ut(t,e),r=await s.convertToRdKitBeautifiedMolfileColumn(void 0);return r.semType=a.SEMTYPE.MOLECULE,r}(e,t);e.columns.add(n,!0),await i.data.detectSemanticTypes(e)}(e,t)}if(!(0,bt.n)(t,"To Atomic Level"))return;const r=await(0,Tt.i0)(e,t,s);null!==r.col&&(e.columns.add(r.col,!0),await i.data.detectSemanticTypes(e)),r.warnings&&r.warnings.length>0&&i.shell.warning(o.list(r.warnings))}(e,t,n,s)}finally{s.close()}}function Qt(e){return new le.i(e).importFasta()}function en(e){const t=ae.g.forColumn(e).stats;return Object.keys(t.freq)}async function tn(e,t,n){return he(e,t,n,ie.IDENTITY)}async function nn(e,t,n){return he(e,t,n,ie.SIMILARITY)}},7983:(e,t,n)=>{"use strict";n.d(t,{QF:()=>c,pf:()=>l});var s=n(4469),r=(n(3870),n(976)),i=n(7241),o=(n(4293),n(2997)),a=n(8447);function l(e,t,n){const s=n?function(e,t){const n=`${t}`.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&"),s=e.charAt(0)===t,r=e.charAt(e.length-1)===t,i=e.replace(new RegExp(`^${n}|${n}$`,"g"),"");return s?r?`${n}${i}${n}`:`${n}${i}${n}|${n}${i}$`:r?`^${i}${n}|${n}${i}${n}`:`^${i}${n}|${n}${i}${n}|${n}${i}$`}(e,n):e,i=r.BitSet.create(t.length);for(let n=0;n<t.length;n++){const r=t.get(n);(r.match(s)||r===e)&&i.set(n,!0,!1)}return i}async function c(e,t){t.version!==t.temp["last-invalidated-version"]&&await async function(e,t){const n=r.TaskBarProgressIndicator.create(`Invalidating molfiles for ${e.name}`);try{await(0,o.gw)(10);const t=new Map,n=await(0,i.D)(e,!0,t);e.temp["monomeric-mols"]=n,e.temp["monomers-dict"]=t,e.temp["last-invalidated-version"]=e.version}finally{n.close()}}(t);const n=r.Column.string("helm",1).init((t=>e));n.semType=r.SEMTYPE.MACROMOLECULE,n.setTag(r.TAGS.UNITS,a.r2.HELM);const l=await(0,i.D)(n,!0,t.temp["monomers-dict"]);return(await s.functions.call("Chem:searchSubstructure",{molStringsColumn:t.temp["monomeric-mols"],molString:l.get(0),molBlockFailover:""})).get(0)}},2568:(e,t,n)=>{"use strict";n.d(t,{l:()=>a,n:()=>o});var s=n(4469),r=n(976),i=n(8607);function o(e,t,n=[],r=[],i=!0){const[o,l]=a(e,t,n,r);return i&&!o&&s.shell.warning(l),o}function a(e,t,n=[],o=[]){let a=!0,l="";const c=i.g.forColumn(e);if(e.semType!==r.SEMTYPE.MACROMOLECULE)s.shell.warning(t+" analysis is allowed for Macromolecules semantic type"),a=!1;else{const e=c.notation;if(n.length>0&&!n.some((t=>e.toUpperCase()==t.toUpperCase())))l=`${t} + ' analysis is allowed for Macromolecules with notation ${0==n.length?"any notation":`notation${n.length>1?"s":""} ${n.map((e=>`"${e}"`)).join(", ")} `}.`,a=!1;else if(!c.isHelm()){const e=c.alphabet;o.length>0&&!o.some((t=>e.toUpperCase()==t.toUpperCase()))&&(l=`${t} + ' analysis is allowed for Macromolecules with alphabet ${0==o.length?"any alphabet":`alphabet${o.length>1?"s":""} ${o.map((e=>`"${e}"`)).join(", ")}.`}.`,a=!1)}}return[a,l]}},3553:(e,t,n)=>{"use strict";n.d(t,{Of:()=>i,WY:()=>u,jB:()=>h,mU:()=>a,rs:()=>c});var s,r,i,o=n(8341);!function(e){e.SPLIT_COL="~split",e.ACTIVITY="~activity",e.ACTIVITY_SCALED="activity_scaled",e.ALIGNED_SEQUENCE="~aligned_sequence",e.AMINO_ACID_RESIDUE="AAR",e.POSITION="Pos",e.P_VALUE="pValue",e.MEAN_DIFFERENCE="Mean difference"}(s||(s={})),function(e){e.AAR="AAR",e.POSITION="Pos",e.SELECTION="selection"}(r||(r={})),function(e){e.MONOMER="Monomer",e.MACROMOLECULE_DIFFERENCE="MacromoleculeDifference",e.ACTIVITY="activity",e.ACTIVITY_SCALED="activityScaled"}(i||(i={}));const a="MSA";var l,c;!function(e){e.CELL_CHANGING="isCellChanging"}(l||(l={})),function(e){e.SEPARATOR="."}(c||(c={}));const u="3.3.1",h={pepsea:{gapOpen:1.53,gapExtend:0,method:o.Jy[0]},kalign:{gapOpen:-1,gapExtend:-1,terminalGap:-1}}},4004:(e,t,n)=>{"use strict";n.d(t,{o:()=>i}),n(976),n(3870);var s=n(4469),r=(n(3336),n(8447),n(8607));async function i(e,t,n){const i=r.g.forColumn(e).convert(t,n);e.dataFrame.columns.add(i);const o=await s.functions.call("Bio:detectMacromolecule",{col:i});return o&&(i.semType=o),await s.data.detectSemanticTypes(e.dataFrame),i}},6032:(e,t,n)=>{"use strict";n.d(t,{Ns:()=>o});var s=n(4469),r=n(2997),i=n(8341);async function o(e=6e4){const t=await i.lp.getDockerContainer();await async function(e,t=6e4){let n=e,i=!1;for(let o=0;o<t/200;++o){if(null===n&&(n=await s.dapi.docker.dockerContainers.find(e.id)),a(n)){i=!0;break}switch(n.status){case"stopped":await s.dapi.docker.dockerContainers.run(n.id);break;case"pending change":case"changing":break;case"error":throw new Error("Docker container error state.")}n=null,await(0,r.gw)(200)}if(!i)throw new Error("Docker container start timeout.")}(t,e)}function a(e){return"checking"===e.status||"started"===e.status}},525:(e,t,n)=>{"use strict";n.d(t,{K:()=>N});var s=n(4469),r=n(976),i=n(3870),o=n(2997),a=n(8447),l=n(8607),c=n(6098),u=n(8341),h=n(2568),d=n(3553),m=n(6032),p=n(7422),f=n(3379),g=n.n(f),y=n(7795),w=n.n(y),b=n(569),A=n.n(b),C=n(3565),v=n.n(C),T=n(9216),S=n.n(T),E=n(4589),_=n.n(E),x=n(9564),P={};async function N(e={}){return new Promise((async(t,n)=>{var a,l,h;e.clustersCol??(e.clustersCol=null),e.pepsea??(e.pepsea={}),(a=e.pepsea).method??(a.method=d.jB.pepsea.method),(l=e.pepsea).gapOpen??(l.gapOpen=d.jB.pepsea.gapOpen),(h=e.pepsea).gapExtend??(h.gapExtend=d.jB.pepsea.gapExtend);const m=e.col?.dataFrame??s.shell.t,p=e.col??m.columns.bySemType(r.SEMTYPE.MACROMOLECULE);if(null==p){const e="Multiple Sequence Alignment analysis requires a dataset with a macromolecule column.";return s.shell.warning(e),void n(new c.rE(i.divText(e)))}const f=i.choiceInput("Method",e.pepsea.method,u.Jy);f.setTooltip("Alignment method");const g=i.floatInput("Terminal gap",e?.kalign?.terminalGap??null);g.setTooltip("Penalty for opening a gap at the beginning or end of the sequence");const y=i.p(`Kalign version: ${d.WY}`,"kalign-version"),w=i.floatInput("Gap open",e.pepsea.gapOpen);w.setTooltip("Gap opening penalty at group-to-group alignment");const b=i.floatInput("Gap extend",e.pepsea.gapExtend);b.setTooltip("Gap extension penalty to skip the alignment");const A=i.inputs([w,b,g]),C=i.button("Alignment parameters",(()=>{A.hidden=!A.hidden,[w,b,g].forEach((e=>{e.root.style.removeProperty("max-width"),e.captionLabel.style.removeProperty("max-width")}))}),"Adjust alignment parameters such as penalties for opening and extending gaps");C.classList.add("msa-params-button"),A.hidden=!0,C.prepend(i.icons.settings((()=>null)));const v=[f.root.style],T=[g.root.style,y.style];let S,E=p;const _=i.columnInput("Sequence",m,p,(async e=>{if(!e||e.semType!==r.SEMTYPE.MACROMOLECULE)return N.disabled=!0,await(0,o.gw)(0),void(_.value=E);E=e,N.disabled=!1,S=await M(_.value,m,v,T,f,x,w,b,g)}),{filter:e=>e.semType===r.SEMTYPE.MACROMOLECULE});_.setTooltip("Sequences column to use for alignment");const x=i.columnInput("Clusters",m,e.clustersCol);x.nullable=!0;const P=i.dialog("MSA").add(_).add(x).add(f).add(A).add(C).add(y).onOK((async()=>{await $(_,m,S,t,n)})),N=P.getButton("OK");if(_.fireChanged(),e.col)return S=await M(e.col,m,v,T,f,x,w,b,g),void await $(_,m,S,t,n);P.show()}))}async function $(e,t,n,i,o){let a=null;const l=r.TaskBarProgressIndicator.create("Analyze for MSA ...");try{if(e.fireChanged(),e.value.semType!==r.SEMTYPE.MACROMOLECULE)throw new Error("Chosen column has to be of Macromolecule semantic type");if(void 0===n)throw new Error("Invalid column format");if(a=await n(),null==a)return o("PepSeA container has not started");t.columns.add(a),await s.data.detectSemanticTypes(t),i(a)}catch(e){o(e)}finally{l.close()}}async function M(e,t,n,i,o,f,g,y,w){try{if(e.semType!==r.SEMTYPE.MACROMOLECULE)return;const s=t.columns.getUnusedName(`msa(${e.name})`);if((0,h.n)(e,e.name,[a.r2.FASTA,a.r2.SEPARATOR],[a.fb.DNA,a.fb.RNA,a.fb.PT],!1)){L(n,i,"kalign"),g.value=null,y.value=null,w.value=null;const t=l.g.forColumn(e),r=t.isFasta()?e:t.convert(a.r2.FASTA);return async()=>await(0,c.U4)(r,!1,s,f.value)}if((0,h.n)(e,e.name,[a.r2.HELM],[],!1))return L(n,i,"pepsea"),g.value??(g.value=d.jB.pepsea.gapOpen),y.value??(y.value=d.jB.pepsea.gapExtend),async()=>(await(0,m.Ns)(),(0,u.f3)(e,s,o.value,g.value,y.value,f.value));if((0,h.n)(e,e.name,[a.r2.SEPARATOR],[a.fb.UN],!1)){const t=l.g.forColumn(e).convert(a.r2.HELM);return L(n,i,"pepsea"),g.value??(g.value=d.jB.pepsea.gapOpen),y.value??(y.value=d.jB.pepsea.gapExtend),async()=>(await(0,m.Ns)(),(0,u.f3)(t,s,o.value,g.value,y.value,f.value))}return g.value=null,y.value=null,w.value=null,void L(n,i,"kalign")}catch(e){const t=e instanceof Error?e.message:e.toString();s.shell.error(t),p._package.logger.error(t)}}function L(e,t,n){if("kalign"===n){for(const t of e)t.display="none";for(const e of t)e.removeProperty("display")}else{for(const e of t)e.display="none";for(const t of e)t.removeProperty("display")}}P.styleTagTransform=_(),P.setAttributes=v(),P.insert=A().bind(null,"head"),P.domAPI=w(),P.insertStyleElement=S(),g()(x.Z,P),x.Z&&x.Z.locals&&x.Z.locals},6098:(e,t,n)=>{"use strict";n.d(t,{rE:()=>F,Xd:()=>B,U4:()=>G});var s=n(3870),r=n(976),i=n(6414),o=n.n(i),a=n(5226),l=n(8447);const c=Symbol("Comlink.proxy"),u=Symbol("Comlink.endpoint"),h=Symbol("Comlink.releaseProxy"),d=Symbol("Comlink.thrown"),m=e=>"object"==typeof e&&null!==e||"function"==typeof e,p=new Map([["proxy",{canHandle:e=>m(e)&&e[c],serialize(e){const{port1:t,port2:n}=new MessageChannel;return f(e,t),[n,[n]]},deserialize:e=>(e.start(),y(e))}],["throw",{canHandle:e=>m(e)&&d in e,serialize({value:e}){let t;return t=e instanceof Error?{isError:!0,value:{message:e.message,name:e.name,stack:e.stack}}:{isError:!1,value:e},[t,[]]},deserialize(e){throw e.isError?Object.assign(new Error(e.value.message),e.value):e.value}}]]);function f(e,t=self){t.addEventListener("message",(function n(s){if(!s||!s.data)return;const{id:r,type:i,path:o}=Object.assign({path:[]},s.data),a=(s.data.argumentList||[]).map(S);let l;try{const t=o.slice(0,-1).reduce(((e,t)=>e[t]),e),n=o.reduce(((e,t)=>e[t]),e);switch(i){case"GET":l=n;break;case"SET":t[o.slice(-1)[0]]=S(s.data.value),l=!0;break;case"APPLY":l=n.apply(t,a);break;case"CONSTRUCT":l=function(e){return Object.assign(e,{[c]:!0})}(new n(...a));break;case"ENDPOINT":{const{port1:t,port2:n}=new MessageChannel;f(e,n),l=function(e,t){return v.set(e,t),e}(t,[t])}break;case"RELEASE":l=void 0;break;default:return}}catch(e){l={value:e,[d]:0}}Promise.resolve(l).catch((e=>({value:e,[d]:0}))).then((e=>{const[s,o]=T(e);t.postMessage(Object.assign(Object.assign({},s),{id:r}),o),"RELEASE"===i&&(t.removeEventListener("message",n),g(t))}))})),t.start&&t.start()}function g(e){(function(e){return"MessagePort"===e.constructor.name})(e)&&e.close()}function y(e,t){return b(e,[],t)}function w(e){if(e)throw new Error("Proxy has been released and is not useable")}function b(e,t=[],n=function(){}){let s=!1;const r=new Proxy(n,{get(n,i){if(w(s),i===h)return()=>E(e,{type:"RELEASE",path:t.map((e=>e.toString()))}).then((()=>{g(e),s=!0}));if("then"===i){if(0===t.length)return{then:()=>r};const n=E(e,{type:"GET",path:t.map((e=>e.toString()))}).then(S);return n.then.bind(n)}return b(e,[...t,i])},set(n,r,i){w(s);const[o,a]=T(i);return E(e,{type:"SET",path:[...t,r].map((e=>e.toString())),value:o},a).then(S)},apply(n,r,i){w(s);const o=t[t.length-1];if(o===u)return E(e,{type:"ENDPOINT"}).then(S);if("bind"===o)return b(e,t.slice(0,-1));const[a,l]=C(i);return E(e,{type:"APPLY",path:t.map((e=>e.toString())),argumentList:a},l).then(S)},construct(n,r){w(s);const[i,o]=C(r);return E(e,{type:"CONSTRUCT",path:t.map((e=>e.toString())),argumentList:i},o).then(S)}});return r}function A(e){return Array.prototype.concat.apply([],e)}function C(e){const t=e.map(T);return[t.map((e=>e[0])),A(t.map((e=>e[1])))]}const v=new WeakMap;function T(e){for(const[t,n]of p)if(n.canHandle(e)){const[s,r]=n.serialize(e);return[{type:"HANDLER",name:t,value:s},r]}return[{type:"RAW",value:e},v.get(e)||[]]}function S(e){switch(e.type){case"HANDLER":return p.get(e.name).deserialize(e.value);case"RAW":return e.value}}function E(e,t,n){return new Promise((s=>{const r=new Array(4).fill(0).map((()=>Math.floor(Math.random()*Number.MAX_SAFE_INTEGER).toString(16))).join("-");e.addEventListener("message",(function t(n){!n.data||!n.data.id||n.data.id!==r||(e.removeEventListener("message",t),s(n.data))})),e.start&&e.start(),e.postMessage(Object.assign({id:r},t),n)}))}const _="KGZ1bmN0aW9uKCl7InVzZSBzdHJpY3QiO2NvbnN0ICQ9U3ltYm9sKCJDb21saW5rLnByb3h5IiksQT1TeW1ib2woIkNvbWxpbmsuZW5kcG9pbnQiKSxSPVN5bWJvbCgiQ29tbGluay5yZWxlYXNlUHJveHkiKSx5PVN5bWJvbCgiQ29tbGluay50aHJvd24iKSxfPWU9PnR5cGVvZiBlPT0ib2JqZWN0IiYmZSE9PW51bGx8fHR5cGVvZiBlPT0iZnVuY3Rpb24iLEw9e2NhbkhhbmRsZTplPT5fKGUpJiZlWyRdLHNlcmlhbGl6ZShlKXtjb25zdHtwb3J0MTpyLHBvcnQyOml9PW5ldyBNZXNzYWdlQ2hhbm5lbDtyZXR1cm4gdyhlLHIpLFtpLFtpXV19LGRlc2VyaWFsaXplKGUpe3JldHVybiBlLnN0YXJ0KCksQyhlKX19LE89e2NhbkhhbmRsZTplPT5fKGUpJiZ5IGluIGUsc2VyaWFsaXplKHt2YWx1ZTplfSl7bGV0IHI7cmV0dXJuIGUgaW5zdGFuY2VvZiBFcnJvcj9yPXtpc0Vycm9yOiEwLHZhbHVlOnttZXNzYWdlOmUubWVzc2FnZSxuYW1lOmUubmFtZSxzdGFjazplLnN0YWNrfX06cj17aXNFcnJvcjohMSx2YWx1ZTplfSxbcixbXV19LGRlc2VyaWFsaXplKGUpe3Rocm93IGUuaXNFcnJvcj9PYmplY3QuYXNzaWduKG5ldyBFcnJvcihlLnZhbHVlLm1lc3NhZ2UpLGUudmFsdWUpOmUudmFsdWV9fSxFPW5ldyBNYXAoW1sicHJveHkiLExdLFsidGhyb3ciLE9dXSk7ZnVuY3Rpb24gdyhlLHI9c2VsZil7ci5hZGRFdmVudExpc3RlbmVyKCJtZXNzYWdlIixmdW5jdGlvbiBpKHMpe2lmKCFzfHwhcy5kYXRhKXJldHVybjtjb25zdHtpZDpvLHR5cGU6YSxwYXRoOm59PU9iamVjdC5hc3NpZ24oe3BhdGg6W119LHMuZGF0YSksdT0ocy5kYXRhLmFyZ3VtZW50TGlzdHx8W10pLm1hcChtKTtsZXQgbDt0cnl7Y29uc3QgYz1uLnNsaWNlKDAsLTEpLnJlZHVjZSgoZCxoKT0+ZFtoXSxlKSxmPW4ucmVkdWNlKChkLGgpPT5kW2hdLGUpO3N3aXRjaChhKXtjYXNlIkdFVCI6bD1mO2JyZWFrO2Nhc2UiU0VUIjpjW24uc2xpY2UoLTEpWzBdXT1tKHMuZGF0YS52YWx1ZSksbD0hMDticmVhaztjYXNlIkFQUExZIjpsPWYuYXBwbHkoYyx1KTticmVhaztjYXNlIkNPTlNUUlVDVCI6e2NvbnN0IGQ9bmV3IGYoLi4udSk7bD16KGQpfWJyZWFrO2Nhc2UiRU5EUE9JTlQiOntjb25zdHtwb3J0MTpkLHBvcnQyOmh9PW5ldyBNZXNzYWdlQ2hhbm5lbDt3KGUsaCksbD1OKGQsW2RdKX1icmVhaztjYXNlIlJFTEVBU0UiOmw9dm9pZCAwO2JyZWFrO2RlZmF1bHQ6cmV0dXJufX1jYXRjaChjKXtsPXt2YWx1ZTpjLFt5XTowfX1Qcm9taXNlLnJlc29sdmUobCkuY2F0Y2goYz0+KHt2YWx1ZTpjLFt5XTowfSkpLnRoZW4oYz0+e2NvbnN0W2YsZF09UyhjKTtyLnBvc3RNZXNzYWdlKE9iamVjdC5hc3NpZ24oT2JqZWN0LmFzc2lnbih7fSxmKSx7aWQ6b30pLGQpLGE9PT0iUkVMRUFTRSImJihyLnJlbW92ZUV2ZW50TGlzdGVuZXIoIm1lc3NhZ2UiLGkpLEYocikpfSl9KSxyLnN0YXJ0JiZyLnN0YXJ0KCl9ZnVuY3Rpb24gVChlKXtyZXR1cm4gZS5jb25zdHJ1Y3Rvci5uYW1lPT09Ik1lc3NhZ2VQb3J0In1mdW5jdGlvbiBGKGUpe1QoZSkmJmUuY2xvc2UoKX1mdW5jdGlvbiBDKGUscil7cmV0dXJuIGIoZSxbXSxyKX1mdW5jdGlvbiBwKGUpe2lmKGUpdGhyb3cgbmV3IEVycm9yKCJQcm94eSBoYXMgYmVlbiByZWxlYXNlZCBhbmQgaXMgbm90IHVzZWFibGUiKX1mdW5jdGlvbiBiKGUscj1bXSxpPWZ1bmN0aW9uKCl7fSl7bGV0IHM9ITE7Y29uc3Qgbz1uZXcgUHJveHkoaSx7Z2V0KGEsbil7aWYocChzKSxuPT09UilyZXR1cm4oKT0+ZyhlLHt0eXBlOiJSRUxFQVNFIixwYXRoOnIubWFwKHU9PnUudG9TdHJpbmcoKSl9KS50aGVuKCgpPT57RihlKSxzPSEwfSk7aWYobj09PSJ0aGVuIil7aWYoci5sZW5ndGg9PT0wKXJldHVybnt0aGVuOigpPT5vfTtjb25zdCB1PWcoZSx7dHlwZToiR0VUIixwYXRoOnIubWFwKGw9PmwudG9TdHJpbmcoKSl9KS50aGVuKG0pO3JldHVybiB1LnRoZW4uYmluZCh1KX1yZXR1cm4gYihlLFsuLi5yLG5dKX0sc2V0KGEsbix1KXtwKHMpO2NvbnN0W2wsY109Uyh1KTtyZXR1cm4gZyhlLHt0eXBlOiJTRVQiLHBhdGg6Wy4uLnIsbl0ubWFwKGY9PmYudG9TdHJpbmcoKSksdmFsdWU6bH0sYykudGhlbihtKX0sYXBwbHkoYSxuLHUpe3Aocyk7Y29uc3QgbD1yW3IubGVuZ3RoLTFdO2lmKGw9PT1BKXJldHVybiBnKGUse3R5cGU6IkVORFBPSU5UIn0pLnRoZW4obSk7aWYobD09PSJiaW5kIilyZXR1cm4gYihlLHIuc2xpY2UoMCwtMSkpO2NvbnN0W2MsZl09TSh1KTtyZXR1cm4gZyhlLHt0eXBlOiJBUFBMWSIscGF0aDpyLm1hcChkPT5kLnRvU3RyaW5nKCkpLGFyZ3VtZW50TGlzdDpjfSxmKS50aGVuKG0pfSxjb25zdHJ1Y3QoYSxuKXtwKHMpO2NvbnN0W3UsbF09TShuKTtyZXR1cm4gZyhlLHt0eXBlOiJDT05TVFJVQ1QiLHBhdGg6ci5tYXAoYz0+Yy50b1N0cmluZygpKSxhcmd1bWVudExpc3Q6dX0sbCkudGhlbihtKX19KTtyZXR1cm4gb31mdW5jdGlvbiBEKGUpe3JldHVybiBBcnJheS5wcm90b3R5cGUuY29uY2F0LmFwcGx5KFtdLGUpfWZ1bmN0aW9uIE0oZSl7Y29uc3Qgcj1lLm1hcChTKTtyZXR1cm5bci5tYXAoaT0+aVswXSksRChyLm1hcChpPT5pWzFdKSldfWNvbnN0IFA9bmV3IFdlYWtNYXA7ZnVuY3Rpb24gTihlLHIpe3JldHVybiBQLnNldChlLHIpLGV9ZnVuY3Rpb24geihlKXtyZXR1cm4gT2JqZWN0LmFzc2lnbihlLHtbJF06ITB9KX1mdW5jdGlvbiBTKGUpe2Zvcihjb25zdFtyLGldb2YgRSlpZihpLmNhbkhhbmRsZShlKSl7Y29uc3RbcyxvXT1pLnNlcmlhbGl6ZShlKTtyZXR1cm5be3R5cGU6IkhBTkRMRVIiLG5hbWU6cix2YWx1ZTpzfSxvXX1yZXR1cm5be3R5cGU6IlJBVyIsdmFsdWU6ZX0sUC5nZXQoZSl8fFtdXX1mdW5jdGlvbiBtKGUpe3N3aXRjaChlLnR5cGUpe2Nhc2UiSEFORExFUiI6cmV0dXJuIEUuZ2V0KGUubmFtZSkuZGVzZXJpYWxpemUoZS52YWx1ZSk7Y2FzZSJSQVciOnJldHVybiBlLnZhbHVlfX1mdW5jdGlvbiBnKGUscixpKXtyZXR1cm4gbmV3IFByb21pc2Uocz0+e2NvbnN0IG89VSgpO2UuYWRkRXZlbnRMaXN0ZW5lcigibWVzc2FnZSIsZnVuY3Rpb24gYShuKXshbi5kYXRhfHwhbi5kYXRhLmlkfHxuLmRhdGEuaWQhPT1vfHwoZS5yZW1vdmVFdmVudExpc3RlbmVyKCJtZXNzYWdlIixhKSxzKG4uZGF0YSkpfSksZS5zdGFydCYmZS5zdGFydCgpLGUucG9zdE1lc3NhZ2UoT2JqZWN0LmFzc2lnbih7aWQ6b30sciksaSl9KX1mdW5jdGlvbiBVKCl7cmV0dXJuIG5ldyBBcnJheSg0KS5maWxsKDApLm1hcCgoKT0+TWF0aC5mbG9vcihNYXRoLnJhbmRvbSgpKk51bWJlci5NQVhfU0FGRV9JTlRFR0VSKS50b1N0cmluZygxNikpLmpvaW4oIi0iKX1jb25zdCBXPWFzeW5jKCk9PldlYkFzc2VtYmx5LnZhbGlkYXRlKG5ldyBVaW50OEFycmF5KFswLDk3LDExNSwxMDksMSwwLDAsMCwxLDUsMSw5NiwwLDEsMTIzLDMsMiwxLDAsMTAsMTAsMSw4LDAsNjUsMCwyNTMsMTUsMjUzLDk4LDExXSkpLHg9ImVhZ2VyIixrPSJsYXp5IixqPXtzc3c6WyJzaW1kIl0sbWluaW1hcDI6WyJzaW1kIl19LHQ9e3Rvb2xzOltdLGNvbmZpZzp7fSxmaWxlczpbXSxiYXNlOnt9LGZzOnt9LGFzeW5jIGluaXQoKXtpZih0LnRvb2xzLmxlbmd0aD09PTApdGhyb3ciRXhwZWN0aW5nIGF0IGxlYXN0IDEgdG9vbC4iO2lmKG5ldyBTZXQodC50b29scy5tYXAocj0+YCR7ci50b29sfS8ke3IucHJvZ3JhbXx8ci50b29sfWApKS5zaXplIT09dC50b29scy5sZW5ndGgpdGhyb3ciRm91bmQgZHVwbGljYXRlIHRvb2xzOyBjYW4gb25seSBoYXZlIGVhY2ggdG9vbC9wcm9ncmFtIGNvbWJpbmF0aW9uIGF0IG1vc3Qgb25jZS4iO2lmKHQuYmFzZT10LnRvb2xzLmZpbmQocj0+ci5yZWluaXQhPT0hMCksIXQuYmFzZSl0aHJvdyJDb3VsZCBub3QgZmluZCBhIHRvb2wgd2l0aCBgcmVpbml0OiBmYWxzZWAgdG8gdXNlIGFzIHRoZSBiYXNlIG1vZHVsZS4gVG8gZml4IHRoaXMgaXNzdWUsIGluY2x1ZGUgdGhlIHRvb2wgYGJhc2UvMS4wLjBgIHdoZW4gaW5pdGlhbGl6aW5nIEFpb2xpLiI7cmV0dXJuIHQuYmFzZS5pc0Jhc2VNb2R1bGU9ITAsYXdhaXQgdGhpcy5fc2V0dXAodC5iYXNlKSxhd2FpdCB0aGlzLl9pbml0TW9kdWxlcygpLHQuX2xvZygiUmVhZHkiKSwhMH0sYXN5bmMgX2luaXRNb2R1bGVzKCl7YXdhaXQgUHJvbWlzZS5hbGwodC50b29scy5tYXAodGhpcy5fc2V0dXApKSxhd2FpdCB0aGlzLl9zZXR1cEZTKCl9LG1vdW50KGU9W10pe2NvbnN0IHI9YCR7dC5jb25maWcuZGlyU2hhcmVkfSR7dC5jb25maWcuZGlyRGF0YX1gLGk9YCR7dC5jb25maWcuZGlyU2hhcmVkfSR7dC5jb25maWcuZGlyTW91bnRlZH1gO2xldCBzPVtdLG89W10sYT1bXTshQXJyYXkuaXNBcnJheShlKSYmIShlIGluc3RhbmNlb2YgRmlsZUxpc3QpJiYoZT1bZV0pLHQuX2xvZyhgTW91bnRpbmcgJHtlLmxlbmd0aH0gZmlsZXNgKTtmb3IobGV0IG4gb2YgZSl7aWYobiBpbnN0YW5jZW9mIEZpbGV8fChuPT1udWxsP3ZvaWQgMDpuLmRhdGEpaW5zdGFuY2VvZiBCbG9iJiZuLm5hbWV8fHR5cGVvZihuPT1udWxsP3ZvaWQgMDpuLmRhdGEpPT0ic3RyaW5nIiYmbi5uYW1lKXR5cGVvZihuPT1udWxsP3ZvaWQgMDpuLmRhdGEpPT0ic3RyaW5nIiYmKG4uZGF0YT1uZXcgQmxvYihbbi5kYXRhXSx7dHlwZToidGV4dC9wbGFpbiJ9KSkscy5wdXNoKG4pO2Vsc2UgaWYobi5uYW1lJiZuLnVybClvLnB1c2gobik7ZWxzZSBpZih0eXBlb2Ygbj09InN0cmluZyImJm4uc3RhcnRzV2l0aCgiaHR0cCIpKW49e3VybDpuLG5hbWU6bi5zcGxpdCgiLy8iKS5wb3AoKS5yZXBsYWNlKC9cLy9nLCItIil9LG8ucHVzaChuKTtlbHNlIHRocm93J0Nhbm5vdCBtb3VudCBmaWxlKHMpIHNwZWNpZmllZC4gTXVzdCBiZSBhIEZpbGUsIEJsb2IsIGEgVVJMIHN0cmluZywgb3IgeyBuYW1lOiAiZmlsZS50eHQiLCBkYXRhOiAic3RyaW5nIiB9Lic7YS5wdXNoKG4ubmFtZSl9dHJ5e3QuZnMudW5tb3VudChpKX1jYXRjaHt9Zm9yKGxldCBuIG9mIG8pdC5mcy5jcmVhdGVMYXp5RmlsZShyLG4ubmFtZSxuLnVybCwhMCwhMCk7cmV0dXJuIHQuZmlsZXM9dC5maWxlcy5jb25jYXQocyksdC5iYXNlLm1vZHVsZS5GUy5tb3VudCh0LmJhc2UubW9kdWxlLldPUktFUkZTLHtmaWxlczp0LmZpbGVzLmZpbHRlcihuPT5uIGluc3RhbmNlb2YgRmlsZSksYmxvYnM6dC5maWxlcy5maWx0ZXIobj0+KG49PW51bGw/dm9pZCAwOm4uZGF0YSlpbnN0YW5jZW9mIEJsb2IpfSxpKSxzLm1hcChuPT57Y29uc3QgdT1gJHtpfS8ke24ubmFtZX1gLGw9YCR7cn0vJHtuLm5hbWV9YDt0cnl7dC5mcy51bmxpbmsobCl9Y2F0Y2h7fXQuX2xvZyhgQ3JlYXRpbmcgc3ltbGluazogJHtsfSAtLT4gJHt1fWApLHQuZnMuc3ltbGluayh1LGwpfSksYS5tYXAobj0+YCR7cn0vJHtufWApfSxhc3luYyBleGVjKGUscj1udWxsKXtpZih0Ll9sb2coYEV4ZWN1dGluZyAlYyR7ZX0lYyBhcmdzPSR7cn1gLCJjb2xvcjpkYXJrYmx1ZTsgZm9udC13ZWlnaHQ6Ym9sZCIsIiIpLCFlKXRocm93IkV4cGVjdGluZyBhIGNvbW1hbmQiO2xldCBpPWU7cj09bnVsbCYmKHI9ZS5zcGxpdCgiICIpLGk9ci5zaGlmdCgpKTtjb25zdCBzPXQudG9vbHMuZmluZChhPT57dmFyIHU7bGV0IG49aTtyZXR1cm4oKHU9YT09bnVsbD92b2lkIDA6YS5mZWF0dXJlcyk9PW51bGw/dm9pZCAwOnUuc2ltZCk9PT0hMCYmKG49YCR7bn0tc2ltZGApLGEucHJvZ3JhbT09bn0pO2lmKHM9PW51bGwpdGhyb3dgUHJvZ3JhbSAke2l9IG5vdCBmb3VuZC5gO3Muc3Rkb3V0PSIiLHMuc3RkZXJyPSIiLHMubG9hZGluZz09ayYmKHMubG9hZGluZz14LGF3YWl0IHRoaXMuX2luaXRNb2R1bGVzKCkpO3RyeXtzLm1vZHVsZS5jYWxsTWFpbihyKX1jYXRjaChhKXtjb25zb2xlLmVycm9yKGEpfXRyeXtzLm1vZHVsZS5GUy5jbG9zZShzLm1vZHVsZS5GUy5zdHJlYW1zWzFdKSxzLm1vZHVsZS5GUy5jbG9zZShzLm1vZHVsZS5GUy5zdHJlYW1zWzJdKX1jYXRjaHt9cy5tb2R1bGUuRlMuc3RyZWFtc1sxXT1zLm1vZHVsZS5GUy5vcGVuKCIvZGV2L3N0ZG91dCIsInciKSxzLm1vZHVsZS5GUy5zdHJlYW1zWzJdPXMubW9kdWxlLkZTLm9wZW4oIi9kZXYvc3RkZXJyIiwidyIpO2xldCBvPXtzdGRvdXQ6cy5zdGRvdXQsc3RkZXJyOnMuc3RkZXJyfTtpZih0LmNvbmZpZy5wcmludEludGVybGVhdmVkJiYobz1zLnN0ZG91dCkscy5yZWluaXQ9PT0hMCl7Y29uc3QgYT10LmJhc2UubW9kdWxlLkZTLmN3ZCgpO09iamVjdC5hc3NpZ24ocyxzLmNvbmZpZykscy5yZWFkeT0hMSxhd2FpdCB0aGlzLmluaXQoKSxzLmlzQmFzZU1vZHVsZSYmdGhpcy5tb3VudCgpLHRoaXMuY2QoYSl9cmV0dXJuIG99LGNhdChlKXtyZXR1cm4gdC5fZmlsZW9wKCJjYXQiLGUpfSxscyhlKXtyZXR1cm4gdC5fZmlsZW9wKCJscyIsZSl9LGRvd25sb2FkKGUpe3JldHVybiB0Ll9maWxlb3AoImRvd25sb2FkIixlKX0scHdkKCl7cmV0dXJuIHQuZnMuY3dkKCl9LGNkKGUpe2ZvcihsZXQgciBvZiB0LnRvb2xzKSFyLm1vZHVsZXx8ci5tb2R1bGUuRlMuY2hkaXIoZSl9LG1rZGlyKGUpe3JldHVybiB0LmZzLm1rZGlyKGUpLCEwfSxyZWFkKHtwYXRoOmUsbGVuZ3RoOnIsZmxhZzppPSJyIixvZmZzZXQ6cz0wLHBvc2l0aW9uOm89MH0pe2NvbnN0IGE9dC5mcy5vcGVuKGUsaSksbj1uZXcgVWludDhBcnJheShyKTtyZXR1cm4gdC5mcy5yZWFkKGEsbixzLHIsbyksdC5mcy5jbG9zZShhKSxufSx3cml0ZSh7cGF0aDplLGJ1ZmZlcjpyLGZsYWc6aT0idysiLG9mZnNldDpzPTAscG9zaXRpb246bz0wfSl7Y29uc3QgYT10LmZzLm9wZW4oZSxpKTt0LmZzLndyaXRlKGEscixzLHIubGVuZ3RoLG8pLHQuZnMuY2xvc2UoYSl9LF9zdGRpblR4dDoiIixfc3RkaW5QdHI6MCxnZXQgc3RkaW4oKXtyZXR1cm4gdC5fc3RkaW5UeHR9LHNldCBzdGRpbihlPSIiKXt0Ll9sb2coYFNldHRpbmcgc3RkaW4gdG8gJWMke2V9JWNgLCJjb2xvcjpkYXJrYmx1ZSIsIiIpLHQuX3N0ZGluVHh0PWUsdC5fc3RkaW5QdHI9MH0sYXN5bmMgX3NldHVwKGUpe2lmKGUucmVhZHkpcmV0dXJuO2lmKHQuX2xvZyhgU2V0dGluZyB1cCAke2UudG9vbH0gKGJhc2UgPSAke2UuaXNCYXNlTW9kdWxlPT09ITB9KS4uLmApLGUuY29uZmlnPU9iamVjdC5hc3NpZ24oe30sZSksZS51cmxQcmVmaXh8fChlLnVybFByZWZpeD1gJHt0LmNvbmZpZy51cmxDRE59LyR7ZS50b29sfS8ke2UudmVyc2lvbn1gKSxlLnByb2dyYW18fChlLnByb2dyYW09ZS50b29sKSxlLmZlYXR1cmVzfHwoZS5mZWF0dXJlcz17fSwoaltlLnByb2dyYW1dfHxbXSkuaW5jbHVkZXMoInNpbWQiKSYmKGF3YWl0IFcoKT8oZS5wcm9ncmFtKz0iLXNpbWQiLGUuZmVhdHVyZXMuc2ltZD0hMCk6dC5fbG9nKGBXZWJBc3NlbWJseSBTSU1EIGlzIG5vdCBzdXBwb3J0ZWQgaW4gdGhpcyBicm93c2VyOyB3aWxsIGxvYWQgbm9uLVNJTUQgdmVyc2lvbiBvZiAke2UucHJvZ3JhbX0uYCkpKSxlLmlzQmFzZU1vZHVsZSYmKGUubG9hZGluZz14KSxlLmxvYWRpbmc9PT1rKXt0Ll9sb2coYFdpbGwgbGF6eS1sb2FkICR7ZS50b29sfTsgc2tpcHBpbmcgaW5pdGlhbGl6YXRpb24uYCk7cmV0dXJufXNlbGYuaW1wb3J0U2NyaXB0cyhgJHtlLnVybFByZWZpeH0vJHtlLnByb2dyYW19LmpzYCksZS5tb2R1bGU9YXdhaXQgTW9kdWxlKHt0aGlzUHJvZ3JhbTplLnByb2dyYW0sbG9jYXRlRmlsZTooaSxzKT0+YCR7ZS51cmxQcmVmaXh9LyR7aX1gLHN0ZGluOigpPT50Ll9zdGRpblB0cjx0LnN0ZGluLmxlbmd0aD90LnN0ZGluLmNoYXJDb2RlQXQodC5fc3RkaW5QdHIrKyk6KHQuc3RkaW49IiIsbnVsbCkscHJpbnQ6aT0+ZS5zdGRvdXQrPWAke2l9CmAscHJpbnRFcnI6dC5jb25maWcucHJpbnRJbnRlcmxlYXZlZD9pPT5lLnN0ZG91dCs9YCR7aX0KYDppPT5lLnN0ZGVycis9YCR7aX0KYH0pO2NvbnN0IHI9ZS5tb2R1bGUuRlM7ZS5pc0Jhc2VNb2R1bGU/KHQuX2xvZyhgU2V0dGluZyB1cCAke2UudG9vbH0gd2l0aCBiYXNlIG1vZHVsZSBmaWxlc3lzdGVtLi4uYCksci5ta2Rpcih0LmNvbmZpZy5kaXJTaGFyZWQsNTExKSxyLm1rZGlyKGAke3QuY29uZmlnLmRpclNoYXJlZH0vJHt0LmNvbmZpZy5kaXJEYXRhfWAsNTExKSxyLm1rZGlyKGAke3QuY29uZmlnLmRpclNoYXJlZH0vJHt0LmNvbmZpZy5kaXJNb3VudGVkfWAsNTExKSxyLmNoZGlyKGAke3QuY29uZmlnLmRpclNoYXJlZH0vJHt0LmNvbmZpZy5kaXJEYXRhfWApLHQuZnM9cik6KHQuX2xvZyhgU2V0dGluZyB1cCAke2UudG9vbH0gd2l0aCBmaWxlc3lzdGVtLi4uYCksci5ta2Rpcih0LmNvbmZpZy5kaXJTaGFyZWQpLHIubW91bnQoZS5tb2R1bGUuUFJPWFlGUyx7cm9vdDp0LmNvbmZpZy5kaXJTaGFyZWQsZnM6dC5mc30sdC5jb25maWcuZGlyU2hhcmVkKSxyLmNoZGlyKHQuZnMuY3dkKCkpKSxlLnN0ZG91dD0iIixlLnN0ZGVycj0iIixlLnJlYWR5PSEwfSxhc3luYyBfc2V0dXBGUygpe2NvbnN0IGU9dC5mcztmb3IobGV0IHIgb2YgdC50b29scyl7aWYoIXIucmVhZHkpY29udGludWU7Y29uc3QgaT1yLm1vZHVsZS5GUyxzPWAvJHtyLnRvb2x9YCxvPWAke3QuY29uZmlnLmRpclNoYXJlZH0ke3N9YDshaS5hbmFseXplUGF0aChzKS5leGlzdHN8fGUuYW5hbHl6ZVBhdGgobykuZXhpc3RzfHwodC5fbG9nKGBNb3VudGluZyAke3N9IG9udG8gJHt0LmJhc2UudG9vbH0gZmlsZXN5c3RlbSBhdCAke299YCksZS5ta2RpcihvKSxlLm1vdW50KHQuYmFzZS5tb2R1bGUuUFJPWFlGUyx7cm9vdDpzLGZzOml9LG8pKX19LF9maWxlb3AoZSxyKXt0Ll9sb2coYFJ1bm5pbmcgJHtlfSAke3J9YCk7Y29uc3QgaT10LmZzLmFuYWx5emVQYXRoKHIpO2lmKCFpLmV4aXN0cylyZXR1cm4gdC5fbG9nKGBGaWxlICR7cn0gbm90IGZvdW5kLmApLCExO3N3aXRjaChlKXtjYXNlImNhdCI6cmV0dXJuIHQuZnMucmVhZEZpbGUocix7ZW5jb2Rpbmc6InV0ZjgifSk7Y2FzZSJscyI6cmV0dXJuIHQuZnMuaXNGaWxlKGkub2JqZWN0Lm1vZGUpP3QuZnMuc3RhdChyKTp0LmZzLnJlYWRkaXIocik7Y2FzZSJkb3dubG9hZCI6Y29uc3Qgcz1uZXcgQmxvYihbdGhpcy5jYXQocildKTtyZXR1cm4gVVJMLmNyZWF0ZU9iamVjdFVSTChzKX1yZXR1cm4hMX0sX2xvZyhlKXtpZighdC5jb25maWcuZGVidWcpcmV0dXJuO2xldCByPVsuLi5hcmd1bWVudHNdO3Iuc2hpZnQoKSxjb25zb2xlLmxvZyhgJWNbV2ViV29ya2VyXSVjICR7ZX1gLCJmb250LXdlaWdodDpib2xkIiwiIiwuLi5yKX19O3codCl9KSgpOwo=",x=typeof window<"u"&&window.Blob&&new Blob([atob(_)],{type:"text/javascript;charset=utf-8"});function P(){const e=x&&(window.URL||window.webkitURL).createObjectURL(x);try{return e?new Worker(e):new Worker("data:application/javascript;base64,"+_)}finally{e&&(window.URL||window.webkitURL).revokeObjectURL(e)}}const N={urlCDN:"https://biowasm.com/cdn/v3",urlCDNStg:"https://stg.biowasm.com/cdn/v3",dirShared:"/shared",dirMounted:"/mnt",dirData:"/data",printInterleaved:!0,callback:null,debug:!1,env:"prd"};class ${constructor(e,t={}){if(null==e)throw"Expecting array of tools as input to Aioli constructor.";return Array.isArray(e)||(e=[e]),t=Object.assign({},N,t),e=e.map(this._parseTool),"stg"===t.env&&(t.urlCDN=t.urlCDNStg),this.tools=e,this.config=t,null!=this.config.callback&&(this.callback=this.config.callback),delete this.config.callback,this.init()}async init(){const e=new P;this.callback&&(e.onmessage=e=>{"biowasm"===e.data.type&&this.callback(e.data.value)});const t=y(e);return t.tools=this.tools,t.config=this.config,await t.init(),t}_parseTool(e){if("string"!=typeof e)return e;const t=e.split("/");if(2!=t.length&&3!=t.length)throw"Expecting '<tool>/<version>' or '<tool>/<program>/<version>'";return{tool:t[0],program:3==t.length?t[1]:t[0],version:t[t.length-1]}}}var M=n(850);class L{static getAvailableScales(){return Object.entries(this.scales).map((([e,t])=>e))}static getScale(e){return(0,M.hu)(!(void 0===this.scales[e]),`Scale '${e}' was not found.`),this.scales[e]}}L.scales={WimleyWhite:{"-":0,A:.17,C:-.24,D:-.07,E:-.01,F:-1.13,G:.01,H:.17,I:-.31,K:.99,L:-.56,M:-.23,N:.42,P:.45,Q:.58,R:.81,S:.13,T:.14,V:.07,W:-1.85,Y:-.94},categorial:{"-":0,A:1,C:2,D:3,E:4,F:5,G:6,H:7,I:8,K:9,L:10,M:11,N:12,P:13,Q:14,R:15,S:16,T:17,V:18,W:19,Y:20}};class I{constructor(e="categorial"){this.aa2num=L.getScale(e),this.num2aa={},Object.entries(this.aa2num).forEach((([e,t])=>this.num2aa[t]=e))}static _truncateSequence(e){let t=0,n=e.length;const s=["NH2","COOH"];if(e.startsWith(s[0])){const n=s[0].length;(0,M.hu)("-"==e[n],`Wrong sequence format: ${s[0]} without following '-' in '${e}'.`),t=n}if(e.endsWith(s[1])){const t=s[1].length+1;(0,M.hu)("-"==e[n-t],`Wrong sequence format: ${s[1]} without '-' precending in '${e}'.`),n-=t}return e.substring(t,n)}static _dropDefises(e){return e.replace(/(-)([^-]+)/g,"$2")}static clean(e){return I._dropDefises(I._truncateSequence(e))}encode(e){const t=e.length,n=new Array(t).fill(0);for(let s=0;s<t;++s){const t=e[s];(0,M.hu)(t in this.aa2num,`Unknown char '${t}' found in sequence '${e}'`),n[s]=this.encodeLettter(t)}return n}encodeLettter(e){return this.aa2num[e]}decode(e){let t="";for(let n=0;n<e.length;++n){const s=e[n];(0,M.hu)(s in this.num2aa,`Unknown code '${s}' found in vector '${e}'`),t+=this.num2aa[s]}return t}}var R=n(3553);const O="input.fa",D="result.fasta";class F extends Error{constructor(e,t){super(e.innerText,t),this.element=e}}function k(e){return e.reduce(((e,t,n)=>e+`>sample${n+1}\n${t}\n`),"")}async function G(e,t=!1,n="",s=null,i,o,c){let u=e.toList();t&&(u=u.map((e=>I.clean(e).replace(/\-/g,""))));const h=e.length;s??(s=r.Column.string("Clusters",h).init("0")),s.type!=r.COLUMN_TYPE.STRING&&(s=s.convertTo(r.TYPE.STRING)),s.compact();const d=s.categories,m=s.getRawData(),p=new Array(d.length),f=new Array(d.length);for(let e=0;e<h;++e){const t=m[e];(p[t]??(p[t]=[])).push(u[e]),(f[t]??(f[t]=[])).push(e)}B(f,d);const g=await new $(["base/1.0.0",{tool:"kalign",version:R.WY,reinit:!0}]),y=r.Column.string(n,h);for(let e=0;e<d.length;++e){const t=k(p[e]);await g.fs.writeFile(O,t);const n=`${void 0!==i?` --gpo ${i}`:""}${void 0!==o?` --gpe ${o}`:""}${void 0!==c?` --tgpe ${c}`:""}`,s=await g.exec(`kalign ${O} -f fasta -o ${D}${n}`);console.warn(s);const r=await g.cat(D);if(!r){const e=H(s,1);throw new Error(e)}const l=new a.i(r).sequencesArray,u=f[e];for(let e=0;e<l.length;++e)y.set(u[e],l[e])}const w=e.getTag(r.TAGS.UNITS),b=e.getTag(l.DX.alphabet);return y.setTag(r.TAGS.UNITS,w),y.setTag(l.DX.aligned,"SEQ.MSA"),y.setTag(l.DX.alphabet,b),y.semType=r.SEMTYPE.MACROMOLECULE,y}function H(e,t){const n=[],s=/^.+ERROR : (.+)$/gm;let r;for(;null!=(r=s.exec(e))&&(void 0===t||n.length<t);)n.push(r[1]);return n.join("\n")}function B(e,t){const n=e.map(((e,t)=>[e,t])).filter((([e,t])=>1==e.length)).map((([e,t])=>t));if(n.length>0){const e=s.div([s.divText(`MSA analysis is not available on single sequence clusters #${n.length}:`),...o()(n).take(3).map((e=>{let r=t[e];return r.length>25&&(r=r.slice(0,25)+"..."),s.divText(`"${r}"${e<n.length-1?", ":"."}`)})).toArray(),...n.length>3?[s.divText("...")]:[]]);throw new F(e)}}},8341:(e,t,n)=>{"use strict";n.d(t,{Jy:()=>u,f3:()=>d,lp:()=>c});var s=n(4469),r=n(976),i=n(8447),o=n(6098),a=n(3553),l=n(7422);const c=new class{constructor(){this.dcName="bio"}async getDockerContainer(){return await s.dapi.docker.dockerContainers.filter(this.dcName).first()}},u=["mafft --auto","mafft","linsi","ginsi","einsi","fftns","fftnsi","nwns","nwnsi"],h=["AlignedSeq","AlignedSubpeptide","HELM","ID","PolymerID"];async function d(e,t,n="ginsi",s=1.53,l=0,u=null,d){const p=await c.getDockerContainer();if("started"!==p.status&&"checking"!==p.status)throw new Error("PepSeA container has not started yet");const f=e.length;u??(u=r.Column.int("Clusters",f).init(0)),u.type!=r.COLUMN_TYPE.STRING&&(u=u.convertTo(r.TYPE.STRING));const g=u.categories,y=u.getRawData(),w=new Array(g.length),b=new Array(g.length);for(let t=0;t<f;++t){const n=y[t],s=g[n];if(""===s)continue;const r=g.indexOf(s),i=e.get(t);i&&((w[r]??(w[r]=[])).push({ID:t.toString(),HELM:i}),(b[n]??(b[n]=[])).push(t))}(0,o.Xd)(b,g);const A=new Array(f);for(const e of w){const t=(await m(p.id,e,n,s,l,d)).Alignment;for(const e of t)A[parseInt(e.ID)]=Object.entries(e).filter((e=>!h.includes(e[0]))).map((e=>"-"!==e[1]?e[1]:"")).join(a.rs.SEPARATOR)}const C=r.Column.fromStrings(t,A);return C.setTag(r.TAGS.UNITS,i.r2.SEPARATOR),C.setTag(i.DX.separator,a.rs.SEPARATOR),C.setTag(i.DX.aligned,"SEQ.MSA"),C.setTag(i.DX.alphabet,i.fb.UN),C.setTag(i.DX.alphabetIsMultichar,"true"),C.semType=r.SEMTYPE.MACROMOLECULE,C}async function m(e,t,n,r,i,o){const a={method:"POST",headers:{Accept:"application/json","Content-Type":"application/json"},body:JSON.stringify(t)},c=`/align?method=${n}&gap_open=${r}&gap_extend=${i}`;let u;if("fetchProxy"in s.dapi.docker.dockerContainers){const t=window.performance.now(),n=await s.dapi.docker.dockerContainers.fetchProxy(e,c,a),r=window.performance.now();l._package.logger.debug(`Bio: requestAlignedObjects() dockerContainers.fetchProxy(), ET: ${r-t} ms`);const i="application/json"===n.headers.get("content-type");if(!n.ok&&i){const e=await n.json(),t=e["pepsea-error"];if(t)throw new Error(`PepSeA error: ${t}`);const s=e["datagrok-error"];if(s)throw new Error(`Datagrok error: ${s}`);throw new Error(n.statusText)}if(!n.ok&&!i){const e=await n.text();throw new Error(`Error: ${e}`)}if(!i){const e=await n.text();throw new Error(`Error: PepSeA expected JSON response, got '${e}'.`)}u=await n.json()}else{const t=await s.dapi.docker.dockerContainers.request(e,c,a);if(!t)throw new Error("Empty response");u=JSON.parse(t);const n=u["pepsea-error"];if(n)throw new Error(`PepSeA error: ${n}`);const r=u["datagrok-error"];if(r)throw new Error(`Datagrok error: ${r}`)}if("pepsea-stderr"in u){const e=u["pepsea-stderr"];o?.warning(e)}return u}},9943:(e,t,n)=>{"use strict";n.d(t,{i$:()=>a,sK:()=>l}),n(976),n(3870),n(4469);var s=n(6414),r=n.n(s),i=n(8607);const o=60;function a(e,t,n=o,s="\n"){const r=i.g.forColumn(t),a=[];for(let i=0;i<t.length;i++){const t=e.map((e=>e.get(i).toString())).join("|"),o=l(r.getSplitted(i),n);a.push(`>${t}${s}`);for(const e of o)a.push(`${e}${s}`)}return"".concat(...a)}function l(e,t=o){let n=0;const s=e.length,i=[];for(;n<s;){const s=r()(e.originals).slice(n,n+t).toArray(),o=s.map((e=>e.length>1?`[${e}]`:e)).reduce(((e,t)=>e+t),"");i.push(o),n+=s.length}return i}},9416:(e,t,n)=>{"use strict";n.d(t,{n:()=>u});var s=n(4469),r=n(976),i=n(2997),o=n(2568),a=n(8457),l=n(3553),c=n(1821);async function u(e,t){if(await(0,i.gw)(10),!(0,o.n)(t,"Sequence space"))return e;const n=(0,a.O)(t);n.name="splitToMonomers";const u=t.dataFrame;for(const e of n.columns)e.semType=l.Of.MONOMER,e.setTag(c.DX.alphabet,t.getTag(c.DX.alphabet));const h=/(\d+)(?: \((\d+)\))?/,d=e=>{h.lastIndex=0;const t=e.match(h);return t?`${t[1]} (${parseInt(t[2]??"0")+1})`:e};for(let e=0;e<n.columns.length;e++){const s=n.columns.byIndex(e);s.semType=l.Of.MONOMER,s.setTag(c.DX.alphabet,t.getTag(c.DX.alphabet));const r=100;let i=0;for(;u.columns.byName(s.name)&&i<r;)s.name=d(s.name),i++;u.columns.add(s)}await s.data.detectSemanticTypes(u);for(let e=0;e<n.columns.length;e++){const t=n.columns.byIndex(e);t.setTag(r.TAGS.CELL_RENDERER,"Monomer"),t.setTag(".use-as-filter","false")}return u}},4293:(e,t,n)=>{"use strict";function s(e,t){e.innerHTML="",e.append(t)}n.d(t,{Y:()=>s}),n(4469),n(976)},8415:(e,t,n)=>{"use strict";n.d(t,{Fs:()=>_,bo:()=>b,CK:()=>T,yW:()=>v,eZ:()=>P});var s=n(4469),r=n(3870),i=n(976),o=n(3336),a=n.n(o),l=n(6414),c=n.n(l),u=n(701),h=n(8607),d=n(8447),m=n(9298);function p(e){var t;return"string"==typeof e||e instanceof String?e:("object"==typeof e||e instanceof Object)&&"$thrownJsError"in e?p(e.$thrownJsError):e instanceof Error?null!==(t=e.stack)&&void 0!==t?t:e.message:e.toString()}var f=n(6286),g=n(2997),y=n(172);var w,b,A=n(8770),C=n(7422);HTMLCanvasElement.prototype.getCursorPosition=function(e,t){const n=this.getBoundingClientRect();return new i.Point((e.clientX-n.left)*t,(e.clientY-n.top)*t)},i.Rect.prototype.contains=function(e,t){return this.left<=e&&e<=this.right&&this.top<=t&&t<=this.bottom};class v{constructor(e=0,t){this.valueList=null,this.valueIdx=0,this.value=this.rowCount=e,this.bounds=t}push(e){this.valueList||(this.valueList=new Array(this.rowCount),this.valueIdx=0),this.valueList[this.valueIdx]=e,++this.valueIdx}aggregate(e){this.value=e(this.valueList)??0,this.valueList=null}}class T{get label(){return this._label?this._label:this.name}constructor(e,t,n,s){this.pos=e,this.name=t,this.sumRowCount=0,this._freqs=n??{},s?.sumRowCount&&(this.sumRowCount=s.sumRowCount),s?.sumValueForHeight&&(this.sumPlotValue=s.sumValueForHeight),s?.label&&(this._label=s.label)}getMonomers(){return Object.keys(this._freqs)}hasMonomer(e){return e in this._freqs}getFreq(e){let t=this._freqs[e];return t||(t=this._freqs[e]=new v),t}aggregate(e){const t=function(e){return t=>{const n=function(e){let t;const n="agg";return t=e instanceof Float32Array?i.Column.fromFloat32Array(n,e):e instanceof Int32Array?i.Column.fromInt32Array(n,e):i.Column.fromList(i.COLUMN_TYPE.FLOAT,n,e),t}(t);return n.aggregate(e)}}(e);for(const[e,n]of Object.entries(this._freqs))n.aggregate(t)}getMinValue(){return Math.min(...Object.values(this._freqs).map((e=>e.value)))}calcPlotValue(e){for(const t of Object.values(this._freqs))t.plotValue=t.value-e}calcHeights(e){this.sumPlotValue=0;for(const e of Object.values(this._freqs))this.sumPlotValue+=e.plotValue;if(this.sumPlotValueForHeight=0,e===m.ES.Entropy){const e=Object.keys(this._freqs).length,t=.01*this.sumPlotValue,n=t/e;for(const e of Object.values(this._freqs)){const s=(e.plotValue+n)/(this.sumPlotValue+t);this.sumPlotValueForHeight+=-s*Math.log2(s)}}else if(e===m.ES.full)for(const[e,t]of Object.entries(this._freqs)){const e=t.plotValue/this.sumPlotValue;this.sumPlotValueForHeight+=e}}calcScreen(e,t,n,s,r,o,a,l,c){const u=s===m.ES.Entropy?n*(r-this.sumPlotValueForHeight)/r:n;let h=c*l+(n-u-1);const d=Object.entries(this._freqs).sort(((e,t)=>e[0]!==f.G2&&t[0]!==f.G2?t[1].value-e[1].value:e[0]===f.G2&&t[0]===f.G2?0:e[0]===f.G2?-1:1));for(const[n,s]of d){const n=u*s.plotValue/this.sumPlotValue;s.bounds=new i.Rect((e-t)*l*o,h,a*l,n),h+=n}}render(e,t,n,s,r){for(const[i,o]of Object.entries(this._freqs))if(i!==f.G2){const a=(0,d.GU)(i,5),l=o.bounds,c=l.left;e.resetTransform(),e.strokeStyle="lightgray",e.lineWidth=1,e.rect(c,l.top,l.width,l.height),e.fillStyle=r.get(i)??r.get("other"),e.textAlign="left",e.font=t;const u=e.measureText(a);e.setTransform(l.width/u.width,0,0,l.height/s,c,l.top),e.fillText(a,0,-n)}}getMonomerAt(e,t){const n=Object.entries(this._freqs).find((([n,s])=>s.bounds.contains(e,t)));return n?n[0]:void 0}buildCompositionTable(e){if("-"in this._freqs)throw new Error("Unexpected monomer symbol '-'.");return(0,A._)(e,Object.assign({},...Object.entries(this._freqs).map((([e,t])=>({[e]:t.rowCount})))))}}!function(e){e.STYLE="Style",e.BEHAVIOR="Behavior",e.LAYOUT="Layout",e.DATA="Data"}(w||(w={})),function(e){e.sequenceColumnName="sequenceColumnName",e.valueAggrType="valueAggrType",e.valueColumnName="valueColumnName",e.startPositionName="startPositionName",e.endPositionName="endPositionName",e.skipEmptySequences="skipEmptySequences",e.skipEmptyPositions="skipEmptyPositions",e.shrinkEmptyTail="shrinkEmptyTail",e.backgroundColor="backgroundColor",e.positionHeight="positionHeight",e.positionWidth="positionWidth",e.verticalAlignment="verticalAlignment",e.horizontalAlignment="horizontalAlignment",e.fixWidth="fixWidth",e.fitArea="fitArea",e.minHeight="minHeight",e.maxHeight="maxHeight",e.showPositionLabels="showPositionLabels",e.positionMarginState="positionMarginState",e.positionMargin="positionMargin",e.filterSource="filterSource"}(b||(b={}));const S=m.vS;var E;!function(e){e[e.None=0]="None",e[e.Render=1]="Render",e[e.Layout=1]="Layout",e[e.Freqs=2]="Freqs"}(E||(E={}));const _=new class{constructor(){this.render=20}};class x extends i.JsViewer{get positionWidthWithMargin(){return this._positionWidthWithMargin}get Length(){return this.skipEmptyPositions?this.positions.length:this.startPosition<=this.endPosition?this.endPosition-this.startPosition+1:0}get positionMarginValue(){return this.positionMarginState===m.dE.AUTO&&!0===this.seqHandler.getAlphabetIsMultichar()||this.positionMarginState===m.dE.ON?this.positionMargin:0}constructor(){super(),this.viewed=!1,this.initialized=!1,this.palette=null,this.seqCol=null,this.positions=[],this.visibleSlider=!1,this.allowResize=!0,this.turnOfResizeForOneSetValue=!1,this.backgroundColor=4294967295,this.positionMargin=0,this.positionNames=[],this.positionLabels=void 0,this.startPosition=-1,this.endPosition=-1,this.error=null,this.viewerId=++x.viewerCounter,this.setDataInProgress=!1,this.viewSubs=[],this.lastSize={width:-1,height:-1},this._onSizeChanged=new u.Subject,this._onFreqsCalculated=new u.Subject,this._onLayoutCalculated=new u.Subject,this.requestedRenderLevel=E.Freqs,this.renderRequest=new u.Subject,this._onRendered=new u.Subject,this.textBaseline="top",this.seqHandler=null,this.sequenceColumnName=this.string(b.sequenceColumnName,S.sequenceColumnName,{category:w.DATA});const e=[i.AGG.KEY,i.AGG.PIVOT,i.AGG.MISSING_VALUE_COUNT,i.AGG.SKEW,i.AGG.KURT,i.AGG.SELECTED_ROWS_COUNT],t=Object.values(i.AGG).filter((t=>!e.includes(t)));this.valueAggrType=this.string(b.valueAggrType,S.valueAggrType,{category:w.DATA,choices:t}),this.valueColumnName=this.string(b.valueColumnName,S.valueColumnName,{category:w.DATA}),this.startPositionName=this.string(b.startPositionName,S.startPositionName,{category:w.DATA}),this.endPositionName=this.string(b.endPositionName,S.endPositionName,{category:w.DATA}),this.skipEmptySequences=this.bool(b.skipEmptySequences,S.skipEmptySequences,{category:w.DATA}),this.skipEmptyPositions=this.bool(b.skipEmptyPositions,S.skipEmptyPositions,{category:w.DATA}),this.shrinkEmptyTail=this.bool(b.shrinkEmptyTail,S.shrinkEmptyTail,{category:w.DATA}),this.backgroundColor=this.int(b.backgroundColor,S.backgroundColor,{category:w.STYLE}),this.positionHeight=this.string(b.positionHeight,S.positionHeight,{category:w.STYLE,choices:Object.values(m.ES)}),this._positionWidth=this.positionWidth=this.float(b.positionWidth,S.positionWidth,{category:w.STYLE}),this.verticalAlignment=this.string(b.verticalAlignment,S.verticalAlignment,{category:w.LAYOUT,choices:Object.values(m.vw)}),this.horizontalAlignment=this.string(b.horizontalAlignment,S.horizontalAlignment,{category:w.LAYOUT,choices:Object.values(m.iD)}),this.fixWidth=this.bool(b.fixWidth,S.fixWidth,{category:w.LAYOUT,userEditable:!1}),this.fitArea=this.bool(b.fitArea,S.fitArea,{category:w.LAYOUT}),this.minHeight=this.float(b.minHeight,S.minHeight,{category:w.LAYOUT}),this.maxHeight=this.float(b.maxHeight,S.maxHeight,{category:w.LAYOUT}),this.showPositionLabels=this.bool(b.showPositionLabels,S.showPositionLabels,{category:w.LAYOUT}),this.positionMarginState=this.string(b.positionMarginState,S.positionMarginState,{category:w.LAYOUT,choices:Object.values(m.dE)});let n=0;"auto"===this.positionMarginState&&(n=4),this.positionMargin=this.int(b.positionMargin,n,{category:w.LAYOUT,min:0,max:16}),this.filterSource=this.string(b.filterSource,S.filterSource,{category:w.BEHAVIOR,choices:Object.values(m.Ct)}),this.slider=r.rangeSlider(0,100,0,20,!1,{style:"barbell"}),this.canvas=r.canvas(),this.canvas.classList.value="bio-wl-canvas",this.canvas.style.width="100%",this.viewSyncer=new y.c(C._package.logger)}toLog(){return`WebLogoViewer<${this.viewerId}>`}setData(){const e=`${this.toLog()}.setData()`;C._package.logger.debug(`${e}, in`),this.viewSyncer.sync(`${e}`,(async()=>{if(!this.setDataInProgress){this.setDataInProgress=!0;try{this.viewed&&(this.renderRequestSub.unsubscribe(),await this.destroyView(),this.viewed=!1),this.updateSeqCol(),this.updateEditors(),this.viewed||(await this.buildView(),this.viewed=!0)}finally{this.setDataInProgress=!1}}})),C._package.logger.debug(`${e}, out`)}async destroyView(){for(const e of this.viewSubs)e.unsubscribe();this.viewSubs=[];const e=this.dataFrame?"data":"null";C._package.logger.debug(`${this.toLog()}.destroyView( dataFrame = ${e} ) start`),this.host.remove(),this.msgHost=void 0,this.host=void 0,C._package.logger.debug(`${this.toLog()}.destroyView() end`)}async buildView(){const e=this.dataFrame?"data":"null";C._package.logger.debug(`${this.toLog()}.buildView( dataFrame = ${e} ) start`),window.devicePixelRatio,this.viewSubs.push(i.debounce(this.renderRequest,_.render).subscribe(this.renderRequestOnDebounce.bind(this))),this.helpUrl="/help/visualize/viewers/web-logo.md",this.msgHost=r.div("No message",{classes:"bio-wl-msg"}),this.msgHost.style.display="none",this.canvas=r.canvas(),this.canvas.style.width="100%",this.slider.root.style.position="absolute",this.slider.root.style.zIndex="999",this.slider.root.style.display="none",this.slider.root.style.height="0.7em",this.visibleSlider=!1,this.host=r.div([this.msgHost,this.canvas],{classes:"bio-wl-host",style:{display:"flex",flexDirection:"row",flexWrap:"wrap"}}),this.root.append(this.host),this.root.append(this.slider.root),this.error&&(this.msgHost.innerText=this.error.message,r.tooltip.bind(this.msgHost,this.error.stack),this.msgHost.style.setProperty("display",null)),this.dataFrame&&(this.viewSubs.push(this.dataFrame.filter.onChanged.subscribe(this.dataFrameFilterOnChanged.bind(this))),this.viewSubs.push(this.dataFrame.selection.onChanged.subscribe(this.dataFrameSelectionOnChanged.bind(this)))),this.viewSubs.push(r.onSizeChanged(this.root).subscribe(this.rootOnSizeChanged.bind(this))),this.viewSubs.push(this.slider.onValuesChanged.subscribe(this.sliderOnValuesChanged.bind(this))),this.viewSubs.push((0,u.fromEvent)(this.canvas,"mousemove").subscribe(this.canvasOnMouseMove.bind(this))),this.viewSubs.push((0,u.fromEvent)(this.canvas,"mousedown").subscribe(this.canvasOnMouseDown.bind(this))),this.viewSubs.push((0,u.fromEvent)(this.canvas,"wheel").subscribe(this.canvasOnWheel.bind(this))),this.render(E.Freqs,"buildView"),C._package.logger.debug(`${this.toLog()}.buildView() end`)}rootOnSizeChanged(e){const t={width:e.target.clientWidth,height:e.target.clientHeight};this.lastSize.width==t.width&&this.lastSize.height==t.height||(C._package.logger.debug(`${this.toLog()}.rootOnSizeChanged(), ${JSON.stringify(t)}, start `),this.render(E.Layout,"rootOnSizeChanged")),this.lastSize=t}updateEditors(){this.props.getProperty(b.valueColumnName).choices=c()(this.dataFrame.columns.numerical).map((e=>e.name)).toArray()}updateSeqCol(){if(this.dataFrame&&(this.seqCol=this.sequenceColumnName?this.dataFrame.col(this.sequenceColumnName):null,null==this.seqCol&&(this.seqCol=(0,d.up)(this.dataFrame),this.sequenceColumnName=this.seqCol?this.seqCol.name:null),this.seqCol)){try{this.seqHandler=h.g.forColumn(this.seqCol),this.palette=(0,d.dQ)(this.seqCol),this.render(E.Freqs,"updateSeqCol()"),this.error=null}catch(e){throw this.seqCol=null,this.error=e instanceof Error?e:new Error(e.toString()),e}this.seqCol||(this.seqHandler=null,this.positionNames=[],this.positionLabels=[],this.startPosition=-1,this.endPosition=-1,this.palette=null)}}getFilter(){let e;switch(this.filterSource){case m.Ct.Filtered:e=this.dataFrame.filter;break;case m.Ct.Selected:e=0===this.dataFrame.selection.trueCount?this.dataFrame.filter:this.dataFrame.selection}return e}setSliderVisibility(e){e?(this.slider.root.style.display="inherit",this.visibleSlider=!0):(this.slider.root.style.display="none",this.visibleSlider=!1)}calcLayout(e){this.host&&this.canvas&&this.slider&&(this.host.classList.remove("bio-wl-fixWidth","bio-wl-fitArea"),this.canvas.classList.remove("bio-wl-fixWidth","bio-wl-fitArea"),this._positionWidth=this.positionWidth,this._positionMargin=this.positionMargin,this._positionWidthWithMargin=this._positionWidth+this.positionMarginValue,this.fixWidth?this.calcLayoutFixWidth(e):this.fitArea?this.calcLayoutFitArea(e):this.calcLayoutNoFitArea(e),this.slider.root.style.width=`${this.host.clientWidth}px`)}calcLayoutFixWidth(e){if(!this.host||!this.canvas||!this.slider)return;this.host.classList.add("bio-wl-fixWidth"),this.canvas.classList.add("bio-wl-fitArea");const t=this._positionWidthWithMargin*this.Length,n=Math.min(Math.max(this.minHeight,this.root.clientHeight),this.maxHeight);this.host.style.justifyContent=m.iD.LEFT,this.host.style.removeProperty("margin-left"),this.host.style.removeProperty("margin-top"),this.host.style.width=this.canvas.style.width=`${t}px`,this.host.style.height=this.canvas.style.height=`${n}px`,this.host.style.left=this.canvas.style.left="0",this.host.style.top=this.canvas.style.top="0",this.host.style.setProperty("overflow","hidden","important"),this.slider.root.style.display="none",this.slider.setValues(0,Math.max(0,this.Length-1),0,Math.max(0,this.Length-1)),this.canvas.width=t*e,this.canvas.height=n*e}calcLayoutNoFitArea(e){if(!this.host||!this.canvas||!this.slider)return;const t=this._positionWidthWithMargin*this.Length,n=Math.min(Math.max(this.minHeight,this.root.clientHeight),this.maxHeight),s=Math.min(this.root.clientWidth,t);this.canvas.style.width=`${s}px`,this.canvas.style.height=`${n}px`,this.host.style.width=`${s}px`,this.host.style.height=`${this.root.clientHeight}px`,this.host.style.justifyContent=this.horizontalAlignment,this.host.style.alignContent=this.verticalAlignment===m.vw.TOP?"start":this.verticalAlignment===m.vw.MIDDLE?"center":this.verticalAlignment===m.vw.BOTTOM?"end":"inherit",this.root.clientHeight<this.minHeight&&(this.host.style.alignContent="start",this.host.style.width=`${s+6}px`),this.host.style.width=`${this.host}px`;const r=t>s;if(this.setSliderVisibility(r),r){this.slider.root.style.removeProperty("display"),this.host.style.justifyContent="left",this.host.style.height=this.root.clientHeight-this.slider.root.offsetHeight+"px",this.slider.root.style.top=`${this.host.offsetHeight}px`;let e=Math.min(Math.max(0,this.slider.min),this.Length-.001),t=Math.min(Math.max(0,this.slider.max),this.Length-.001);const n=this.root.clientWidth/this._positionWidthWithMargin;t=Math.min(Math.max(e,0)+n,this.Length-.001),e=Math.max(0,Math.min(t,this.Length-.001)-n),this.slider.setValues(0,Math.max(this.Length-.001),e,t)}else this.slider.setValues(0,Math.max(0,this.Length-.001),0,Math.max(0,this.Length-.001));this.canvas.width=s*e,this.canvas.height=n*e}calcLayoutFitArea(e){if(!this.host||!this.canvas||!this.slider)return;const t=this._positionWidth*this.Length,n=Math.min(Math.max(this.minHeight,this.root.clientHeight),this.maxHeight),s=t>0?(this.root.clientWidth-this.positionMarginValue*this.Length)/t:0,r=this.root.clientHeight/n,i=Math.max(1,Math.min(s,r));this._positionWidth=this.positionWidth*i,this._positionWidthWithMargin=this._positionWidth+this.positionMarginValue;const o=(this._positionWidth+this.positionMarginValue)*this.Length,a=i*n,l=Math.min(this.root.clientWidth,o);this.canvas.style.width=`${l}px`,this.canvas.style.height=`${a}px`,this.host.style.width=`${l}px`,this.host.style.height=`${this.root.clientHeight}px`,this.host.style.justifyContent=this.horizontalAlignment,this.host.style.alignContent=this.verticalAlignment===m.vw.TOP?"start":this.verticalAlignment===m.vw.MIDDLE?"center":this.verticalAlignment===m.vw.BOTTOM?"end":"inherit",this.root.clientHeight<this.minHeight&&(this.host.style.alignContent="start",this.host.style.width=`${l+6}px`),this.host.style.width=`${this.host}px`;const c=o>l;if(this.setSliderVisibility(c),c){this.slider.root.style.removeProperty("display"),this.host.style.justifyContent="left",this.host.style.height=this.root.clientHeight-this.slider.root.offsetHeight+"px",this.slider.root.style.top=`${this.host.offsetHeight}px`;let e=Math.min(Math.max(0,this.slider.min),this.Length-.001),t=Math.min(Math.max(0,this.slider.max),this.Length-.001);const n=this.root.clientWidth/this._positionWidthWithMargin;t=Math.min(Math.max(e,0)+n,this.Length-.001),e=Math.max(0,Math.min(t,this.Length-.001)-n),this.slider.setValues(0,Math.max(0,this.Length-.001),e,t)}else this.slider.setValues(0,Math.max(0,this.Length-.001),0,Math.max(0,this.Length-.001));this.canvas.width=l*e,this.canvas.height=a*e}onPropertyChanged(e){switch(super.onPropertyChanged(e),e.name){case b.sequenceColumnName:this.updateSeqCol();break;case b.sequenceColumnName:case b.startPositionName:case b.endPositionName:case b.filterSource:case b.shrinkEmptyTail:case b.skipEmptyPositions:case b.positionHeight:case b.valueColumnName:case b.valueAggrType:this.render(E.Freqs,`onPropertyChanged( ${e.name} )`);break;case b.minHeight:case b.maxHeight:case b.positionWidth:case b.showPositionLabels:case b.fixWidth:case b.fitArea:case b.horizontalAlignment:case b.verticalAlignment:case b.positionMargin:case b.positionMarginState:this.render(E.Layout,`onPropertyChanged(${e.name})`);break;case b.backgroundColor:this.render(E.Render,`onPropertyChanged(${e.name})`)}}onTableAttached(){C._package.logger.debug(`${this.toLog()}.onTableAttached(), `),super.onTableAttached(),this.setData()}detach(){const e=`${this.toLog()}.detach()`;C._package.logger.debug(`${e}, in`);const t=super.detach.bind(this);this.viewSyncer.sync(`${e}`,(async()=>{this.setDataInProgress||(this.viewed&&(await this.destroyView(),this.viewed=!1),t())})),C._package.logger.debug(`${e}, out`)}get onSizeChanged(){return this._onSizeChanged}get onFreqsCalculated(){return this._onFreqsCalculated}get onLayoutCalculated(){return this._onLayoutCalculated}getMonomer(e,t){const n=e.x,s=Math.floor(e.x/(this._positionWidthWithMargin*t)+Math.floor(this.slider.min)),r=this.positions[s];if(!r)return[null,null,null];const i=r.getMonomerAt(n,e.y);return void 0===i?[r,null,null]:[r,i,r.getFreq(i)]}_nullSequence(e="X"){return this.skipEmptySequences?"":new Array(this.Length).fill(e).join("")}_removeEmptyPositions(){this.skipEmptyPositions&&(this.positions=c()(this.positions).filter((e=>!e.hasMonomer(f.G2)||e.getFreq(f.G2).rowCount!==e.sumRowCount)).toArray())}render(e,t){C._package.logger.debug(`${this.toLog()}.render( recalcLevelVal=${e}, reason='${t}' )`),this.requestedRenderLevel=Math.max(this.requestedRenderLevel,e),this.renderRequest.next(this.requestedRenderLevel)}async renderInt(e){if(C._package.logger.debug(`${this.toLog()}.render.renderInt( renderLevel=${e} ), start `),this.msgHost&&(this.seqCol&&!this.palette?(this.msgHost.innerText=`Unknown palette (column semType: '${this.seqCol.semType}').`,this.msgHost.style.display=""):this.msgHost.style.display="none"),!this.seqCol||!this.dataFrame||!this.palette||null==this.host||null==this.slider)return;const t=window.devicePixelRatio,n=this.showPositionLabels?12:0;if(e>=E.Freqs&&(()=>{if(C._package.logger.debug(`${this.toLog()}.render.calculateFreqsInt(), start `),!this.host||!this.seqCol||!this.dataFrame)return;const e=this.seqCol.getTag(d.DX.positionNames),t=this.seqCol.getTag(d.DX.positionLabels);let n;!e&&this.endPositionName&&/\d+/.test(this.endPositionName)?n=Number(this.endPositionName):e&&this.endPositionName&&(n=e.split(d.CI).indexOf(this.endPositionName),n=-1!==n?n:void 0);const s=this.getFilter(),r=0===s.trueCount?this.seqHandler.maxLength:c().count(0).take(this.seqHandler.length).map((e=>{const t=this.seqHandler.getSplitted(e,n);return s.get(e)&&t?t.length:0})).reduce(((e,t)=>Math.max(e,t)),0);this.positionNames=e?e.split(d.CI).map((e=>e.trim())):[...Array(r).keys()].map((e=>`${e+1}`)),this.positionLabels=t?t.split(d.CI).map((e=>e.trim())):void 0,this.startPosition=this.startPositionName&&this.positionNames&&this.positionNames.includes(this.startPositionName)?this.positionNames.indexOf(this.startPositionName):0,this.endPosition=this.endPositionName&&this.positionNames&&this.positionNames.includes(this.endPositionName)?this.positionNames.indexOf(this.endPositionName):r-1;const o=this.startPosition<=this.endPosition?this.endPosition-this.startPosition+1:0;this.seqHandler=h.g.forColumn(this.seqCol);const a=this.startPosition<=this.endPosition?this.endPosition-this.startPosition+1:0;this.positions=new Array(a);for(let e=0;e<o;e++){const t=this.positionNames[this.startPosition+e],n=this.positionLabels?this.positionLabels[this.startPosition+e]:void 0;this.positions[e]=new T(this.startPosition+e,t,{},{label:n})}const l=this.dataFrame.rowCount;for(let e=0;e<o;++e){for(let t=0;t<l;++t)if(s.get(t)){const n=this.seqHandler.getSplitted(t),s=e<n.length?n.getCanonical(this.startPosition+e):this.seqHandler.defaultGapOriginal,r=this.seqHandler.defaultGapOriginal===s?f.G2:s,i=this.positions[e],o=i.getFreq(r);++i.sumRowCount,o.value=++o.rowCount}if(this.valueAggrType===i.AGG.TOTAL_COUNT)continue;let t=null;try{t=this.dataFrame.getCol(this.valueColumnName),t.matches("numerical")||(t=null)}catch{t=null}if(t){for(let n=0;n<l;++n)if(s.get(n)){const s=this.seqHandler.getSplitted(n).getCanonical(this.startPosition+e),r=t.get(n);this.positions[e].getFreq(s).push(r)}this.positions[e].aggregate(this.valueAggrType)}}const u=this.valueAggrType===i.AGG.TOTAL_COUNT?0:Math.min(0,Math.min(...this.positions.map((e=>e.getMinValue()))));for(let e=0;e<o;++e)this.positions[e].calcPlotValue(u),this.positions[e].calcHeights(this.positionHeight);this._removeEmptyPositions(),this._onFreqsCalculated.next()})(),this.calcLayout(t),-1===this.startPosition)return;const r=Math.max(Math.floor(this.slider.min),0),o=Math.min(this.positions.length-1,Math.floor(this.slider.max));e>=E.Layout&&((e,t,n,r)=>{C._package.logger.debug(`${this.toLog()}.render.calculateLayoutInt(), start `);const o=this.canvas.height-r*n;let a;if(this.valueAggrType===i.AGG.TOTAL_COUNT){const e=this.getAlphabetSize();this.positionHeight==m.ES.Entropy&&null==e&&s.shell.error("WebLogo: alphabet is undefined."),a=Math.log2(e)}else a=Math.max(...c().count(e).takeWhile((e=>e<=t)).map((e=>this.positions[e].sumPlotValueForHeight)));for(let s=e;s<=t;++s)s in this.positions?this.positions[s].calcScreen(s,this.slider.min,o,this.positionHeight,a,this._positionWidthWithMargin,this._positionWidth,n,r):C._package.logger.warning(`${this.toLog()}.render.calculateLayoutInt() this.positions.length = ${this.positions.length}, jPos = ${s}`);C._package.logger.debug(`${this.toLog()}.render.calculateLayoutInt(), end `),this._onLayoutCalculated.next()})(r,o,window.devicePixelRatio,n);const a=this.canvas.getContext("2d");if(a){a.save();try{this.Length,a.resetTransform(),a.fillStyle=function(e){const t=i.Color.a(e);return`#${(16777215&e).toString(16).padStart(6,"0")}`+t.toString(16).padStart(2,"0")}(this.backgroundColor),a.fillRect(0,0,this.canvas.width,this.canvas.height),a.textBaseline=this.textBaseline;const e=10*t;a.resetTransform(),a.fillStyle="black",a.textAlign="center",a.font=`${e.toFixed(1)}px Roboto, Roboto Local, sans-serif`,n>0&&this.positions.length>0&&function(e,t,n,s,r,i,o,a){e.save();try{e.textAlign="center";let l=null,c=null;for(let t=Math.floor(o);t<=Math.floor(a);t++){const n=i[t],s=e.measureText(n.name),r=s.actualBoundingBoxDescent-s.actualBoundingBoxAscent;l=null===l?s.width:Math.max(l,s.width),c=null===c?r:Math.max(c,r)}const u=l<s*t-2?1:(s*t-2)/l;for(let l=Math.floor(o);l<=Math.floor(a);l++){const a=i[l],h=(l-o)*n*t+s*t/2,d=(r*t-c)/2;e.setTransform(u,0,0,1,h,d),e.measureText(a.label),e.fillText(a.label,0,0)}}finally{e.restore()}}(a,t,this._positionWidthWithMargin,this._positionWidth,n,this.positions,this.slider.min,this.slider.max);const s="16px Roboto, Roboto Local, sans-serif",l=.25,c=12.2;for(let e=r;e<=o;e++)this.positions[e].render(a,s,l,c,this.palette)}finally{a.restore()}C._package.logger.debug(`${this.toLog()}.render.renderInt( recalcLevel=${e} ), end`)}}renderRequestOnDebounce(e){const t=`${this.toLog()}.renderRequestOnDebounce()`;"HTML"!==a()(this.root).offsetParent().get()[0]?.tagName?(this.requestedRenderLevel=E.None,this.viewSyncer.sync(t,(async()=>{await this.renderInt(e)}))):C._package.logger.warning(`${t}, $(this.root).offsetParent() is the 'HTML' tag.`)}getAlphabetSize(){return this.seqHandler?.getAlphabetSize()??0}sliderOnValuesChanged(e){try{const e={minRange:this.slider.minRange,min:this.slider.min,max:this.slider.max,maxRange:this.slider.maxRange};C._package.logger.debug(`${this.toLog()}.sliderOnValuesChanged( ${JSON.stringify(e)} ), start`),this.render(E.Layout,"sliderOnValuesChanged")}catch(e){const t=p(e);C._package.logger.error(`${this.toLog()}.sliderOnValuesChanged() error:\n`+t)}}dataFrameFilterOnChanged(e){C._package.logger.debug(`${this.toLog()}.dataFrameFilterChanged()`);try{this.filterSource===m.Ct.Filtered&&this.render(E.Freqs,"dataFrameFilterOnChanged")}catch(e){const t=p(e);C._package.logger.error(`${this.toLog()}.dataFrameFilterOnChanged() error:\n`+t)}}dataFrameSelectionOnChanged(e){C._package.logger.debug(`${this.toLog()}.dataFrameSelectionOnChanged()`);try{this.filterSource===m.Ct.Selected&&this.render(E.Freqs,"dataFrameSelectionOnChanged")}catch(e){const t=p(e);C._package.logger.error(`${this.toLog()}.dataFrameSelectionOnChanged() error:\n`+t)}}canvasOnMouseMove(e){const t=window.devicePixelRatio;try{const n=e,s=this.canvas.getCursorPosition(n,t),[o,a]=this.getMonomer(s,t),l=this.showPositionLabels?12*t:0;if(null!==o&&null===a&&0<=s.y&&s.y<=l){const e=[r.divText(`Position ${o.label}`)];this.valueAggrType===i.AGG.TOTAL_COUNT&&e.push(o.buildCompositionTable(this.palette));const t=r.divV(e);r.tooltip.show(t,n.x+16,n.y+16)}else if(null!==o&&a&&this.dataFrame&&this.seqCol&&this.seqHandler){const e=o.getFreq(a),t=[r.div(`${a}`),r.div(`${e.rowCount} rows`)];this.valueAggrType!==i.AGG.TOTAL_COUNT&&t.push(r.div(`${this.valueAggrType}: ${e.value.toFixed(3)}`));const s=r.divV(t);r.tooltip.show(s,n.x+16,n.y+16)}else r.tooltip.hide()}catch(e){const t=p(e);C._package.logger.error(`${this.toLog()}.canvasOnMouseMove() error:\n`+t)}}canvasOnMouseDown(e){try{const t=e,n=window.devicePixelRatio,[s,r]=this.getMonomer(this.canvas.getCursorPosition(t,n),n);if(null!==s&&null!==r&&this.dataFrame&&this.seqCol&&this.seqHandler){const e=i.BitSet.create(this.dataFrame.selection.length,(e=>function(e,t,n,s,r,i){const o=t.getSplitted(s),a=i.pos<o.length?o.getCanonical(i.pos):null;return null!==a&&a===r}(this.dataFrame,this.seqHandler,this.getFilter(),e,r,s)));this.dataFrame.selection.init((t=>e.get(t)))}}catch(e){const t=p(e);C._package.logger.error(`${this.toLog()}.canvasOnMouseDown() error:\n`+t)}}canvasOnWheel(e){const t=window.devicePixelRatio;try{if(!this.visibleSlider)return;const n=this.canvas.width/(this._positionWidthWithMargin*t),s=e.deltaY/100*Math.max(Math.floor(n/5),1);this.slider.scrollBy(this.slider.min+s)}catch(e){const t=p(e);C._package.logger.error(`${this.toLog()}.canvasOnWheel() error:\n`+t)}}get onRendered(){return this._onRendered}invalidate(e){const t=`invalidate(${e?` <- ${e} `:""})`,n=`${this.toLog()}.${t}`;this.render(E.None,t),this.viewSyncer.sync(`${n}`,(async()=>{this._onRendered.next()}))}async awaitRendered(e=5e3){await(0,g.zg)(this.onRendered,(()=>{}),(()=>{this.invalidate()}),e);const t=this.viewSyncer.resetErrors();if(t.length>0)throw t[0]}}function P(e,t,n,s,r){let i=0,o=-1;for(;-1!=(o=n.findNext(o,!0));){const e=t.getSplitted(o),n=r.pos,a=n<e.length?e.getCanonical(n):null;null!==a&&a===s&&i++}return i}x.residuesSet="nucleotides",x.viewerCounter=-1},8755:(e,t,n)=>{"use strict";n.d(t,{Y:()=>o,x:()=>i});var s=n(701),r=n(7422);class i{constructor(e,t=!0){return this.substructure=e,this.readOnly=t,new Proxy(this,{set:(e,t,n)=>{if(r._package.logger.debug(`BioFilterProps.set ${t.toString()}( '${n}' )`),this.readOnly)throw new Error("Properties are immutable.");return e[t]=n,!0}})}}class o{constructor(){this.onChanged=new s.Subject,this._propsChanging=!1}get props(){return this._props||(this._props=this.emptyProps),this._props}set props(e){this._propsChanging=!0;try{this._props=e,this.applyProps(),this.onChanged.next()}finally{this._propsChanging=!1}}saveProps(){const e={};for(const[t,n]of Object.entries(this.props))"_onChanged"!==t&&(e[t]=this.props[t]);return e}async detach(){}get filterSummary(){return this.props.substructure}get isFiltering(){return""!==this.props.substructure}resetFilter(){this.props=this.emptyProps,this.onChanged.next()}}},5393:(e,t,n)=>{"use strict";n.d(t,{ST:()=>S,LH:()=>T});var s=n(3870),r=n(976),i=n(4469),o=n(6414),a=n.n(o),l=n(701),c=n(8447),u=n(2997),h=n(8607),d=n(172),m=n(7983),p=n(8755),f=n(3336),g=n.n(f),y=n(7945),w=n(4293),b=n(7422);class A extends p.Y{viewerToLog(){return`HelmBioFilter<${this.viewerId}>`}get type(){return"HelmBioFilter"}constructor(){super(),this.emptyProps=new p.x(""),this._filterPanel=s.div("",{style:{cursor:"pointer"}}),this.viewerId=++A.viewerCounter,this.viewSubs=[],this.logger=b._package.logger}async detach(){await super.detach();for(const e of this.viewSubs)e.unsubscribe()}async attach(){this.viewerToLog();try{const e=await async function(){const e="Helm",t=r.Func.find({package:e,name:"getHelmHelper"});if(0===t.length)throw new Error(`Package '${e}' must be installed for HelmHelper.`);return(await t[0].prepare().call()).getOutputParamValue()}();let t,n;this.helmEditor=e.createHelmWebEditor(),this.logger.warning("TEST: HelmBioFilter.init().sync() waitForElementInDom waiting..."),await s.tools.waitForElementInDom(this._filterPanel),this.logger.warning("TEST: HelmBioFilter.init().sync() waitForElementInDom ready"),this.updateFilterPanel(),this.viewSubs.push((0,l.fromEvent)(this._filterPanel,"click").subscribe((()=>{t=s.div(),n=e.createWebEditorApp(t,this.props.substructure),s.dialog({showHeader:!1,showFooter:!0}).add(t).onOK((()=>{try{const e=n.canvas.getHelm(!0).replace(/<\/span>/g,"").replace(/<span style='background:#bbf;'>/g,"");this.props=new p.x(e)}catch(e){this.logger.error(e)}finally{g()(t).empty(),t=null,n=null}})).onCancel((()=>{g()(t).empty(),t=null,n=null})).show({modal:!0,fullScreen:!0})}))),this.viewSubs.push(s.onSizeChanged(this._filterPanel).subscribe((e=>{try{if(n){const e=n.canvas.getHelm(!0).replace(/<\/span>/g,"").replace(/<span style='background:#bbf;'>/g,"");this.updateFilterPanel(e)}}catch(e){const[t,n]=(0,y.yf)(e);this.logger.error(t,void 0,n)}})))}catch(e){const[t,n]=(0,y.yf)(e),r=this._filterPanel;r.innerText="error",r.classList.add("d4-error"),s.tooltip.bind(r,t)}}applyProps(){this.helmEditor&&this.updateFilterPanel(this.props.substructure)}get filterPanel(){return this._filterPanel}updateFilterPanel(e){if(!this.helmEditor)throw new Error("helmEditor is not created, the filter is not in dom yet");const t=this._filterPanel.parentElement.clientWidth<100?100:this._filterPanel.parentElement.clientWidth,n=t/2;if(e)(0,w.Y)(this._filterPanel,this.helmEditor.host),this.helmEditor.editor.setHelm(e),this.helmEditor.resizeEditor(t,n);else{const e=s.divText("Click to edit","helm-substructure-filter");(0,w.Y)(this._filterPanel,e)}}async substructureSearch(e){const t=`${this.viewerToLog()}.substructureSearch( column = <${e.name}> )`;b._package.logger.debug(`${t}, start`);try{return await(0,u.gw)(10),await(0,m.QF)(this.props.substructure,e)}finally{b._package.logger.debug(`${t}, end`)}}}A.viewerCounter=-1;const C="bio-substructure-filter";class v{constructor(e,t,n,s,r){this.props=e,this.filterId=t,this.dataFrameId=n,this.columnName=s,this.bitset=r}}class T extends p.x{constructor(e,t){super(e,!1),this.separator=t,this.readOnly=!0}}class S extends r.Filter{get calculating(){return"initial"==this.loader.style.display}set calculating(e){this.loader.style.display=e?"initial":"none"}get filterSummary(){return this.bioFilter.filterSummary}get isFiltering(){return super.isFiltering&&(this.bioFilter?.isFiltering??!1)}get isReadyToApplyFilter(){return!this.calculating&&null!=this.bitset}get debounceTime(){if(null==this.column)return 1e3;const e=this.column.length;return e<500?0:e>1e4?1e3:Math.floor((e-500)/9500*1e3)}constructor(){return super(),this.bioFilter=null,this.bitset=null,this.notation=void 0,this.filterId=++S.filterCounter,this.viewSubs=[],this._onRendered=new l.Subject,this.root=s.divV([]),this.loader=s.loader(),this.calculating=!1,this.filterSyncer=new d.c(this.logger=b._package.logger),new Proxy(this,{set:(e,t,n)=>(e[t]=n,!0)})}filterToLog(){return`BioSubstructureFilter<${this.filterId}>`}attach(e){const t=super.attach.bind(this),n=`${this.filterToLog()}.attach()`;this.filterSyncer.sync(n,(async()=>{t(e),this.column||(this.columnName?this.column=this.dataFrame.getCol(this.columnName):this.column=e.columns.bySemType(r.SEMTYPE.MACROMOLECULE)),h.g.forColumn(this.column),this.columnName??(this.columnName=this.column?.name),this.notation??(this.notation=this.column?.getTag(r.TAGS.UNITS)),this.bioFilter=this.notation===c.r2.FASTA?new E:this.notation===c.r2.SEPARATOR?new _(this.column.getTag(c.DX.separator)):new A,this.root.appendChild(this.bioFilter.filterPanel),this.root.appendChild(this.loader),await this.bioFilter.attach(),this.viewSubs.push(r.debounce(this.bioFilter.onChanged,this.debounceTime).subscribe(this.bioFilterOnChangedDebounced.bind(this))),this.viewSubs.push(i.events.onResetFilterRequest.subscribe(this.grokEventsOnResetFilterRequest.bind(this))),this.viewSubs.push(i.events.onCustomEvent(C).subscribe(this.filterOnSync.bind(this)))}))}detach(){const e=super.detach.bind(this),t=`${this.filterToLog()}.detach()`;this.filterSyncer.sync(t,(async()=>{for(const e of this.viewSubs)e.unsubscribe();this.viewSubs=[],e(),this.bioFilter&&this.bioFilter.detach(),this.bioFilter=null}))}filterOnSync(e){e.filterId!==this.filterId&&e.dataFrameId===this.dataFrame.id&&e.columnName===this.columnName&&(this.bioFilter.props=e.props)}applyFilter(){const e=`${this.filterToLog()}.applyFilter()`;this.logger.debug(`${e}, IN`),this.bitset&&!this.isDetached&&this.dataFrame?.filter.and(this.bitset)}saveState(){const e=`${this.filterToLog()}.saveState()`,t=super.saveState();return this.logger.debug(`${e}, super.state = ${JSON.stringify(t)}`),t.props=this.bioFilter.saveProps(),t}applyState(e){const t=`${this.filterToLog()}.applyState()`;super.applyState(e),this.filterSyncer.sync(t,(async()=>{e.props&&this.bioFilter&&(this.bioFilter.props=r.toJs(e.props??{}))}))}fireFilterSync(){const e=`${this.filterToLog()}.fireFilterSync()`;b._package.logger.debug(`${e}, bioFilter = ${this.bioFilter?this.bioFilter.constructor.name:"null"}`+(this.bioFilter?`, props = ${JSON.stringify(this.bioFilter.saveProps())}`:"")),i.events.fireCustomEvent(C,new v(this.bioFilter.props,this.filterId,this.dataFrame.id,this.columnName,this.bitset))}bioFilterOnChangedDebounced(){if(!this.dataFrame)return;const e=`${this.filterToLog()}.bioFilterOnChangedDebounced()`;if(b._package.logger.debug(`${e}, start, isFiltering = ${this.isFiltering}, props = ${JSON.stringify(this.bioFilter.saveProps())}`),!this.isFiltering)return this.bitset=null,void this.dataFrame.rows.requestFilter();a()(this.dataFrame.rows.filters).has(`${this.columnName}: ${this.filterSummary}`)||this.filterSyncer.sync(e,(async()=>{this.calculating=!0;try{b._package.logger.debug(`${e}, before substructureSearch`),this.bitset=await(this.bioFilter?.substructureSearch(this.column)),b._package.logger.debug(`${e}, after substructureSearch`),this.calculating=!1,this.fireFilterSync(),this.dataFrame?.rows.requestFilter()}finally{this.calculating=!1,b._package.logger.debug(`${e}, end`)}}))}grokEventsOnResetFilterRequest(){const e=`${this.filterToLog()}.grokEventsOnResetFilterRequest()`;b._package.logger.debug(`${e}`),this.bioFilter?.resetFilter()}get onRendered(){return this._onRendered}invalidate(e){const t=`${this.filterToLog()}.invalidate(${e?` <- ${e} `:""})`;this.filterSyncer.sync(t,(async()=>{this._onRendered.next()}))}async awaitRendered(e=1e4){const t=`awaitRendered( ${e} )`,n=`${this.filterToLog()}.${t}`;await(0,u.gw)(10),await(0,u.zg)(this.onRendered,(()=>{this.logger.debug(`${n}, _onRendered event caught`)}),(()=>{this.invalidate(t)}),e,`${n} timeout`);const s=this.filterSyncer.resetErrors();if(s.length>0)throw s[0]}}S.filterCounter=-1;class E extends p.Y{get type(){return"FastaBioFilter"}constructor(){super(),this.emptyProps=new p.x(""),this.substructureInput=s.stringInput("","",(()=>{this.props=new p.x(this.substructureInput.value),this._propsChanging||this.onChanged.next()}),{placeholder:"Substructure"})}applyProps(){this.substructureInput.value!==this.props.substructure&&(this.substructureInput.value=this.props.substructure)}get filterPanel(){return this.substructureInput.root}get isFiltering(){return""!==this.substructureInput.value}async substructureSearch(e){return(0,m.pf)(this.props.substructure,e)}async attach(){}async detach(){await super.detach()}}class _ extends p.Y{get type(){return"SeparatorBioFilter"}constructor(e){super(),this.emptyProps=new T("",void 0),this.colSeparator="",this.substructureInput=s.stringInput("","",(()=>{this.props=new T(this.substructureInput.value,this.props.separator),this._propsChanging||this.onChanged.next()}),{placeholder:"Substructure"}),this.separatorInput=s.stringInput("",this.colSeparator=e,(()=>{const e=this.separatorInput.value?this.separatorInput.value:void 0;this.props=new T(this.props.substructure,e),this._propsChanging||this.onChanged.next()}),{placeholder:"Separator"})}applyProps(){this.substructureInput.value!==this.props.substructure&&(this.substructureInput.value=this.props.substructure);const e=this.props.separator??this.colSeparator;this.separatorInput.value!==e&&(this.separatorInput.value=e)}get filterSummary(){return this.props.separator?this.props.separator:this.colSeparator,`${this.props.substructure}, {sep}`}get isFiltering(){return""!==this.props.substructure}resetFilter(){this.props=new T("")}get filterPanel(){return s.divV([this.substructureInput.root,this.separatorInput.root])}get substructure(){return this.separatorInput.value&&this.separatorInput.value!==this.colSeparator?this.substructureInput.value.replaceAll(this.separatorInput.value,this.colSeparator):this.substructureInput.value}set substructure(e){this.substructureInput.value=e}async substructureSearch(e){return(0,m.pf)(this.substructure,e,this.colSeparator)}async attach(){}async detach(){await super.detach()}}},8770:(e,t,n)=>{"use strict";n.d(t,{_:()=>A});var s=n(3870),r=n(976),i=(n(6414),n(8447),n(7331),n(3379)),o=n.n(i),a=n(7795),l=n.n(a),c=n(569),u=n.n(c),h=n(3565),d=n.n(h),m=n(9216),p=n.n(m),f=n(4589),g=n.n(f),y=n(5362),w={};w.styleTagTransform=g(),w.setAttributes=d(),w.insert=u().bind(null,"head"),w.domAPI=l(),w.insertStyleElement=p(),o()(y.Z,w),y.Z&&y.Z.locals&&y.Z.locals,n(8607);var b=n(6286);function A(e,t){let n=0,i=null;for(const e of Object.values(t))n+=e,i=null===i?e:Math.max(i,e);const o=i/n,a=Object.assign({},...Array.from(Object.entries(t)).sort(((e,t)=>t[1]-e[1])).map((([t,i])=>{const a=i/n,l=e.get(t),c=s.div("",{classes:"macromolecule-cell-comp-analysis-bar"});c.style.width=50*a/o+"px",c.style.backgroundColor=l,b.G2===t&&(c.style.borderWidth="1px",c.style.borderStyle="solid",c.style.borderColor=r.Color.toHtml(r.Color.lightGray));const u=b.G2===t?"-":t,h=s.div(`${(100*a).toFixed(2)}%`);return{[u]:s.div([c,h],{classes:"macromolecule-cell-comp-analysis-value"})}}))),l=s.tableFromMap(a);return Array.from(l.rows).forEach((e=>{const t=e.getElementsByClassName("macromolecule-cell-comp-analysis-bar")[0].style.backgroundColor;e.cells[0].style.color=t})),l}},540:function(e,t){!function(e){"use strict";function t(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];if(t.length>1){t[0]=t[0].slice(0,-1);for(var s=t.length-1,r=1;r<s;++r)t[r]=t[r].slice(1,-1);return t[s]=t[s].slice(1),t.join("")}return t[0]}function n(e){return"(?:"+e+")"}function s(e){return void 0===e?"undefined":null===e?"null":Object.prototype.toString.call(e).split(" ").pop().split("]").shift().toLowerCase()}function r(e){return e.toUpperCase()}function i(e){var s="[A-Za-z]",r="[0-9]",i=t(r,"[A-Fa-f]"),o=n(n("%[EFef]"+i+"%"+i+i+"%"+i+i)+"|"+n("%[89A-Fa-f]"+i+"%"+i+i)+"|"+n("%"+i+i)),a="[\\!\\$\\&\\'\\(\\)\\*\\+\\,\\;\\=]",l=t("[\\:\\/\\?\\#\\[\\]\\@]",a),c=e?"[\\uE000-\\uF8FF]":"[]",u=t(s,r,"[\\-\\.\\_\\~]",e?"[\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]":"[]"),h=n(s+t(s,r,"[\\+\\-\\.]")+"*"),d=n(n(o+"|"+t(u,a,"[\\:]"))+"*"),m=(n(n("25[0-5]")+"|"+n("2[0-4]"+r)+"|"+n("1"+r+r)+"|"+n("[1-9]"+r)+"|"+r),n(n("25[0-5]")+"|"+n("2[0-4]"+r)+"|"+n("1"+r+r)+"|"+n("0?[1-9]"+r)+"|0?0?"+r)),p=n(m+"\\."+m+"\\."+m+"\\."+m),f=n(i+"{1,4}"),g=n(n(f+"\\:"+f)+"|"+p),y=n(n(f+"\\:")+"{6}"+g),w=n("\\:\\:"+n(f+"\\:")+"{5}"+g),b=n(n(f)+"?\\:\\:"+n(f+"\\:")+"{4}"+g),A=n(n(n(f+"\\:")+"{0,1}"+f)+"?\\:\\:"+n(f+"\\:")+"{3}"+g),C=n(n(n(f+"\\:")+"{0,2}"+f)+"?\\:\\:"+n(f+"\\:")+"{2}"+g),v=n(n(n(f+"\\:")+"{0,3}"+f)+"?\\:\\:"+f+"\\:"+g),T=n(n(n(f+"\\:")+"{0,4}"+f)+"?\\:\\:"+g),S=n(n(n(f+"\\:")+"{0,5}"+f)+"?\\:\\:"+f),E=n(n(n(f+"\\:")+"{0,6}"+f)+"?\\:\\:"),_=n([y,w,b,A,C,v,T,S,E].join("|")),x=n(n(u+"|"+o)+"+"),P=(n(_+"\\%25"+x),n(_+n("\\%25|\\%(?!"+i+"{2})")+x)),N=n("[vV]"+i+"+\\."+t(u,a,"[\\:]")+"+"),$=n("\\["+n(P+"|"+_+"|"+N)+"\\]"),M=n(n(o+"|"+t(u,a))+"*"),L=n($+"|"+p+"(?!"+M+")|"+M),I=n(r+"*"),R=n(n(d+"@")+"?"+L+n("\\:"+I)+"?"),O=n(o+"|"+t(u,a,"[\\:\\@]")),D=n(O+"*"),F=n(O+"+"),k=n(n(o+"|"+t(u,a,"[\\@]"))+"+"),G=n(n("\\/"+D)+"*"),H=n("\\/"+n(F+G)+"?"),B=n(k+G),U=n(F+G),W="(?!"+O+")",V=(n(G+"|"+H+"|"+B+"|"+U+"|"+W),n(n(O+"|"+t("[\\/\\?]",c))+"*")),Y=n(n(O+"|[\\/\\?]")+"*"),j=n(n("\\/\\/"+R+G)+"|"+H+"|"+U+"|"+W),K=n(h+"\\:"+j+n("\\?"+V)+"?"+n("\\#"+Y)+"?"),q=n(n("\\/\\/"+R+G)+"|"+H+"|"+B+"|"+W),X=n(q+n("\\?"+V)+"?"+n("\\#"+Y)+"?");return n(K+"|"+X),n(h+"\\:"+j+n("\\?"+V)+"?"),n(n("\\/\\/("+n("("+d+")@")+"?("+L+")"+n("\\:("+I+")")+"?)")+"?("+G+"|"+H+"|"+U+"|"+W+")"),n("\\?("+V+")"),n("\\#("+Y+")"),n(n("\\/\\/("+n("("+d+")@")+"?("+L+")"+n("\\:("+I+")")+"?)")+"?("+G+"|"+H+"|"+B+"|"+W+")"),n("\\?("+V+")"),n("\\#("+Y+")"),n(n("\\/\\/("+n("("+d+")@")+"?("+L+")"+n("\\:("+I+")")+"?)")+"?("+G+"|"+H+"|"+U+"|"+W+")"),n("\\?("+V+")"),n("\\#("+Y+")"),n("("+d+")@"),n("\\:("+I+")"),{NOT_SCHEME:new RegExp(t("[^]",s,r,"[\\+\\-\\.]"),"g"),NOT_USERINFO:new RegExp(t("[^\\%\\:]",u,a),"g"),NOT_HOST:new RegExp(t("[^\\%\\[\\]\\:]",u,a),"g"),NOT_PATH:new RegExp(t("[^\\%\\/\\:\\@]",u,a),"g"),NOT_PATH_NOSCHEME:new RegExp(t("[^\\%\\/\\@]",u,a),"g"),NOT_QUERY:new RegExp(t("[^\\%]",u,a,"[\\:\\@\\/\\?]",c),"g"),NOT_FRAGMENT:new RegExp(t("[^\\%]",u,a,"[\\:\\@\\/\\?]"),"g"),ESCAPE:new RegExp(t("[^]",u,a),"g"),UNRESERVED:new RegExp(u,"g"),OTHER_CHARS:new RegExp(t("[^\\%]",u,l),"g"),PCT_ENCODED:new RegExp(o,"g"),IPV4ADDRESS:new RegExp("^("+p+")$"),IPV6ADDRESS:new RegExp("^\\[?("+_+")"+n(n("\\%25|\\%(?!"+i+"{2})")+"("+x+")")+"?\\]?$")}}var o=i(!1),a=i(!0),l=function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return function(e,t){var n=[],s=!0,r=!1,i=void 0;try{for(var o,a=e[Symbol.iterator]();!(s=(o=a.next()).done)&&(n.push(o.value),!t||n.length!==t);s=!0);}catch(e){r=!0,i=e}finally{try{!s&&a.return&&a.return()}finally{if(r)throw i}}return n}(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")},c=2147483647,u=36,h=/^xn--/,d=/[^\0-\x7E]/,m=/[\x2E\u3002\uFF0E\uFF61]/g,p={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},f=Math.floor,g=String.fromCharCode;function y(e){throw new RangeError(p[e])}function w(e,t){var n=e.split("@"),s="";return n.length>1&&(s=n[0]+"@",e=n[1]),s+function(e,t){for(var n=[],s=e.length;s--;)n[s]=t(e[s]);return n}((e=e.replace(m,".")).split("."),t).join(".")}function b(e){for(var t=[],n=0,s=e.length;n<s;){var r=e.charCodeAt(n++);if(r>=55296&&r<=56319&&n<s){var i=e.charCodeAt(n++);56320==(64512&i)?t.push(((1023&r)<<10)+(1023&i)+65536):(t.push(r),n--)}else t.push(r)}return t}var A=function(e,t){return e+22+75*(e<26)-((0!=t)<<5)},C=function(e,t,n){var s=0;for(e=n?f(e/700):e>>1,e+=f(e/t);e>455;s+=u)e=f(e/35);return f(s+36*e/(e+38))},v=function(e){var t,n=[],s=e.length,r=0,i=128,o=72,a=e.lastIndexOf("-");a<0&&(a=0);for(var l=0;l<a;++l)e.charCodeAt(l)>=128&&y("not-basic"),n.push(e.charCodeAt(l));for(var h=a>0?a+1:0;h<s;){for(var d=r,m=1,p=u;;p+=u){h>=s&&y("invalid-input");var g=(t=e.charCodeAt(h++))-48<10?t-22:t-65<26?t-65:t-97<26?t-97:u;(g>=u||g>f((c-r)/m))&&y("overflow"),r+=g*m;var w=p<=o?1:p>=o+26?26:p-o;if(g<w)break;var b=u-w;m>f(c/b)&&y("overflow"),m*=b}var A=n.length+1;o=C(r-d,A,0==d),f(r/A)>c-i&&y("overflow"),i+=f(r/A),r%=A,n.splice(r++,0,i)}return String.fromCodePoint.apply(String,n)},T=function(e){var t=[],n=(e=b(e)).length,s=128,r=0,i=72,o=!0,a=!1,l=void 0;try{for(var h,d=e[Symbol.iterator]();!(o=(h=d.next()).done);o=!0){var m=h.value;m<128&&t.push(g(m))}}catch(e){a=!0,l=e}finally{try{!o&&d.return&&d.return()}finally{if(a)throw l}}var p=t.length,w=p;for(p&&t.push("-");w<n;){var v=c,T=!0,S=!1,E=void 0;try{for(var _,x=e[Symbol.iterator]();!(T=(_=x.next()).done);T=!0){var P=_.value;P>=s&&P<v&&(v=P)}}catch(e){S=!0,E=e}finally{try{!T&&x.return&&x.return()}finally{if(S)throw E}}var N=w+1;v-s>f((c-r)/N)&&y("overflow"),r+=(v-s)*N,s=v;var $=!0,M=!1,L=void 0;try{for(var I,R=e[Symbol.iterator]();!($=(I=R.next()).done);$=!0){var O=I.value;if(O<s&&++r>c&&y("overflow"),O==s){for(var D=r,F=u;;F+=u){var k=F<=i?1:F>=i+26?26:F-i;if(D<k)break;var G=D-k,H=u-k;t.push(g(A(k+G%H,0))),D=f(G/H)}t.push(g(A(D,0))),i=C(r,N,w==p),r=0,++w}}}catch(e){M=!0,L=e}finally{try{!$&&R.return&&R.return()}finally{if(M)throw L}}++r,++s}return t.join("")},S={version:"2.1.0",ucs2:{decode:b,encode:function(e){return String.fromCodePoint.apply(String,function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}(e))}},decode:v,encode:T,toASCII:function(e){return w(e,(function(e){return d.test(e)?"xn--"+T(e):e}))},toUnicode:function(e){return w(e,(function(e){return h.test(e)?v(e.slice(4).toLowerCase()):e}))}},E={};function _(e){var t=e.charCodeAt(0);return t<16?"%0"+t.toString(16).toUpperCase():t<128?"%"+t.toString(16).toUpperCase():t<2048?"%"+(t>>6|192).toString(16).toUpperCase()+"%"+(63&t|128).toString(16).toUpperCase():"%"+(t>>12|224).toString(16).toUpperCase()+"%"+(t>>6&63|128).toString(16).toUpperCase()+"%"+(63&t|128).toString(16).toUpperCase()}function x(e){for(var t="",n=0,s=e.length;n<s;){var r=parseInt(e.substr(n+1,2),16);if(r<128)t+=String.fromCharCode(r),n+=3;else if(r>=194&&r<224){if(s-n>=6){var i=parseInt(e.substr(n+4,2),16);t+=String.fromCharCode((31&r)<<6|63&i)}else t+=e.substr(n,6);n+=6}else if(r>=224){if(s-n>=9){var o=parseInt(e.substr(n+4,2),16),a=parseInt(e.substr(n+7,2),16);t+=String.fromCharCode((15&r)<<12|(63&o)<<6|63&a)}else t+=e.substr(n,9);n+=9}else t+=e.substr(n,3),n+=3}return t}function P(e,t){function n(e){var n=x(e);return n.match(t.UNRESERVED)?n:e}return e.scheme&&(e.scheme=String(e.scheme).replace(t.PCT_ENCODED,n).toLowerCase().replace(t.NOT_SCHEME,"")),void 0!==e.userinfo&&(e.userinfo=String(e.userinfo).replace(t.PCT_ENCODED,n).replace(t.NOT_USERINFO,_).replace(t.PCT_ENCODED,r)),void 0!==e.host&&(e.host=String(e.host).replace(t.PCT_ENCODED,n).toLowerCase().replace(t.NOT_HOST,_).replace(t.PCT_ENCODED,r)),void 0!==e.path&&(e.path=String(e.path).replace(t.PCT_ENCODED,n).replace(e.scheme?t.NOT_PATH:t.NOT_PATH_NOSCHEME,_).replace(t.PCT_ENCODED,r)),void 0!==e.query&&(e.query=String(e.query).replace(t.PCT_ENCODED,n).replace(t.NOT_QUERY,_).replace(t.PCT_ENCODED,r)),void 0!==e.fragment&&(e.fragment=String(e.fragment).replace(t.PCT_ENCODED,n).replace(t.NOT_FRAGMENT,_).replace(t.PCT_ENCODED,r)),e}function N(e){return e.replace(/^0*(.*)/,"$1")||"0"}function $(e,t){var n=e.match(t.IPV4ADDRESS)||[],s=l(n,2)[1];return s?s.split(".").map(N).join("."):e}function M(e,t){var n=e.match(t.IPV6ADDRESS)||[],s=l(n,3),r=s[1],i=s[2];if(r){for(var o=r.toLowerCase().split("::").reverse(),a=l(o,2),c=a[0],u=a[1],h=u?u.split(":").map(N):[],d=c.split(":").map(N),m=t.IPV4ADDRESS.test(d[d.length-1]),p=m?7:8,f=d.length-p,g=Array(p),y=0;y<p;++y)g[y]=h[y]||d[f+y]||"";m&&(g[p-1]=$(g[p-1],t));var w=g.reduce((function(e,t,n){if(!t||"0"===t){var s=e[e.length-1];s&&s.index+s.length===n?s.length++:e.push({index:n,length:1})}return e}),[]).sort((function(e,t){return t.length-e.length}))[0],b=void 0;if(w&&w.length>1){var A=g.slice(0,w.index),C=g.slice(w.index+w.length);b=A.join(":")+"::"+C.join(":")}else b=g.join(":");return i&&(b+="%"+i),b}return e}var L=/^(?:([^:\/?#]+):)?(?:\/\/((?:([^\/?#@]*)@)?(\[[^\/?#\]]+\]|[^\/?#:]*)(?:\:(\d*))?))?([^?#]*)(?:\?([^#]*))?(?:#((?:.|\n|\r)*))?/i,I=void 0==="".match(/(){0}/)[1];function R(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n={},s=!1!==t.iri?a:o;"suffix"===t.reference&&(e=(t.scheme?t.scheme+":":"")+"//"+e);var r=e.match(L);if(r){I?(n.scheme=r[1],n.userinfo=r[3],n.host=r[4],n.port=parseInt(r[5],10),n.path=r[6]||"",n.query=r[7],n.fragment=r[8],isNaN(n.port)&&(n.port=r[5])):(n.scheme=r[1]||void 0,n.userinfo=-1!==e.indexOf("@")?r[3]:void 0,n.host=-1!==e.indexOf("//")?r[4]:void 0,n.port=parseInt(r[5],10),n.path=r[6]||"",n.query=-1!==e.indexOf("?")?r[7]:void 0,n.fragment=-1!==e.indexOf("#")?r[8]:void 0,isNaN(n.port)&&(n.port=e.match(/\/\/(?:.|\n)*\:(?:\/|\?|\#|$)/)?r[4]:void 0)),n.host&&(n.host=M($(n.host,s),s)),void 0!==n.scheme||void 0!==n.userinfo||void 0!==n.host||void 0!==n.port||n.path||void 0!==n.query?void 0===n.scheme?n.reference="relative":void 0===n.fragment?n.reference="absolute":n.reference="uri":n.reference="same-document",t.reference&&"suffix"!==t.reference&&t.reference!==n.reference&&(n.error=n.error||"URI is not a "+t.reference+" reference.");var i=E[(t.scheme||n.scheme||"").toLowerCase()];if(t.unicodeSupport||i&&i.unicodeSupport)P(n,s);else{if(n.host&&(t.domainHost||i&&i.domainHost))try{n.host=S.toASCII(n.host.replace(s.PCT_ENCODED,x).toLowerCase())}catch(e){n.error=n.error||"Host's domain name can not be converted to ASCII via punycode: "+e}P(n,o)}i&&i.parse&&i.parse(n,t)}else n.error=n.error||"URI can not be parsed.";return n}var O=/^\.\.?\//,D=/^\/\.(\/|$)/,F=/^\/\.\.(\/|$)/,k=/^\/?(?:.|\n)*?(?=\/|$)/;function G(e){for(var t=[];e.length;)if(e.match(O))e=e.replace(O,"");else if(e.match(D))e=e.replace(D,"/");else if(e.match(F))e=e.replace(F,"/"),t.pop();else if("."===e||".."===e)e="";else{var n=e.match(k);if(!n)throw new Error("Unexpected dot segment condition");var s=n[0];e=e.slice(s.length),t.push(s)}return t.join("")}function H(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.iri?a:o,s=[],r=E[(t.scheme||e.scheme||"").toLowerCase()];if(r&&r.serialize&&r.serialize(e,t),e.host)if(n.IPV6ADDRESS.test(e.host));else if(t.domainHost||r&&r.domainHost)try{e.host=t.iri?S.toUnicode(e.host):S.toASCII(e.host.replace(n.PCT_ENCODED,x).toLowerCase())}catch(n){e.error=e.error||"Host's domain name can not be converted to "+(t.iri?"Unicode":"ASCII")+" via punycode: "+n}P(e,n),"suffix"!==t.reference&&e.scheme&&(s.push(e.scheme),s.push(":"));var i=function(e,t){var n=!1!==t.iri?a:o,s=[];return void 0!==e.userinfo&&(s.push(e.userinfo),s.push("@")),void 0!==e.host&&s.push(M($(String(e.host),n),n).replace(n.IPV6ADDRESS,(function(e,t,n){return"["+t+(n?"%25"+n:"")+"]"}))),"number"!=typeof e.port&&"string"!=typeof e.port||(s.push(":"),s.push(String(e.port))),s.length?s.join(""):void 0}(e,t);if(void 0!==i&&("suffix"!==t.reference&&s.push("//"),s.push(i),e.path&&"/"!==e.path.charAt(0)&&s.push("/")),void 0!==e.path){var l=e.path;t.absolutePath||r&&r.absolutePath||(l=G(l)),void 0===i&&(l=l.replace(/^\/\//,"/%2F")),s.push(l)}return void 0!==e.query&&(s.push("?"),s.push(e.query)),void 0!==e.fragment&&(s.push("#"),s.push(e.fragment)),s.join("")}function B(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},s={};return arguments[3]||(e=R(H(e,n),n),t=R(H(t,n),n)),!(n=n||{}).tolerant&&t.scheme?(s.scheme=t.scheme,s.userinfo=t.userinfo,s.host=t.host,s.port=t.port,s.path=G(t.path||""),s.query=t.query):(void 0!==t.userinfo||void 0!==t.host||void 0!==t.port?(s.userinfo=t.userinfo,s.host=t.host,s.port=t.port,s.path=G(t.path||""),s.query=t.query):(t.path?("/"===t.path.charAt(0)?s.path=G(t.path):(void 0===e.userinfo&&void 0===e.host&&void 0===e.port||e.path?e.path?s.path=e.path.slice(0,e.path.lastIndexOf("/")+1)+t.path:s.path=t.path:s.path="/"+t.path,s.path=G(s.path)),s.query=t.query):(s.path=e.path,void 0!==t.query?s.query=t.query:s.query=e.query),s.userinfo=e.userinfo,s.host=e.host,s.port=e.port),s.scheme=e.scheme),s.fragment=t.fragment,s}function U(e,t){return e&&e.toString().replace(t&&t.iri?a.PCT_ENCODED:o.PCT_ENCODED,x)}var W={scheme:"http",domainHost:!0,parse:function(e,t){return e.host||(e.error=e.error||"HTTP URIs must have a host."),e},serialize:function(e,t){var n="https"===String(e.scheme).toLowerCase();return e.port!==(n?443:80)&&""!==e.port||(e.port=void 0),e.path||(e.path="/"),e}},V={scheme:"https",domainHost:W.domainHost,parse:W.parse,serialize:W.serialize};function Y(e){return"boolean"==typeof e.secure?e.secure:"wss"===String(e.scheme).toLowerCase()}var j={scheme:"ws",domainHost:!0,parse:function(e,t){var n=e;return n.secure=Y(n),n.resourceName=(n.path||"/")+(n.query?"?"+n.query:""),n.path=void 0,n.query=void 0,n},serialize:function(e,t){if(e.port!==(Y(e)?443:80)&&""!==e.port||(e.port=void 0),"boolean"==typeof e.secure&&(e.scheme=e.secure?"wss":"ws",e.secure=void 0),e.resourceName){var n=e.resourceName.split("?"),s=l(n,2),r=s[0],i=s[1];e.path=r&&"/"!==r?r:void 0,e.query=i,e.resourceName=void 0}return e.fragment=void 0,e}},K={scheme:"wss",domainHost:j.domainHost,parse:j.parse,serialize:j.serialize},q={},X="[A-Za-z0-9\\-\\.\\_\\~\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]",z="[0-9A-Fa-f]",Z=n(n("%[EFef]"+z+"%"+z+z+"%"+z+z)+"|"+n("%[89A-Fa-f]"+z+"%"+z+z)+"|"+n("%"+z+z)),J=t("[\\!\\$\\%\\'\\(\\)\\*\\+\\,\\-\\.0-9\\<\\>A-Z\\x5E-\\x7E]",'[\\"\\\\]'),Q=new RegExp(X,"g"),ee=new RegExp(Z,"g"),te=new RegExp(t("[^]","[A-Za-z0-9\\!\\$\\%\\'\\*\\+\\-\\^\\_\\`\\{\\|\\}\\~]","[\\.]",'[\\"]',J),"g"),ne=new RegExp(t("[^]",X,"[\\!\\$\\'\\(\\)\\*\\+\\,\\;\\:\\@]"),"g"),se=ne;function re(e){var t=x(e);return t.match(Q)?t:e}var ie={scheme:"mailto",parse:function(e,t){var n=e,s=n.to=n.path?n.path.split(","):[];if(n.path=void 0,n.query){for(var r=!1,i={},o=n.query.split("&"),a=0,l=o.length;a<l;++a){var c=o[a].split("=");switch(c[0]){case"to":for(var u=c[1].split(","),h=0,d=u.length;h<d;++h)s.push(u[h]);break;case"subject":n.subject=U(c[1],t);break;case"body":n.body=U(c[1],t);break;default:r=!0,i[U(c[0],t)]=U(c[1],t)}}r&&(n.headers=i)}n.query=void 0;for(var m=0,p=s.length;m<p;++m){var f=s[m].split("@");if(f[0]=U(f[0]),t.unicodeSupport)f[1]=U(f[1],t).toLowerCase();else try{f[1]=S.toASCII(U(f[1],t).toLowerCase())}catch(e){n.error=n.error||"Email address's domain name can not be converted to ASCII via punycode: "+e}s[m]=f.join("@")}return n},serialize:function(e,t){var n,s=e,i=null!=(n=e.to)?n instanceof Array?n:"number"!=typeof n.length||n.split||n.setInterval||n.call?[n]:Array.prototype.slice.call(n):[];if(i){for(var o=0,a=i.length;o<a;++o){var l=String(i[o]),c=l.lastIndexOf("@"),u=l.slice(0,c).replace(ee,re).replace(ee,r).replace(te,_),h=l.slice(c+1);try{h=t.iri?S.toUnicode(h):S.toASCII(U(h,t).toLowerCase())}catch(e){s.error=s.error||"Email address's domain name can not be converted to "+(t.iri?"Unicode":"ASCII")+" via punycode: "+e}i[o]=u+"@"+h}s.path=i.join(",")}var d=e.headers=e.headers||{};e.subject&&(d.subject=e.subject),e.body&&(d.body=e.body);var m=[];for(var p in d)d[p]!==q[p]&&m.push(p.replace(ee,re).replace(ee,r).replace(ne,_)+"="+d[p].replace(ee,re).replace(ee,r).replace(se,_));return m.length&&(s.query=m.join("&")),s}},oe=/^([^\:]+)\:(.*)/,ae={scheme:"urn",parse:function(e,t){var n=e.path&&e.path.match(oe),s=e;if(n){var r=t.scheme||s.scheme||"urn",i=n[1].toLowerCase(),o=n[2],a=r+":"+(t.nid||i),l=E[a];s.nid=i,s.nss=o,s.path=void 0,l&&(s=l.parse(s,t))}else s.error=s.error||"URN can not be parsed.";return s},serialize:function(e,t){var n=t.scheme||e.scheme||"urn",s=e.nid,r=n+":"+(t.nid||s),i=E[r];i&&(e=i.serialize(e,t));var o=e,a=e.nss;return o.path=(s||t.nid)+":"+a,o}},le=/^[0-9A-Fa-f]{8}(?:\-[0-9A-Fa-f]{4}){3}\-[0-9A-Fa-f]{12}$/,ce={scheme:"urn:uuid",parse:function(e,t){var n=e;return n.uuid=n.nss,n.nss=void 0,t.tolerant||n.uuid&&n.uuid.match(le)||(n.error=n.error||"UUID is not valid."),n},serialize:function(e,t){var n=e;return n.nss=(e.uuid||"").toLowerCase(),n}};E[W.scheme]=W,E[V.scheme]=V,E[j.scheme]=j,E[K.scheme]=K,E[ie.scheme]=ie,E[ae.scheme]=ae,E[ce.scheme]=ce,e.SCHEMES=E,e.pctEncChar=_,e.pctDecChars=x,e.parse=R,e.removeDotSegments=G,e.serialize=H,e.resolveComponents=B,e.resolve=function(e,t,n){var s=function(e,t){var n=e;if(t)for(var s in t)n[s]=t[s];return n}({scheme:"null"},n);return H(B(R(e,s),R(t,s),s,!0),s)},e.normalize=function(e,t){return"string"==typeof e?e=H(R(e,t),t):"object"===s(e)&&(e=R(H(e,t),t)),e},e.equal=function(e,t,n){return"string"==typeof e?e=H(R(e,n),n):"object"===s(e)&&(e=H(e,n)),"string"==typeof t?t=H(R(t,n),n):"object"===s(t)&&(t=H(t,n)),e===t},e.escapeComponent=function(e,t){return e&&e.toString().replace(t&&t.iri?a.ESCAPE:o.ESCAPE,_)},e.unescapeComponent=U,Object.defineProperty(e,"__esModule",{value:!0})}(t)},3336:e=>{"use strict";e.exports=$},976:e=>{"use strict";e.exports=DG},4469:e=>{"use strict";e.exports=grok},701:e=>{"use strict";e.exports=rxjs},3870:e=>{"use strict";e.exports=ui},6414:e=>{"use strict";e.exports=wu},4775:e=>{"use strict";e.exports=JSON.parse('{"$id":"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#","description":"Meta-schema for $data reference (JSON AnySchema extension proposal)","type":"object","required":["$data"],"properties":{"$data":{"type":"string","anyOf":[{"format":"relative-json-pointer"},{"format":"json-pointer"}]}},"additionalProperties":false}')},996:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://json-schema.org/draft/2020-12/meta/applicator","$vocabulary":{"https://json-schema.org/draft/2020-12/vocab/applicator":true},"$dynamicAnchor":"meta","title":"Applicator vocabulary meta-schema","type":["object","boolean"],"properties":{"prefixItems":{"$ref":"#/$defs/schemaArray"},"items":{"$dynamicRef":"#meta"},"contains":{"$dynamicRef":"#meta"},"additionalProperties":{"$dynamicRef":"#meta"},"properties":{"type":"object","additionalProperties":{"$dynamicRef":"#meta"},"default":{}},"patternProperties":{"type":"object","additionalProperties":{"$dynamicRef":"#meta"},"propertyNames":{"format":"regex"},"default":{}},"dependentSchemas":{"type":"object","additionalProperties":{"$dynamicRef":"#meta"},"default":{}},"propertyNames":{"$dynamicRef":"#meta"},"if":{"$dynamicRef":"#meta"},"then":{"$dynamicRef":"#meta"},"else":{"$dynamicRef":"#meta"},"allOf":{"$ref":"#/$defs/schemaArray"},"anyOf":{"$ref":"#/$defs/schemaArray"},"oneOf":{"$ref":"#/$defs/schemaArray"},"not":{"$dynamicRef":"#meta"}},"$defs":{"schemaArray":{"type":"array","minItems":1,"items":{"$dynamicRef":"#meta"}}}}')},6795:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://json-schema.org/draft/2020-12/meta/content","$vocabulary":{"https://json-schema.org/draft/2020-12/vocab/content":true},"$dynamicAnchor":"meta","title":"Content vocabulary meta-schema","type":["object","boolean"],"properties":{"contentEncoding":{"type":"string"},"contentMediaType":{"type":"string"},"contentSchema":{"$dynamicRef":"#meta"}}}')},235:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://json-schema.org/draft/2020-12/meta/core","$vocabulary":{"https://json-schema.org/draft/2020-12/vocab/core":true},"$dynamicAnchor":"meta","title":"Core vocabulary meta-schema","type":["object","boolean"],"properties":{"$id":{"$ref":"#/$defs/uriReferenceString","$comment":"Non-empty fragments not allowed.","pattern":"^[^#]*#?$"},"$schema":{"$ref":"#/$defs/uriString"},"$ref":{"$ref":"#/$defs/uriReferenceString"},"$anchor":{"$ref":"#/$defs/anchorString"},"$dynamicRef":{"$ref":"#/$defs/uriReferenceString"},"$dynamicAnchor":{"$ref":"#/$defs/anchorString"},"$vocabulary":{"type":"object","propertyNames":{"$ref":"#/$defs/uriString"},"additionalProperties":{"type":"boolean"}},"$comment":{"type":"string"},"$defs":{"type":"object","additionalProperties":{"$dynamicRef":"#meta"}}},"$defs":{"anchorString":{"type":"string","pattern":"^[A-Za-z_][-A-Za-z0-9._]*$"},"uriString":{"type":"string","format":"uri"},"uriReferenceString":{"type":"string","format":"uri-reference"}}}')},2567:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://json-schema.org/draft/2020-12/meta/format-annotation","$vocabulary":{"https://json-schema.org/draft/2020-12/vocab/format-annotation":true},"$dynamicAnchor":"meta","title":"Format vocabulary meta-schema for annotation results","type":["object","boolean"],"properties":{"format":{"type":"string"}}}')},1233:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://json-schema.org/draft/2020-12/meta/meta-data","$vocabulary":{"https://json-schema.org/draft/2020-12/vocab/meta-data":true},"$dynamicAnchor":"meta","title":"Meta-data vocabulary meta-schema","type":["object","boolean"],"properties":{"title":{"type":"string"},"description":{"type":"string"},"default":true,"deprecated":{"type":"boolean","default":false},"readOnly":{"type":"boolean","default":false},"writeOnly":{"type":"boolean","default":false},"examples":{"type":"array","items":true}}}')},5568:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://json-schema.org/draft/2020-12/meta/unevaluated","$vocabulary":{"https://json-schema.org/draft/2020-12/vocab/unevaluated":true},"$dynamicAnchor":"meta","title":"Unevaluated applicator vocabulary meta-schema","type":["object","boolean"],"properties":{"unevaluatedItems":{"$dynamicRef":"#meta"},"unevaluatedProperties":{"$dynamicRef":"#meta"}}}')},1968:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://json-schema.org/draft/2020-12/meta/validation","$vocabulary":{"https://json-schema.org/draft/2020-12/vocab/validation":true},"$dynamicAnchor":"meta","title":"Validation vocabulary meta-schema","type":["object","boolean"],"properties":{"type":{"anyOf":[{"$ref":"#/$defs/simpleTypes"},{"type":"array","items":{"$ref":"#/$defs/simpleTypes"},"minItems":1,"uniqueItems":true}]},"const":true,"enum":{"type":"array","items":true},"multipleOf":{"type":"number","exclusiveMinimum":0},"maximum":{"type":"number"},"exclusiveMaximum":{"type":"number"},"minimum":{"type":"number"},"exclusiveMinimum":{"type":"number"},"maxLength":{"$ref":"#/$defs/nonNegativeInteger"},"minLength":{"$ref":"#/$defs/nonNegativeIntegerDefault0"},"pattern":{"type":"string","format":"regex"},"maxItems":{"$ref":"#/$defs/nonNegativeInteger"},"minItems":{"$ref":"#/$defs/nonNegativeIntegerDefault0"},"uniqueItems":{"type":"boolean","default":false},"maxContains":{"$ref":"#/$defs/nonNegativeInteger"},"minContains":{"$ref":"#/$defs/nonNegativeInteger","default":1},"maxProperties":{"$ref":"#/$defs/nonNegativeInteger"},"minProperties":{"$ref":"#/$defs/nonNegativeIntegerDefault0"},"required":{"$ref":"#/$defs/stringArray"},"dependentRequired":{"type":"object","additionalProperties":{"$ref":"#/$defs/stringArray"}}},"$defs":{"nonNegativeInteger":{"type":"integer","minimum":0},"nonNegativeIntegerDefault0":{"$ref":"#/$defs/nonNegativeInteger","default":0},"simpleTypes":{"enum":["array","boolean","integer","null","number","object","string"]},"stringArray":{"type":"array","items":{"type":"string"},"uniqueItems":true,"default":[]}}}')},2577:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://json-schema.org/draft/2020-12/schema","$vocabulary":{"https://json-schema.org/draft/2020-12/vocab/core":true,"https://json-schema.org/draft/2020-12/vocab/applicator":true,"https://json-schema.org/draft/2020-12/vocab/unevaluated":true,"https://json-schema.org/draft/2020-12/vocab/validation":true,"https://json-schema.org/draft/2020-12/vocab/meta-data":true,"https://json-schema.org/draft/2020-12/vocab/format-annotation":true,"https://json-schema.org/draft/2020-12/vocab/content":true},"$dynamicAnchor":"meta","title":"Core and Validation specifications meta-schema","allOf":[{"$ref":"meta/core"},{"$ref":"meta/applicator"},{"$ref":"meta/unevaluated"},{"$ref":"meta/validation"},{"$ref":"meta/meta-data"},{"$ref":"meta/format-annotation"},{"$ref":"meta/content"}],"type":["object","boolean"],"$comment":"This meta-schema also defines keywords that have appeared in previous drafts in order to prevent incompatible extensions as they remain in common use.","properties":{"definitions":{"$comment":"\\"definitions\\" has been replaced by \\"$defs\\".","type":"object","additionalProperties":{"$dynamicRef":"#meta"},"deprecated":true,"default":{}},"dependencies":{"$comment":"\\"dependencies\\" has been split and replaced by \\"dependentSchemas\\" and \\"dependentRequired\\" in order to serve their differing semantics.","type":"object","additionalProperties":{"anyOf":[{"$dynamicRef":"#meta"},{"$ref":"meta/validation#/$defs/stringArray"}]},"deprecated":true,"default":{}},"$recursiveAnchor":{"$comment":"\\"$recursiveAnchor\\" has been replaced by \\"$dynamicAnchor\\".","$ref":"meta/core#/$defs/anchorString","deprecated":true},"$recursiveRef":{"$comment":"\\"$recursiveRef\\" has been replaced by \\"$dynamicRef\\".","$ref":"meta/core#/$defs/uriReferenceString","deprecated":true}}}')},98:e=>{"use strict";e.exports=JSON.parse('{"$schema":"http://json-schema.org/draft-07/schema#","$id":"http://json-schema.org/draft-07/schema#","title":"Core schema meta-schema","definitions":{"schemaArray":{"type":"array","minItems":1,"items":{"$ref":"#"}},"nonNegativeInteger":{"type":"integer","minimum":0},"nonNegativeIntegerDefault0":{"allOf":[{"$ref":"#/definitions/nonNegativeInteger"},{"default":0}]},"simpleTypes":{"enum":["array","boolean","integer","null","number","object","string"]},"stringArray":{"type":"array","items":{"type":"string"},"uniqueItems":true,"default":[]}},"type":["object","boolean"],"properties":{"$id":{"type":"string","format":"uri-reference"},"$schema":{"type":"string","format":"uri"},"$ref":{"type":"string","format":"uri-reference"},"$comment":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"default":true,"readOnly":{"type":"boolean","default":false},"examples":{"type":"array","items":true},"multipleOf":{"type":"number","exclusiveMinimum":0},"maximum":{"type":"number"},"exclusiveMaximum":{"type":"number"},"minimum":{"type":"number"},"exclusiveMinimum":{"type":"number"},"maxLength":{"$ref":"#/definitions/nonNegativeInteger"},"minLength":{"$ref":"#/definitions/nonNegativeIntegerDefault0"},"pattern":{"type":"string","format":"regex"},"additionalItems":{"$ref":"#"},"items":{"anyOf":[{"$ref":"#"},{"$ref":"#/definitions/schemaArray"}],"default":true},"maxItems":{"$ref":"#/definitions/nonNegativeInteger"},"minItems":{"$ref":"#/definitions/nonNegativeIntegerDefault0"},"uniqueItems":{"type":"boolean","default":false},"contains":{"$ref":"#"},"maxProperties":{"$ref":"#/definitions/nonNegativeInteger"},"minProperties":{"$ref":"#/definitions/nonNegativeIntegerDefault0"},"required":{"$ref":"#/definitions/stringArray"},"additionalProperties":{"$ref":"#"},"definitions":{"type":"object","additionalProperties":{"$ref":"#"},"default":{}},"properties":{"type":"object","additionalProperties":{"$ref":"#"},"default":{}},"patternProperties":{"type":"object","additionalProperties":{"$ref":"#"},"propertyNames":{"format":"regex"},"default":{}},"dependencies":{"type":"object","additionalProperties":{"anyOf":[{"$ref":"#"},{"$ref":"#/definitions/stringArray"}]}},"propertyNames":{"$ref":"#"},"const":true,"enum":{"type":"array","items":true,"minItems":1,"uniqueItems":true},"type":{"anyOf":[{"$ref":"#/definitions/simpleTypes"},{"type":"array","items":{"$ref":"#/definitions/simpleTypes"},"minItems":1,"uniqueItems":true}]},"format":{"type":"string"},"contentMediaType":{"type":"string"},"contentEncoding":{"type":"string"},"if":{"$ref":"#"},"then":{"$ref":"#"},"else":{"$ref":"#"},"allOf":{"$ref":"#/definitions/schemaArray"},"anyOf":{"$ref":"#/definitions/schemaArray"},"oneOf":{"$ref":"#/definitions/schemaArray"},"not":{"$ref":"#"}},"default":true}')}},t={};function n(s){var r=t[s];if(void 0!==r)return r.exports;var i=t[s]={id:s,loaded:!1,exports:{}};return e[s].call(i.exports,i,i.exports,n),i.loaded=!0,i.exports}n.m=e,n.amdO={},n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var s in t)n.o(t,s)&&!n.o(e,s)&&Object.defineProperty(e,s,{enumerable:!0,get:t[s]})},n.u=e=>e+".js",n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.hmd=e=>((e=Object.create(e)).children||(e.children=[]),Object.defineProperty(e,"exports",{enumerable:!0,set:()=>{throw new Error("ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: "+e.id)}}),e),n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{var e;n.g.importScripts&&(e=n.g.location+"");var t=n.g.document;if(!e&&t&&(t.currentScript&&(e=t.currentScript.src),!e)){var s=t.getElementsByTagName("script");if(s.length)for(var r=s.length-1;r>-1&&!e;)e=s[r--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),n.p=e})(),n.b=document.baseURI||self.location.href,n.nc=void 0;var s={};(()=>{"use strict";n.r(s),n.d(s,{_package:()=>ve,test:()=>Te,tests:()=>t.QK});var e=n(976),t=n(2997);(0,t.W3)("_first",(()=>{(0,t.Bu)("_first",(async()=>{}))}));var r=n(2012),i=n(9976),o=n(6137);(0,t.W3)("Palettes",(()=>{(0,t.Bu)("testPaletteN",(async()=>{await async function(){const e=o.J.Chromatogram;(0,t.l_)(e instanceof i.B,!0),(0,t.l_)(e instanceof o.J,!0)}()})),(0,t.Bu)("testPaletteAA",(async()=>{await async function(){const e=r.f.Lesk,n=r.f.RasMol,s=r.f.GrokGroups;(0,t.l_)(e instanceof i.B,!0),(0,t.l_)(n instanceof i.B,!0),(0,t.l_)(s instanceof i.B,!0),(0,t.l_)(e instanceof r.f,!0),(0,t.l_)(n instanceof r.f,!0),(0,t.l_)(s instanceof r.f,!0)}()})),(0,t.Bu)("testPalettePtMe",(async()=>{const e=r.f.GrokGroups.get("MeNle"),n=r.f.GrokGroups.get("MeA"),s=r.f.GrokGroups.get("MeG"),i=r.f.GrokGroups.get("MeF"),o=r.f.GrokGroups.get("L"),a=r.f.GrokGroups.get("A"),l=r.f.GrokGroups.get("G"),c=r.f.GrokGroups.get("F");(0,t.l_)(e,o),(0,t.l_)(n,a),(0,t.l_)(s,l),(0,t.l_)(i,c)}))}));var a=n(4469),l=n(7422),c=n(8447),u=n(8607);class h{constructor(e,t,n,s,r,i){this.units=e,this.aligned=t,this.alphabet=n,this.alphabetSize=s,this.alphabetIsMultichar=r,this.separator=i}}async function d(t){const n=e.Column.fromList(e.TYPE.STRING,"col1",t);if(await a.functions.call("Bio:detectMacromolecule",{col:n}),n.semType===e.SEMTYPE.MACROMOLECULE){const t=`Negative test detected semType='${n.semType}', units='${n.getTag(e.TAGS.UNITS)}'.`;throw new Error(t)}}async function m(t,n){const s=(await t()).getCol(n),r=await a.functions.call("Bio:detectMacromolecule",{col:s});if(r&&(s.semType=r),s.semType===e.SEMTYPE.MACROMOLECULE){const t=`Negative test detected semType='${s.semType}', units='${s.getTag(e.TAGS.UNITS)}'.`;throw new Error(t)}}async function p(n,s,r,i,o,l,h=null){const d=e.Column.fromList(e.TYPE.STRING,"seq",n),m=await a.functions.call("Bio:detectMacromolecule",{col:d});m&&(d.semType=m),(0,t.l_)(d.semType,e.SEMTYPE.MACROMOLECULE),(0,t.l_)(d.getTag(e.TAGS.UNITS),s),(0,t.l_)(d.getTag(c.DX.aligned),r),(0,t.l_)(d.getTag(c.DX.alphabet),i),h&&(0,t.l_)(d.getTag(c.DX.separator),h);const p=u.g.forColumn(d);(0,t.l_)(p.getAlphabetSize(),o),(0,t.l_)(p.getAlphabetIsMultichar(),l),p.isHelm()||((0,t.l_)(p.aligned,r),(0,t.l_)(p.alphabet,i))}async function f(n,s,r,i,o,l,h,d=null){const m=(await n()).col(s),p=await a.functions.call("Bio:detectMacromolecule",{col:m});p&&(m.semType=p),(0,t.l_)(m.semType,e.SEMTYPE.MACROMOLECULE),(0,t.l_)(m.getTag(e.TAGS.UNITS),r),(0,t.l_)(m.getTag(c.DX.aligned),i),(0,t.l_)(m.getTag(c.DX.alphabet),o),d&&(0,t.l_)(m.getTag(c.DX.separator),d);const f=u.g.forColumn(m);(0,t.l_)(f.getAlphabetSize(),l),(0,t.l_)(f.getAlphabetIsMultichar(),h),f.isHelm()||((0,t.l_)(f.aligned,i),(0,t.l_)(f.alphabet,o))}async function g(e,t){const n=await e(),s=[];for(const r of n.columns.names())if(r in t){const n=t[r];try{await f(e,r,n.units,n.aligned,n.alphabet,n.alphabetSize,n.alphabetIsMultichar,n.separator)}catch(e){const t=e.toString();s.push(`Positive col '${r}' failed: ${t}`)}}else try{await m(e,r)}catch(e){const t=e.toString();s.push(`Negative col '${r}' failed: ${t}`)}if(s.length>0)throw new Error(s.join("\n"))}(0,t.W3)("detectors",(()=>{var n,s,r,i,o,l,u,y,w,b,A,C,v,T,S;const E={negEmpty:{csv:"id,col1\n1,\n2,\n3,\n4,\n5,",neg:["col1"]},negNum1:{csv:"col1\n1\n2\n3",neg:["col1"]},negNum2:{csv:"col1\n4\n5\n6\n7",neg:["col1"]},negNum3:{csv:"col1\n8\n9\n10\n11\n12",neg:["col1"]},negSmiles:{csv:"col1\nCCCCN1C(=O)CN=C(c2cc(F)ccc12)C3CCCCC3\nC1CCCCC1\nCCCCCC",neg:["col1"]},fastaMsaSameLength:{csv:"seq\nFWPHEYFWPHEYYV\nYNRQWYVYNRQWYV\nMKPSEYVMKPSEYV",pos:{seq:new h(c.r2.FASTA,"SEQ.MSA",c.fb.PT,20,!1,void 0)}},fastaExtSameLength:{csv:"seq\nFW[Ac]PHEYFWPH\nYN[Re]VYNRQWYV\n[Me]EYVMPS[Et]",pos:{seq:new h(c.r2.FASTA,"SEQ",c.fb.UN,16,!0,void 0)}},fastaMsaExtSameLength:{csv:"seq\nFW[Ac]PHEY[Re]WPH\nYN[Re]VYNR[Ac]WYV\n[Me]EYVMPSFW[Me]H",pos:{seq:new h(c.r2.FASTA,"SEQ.MSA",c.fb.UN,14,!0,void 0)}},sepSameLength:{csv:"seq\nAc(1)-A-A-A-A-A-A-A-A-A-A-A-A-A-C(1)-G-NH2\nAc(1)-A-A-A-A-A-A-A-A-A-A-A-A-A-C(1)-G-NH2\nAc(1)-A-A-A-A-A-A-A-A-A-A-A-A-A-C(1)-G-NH2",pos:{seq:new h(c.r2.SEPARATOR,"SEQ.MSA",c.fb.UN,5,!0,"-")}},sepMsaSameLength:{csv:"seq\nAc(1)-A-A-A-A-A-A-A-A-A-A-A-A-A-C(1)-G-NH2\nAc(1)-A-A(2)-A-A-A-C(2)-A-A-A-A-C(1)-G-NH2\nAc(1)-A-A-A-A-A-A-A-A-A-A-A-A-A-C(1)-G-NH2",pos:{seq:new h(c.r2.SEPARATOR,"SEQ",c.fb.UN,5,!0,"-")}},helmSameLength:{csv:"seq\nPEPTIDE1{Ac(1).A.A.A.A.A.A.A.A.A.A.A.A.A.C(1).G.NH2}$$$$\nPEPTIDE1{Ab(1).Y.V.K.H.P.F.W.R.W.Y.A.A.A.C(1).G.NH2}$$$$\nPEPTIDE1{Ad(1).S.W.Y.C.K.H.P.M.W.A.A.A.A.C(1)-G-NH2}$$$$",pos:{seq:new h(c.r2.HELM,null,null,19,void 0,void 0)}}};for(const[n,s]of Object.entries(E))(0,t.Bu)(`csvData2-${n}`,(async()=>{const t=(r=n,async()=>{const t=E[r].csv,n=e.DataFrame.fromCsv(t);return await a.data.detectSemanticTypes(n),n});var r;for(const e of s.neg??[])await m(t,e);for(const[e,n]of Object.entries(s.pos??{}))await f(t,e,n.units,n.aligned,n.alphabet,n.alphabetSize,n.alphabetIsMultichar,n.separator)}));const _=new(S=class{constructor(){this[n]="seq\nACGTCACGTC\nCAGTGTCAGTGT\nTTCAACTTCAAC",this[s]="seq\nACGUCACGUC\nCAGUGUCAGUGU\nUUCAACUUCAAC",this[r]="seq\nFWPHEY\nYNRQWYV\nMKPSEYV",this[i]="seq\n[meI][hHis][Aca]NT[dE][Thr_PO3H2][Aca]DN\n[meI][hHis][Aca][Cys_SEt]T[dK][Thr_PO3H2][Aca][Tyr_PO3H2][Aca]\n[Lys_Boc][hHis][Aca][Cys_SEt]T[dK][Thr_PO3H2][Aca][Tyr_PO3H2][Aca]",this[o]="seq\nA*C*G*T*C*A*C*G*T*C\nC*A*G*T*G*T*C*A*G*T*G*T\nT*T*C*A*A*C*T*T*C*A*A*C",this[l]="seq\nA*C*G*U*C*A*C*G*U*C\nC*A*G*U*G*U*C*A*G*U*G*U\nU*U*C*A*A*C*U*U*C*A*A*C",this[u]="seq\nF-W-P-H-E-Y-F-W-P-H-E-Y\nY-N-R-Q-W-Y-V-Y-N-R-Q-W-Y-V\nM-K-P-S-E-Y-V-M-K-P-S-E-Y-V",this[y]="seq\nabc-dfgg-abc1-cfr3-rty-wert-cfr3-rty-wert\nrut12-her2-rty-wert-abc-abc1-dfgg-abc-abc1-dfgg\nrut12-rty-her2-abc-cfr3-wert-rut12-cfr3-wert-rut12",this[w]="seq\nabc/dfgg/abc1/cfr3/rty/wert/abc/dfgg/abc1/cfr3/rty/wert\nrut12/her2/rty/wert//abc/abc1/dfgg/rut12/her2/rty/wert//abc/abc1/dfgg\nrut12/rty/her2/abc/cfr3//wert/rut12/rut12/rty/her2/abc/cfr3//wert/rut12",this[b]="seq\nA-C--G-T--C-T-A-C--G-T--C-T\nC-A-C--T--G-T-C-A-C--T--G-T\nA-C-C-G-T-A-C-T-A-C-C-G-T-A-C-T",this[A]="seq\nm1-M-m3-mon4-mon5-N-T-MON8-N9-m1-M-m3-mon4-mon5-N-T-MON8-N9\nm1-mon2-m3-mon4-mon5-Num--MON8-N9-m1-mon2-m3-mon4-mon5-Num--MON8-N9\n\nmon1-M-mon3-mon4-mon5---MON8-N9-mon1-M-mon3-mon4-mon5---MON8-N9",this[C]="seq\nAc(1)-F-K(AEEA-AEEA-R-Ac)-L-mF-V-Y-mNle-D-W-N-mF-C(1)-G-NH2\nAc(1)-F-K(AEEA-ARRA-W-Ac)-L-mF-V-Y-mNle-D-W-N-mF-C(1)-G-NH2\nAc(1)-F-K(AEEA-AEEA-Ac)-L-mF-V-Y-mNle-D-W-N-mF-C(1)-G-NH2",this[v]="seq\nAC-GT-CTAC-GT-CT\nCAC-T-GTCAC-T-GT\nACCGTACTACCGTACT",this[T]="seq\nFWR-WYV-KHPFWR-WYV-KHP\nYNR-WYV-KHPYNR-WYV-KHP\nMWRSWY-CKHPMWRSWY-CKHP"}},n="csvFastaDna1",s="fastaRna1",r="fastaPt1",i="fastaUn",o="sepDna",l="sepRna",u="sepPt",y="sepUn1",w="sepUn2",b="sepMsaDna1",A="sepMsaUnWEmpty",C="sepComplex",v="fastaMsaDna1",T="fastaMsaPt1",S),x={fastaFasta:"System:AppData/Bio/samples/FASTA.fasta",fastaPtCsv:"System:AppData/Bio/samples/FASTA_PT.csv",msaComplex:"System:AppData/Bio/samples/MSA.csv",fastaCsv:"System:AppData/Bio/samples/FASTA.csv",helmCsv:"System:AppData/Bio/samples/HELM.csv",peptidesComplex:"System:AppData/Bio/tests/peptides_complex_msa.csv",peptidesSimple:"System:AppData/Bio/tests/peptides_simple_msa.csv",testDemogCsv:"System:AppData/Bio/tests/testDemog.csv",testHelmCsv:"System:AppData/Bio/tests/testHelm.csv",testIdCsv:"System:AppData/Bio/tests/testId.csv",testSmilesCsv:"System:AppData/Bio/tests/testSmiles.csv",testSmiles2Csv:"System:AppData/Bio/tests/testSmiles2.csv",testSmilesShort:"System:AppData/Bio/tests/testSmilesShort.csv",testActivityCliffsCsv:"System:AppData/Bio/tests/testActivityCliffs.csv",testCerealCsv:"System:AppData/Bio/tests/testCereal.csv",testUnichemSources:"System:AppData/Bio/tests/testUnichemSources.csv",testDmvOffices:"System:AppData/Bio/tests/testDmvOffices.csv",testAlertCollection:"System:AppData/Bio/tests/testAlertCollection.csv",testSpgi100:"System:AppData/Bio/tests/testSpgi100.csv",testSpgi:"System:AppData/Bio/tests/SPGI-derived.csv",testUrl:"System:AppData/Bio/tests/testUrl.csv"},P={};function N(e,t=$){return async()=>(e in P||(P[e]=(async()=>await t(x[e]))().catch((t=>{throw delete P[e],t}))),P[e])}async function $(t){const n=await a.dapi.files.readAsText(t);return e.DataFrame.fromCsv(n)}const M=t=>async()=>{const n=_[t],s=e.DataFrame.fromCsv(n);return await a.data.detectSemanticTypes(s),s};(0,t.Bu)("NegativeStartEnd",(async()=>{await d(["START","END"])})),(0,t.Bu)("NegativeStartEndIntermediate",(async()=>{await d(["START","END","INTERMEDIATE"])})),(0,t.Bu)("FastaDna1",(async()=>{await f(M("csvFastaDna1"),"seq",c.r2.FASTA,"SEQ",c.fb.DNA,4,!1)})),(0,t.Bu)("FastaRna1",(async()=>{await f(M("fastaRna1"),"seq",c.r2.FASTA,"SEQ",c.fb.RNA,4,!1)})),(0,t.Bu)("FastaPt1",(async()=>{await f(M("fastaPt1"),"seq",c.r2.FASTA,"SEQ",c.fb.PT,20,!1)})),(0,t.Bu)("FastaPtGaps",(()=>p(["FW-PH-EYY","FYNRQWYV-","FKP-Q-SEYV"],c.r2.FASTA,"SEQ",c.fb.PT,20,!1))),(0,t.Bu)("FastaPtGapsMsa",(()=>p(["FW-PH-EYY","FYNRQWYV-","FKP-Q-SEY"],c.r2.FASTA,"SEQ.MSA",c.fb.PT,20,!1))),(0,t.Bu)("FastaUn",(async()=>{await f(M("fastaUn"),"seq",c.r2.FASTA,"SEQ.MSA",c.fb.UN,12,!0)})),(0,t.Bu)("FastaMsaDna1",(async()=>{await f(M("fastaMsaDna1"),"seq",c.r2.FASTA,"SEQ.MSA",c.fb.DNA,4,!1)})),(0,t.Bu)("FastaMsaPt1",(async()=>{await f(M("fastaMsaPt1"),"seq",c.r2.FASTA,"SEQ.MSA",c.fb.PT,20,!1)})),(0,t.Bu)("SepDna",(async()=>{await f(M("sepDna"),"seq",c.r2.SEPARATOR,"SEQ",c.fb.DNA,4,!1,"*")})),(0,t.Bu)("SepRna",(async()=>{await f(M("sepRna"),"seq",c.r2.SEPARATOR,"SEQ",c.fb.RNA,4,!1,"*")})),(0,t.Bu)("SepPt",(async()=>{await f(M("sepPt"),"seq",c.r2.SEPARATOR,"SEQ",c.fb.PT,20,!1,"-")})),(0,t.Bu)("SepUn1",(async()=>{await f(M("sepUn1"),"seq",c.r2.SEPARATOR,"SEQ",c.fb.UN,8,!0,"-")})),(0,t.Bu)("SepUn2",(async()=>{await f(M("sepUn2"),"seq",c.r2.SEPARATOR,"SEQ",c.fb.UN,9,!0,"/")})),(0,t.Bu)("SepMsaN1",(async()=>{await f(M("sepMsaDna1"),"seq",c.r2.SEPARATOR,"SEQ.MSA",c.fb.DNA,4,!1,"-")})),(0,t.Bu)("SepMsaUnWEmpty",(async()=>{await f(M("sepMsaUnWEmpty"),"seq",c.r2.SEPARATOR,"SEQ.MSA",c.fb.UN,14,!0)})),(0,t.Bu)("SepComplex",(async()=>{await f(M("sepComplex"),"seq",c.r2.SEPARATOR,"SEQ",c.fb.UN,18,!0)})),(0,t.Bu)("samplesFastaCsv",(async()=>{await g(N("fastaCsv"),{Sequence:new h(c.r2.FASTA,"SEQ",c.fb.PT,20,!1)})})),(0,t.Bu)("samplesFastaFasta",(async()=>{await g(N("fastaFasta"),{sequence:new h(c.r2.FASTA,"SEQ",c.fb.PT,20,!1)})})),(0,t.Bu)("samplesPeptidesComplex",(async()=>{await g(N("peptidesComplex"),{})})),(0,t.Bu)("samplesMsaComplex",(async()=>{await g(N("msaComplex"),{MSA:new h(c.r2.SEPARATOR,"SEQ.MSA",c.fb.UN,161,!0,"/")})})),(0,t.Bu)("samplesIdCsv",(async()=>{await g(N("testIdCsv"),{})})),(0,t.Bu)("samplesSarSmallCsv",(async()=>{await g(N("testSmilesCsv"),{})})),(0,t.Bu)("samplesHelmCsv",(async()=>{await g(N("helmCsv"),{HELM:new h(c.r2.HELM,null,null,160,!0)})})),(0,t.Bu)("samplesTestHelmCsv",(async()=>{await g(N("testHelmCsv"),{"HELM string":new h(c.r2.HELM,null,null,9,!0)})})),(0,t.Bu)("samplesTestDemogCsv",(async()=>{await g(N("testDemogCsv"),{})})),(0,t.Bu)("samplesTestSmiles2Csv",(async()=>{await g(N("testSmiles2Csv"),{})})),(0,t.Bu)("samplesTestSmilesShort",(async()=>{await g(N("testSmilesShort"),{})})),(0,t.Bu)("samplesTestActivityCliffsNegativeSmiles",(async()=>{await g(N("testActivityCliffsCsv"),{})})),(0,t.Bu)("samplesFastaPtCsv",(async()=>{await g(N("fastaPtCsv"),{sequence:new h(c.r2.FASTA,"SEQ",c.fb.PT,20,!1)})})),(0,t.Bu)("samplesTestCerealCsv",(async()=>{await g(N("testCerealCsv"),{})})),(0,t.Bu)("samplesTestUnichemSources",(async()=>{await g(N("testUnichemSources"),{})})),(0,t.Bu)("samplesTestDmvOffices",(async()=>{await g(N("testDmvOffices"),{})})),(0,t.Bu)("samplesTestAlertCollection",(async()=>{await g(N("testAlertCollection"),{})})),(0,t.Bu)("samplesTestSpgi",(async()=>{await g(N("testSpgi"),{})})),(0,t.Bu)("samplesTestSpgi100",(async()=>{await g(N("testSpgi100"),{})})),(0,t.Bu)("samplesTestUrl",(async()=>{await g(N("testUrl"),{})}))})),(0,t.W3)("detectors:weak-and-likely",(()=>{const n={fastaDnaWeak1:"id,colName\n1,TTTTTTTTTT\n2,TTTTTTTTTT\n3,TTTTTTTTTT\n4,TTTTTTTTTT",fastaDnaWeak1LikelyName:"id,seq\n1,TTTTTTT\n2,TTTTTTT\n3,TTTTTTT\n4,TTTTTTT",fastaRnaWeak1:"id,colName\n1,UUUUUUUUUU\n2,UUUUUUUUUU\n3,UUUUUUUUUU\n4,UUUUUUUUUU",fastaRnaWeak1LikelyName:"id,seq\n1,UUUUUUU\n2,UUUUUUU\n3,UUUUUUU\n4,UUUUUUU",fastaPtWeak1:"id,colName\n1,SLSLSPGKSLSLSPGK\n2,SLSLSPGKSLSLSPGK\n3,SLSLSPGKSLSLSPGK\n4,SLSLSPGKSLSLSPGK",fastaPtWeak1LikelyName:"id,seq\n1,SLSLSPGKSLSLSPGK\n2,SLSLSPGKSLSLSPGK\n3,SLSLSPGKSLSLSPGK\n4,SLSLSPGKSLSLSPGK",fastaUn1:"id,colName\n1,word\n2,other\n3,some\n4,another",fastaUn1LikelyName:"id,seq\n1,word\n2,other\n3,some\n4,another",fastaUn2LikelyName:'protein\nBoombastic\nMegafantastic\n"just-a-random-thought,oy!"',fastaUnMsa1LikelyName:"id,seq\n1,word\n2,male\n3,bare\n4,core"},s=t=>async()=>{const s=n[t],r=e.DataFrame.fromCsv(s);return await a.data.detectSemanticTypes(r),r};(0,t.Bu)("fastaDnaWeak1",(async()=>{await m(s("fastaDnaWeak1"),"colName")})),(0,t.Bu)("fastaDnaWeak1LikelyName",(async()=>{await f(s("fastaDnaWeak1LikelyName"),"seq",c.r2.FASTA,"SEQ.MSA",c.fb.DNA,4,!1)})),(0,t.Bu)("fastaRnaWeak1",(async()=>{await m(s("fastaRnaWeak1"),"colName")})),(0,t.Bu)("fastaRnaWeak1LikelyName",(async()=>{await f(s("fastaRnaWeak1LikelyName"),"seq",c.r2.FASTA,"SEQ.MSA",c.fb.RNA,4,!1)})),(0,t.Bu)("fastaPtWeak1",(async()=>{await m(s("fastaPtWeak1"),"colName")})),(0,t.Bu)("fastaPtWeak1LikelyName",(async()=>{await f(s("fastaPtWeak1LikelyName"),"seq",c.r2.FASTA,"SEQ.MSA",c.fb.PT,20,!1)})),(0,t.Bu)("fastaUn1",(async()=>{await m(s("fastaUn1"),"colName")})),(0,t.Bu)("fastaUn1LikelyName",(async()=>{await m(s("fastaUn1LikelyName"),"seq")})),(0,t.Bu)("fastaUn2LikelyName",(async()=>{await m(s("fastaUn2LikelyName"),"protein")})),(0,t.Bu)("fastaUnMsa1LikelyName",(async()=>{await m(s("fastaUnMsa1LikelyName"),"seq")}))})),(0,t.W3)("detectorsBenchmark",(()=>{let n;async function s(s,i,o,a,l,h){return await async function(s,d,m,p){const f=await(async()=>{const t=function(t,n,s,r,i){let o;switch(t){case c.r2.FASTA:o=e=>{let t="";for(let n=0;n<e.length;n++){const s=e[n];t+=1==s.length?s:`[${s}]`}return t};break;case c.r2.SEPARATOR:o=(e,t)=>e.join(t);break;default:throw new Error(`Not supported notation '${t}'.`)}const a=(e,t)=>{const n=new Array(t);for(let s=0;s<t;s++)n[s]=e[Math.floor(Math.random()*e.length)];return o(n,i)},l=Array(r);for(let e=0;e<r;e++)l[e]=a(n,s);return e.Column.fromStrings("seq",l)}(i,[...(0,c.gM)(o)],a,l,h),s=n.prepare({col:t});return await r(s),s})(),g=Date.now(),y=await(async e=>r(e))(f),w=Date.now();(function(e,n){const s=u.g.forColumn(e);(0,t.l_)(e.semType===n.semType,!0),(0,t.l_)(s.notation===n.notation,!0),(0,t.l_)(s.alphabet===n.alphabet,!0),(0,t.l_)(s.separator===n.separator,!0)})(y,{semType:e.SEMTYPE.MACROMOLECULE,notation:i,alphabet:o,separator:h});const b=w-g;if(b>s){const e=`ET ${b} ms is more than max allowed ${s} ms.`;throw console.error(e),new Error(e)}return console.log(`ET ${b} ms is OK.`),b}(s)}async function r(e){await e.call();const t=e.getOutputParamValue(),n=e.inputs.col;return t&&(n.semType=t),n}(0,t.bb)((async()=>{const t=e.Func.find({package:"Bio",name:"detectMacromolecule"});n=t[0];const s=e.Column.fromStrings("seq",["ACGT","ACGT","ACGT"]);await n.prepare({col:s}).call()})),(0,t.Bu)("fastaDnaShorts50Few50",(async()=>{await s(10,c.r2.FASTA,c.fb.DNA,50,50)})),(0,t.Bu)("fastaDnaShorts50Many1E6",(async()=>{await s(20,c.r2.FASTA,c.fb.DNA,50,1e6)})),(0,t.Bu)("fastaDnaLong1e6Few50",(async()=>{await s(20,c.r2.FASTA,c.fb.DNA,1e6,50)})),(0,t.Bu)("separatorDnaShorts50Few50",(async()=>{await s(10,c.r2.SEPARATOR,c.fb.DNA,50,50,"/")})),(0,t.Bu)("separatorDnaShorts50Many1E6",(async()=>{await s(20,c.r2.SEPARATOR,c.fb.DNA,50,1e6,"/")})),(0,t.Bu)("separatorDnaLong1e6Few50",(async()=>{await s(20,c.r2.SEPARATOR,c.fb.DNA,1e6,50,"/")}))}));var y=n(6098),w=n(525),b=n(6032);async function A(n,s){const r=e.DataFrame.fromCsv(n);await a.data.detectSemanticTypes(r);const i=e.DataFrame.fromCsv(s),o=r.getCol("seq");(0,t.l_)(o.semType,e.SEMTYPE.MACROMOLECULE);const l=i.getCol("seq"),c=await(0,y.U4)(o,!0);(0,t.f6)(c.toList(),l.toList())}async function C(n,s,r,i,o,l){const u=e.DataFrame.fromCsv(n);await a.data.detectSemanticTypes(u);const h=e.DataFrame.fromCsv(s).getCol("seq"),d=u.getCol("seq");(0,t.l_)(d.semType,e.SEMTYPE.MACROMOLECULE),(0,t.l_)(d.getTag(e.TAGS.UNITS),r),o&&(0,t.l_)(d.getTag(c.DX.alphabet),o);const m=await(0,w.K)({col:d,pepsea:{method:l}});(0,t.l_)(m.semType,e.SEMTYPE.MACROMOLECULE),(0,t.l_)(m.semType,e.SEMTYPE.MACROMOLECULE),(0,t.l_)(m.getTag(e.TAGS.UNITS),i),(0,t.l_)(m.getTag(c.DX.aligned),"SEQ.MSA"),o&&(0,t.l_)(m.getTag(c.DX.alphabet),o),(0,t.f6)(m.toList(),h.toList())}(0,t.W3)("MSA",(async()=>{(0,t.Bu)("isCorrect",(async()=>{await A("seq\nFWRWYVKHP\nYNRWYVKHP\nMWRSWYCKHP","seq\nFWR-WYVKHP\nYNR-WYVKHP\nMWRSWYCKHP")})),(0,t.Bu)("isCorrectLong",(async()=>{await A("seq\nFWRWYVKHPFWRWYVKHPFWRWYVKHPFWRWYVKHPFWRWYVKHPFWRWYVKHPFWRWYVKHPFWRWYVKHP\nYNRWYVKHPYNRWYVKHPYNRWYVKHPYNRWYVKHPYNRWYVKHPYNRWYVKHPYNRWYVKHPYNRWYVKHP\nMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHP","seq\nFWR-WYVKHPFWR-WYVKHPFWR-WYVKHPFWR-WYVKHPFWR-WYVKHPFWR-WYVKHPFWR-WYVKHPFWR-WYVKHP\nYNR-WYVKHPYNR-WYVKHPYNR-WYVKHPYNR-WYVKHPYNR-WYVKHPYNR-WYVKHPYNR-WYVKHPYNR-WYVKHP\nMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHP")})),(0,t.Bu)("isCorrectHelm",(async()=>{await(0,b.Ns)(),await C("seq\n PEPTIDE1{meI.hHis.Aca.N.T.dE.Thr_PO3H2}$$$$\n PEPTIDE1{meI.Aca.N.T.dE.Thr_PO3H2}$$$$\n PEPTIDE1{hHis.Aca.N.T.dE.Thr_PO3H2}$$$$","seq\n meI.hHis.Aca.N.T.dE.Thr_PO3H2\n .meI.Aca.N.T.dE.Thr_PO3H2\n .hHis.Aca.N.T.dE.Thr_PO3H2",c.r2.HELM,c.r2.SEPARATOR,void 0,"mafft")}),{timeout:6e4}),(0,t.Bu)("isCorrectHelmLong",(async()=>{await(0,b.Ns)(),await C("seq\n PEPTIDE1{meI.hHis.Aca.N.T.dE.Thr_PO3H2.Aca.D-Tyr_Et.dV.E.N.D-Orn.D-aThr.Phe_4Me.Thr_PO3H2}$$$$\n PEPTIDE1{meI.hHis.Aca.Cys_SEt.T.dK.Tyr_PO3H2.D-Chg.dV.Phe_ab-dehydro.N.D-Orn.D-aThr.Phe_4Me}$$$$\n PEPTIDE1{Lys_Boc.hHis.Aca.Cys_SEt.T.dK.Tyr_PO3H2.D-Chg.dV.Thr_PO3H2.N.D-Orn.D-aThr.Phe_4Me}$$$$","seq\n meI.hHis.Aca.N.T.dE.Thr_PO3H2.Aca.D-Tyr_Et.dV.E.N.D-Orn.D-aThr.Phe_4Me.Thr_PO3H2\n meI.hHis.Aca.Cys_SEt.T.dK..Tyr_PO3H2.D-Chg.dV.Phe_ab-dehydro.N.D-Orn.D-aThr.Phe_4Me.\n Lys_Boc.hHis.Aca.Cys_SEt.T.dK..Tyr_PO3H2.D-Chg.dV.Thr_PO3H2.N.D-Orn.D-aThr.Phe_4Me.",c.r2.HELM,c.r2.SEPARATOR,void 0,"mafft")}),{timeout:6e4}),(0,t.Bu)("isCorrectSeparator",(async()=>{await C("seq\n F-W-P-H-E-Y\n Y-N-R-Q-W-Y-V\n M-K-P-S-E-Y-V","seq\n FWPHEY-\n YNRQWYV\n MKPSEYV",c.r2.SEPARATOR,c.r2.FASTA,c.fb.PT)})),(0,t.Bu)("isCorrectSeparatorLong",(async()=>{await C("seq\n M-I-E-V-F-L-F-G-I-V-L-G-L-I-P-I-T-L-A-G-L-F-V-T-A-Y-L-Q-Y-R-R-G-D-Q-L-D-L\n M-M-E-L-V-L-K-T-I-I-G-P-I-V-V-G-V-V-L-R-I-V-D-K-W-L-N-K-D-K\n M-D-R-T-D-E-V-S-N-H-T-H-D-K-P-T-L-T-W-F-E-E-I-F-E-E-Y-H-S-P-F-H-N","seq\n MIEV-FLFGIVLGLIPITLAGLFVTAYLQYRRGDQLDL\n MMEL-VLKTII-GPIVVGVVLRIVDKWLNKDK------\n MDRTDEVSNHTHDKPTLTWFEEIFEEYHSPFHN-----",c.r2.SEPARATOR,c.r2.FASTA,c.fb.PT)}))}));var v=n(6414),T=n.n(v),S=n(9416),E=n(9713);async function _(t){const n=await async function(e){return await ve.files.readAsText(e)}(t),s=e.DataFrame.fromCsv(n);return s.name=t.replace(".csv",""),s}async function x(e,n=5e3){await(0,t.gw)(0),await(0,t.zg)(e.onAfterDrawContent,(()=>{}),(()=>{e.invalidate()}),n);const s=e.columns.length;for(let t=0;t<s;++t){const n=e.columns.byIndex(t);if(n){const t=e.cell(n.name,0),[s,o,a]=(0,E.N)(t),l=(void 0,(i=r=a.rendererBack)&&void 0!==i.onRendered&&void 0!==i.invalidate&&void 0!==i.awaitRendered?r:null);l&&await l.awaitRendered()}}var r,i}var P=n(3553),N=n(8260);async function $(e,n){const s=(0,c.kB)(e);console.debug(`Bio: tests: splitters: src=${JSON.stringify(e)}, res=${JSON.stringify(s)} .`),(0,t.f6)(T()(s.originals).toArray(),n)}async function M(e,n){const s=(0,N.gP)(e);console.debug(`Bio: tests: splitters: src=${JSON.stringify(e)}, res=${JSON.stringify(s)} .`),(0,t.f6)(T()(s.originals).toArray(),n)}(0,t.W3)("splitters",(async()=>{(0,t.bb)((async()=>{})),(0,t.X5)((async()=>{}));const n=["M[MeI]YKETLL[MeF]PKTDFPMRGGL[MeA]",["M","MeI","Y","K","E","T","L","L","MeF","P","K","T","D","F","P","M","R","G","G","L","MeA"]],s=["[meI][Pip][dK][Thr_PO3H2][L-hArg(Et,Et)][D-Tyr_Et][Tyr_ab-dehydroMe][dV]EN[D-Orn][D-aThr][Phe_4Me]",["meI","Pip","dK","Thr_PO3H2","L-hArg(Et,Et)","D-Tyr_Et","Tyr_ab-dehydroMe","dV","E","N","D-Orn","D-aThr","Phe_4Me"]],r=["PEPTIDE1{meI.hHis.Aca.N.T.dE.Thr_PO3H2.Aca.D-Tyr_Et.Tyr_ab-dehydroMe.dV.E.N.D-Orn.D-aThr.Phe_4Me}$$$",["meI","hHis","Aca","N","T","dE","Thr_PO3H2","Aca","D-Tyr_Et","Tyr_ab-dehydroMe","dV","E","N","D-Orn","D-aThr","Phe_4Me"]],i=["PEPTIDE1{meI.hHis.Aca.N.T.dK.Thr_PO3H2.Aca.D-Tyr_Et.D-Dap.dV.E.N.pnG.Phe_4Me}$$$",["meI","hHis","Aca","N","T","dK","Thr_PO3H2","Aca","D-Tyr_Et","D-Dap","dV","E","N","pnG","Phe_4Me"]],o=["PEPTIDE1{[meI].[hHis].[Aca].N.T.[dK].[Thr_PO3H2].[Aca].[D-Tyr_Et].[D-Dap].[dV].E.N.[pnG].[Phe_4Me]}$$$",["meI","hHis","Aca","N","T","dK","Thr_PO3H2","Aca","D-Tyr_Et","D-Dap","dV","E","N","pnG","Phe_4Me"]],u=["RNA1{R(U)P.R(T)P.R(G)P.R(C)P.R(A)}$$$$",["R(U)P","R(T)P","R(G)P","R(C)P","R(A)"]],h=["RNA1{P.R(U)P.R(T)}$$$$",["P","R(U)P","R(T)"]],d=["RNA1{P.R(U).P.R(T)}$$$$",["P","R(U)","P","R(T)"]];(0,t.Bu)("fastaMulti",(async()=>{await $(n[0],n[1])})),(0,t.Bu)("fastaFromHelm",(async()=>{await $(s[0],s[1])})),(0,t.Bu)("helm1",(async()=>{await M(r[0],r[1])})),(0,t.Bu)("helm2",(async()=>{await M(i[0],i[1])})),(0,t.Bu)("helm3-multichar",(async()=>{await M(o[0],o[1])})),(0,t.Bu)("testHelm1",(async()=>{await M(u[0],u[1])})),(0,t.Bu)("testHelm2",(async()=>{await M(h[0],h[1])})),(0,t.Bu)("testHelm3",(async()=>{await M(d[0],d[1])})),(0,t.Bu)("splitToMonomers",(async()=>{const e=await a.dapi.files.readCsv("System:AppData/Bio/samples/MSA.csv"),n=e.getCol("MSA"),s=await a.functions.call("Bio:detectMacromolecule",{col:n});s&&(n.semType=s),n.setTag(c.DX.aligned,P.mU);const r=await(0,S.n)(e,n);(0,t.l_)(r.columns.names().includes("17"),!0),await a.data.detectSemanticTypes(r);const i=a.shell.addTableView(r);await x(i.grid),(0,t.l_)(i.grid.dataFrame.id,e.id)})),(0,t.Bu)("getHelmMonomers",(async()=>{const t=e.DataFrame.fromCsv("HELM,Activity\nPEPTIDE1{hHis.N.T}$$$,5.30751\nPEPTIDE1{hHis.Aca.Cys_SEt}$$$,5.72388\n");await a.data.detectSemanticTypes(t);const n=["hHis","Aca","Cys_SEt","N","T"],s=t.getCol("HELM"),r=(0,l.getHelmMonomers)(s),i=n.filter((e=>!r.includes(e))),o=r.filter((e=>!n.includes(e)));if(i.length>0||o.length){const e=[];throw i.length>0&&e.push(`Missed monomers ${JSON.stringify(i)}.`),o.length>0&&e.push(`Unexpected monomers ${JSON.stringify(o)}.`),new Error(e.join(" "))}}))}));var L=n(7228),I=n(6584);(0,t.W3)("monomerLibraries",(()=>{let e,n=null;(0,t.bb)((async()=>{e=await(0,L.JN)(),n=(0,I.nW)()})),(0,t.X5)((async()=>{await(0,I.tW)(n)})),(0,t.Bu)("default",(async()=>{await(0,I.tW)({exclude:[],explicit:[]}),await e.loadLibraries(!0);const n=e.getBioLib();(0,t.l_)(n.getPolymerTypes().length>0,!0)})),(0,t.Bu)("forTests",(async()=>{await(0,I.tb)(),await e.loadLibraries(!0);const n=e.getBioLib();(0,t.l_)(n.getPolymerTypes().length,2),(0,t.l_)(n.getMonomerSymbolsByType("PEPTIDE").length,322),(0,t.l_)(n.getMonomerSymbolsByType("RNA").length,383)})),(0,t.Bu)("empty",(async()=>{const n=await(0,I.nW)(),s=await e.getFileManager();let r=s.getValidLibraryPaths();0===r.length&&(r=await s.getValidLibraryPathsAsynchronously()),n.exclude=r,n.explicit=[],await(0,I.tW)(n),await e.loadLibraries(!0);const i=e.getBioLib().getPolymerTypes();(0,t.l_)(0===i.length,!0)}))}));var R=n(3870),O=n(3336),D=n.n(O),F=n(701),k=n(706),G=n(4004);async function H(n,s){const r=n(),i=e.DataFrame.fromColumns(r);await a.data.detectSemanticTypes(i);const o=Date.now(),l=(i.columns.byName("MSA"),a.shell.addTableView(i));await x(l.grid),(0,t.l_)(l.grid.dataFrame.id,i.id);const c=Date.now()-o;console.log(`Performance test: ${s}: ${c}ms`)}(0,t.W3)("renderers",(()=>{(0,t.Bu)("long sequence performance ",(async()=>{await H(k.io,"Long sequences")})),(0,t.Bu)("many sequence performance",(async()=>{await H(k.Ug,"Many sequences")})),(0,t.Bu)("rendererMacromoleculeFasta",(async()=>{await async function(){const n=await a.dapi.files.readAsText("System:AppData/Bio/samples/FASTA.csv"),s=e.DataFrame.fromCsv(n),r=s.getCol("Sequence"),i=await a.functions.call("Bio:detectMacromolecule",{col:r});i&&(r.semType=i);const o=a.shell.addTableView(s);await a.data.detectSemanticTypes(s),await x(o.grid),(0,t.l_)(o.grid.dataFrame.id,s.id);const l=r.getTag(e.TAGS.CELL_RENDERER);(0,t.l_)(l,"sequence")}()})),(0,t.Bu)("rendererMacromoleculeSeparator",(async()=>{await async function(){const n=await a.dapi.files.readAsText("System:AppData/Bio/samples/SEPARATOR_PT.csv"),s=e.DataFrame.fromCsv(n),r=s.getCol("sequence"),i=await a.functions.call("Bio:detectMacromolecule",{col:r});i&&(r.semType=i);const o=a.shell.addTableView(s);await a.data.detectSemanticTypes(s),await x(o.grid),(0,t.l_)(o.grid.dataFrame.id,s.id);const l=r.getTag(e.TAGS.CELL_RENDERER);(0,t.l_)(l,"sequence")}()})),(0,t.Bu)("rendererMacromoleculeDifference",(async()=>{await async function(){const n=e.Column.fromStrings("SequencesDiff",["meI/hHis/Aca/N/T/dK/Thr_PO3H2/Aca#D-Tyr_Et/Tyr_ab-dehydroMe/meN/E/N/dV"]);n.setTag(e.TAGS.UNITS,c.r2.SEPARATOR),n.setTag(c.DX.separator,"/"),n.setTag(c.DX.aligned,"SEQ"),n.setTag(c.DX.alphabet,"UN"),n.setTag(c.DX.alphabetIsMultichar,"true"),n.semType=P.Of.MACROMOLECULE_DIFFERENCE;const s=e.DataFrame.fromColumns([n]),r=a.shell.addTableView(s);await a.data.detectSemanticTypes(s),await x(r.grid),(0,t.l_)(r.grid.dataFrame.id,s.id);const i=n.getTag(e.TAGS.CELL_RENDERER);(0,t.l_)(i,P.Of.MACROMOLECULE_DIFFERENCE)}()})),(0,t.Bu)("afterMsa",(async()=>{await async function(){const n=await a.dapi.files.readAsText("System:AppData/Bio/samples/FASTA.fasta"),s=(0,l.importFasta)(n)[0],r=s.getCol("sequence"),i=await a.functions.call("Bio:detectMacromolecule",{col:r});i&&(r.semType=i);const o=a.shell.addTableView(s);await a.data.detectSemanticTypes(s),console.log("Bio: tests/renderers/afterMsa, table view"),await x(o.grid),(0,t.l_)(o.grid.dataFrame.id,s.id),console.log(`Bio: tests/renderers/afterMsa, src before test semType="${r.semType}", units="${r.getTag(e.TAGS.UNITS)}", cell.renderer="${r.getTag(e.TAGS.CELL_RENDERER)}"`),(0,t.l_)(r.semType,e.SEMTYPE.MACROMOLECULE),(0,t.l_)(r.getTag(e.TAGS.UNITS),c.r2.FASTA),(0,t.l_)(r.getTag(c.DX.aligned),"SEQ"),(0,t.l_)(r.getTag(c.DX.alphabet),c.fb.PT),(0,t.l_)(r.getTag(e.TAGS.CELL_RENDERER),"sequence");const h=await(0,w.K)({col:r});await x(o.grid),(0,t.l_)(o.grid.dataFrame.id,s.id),(0,t.l_)(h.semType,e.SEMTYPE.MACROMOLECULE),(0,t.l_)(h.getTag(e.TAGS.UNITS),c.r2.FASTA),(0,t.l_)(h.getTag(c.DX.aligned),"SEQ.MSA"),(0,t.l_)(h.getTag(c.DX.alphabet),c.fb.PT),(0,t.l_)(h.getTag(e.TAGS.CELL_RENDERER),"sequence"),u.g.forColumn(h)}()})),(0,t.Bu)("afterConvert",(async()=>{await async function(){const n=await a.dapi.files.readAsText("System:AppData/Bio/samples/FASTA_PT.csv"),s=e.DataFrame.fromCsv(n),r=s.getCol("sequence"),i=await a.functions.call("Bio:detectMacromolecule",{col:r});i&&(r.semType=i);const o=a.shell.addTableView(s);await a.data.detectSemanticTypes(s);const l=await(0,G.o)(r,c.r2.SEPARATOR,"/");await x(o.grid),(0,t.l_)(o.grid.dataFrame.id,s.id);const h=l.getTag(e.TAGS.CELL_RENDERER);(0,t.l_)(h,"sequence"),u.g.forColumn(l)}()})),(0,t.Bu)("afterConvertToHelm",(async()=>{await async function(){const n=await a.dapi.files.readCsv("System:AppData/Bio/samples/FASTA_PT.csv"),s=a.shell.addTableView(n);await x(s.grid);const r=n.getCol("sequence"),i=u.g.forColumn(r).convert(c.r2.HELM);n.columns.add(i),await x(s.grid),(0,t.l_)(i.getTag(e.TAGS.CELL_RENDERER),"helm")}()})),(0,t.Bu)("selectRendererBySemType",(async()=>{await async function(){const n=e.Column.fromStrings("SequencesDiff",["meI/hHis/Aca/N/T/dK/Thr_PO3H2/Aca#D-Tyr_Et/Tyr_ab-dehydroMe/meN/E/N/dV"]);n.setTag(e.TAGS.UNITS,c.r2.SEPARATOR),n.setTag(c.DX.separator,"/"),n.setTag(c.DX.aligned,"SEQ"),n.setTag(c.DX.alphabet,"UN"),n.setTag(c.DX.alphabetIsMultichar,"true"),n.semType=P.Of.MACROMOLECULE_DIFFERENCE;const s=e.DataFrame.fromColumns([n]);a.shell.addTableView(s),await(0,t.gw)(100);const r=n.getTag(e.TAGS.CELL_RENDERER);if("MacromoleculeDifference"!==r)throw new Error(`Units 'separator', separator '/' and semType 'MacromoleculeDifference' have been manually set on column but after df was added as table, view renderer has set to '${r}' instead of correct 'MacromoleculeDifference'.`)}()})),(0,t.Bu)("scatterPlotTooltip",(async()=>{await async function(){const s=e.DataFrame.fromCsv(n);s.currentRowIdx=0;const r=a.shell.addTableView(s),i=s.plot.scatter({x:"x",y:"y"});r.dockManager.dock(i,e.DOCK_TYPE.RIGHT,null),await Promise.all([(0,t.zg)(i.onAfterDrawScene,(()=>{}),(()=>{i.invalidateCanvas()}),1e3),x(r.grid,500)]);const o=i.root.getBoundingClientRect(),l=i.worldToScreen(1,0),c=new MouseEvent("mousemove",{cancelable:!0,bubbles:!0,view:window,button:0,clientX:o.left+l.x,clientY:o.top+l.y}),u=D()(i.root).find("canvas").get()[0];await(0,t.zg)((0,F.fromEvent)(u,"mousemove"),(()=>{ve.logger.debug(`Test: event, currentRowIdx=${s.currentRowIdx}`),(0,t.l_)(D()(R.tooltip.root).find("div table.d4-row-tooltip-table tr td canvas").length,1),(0,t.l_)(i.hitTest(l.x,l.y),1)}),(()=>{u.dispatchEvent(c)}),500),await x(r.grid,500)}()}));const n="seq,x,y\nACGGTGTCGT,0,0\nCGGTATCCCT,1,0\nCTCGGCATGC,2,0\n"}));var B=n(9611);(0,t.W3)("renderers: monomerPlacer",(()=>{let n,s;(0,t.bb)((async()=>{n=await(0,L.JN)(),s=await(0,I.nW)(),await(0,I.tb)(),await n.awaitLoaded(),await n.loadLibraries(!0)})),(0,t.X5)((async()=>{await(0,I.tW)(s),await n.loadLibraries(!0)}));const r={splitter:{csv:"id,seq\nid1,m1-M-m3-mon4-mon5-N-T-MON8-N9\nid2,m1-mon2-m3-mon4-mon5-Num-MON8-N9\nid3,mon1-M-mon3-mon4-mon5-MON8-N9\n",testList:[{src:{row:0,x:-1},tgt:{pos:null}},{src:{row:1,x:0},tgt:{pos:null}},{src:{row:1,x:5},tgt:{pos:0}},{src:{row:1,x:6},tgt:{pos:0}},{src:{row:1,x:26},tgt:{pos:1}},{src:{row:1,x:160},tgt:{pos:6}},{src:{row:1,x:185},tgt:{pos:7}},{src:{row:2,x:140},tgt:{pos:5}},{src:{row:2,x:145},tgt:{pos:5}}]},splitterMsa:{csv:"id,seq\nid1,m1-M-m3-mon4-mon5-N-T-MON8-N9\nid2,m1-mon2-m3-mon4-mon5-Num--MON8-N9\nid3,\nid4,mon1-M-mon3-mon4-mon5---MON8-N9\n",testList:[{src:{row:0,x:-1},tgt:{pos:null}},{src:{row:1,x:0},tgt:{pos:null}},{src:{row:1,x:1},tgt:{pos:null}},{src:{row:1,x:4},tgt:{pos:null}},{src:{row:1,x:5},tgt:{pos:0}},{src:{row:1,x:37},tgt:{pos:0}},{src:{row:1,x:38},tgt:{pos:1}},{src:{row:1,x:170},tgt:{pos:5}},{src:{row:1,x:200},tgt:{pos:5}},{src:{row:2,x:20},tgt:{pos:null}},{src:{row:3,x:170},tgt:{pos:5}},{src:{row:3,x:200},tgt:{pos:5}},{src:{row:3,x:297},tgt:{pos:null}}]},fastaMsa:{csv:"id,seq\nid1,QQYNIYPLT\nid2,QQWSSFPYT\nid3,\nid3,QHIRE--LT\n",testList:[{src:{row:1,x:-1},tgt:{pos:null}},{src:{row:1,x:0},tgt:{pos:null}},{src:{row:1,x:1},tgt:{pos:null}},{src:{row:1,x:19},tgt:{pos:0}},{src:{row:1,x:170},tgt:{pos:8}},{src:{row:1,x:171},tgt:{pos:8}},{src:{row:2,x:5},tgt:{pos:null}},{src:{row:3,x:170},tgt:{pos:8}},{src:{row:3,x:181},tgt:{pos:null}}]}};for(const[n,s]of Object.entries(r))(0,t.Bu)(`getPosition-${n}`,(async()=>{const t=e.DataFrame.fromCsv(s.csv);await a.data.detectSemanticTypes(t);const n=t.getCol("seq"),r=new B.A(null,n,ve.logger,3,(()=>({seqHandler:u.g.forColumn(n),monomerCharWidth:7,separatorWidth:12,monomerToShort:c.GU}))),i=s.testList;for(let e=0;e<n.length;++e)r.getCellMonomerLengths(e,1e4);const o=[];for(const[e,t]of T().enumerate(i)){const t={pos:r.getPosition(e.src.row,e.src.x,1e4)};e.tgt.pos!=t.pos&&o.push(`Test src ${JSON.stringify(e.src)} expected tgt ${JSON.stringify(e.tgt)}, but get ${JSON.stringify({res:t})}`)}if(o.length>0)throw new Error("Test failed error(s):\n"+o.join(", \n"))}))})),(0,t.W3)("renderers: monomerPlacer",(()=>{const e=[10,20,30,40,50,60],n={left:{x:3,tgt:null},c0left:{x:10,tgt:0},c0mid:{x:12,tgt:0},c0right:{x:19,tgt:0},c1left:{x:20,tgt:1},c2right:{x:39,tgt:2},c4left:{x:50,tgt:4},c4right:{x:59,tgt:4},max:{x:60,tgt:null},right:{x:65,tgt:null}};for(const[s,r]of Object.entries(n))(0,t.Bu)("hitBounds-"+s,(async()=>{const n=(0,B.m)(e,r.x);(0,t.l_)(n,r.tgt)}))})),(0,t.W3)("converters",(()=>{let n;!function(e){e.fastaPt="fastaPt",e.separatorPt="separatorPt",e.helmPt="helmPt",e.fastaDna="fastaDna",e.separatorDna="separatorDna",e.helmDna="helmDna",e.fastaRna="fastaRna",e.separatorRna="separatorRna",e.helmRna="helmRna",e.fastaGaps="fastaGaps",e.separatorGaps="separatorGaps",e.helmGaps="helmGaps",e.fastaUn="fastaUn",e.separatorUn="separatorUn",e.helmUn="helmUn",e.helmLoneDeoxyribose="helmLoneDeoxyribose",e.helmLoneRibose="helmLoneRibose",e.helmLonePhosphorus="helmLonePhosphorus",e.fastaLoneDeoxyribose="fastaLoneDeoxyribose",e.fastaLoneRibose="fastaLoneRibose",e.fastaLonePhosphorus="fastaLonePhosphorus"}(n||(n={}));const s={[n.fastaPt]:"seq\nFWPHEYFWPHEY\nYNRQWYVYNRQWYV\nMKPSEYVMKPSEYV",[n.separatorPt]:"seq\nF-W-P-H-E-Y-F-W-P-H-E-Y\nY-N-R-Q-W-Y-V-Y-N-R-Q-W-Y-V\nM-K-P-S-E-Y-V-M-K-P-S-E-Y-V",[n.helmPt]:"seq\nPEPTIDE1{F.W.P.H.E.Y.F.W.P.H.E.Y}$$$$\nPEPTIDE1{Y.N.R.Q.W.Y.V.Y.N.R.Q.W.Y.V}$$$$\nPEPTIDE1{M.K.P.S.E.Y.V.M.K.P.S.E.Y.V}$$$$",[n.fastaDna]:"seq\nACGTCACGTC\nCAGTGTCAGTGT\nTTCAACTTCAAC",[n.separatorDna]:"seq\nA/C/G/T/C/A/C/G/T/C\nC/A/G/T/G/T/C/A/G/T/G/T\nT/T/C/A/A/C/T/T/C/A/A/C",[n.helmDna]:"seq\nRNA1{d(A)p.d(C)p.d(G)p.d(T)p.d(C)p.d(A)p.d(C)p.d(G)p.d(T)p.d(C)p}$$$$\nRNA1{d(C)p.d(A)p.d(G)p.d(T)p.d(G)p.d(T)p.d(C)p.d(A)p.d(G)p.d(T)p.d(G)p.d(T)p}$$$$\nRNA1{d(T)p.d(T)p.d(C)p.d(A)p.d(A)p.d(C)p.d(T)p.d(T)p.d(C)p.d(A)p.d(A)p.d(C)p}$$$$",[n.fastaRna]:"seq\nACGUCACGUC\nCAGUGUCAGUGU\nUUCAACUUCAAC",[n.separatorRna]:"seq\nA*C*G*U*C*A*C*G*U*C\nC*A*G*U*G*U*C*A*G*U*G*U\nU*U*C*A*A*C*U*U*C*A*A*C",[n.helmRna]:"seq\nRNA1{r(A)p.r(C)p.r(G)p.r(U)p.r(C)p.r(A)p.r(C)p.r(G)p.r(U)p.r(C)p}$$$$\nRNA1{r(C)p.r(A)p.r(G)p.r(U)p.r(G)p.r(U)p.r(C)p.r(A)p.r(G)p.r(U)p.r(G)p.r(U)p}$$$$\nRNA1{r(U)p.r(U)p.r(C)p.r(A)p.r(A)p.r(C)p.r(U)p.r(U)p.r(C)p.r(A)p.r(A)p.r(C)p}$$$$",[n.fastaGaps]:"seq\nFW-PH-EYYFW-PH-EYY\nFYNRQWYV-FYNRQWYV-\nFKP-Q-SEYVFKP-Q-SEYV",[n.separatorGaps]:"seq\nF/W//P/H//E/Y/Y/F/W//P/H//E/Y/Y\nF/Y/N/R/Q/W/Y/V//F/Y/N/R/Q/W/Y/V/\nF/K/P//Q//S/E/Y/V/F/K/P//Q//S/E/Y/V",[n.helmGaps]:"seq\nPEPTIDE1{F.W.*.P.H.*.E.Y.Y.F.W.*.P.H.*.E.Y.Y}$$$$\nPEPTIDE1{F.Y.N.R.Q.W.Y.V.*.F.Y.N.R.Q.W.Y.V.*}$$$$\nPEPTIDE1{F.K.P.*.Q.*.S.E.Y.V.F.K.P.*.Q.*.S.E.Y.V}$$$$",[n.fastaUn]:"seq\n[meI][hHis][Aca]NT[dE][Thr_PO3H2][Aca]D[meI][hHis][Aca]NT[dE][Thr_PO3H2][Aca]D\n[meI][hHis][Aca][Cys_SEt]T[dK][Thr_PO3H2][Aca][Tyr_PO3H2][meI][hHis][Aca][Cys_SEt]T[dK][Thr_PO3H2][Aca][Tyr_PO3H2]\n[Lys_Boc][hHis][Aca][Cys_SEt]T[dK][Thr_PO3H2][Aca][Tyr_PO3H2][Lys_Boc][hHis][Aca][Cys_SEt]T[dK][Thr_PO3H2][Aca]",[n.separatorUn]:"seq\nmeI-hHis-Aca-N-T-dE-Thr_PO3H2-Aca-D-meI-hHis-Aca-N-T-dE-Thr_PO3H2-Aca-D\nmeI-hHis-Aca-Cys_SEt-T-dK-Thr_PO3H2-Aca-Tyr_PO3H2-meI-hHis-Aca-Cys_SEt-T-dK-Thr_PO3H2-Aca-Tyr_PO3H2\nLys_Boc-hHis-Aca-Cys_SEt-T-dK-Thr_PO3H2-Aca-Tyr_PO3H2-Lys_Boc-hHis-Aca-Cys_SEt-T-dK-Thr_PO3H2-Aca",[n.helmUn]:"seq\nPEPTIDE1{meI.hHis.Aca.N.T.dE.Thr_PO3H2.Aca.D.meI.hHis.Aca.N.T.dE.Thr_PO3H2.Aca.D}$$$$\nPEPTIDE1{meI.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca.Tyr_PO3H2.meI.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca.Tyr_PO3H2}$$$$\nPEPTIDE1{Lys_Boc.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca.Tyr_PO3H2.Lys_Boc.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca}$$$$",[n.helmLoneDeoxyribose]:"seq\nRNA1{d(A).d(C).d(G).d(T).d(C).d(A).d(C).d(G).d(T).d(C)}$$$$\nRNA1{d(C).d(A).d(G).d(T).d(G).d(T)p.d(C).d(A).d(G).d(T).d(G).d(T)p}$$$$\nRNA1{d(T).d(T).d(C).d(A).d(A).d(C)p.d(T).d(T).d(C).d(A).d(A).d(C)p}$$$$",[n.helmLoneRibose]:"seq\nRNA1{r(A).r(C).r(G).r(U).r(C).r(A).r(C).r(G).r(U).r(C)}$$$$\nRNA1{r(C).r(A).r(G).r(U).r(G).r(U)p.r(C).r(A).r(G).r(U).r(G).r(U)p}$$$$\nRNA1{r(U).r(U).r(C).r(A).r(A).r(C)p.r(U).r(U).r(C).r(A).r(A).r(C)p}$$$$",[n.helmLonePhosphorus]:"seq\nRNA1{p.p.r(A)p.r(C)p.r(G)p.r(U)p.r(C)p.r(A)p.r(C)p.r(G)p.r(U)p.r(C)p}$$$$\nRNA1{p.p.r(C)p.r(A)p.p.r(G)p.r(U)p.r(G)p.r(U)p.r(C)p.r(A)p.p.r(G)p.r(U)p.r(G)p.r(U)p}$$$$\nRNA1{p.r(U)p.r(U)p.r(C)p.r(A)p.r(A)p.r(C)p.r(U)p.r(U)p.r(C)p.r(A)p.r(A)p.r(C)p.p.p}$$$$"},r=new Set(Object.values(c.DX));async function i(t){const n=s[t],r=e.DataFrame.fromCsv(n);return await a.data.detectSemanticTypes(r),r}function o(n,s){if(n===c.r2.SEPARATOR&&!s)throw new Error(`Argument 'separator' is mandatory for target notation '${n.toString()}'.`);return function(r){const i=u.g.forColumn(r).convert(n,s);return(0,t.l_)(i.getTag(e.TAGS.UNITS),n),i}}async function l(e,n,s){const o=(await i(e)).getCol("seq"),a=n(o),l=(await i(s)).getCol("seq");(0,t.f6)(a.toList(),l.toList());const h=u.g.forColumn(o),d=u.g.forColumn(a);for(const[e,n]of Object.entries(l.tags)){if(!r.has(e)||h.notation===c.r2.HELM&&[c.DX.alphabet,c.DX.alphabetIsMultichar].includes(e)||d.notation===c.r2.HELM&&[c.DX.alphabet,c.DX.alphabetIsMultichar].includes(e))continue;const s=a.getTag(e);(0,t.l_)(s,n,`Tag '${e}' expected value '${n}' is not equal to actual '${s}'.`)}}(0,t.Bu)("testFastaPtToSeparator",(async()=>{await l(n.fastaPt,o(c.r2.SEPARATOR,"-"),n.separatorPt)})),(0,t.Bu)("testFastaDnaToSeparator",(async()=>{await l(n.fastaDna,o(c.r2.SEPARATOR,"/"),n.separatorDna)})),(0,t.Bu)("testFastaRnaToSeparator",(async()=>{await l(n.fastaRna,o(c.r2.SEPARATOR,"*"),n.separatorRna)})),(0,t.Bu)("testFastaGapsToSeparator",(async()=>{await l(n.fastaGaps,o(c.r2.SEPARATOR,"/"),n.separatorGaps)})),(0,t.Bu)("testFastaUnToSeparator",(async()=>{await l(n.fastaUn,o(c.r2.SEPARATOR,"-"),n.separatorUn)})),(0,t.Bu)("testFastaPtToHelm",(async()=>{await l(n.fastaPt,o(c.r2.HELM),n.helmPt)})),(0,t.Bu)("testFastaDnaToHelm",(async()=>{await l(n.fastaDna,o(c.r2.HELM),n.helmDna)})),(0,t.Bu)("testFastaRnaToHelm",(async()=>{await l(n.fastaRna,o(c.r2.HELM),n.helmRna)})),(0,t.Bu)("testFastaGapsToHelm",(async()=>{await l(n.fastaGaps,o(c.r2.HELM),n.helmGaps)})),(0,t.Bu)("testSeparatorPtToFasta",(async()=>{await l(n.separatorPt,o(c.r2.FASTA),n.fastaPt)})),(0,t.Bu)("testSeparatorDnaToFasta",(async()=>{await l(n.separatorDna,o(c.r2.FASTA),n.fastaDna)})),(0,t.Bu)("testSeparatorRnaToFasta",(async()=>{await l(n.separatorRna,o(c.r2.FASTA),n.fastaRna)})),(0,t.Bu)("testSeparatorGapsToFasta",(async()=>{await l(n.separatorGaps,o(c.r2.FASTA),n.fastaGaps)})),(0,t.Bu)("testSeparatorUnToFasta",(async()=>{await l(n.separatorUn,o(c.r2.FASTA),n.fastaUn)})),(0,t.Bu)("testSeparatorPtToHelm",(async()=>{await l(n.separatorPt,o(c.r2.HELM),n.helmPt)})),(0,t.Bu)("testSeparatorDnaToHelm",(async()=>{await l(n.separatorDna,o(c.r2.HELM),n.helmDna)})),(0,t.Bu)("testSeparatorRnaToHelm",(async()=>{await l(n.separatorRna,o(c.r2.HELM),n.helmRna)})),(0,t.Bu)("testSeparatorGapsToHelm",(async()=>{await l(n.separatorGaps,o(c.r2.HELM),n.helmGaps)})),(0,t.Bu)("testHelmDnaToFasta",(async()=>{await l(n.helmDna,o(c.r2.FASTA),n.fastaDna)})),(0,t.Bu)("testHelmRnaToFasta",(async()=>{await l(n.helmRna,o(c.r2.FASTA),n.fastaRna)})),(0,t.Bu)("testHelmPtToFasta",(async()=>{await l(n.helmPt,o(c.r2.FASTA),n.fastaPt)})),(0,t.Bu)("testHelmUnToFasta",(async()=>{await l(n.helmUn,o(c.r2.FASTA),n.fastaUn)})),(0,t.Bu)("testHelmDnaToSeparator",(async()=>{await l(n.helmDna,o(c.r2.SEPARATOR,"/"),n.separatorDna)})),(0,t.Bu)("testHelmRnaToSeparator",(async()=>{await l(n.helmRna,o(c.r2.SEPARATOR,"*"),n.separatorRna)})),(0,t.Bu)("testHelmPtToSeparator",(async()=>{await l(n.helmPt,o(c.r2.SEPARATOR,"-"),n.separatorPt)})),(0,t.Bu)("testHelmUnToSeparator",(async()=>{await l(n.helmUn,o(c.r2.SEPARATOR,"-"),n.separatorUn)})),(0,t.Bu)("testHelmLoneRibose",(async()=>{await l(n.helmLoneRibose,o(c.r2.FASTA),n.fastaRna)})),(0,t.Bu)("testHelmLoneDeoxyribose",(async()=>{await l(n.helmLoneDeoxyribose,o(c.r2.SEPARATOR,"/"),n.separatorDna)})),(0,t.Bu)("testHelmLonePhosphorus",(async()=>{await l(n.helmLonePhosphorus,o(c.r2.FASTA),n.fastaRna)}))}));var U=n(5226);(0,t.W3)("fastaFileHandler",(()=>{const n=["description:1","description:2","description:3","description:4"],s=(e.Column.fromStrings("description",n),["MDYKETLLMPKTDFPMRGGLPNKEPQIQEKW","MIEVFLFGIVLGLIPITLAGLFVTAYLQYRRGDQLDL","MMELVLKTIIGPIVVGVVLRIVDKWLNKDK","MDRTDEVSNHTHDKPTLTWFEEIFEEYHSPFHN"]);function r(e){const r=new U.i(e),i=r.descriptionsArray,o=r.sequencesArray;(0,t.f6)([i,o],[n,s])}(0,t.Bu)("testNormalFormatting",(async()=>{r(">description:1\nMDYKETLLMPKTDFPMRGGLPNKEPQIQEKW\n\n>description:2\nMIEVFLFGIVLGLIPITLAGLFVTAYLQYRRGDQLDL\n\n>description:3\nMMELVLKTIIGPIVVGVVLRIVDKWLNKDK\n\n>description:4\nMDRTDEVSNHTHDKPTLTWFEEIFEEYHSPFHN\n")})),(0,t.Bu)("testExtraSpaces",(async()=>{r(">description:1\n MDYKETLLMPKTDFPMRGGLPNKEPQIQEKW\n\n>description:2\nMI EVF LFGIVLGLI PITLAGLFVTAY LQYRRGDQLDL\n\n>description:3\nM MELVLKTI IGPI VVGVVLR IVDKWLNKDK\n\n>description:4\nMDR TDEVSNHTHDKP TLTWFEEIFEEYHSPFHN\n ")})),(0,t.Bu)("testExtraNewlines",(async()=>{r(">description:1\n\nMDYKETLLMPKTDFPMRGGLPNKEPQIQEKW\n\n>description:2\nMIEVF\nLFGIVLGLI\nPITLAGLFVTA\nYLQYRRGDQLDL\n\n>description:3\nM\nME\n\nLVLKTIIG\n\nPIVVGVVLRI\nVDKWLNKDK\n\n\n>description:4\n\nMDRT\n\nDEVSNHTHDKP\n\nTLTWFEEIFEE\n\n\n\nYHSPFHN\n")}))}));var W=n(9943);(0,t.W3)("fastaExport",(()=>{let n;!function(e){e.single="single",e.multi="multi"}(n||(n={}));const s={[n.single]:{src:"MDYKETLLMPKTDFPMRGGLP",tgt:["MDYKETLLMP","KTDFPMRGGL","P"]},[n.multi]:{src:"M[MeI]YKETLL[MeF]PKTDFPMRGGL[MeA]",tgt:["M[MeI]YKETLL[MeF]P","KTDFPMRGGL","[MeA]"]}};let r;!function(e){e.test1="test1",e.test2="test2"}(r||(r={}));const i={[r.test1]:{srcCsv:"id,seq\n1,MDYKETLLMP\n2,KTDFPMRGGL\n3,P",idCols:["id"],seqCol:"seq",lineWidth:10,tgtFasta:">1\nMDYKETLLMP\n>2\nKTDFPMRGGL\n>3\nP\n"},[r.test2]:{srcCsv:"id,id2,seq\n1,seqA,M[MeI]YKETLL[MeF]P\n2,seqB,KTDFPMRGGL\n3,seqC,[MeA]\n",idCols:["id2","id"],seqCol:"seq",lineWidth:5,tgtFasta:">seqA|1\nM[MeI]YKE\nTLL[MeF]P\n>seqB|2\nKTDFP\nMRGGL\n>seqC|3\n[MeA]\n"}};function o(n,r=10){const i=s[n].src,o=e.Column.fromStrings("src",[i]);o.semType=e.SEMTYPE.MACROMOLECULE,o.setTag(e.TAGS.UNITS,c.r2.FASTA);const a=u.g.forColumn(o).getSplitted(0),l=(0,W.sK)(a,r),h=s[n].tgt;(0,t.f6)(l,h)}async function a(n){const s=e.DataFrame.fromCsv(n.srcCsv),r=s.getCol(n.seqCol);r.semType=e.SEMTYPE.MACROMOLECULE,r.setTag(e.TAGS.UNITS,c.r2.FASTA);const i=n.idCols.map((e=>s.getCol(e))),o=(0,W.i$)(i,r,n.lineWidth);(0,t.l_)(o,n.tgtFasta)}(0,t.Bu)("wrapSequenceSingle",(async()=>{o(n.single,10)})),(0,t.Bu)("wrapSequenceMulti",(async()=>{o(n.multi,10)})),(0,t.Bu)("saveAsFastaTest1",(async()=>{a(i[r.test1])})),(0,t.Bu)("saveAsFastaTest2",(async()=>{a(i[r.test2])}))}));var V=n(7331),Y=n(6286);const j=Y.G2;(0,t.W3)("bio",(()=>{const n="seq\nACGTCT\nCAGTGT\nTTCAAC";(0,t.Bu)("testGetStatsHelm1",(async()=>{const n=e.DataFrame.fromCsv("seq\nPEPTIDE1{meI}$$$$").getCol("seq");n.semType=e.SEMTYPE.MACROMOLECULE,n.setTag(e.TAGS.UNITS,c.r2.HELM);const s=(0,N.jY)(n,1,c.gP);(0,t.Wh)(s.freq,{meI:1}),(0,t.l_)(s.sameLength,!0)})),(0,t.Bu)("testGetStatsN1",(async()=>{await async function(n){const s=e.DataFrame.fromCsv(n).col("seq");s.semType=e.SEMTYPE.MACROMOLECULE,s.setTag(e.TAGS.UNITS,c.r2.FASTA);const r=(0,N.jY)(s,5,c.kB);(0,t.Wh)(r.freq,{A:4,C:5,G:3,T:6}),(0,t.l_)(r.sameLength,!0)}(n)})),(0,t.Bu)("testGetAlphabetSimilarity",(async()=>{await async function(){const e={A:2041,C:3015,G:3015,T:2048,[j]:1e3},n=new Set(Object.keys(o.V.Names)),s=(0,c.KX)(e,n);(0,t.l_)(s>.6,!0)}()})),(0,t.Bu)("testPickupPaletteN1",(async()=>{await async function(n){const s=e.DataFrame.fromCsv(n).col("seq");s.semType=e.SEMTYPE.MACROMOLECULE,s.setTag(e.TAGS.UNITS,c.r2.FASTA);const r=(0,c.dQ)(s);(0,t.l_)(r instanceof o.J,!0)}(n)})),(0,t.Bu)("testPickupPaletteN1e",(async()=>{await async function(n){const s=e.DataFrame.fromCsv("seq\nACGTAT\nCAGTTG\nTTCG2C").col("seq");s.semType=e.SEMTYPE.MACROMOLECULE,s.setTag(e.TAGS.UNITS,c.r2.FASTA);const r=(0,c.dQ)(s);(0,t.l_)(r instanceof o.J,!0)}()})),(0,t.Bu)("testPickupPaletteAA1",(async()=>{await async function(n){const s=e.DataFrame.fromCsv("seq\nFWPHEYV\nYNRQWYV\nMKPSEYV").col("seq");s.semType=e.SEMTYPE.MACROMOLECULE,s.setTag(e.TAGS.UNITS,c.r2.FASTA);const i=(0,c.dQ)(s);(0,t.l_)(i instanceof r.f,!0)}()})),(0,t.Bu)("testPickupPaletteX",(async()=>{await async function(n){const s=e.DataFrame.fromCsv("seq\nXZJ{}2\n5Z4733\n3Z6></\n675687").col("seq");s.semType=e.SEMTYPE.MACROMOLECULE,s.setTag(e.TAGS.UNITS,c.r2.FASTA);const r=(0,c.dQ)(s);(0,t.l_)(r instanceof V.kQ,!0)}()}))})),(0,t.W3)("WebLogo.monomerToShort",(()=>{(0,t.Bu)("longMonomerSingle",(async()=>{(0,t.l_)((0,c.GU)("S",5),"S")})),(0,t.Bu)("longMonomerShort",(async()=>{(0,t.l_)((0,c.GU)("Short",5),"Short")})),(0,t.Bu)("longMonomerLong56",(async()=>{(0,t.l_)((0,c.GU)("Long56",6),"Long56")})),(0,t.Bu)("longMonomerComplexFirstPartShort",(async()=>{(0,t.l_)((0,c.GU)("Long-long",5),"Long…")})),(0,t.Bu)("longMonomerComplexFirstPartLong56",(async()=>{(0,t.l_)((0,c.GU)("Long56-long",6),"Long5…")})),(0,t.Bu)("monomerToShort",(async()=>{const e=[["AbC","AbC"],["AbCd","Ab…"],["ABc","ABc"],["ABcd","AB…"],["A_b","A_b"],["A_bc","A…"],["Ab_c","Ab…"],["A1_b","A1…"],["Abc_d","Ab…"],["Abcd_e","Ab…"],["A-b","A-b"],["A-bc","A…"],["Ab-c","Ab…"],["A1-b","A1…"],["Abc-d","Ab…"],["Abcd-e","Ab…"],["A","A"],["Ab","Ab"],["Abc","Abc"],["Ab…","Ab…"],["Abcd","Ab…"],["Abcde","Ab…"]],n=e.map((e=>e[0])),s=e.map((e=>e[1])),r=n.map((e=>(0,c.GU)(e,3)));(0,t.f6)(r,s)}))}));var K=n(8415);const q=Y.G2;function X(e,n){(0,t.l_)(e.name,n.name),(0,t.f6)(e.getMonomers(),n.getMonomers());for(const s of e.getMonomers())(0,t.l_)(e.getFreq(s).rowCount,n.getFreq(s).rowCount)}(0,t.W3)("WebLogo-positions",(()=>{const n="seq\nATC-G-TTGC--\nATC-G-TTGC--\n-TC-G-TTGC--\n-TC-GCTTGC--\n-TC-GCTTGC--";(0,t.Bu)("allPositions",(async()=>{const s=e.DataFrame.fromCsv(n),r=a.shell.addTableView(s),i=s.getCol("seq");i.semType=e.SEMTYPE.MACROMOLECULE,i.setTag(e.TAGS.UNITS,c.r2.FASTA),i.setTag(c.DX.alphabet,c.fb.DNA),i.setTag(c.DX.aligned,"SEQ.MSA");const o=await s.plot.fromType("WebLogo");await(0,t.zg)(o.onLayoutCalculated,(()=>{}),(()=>{r.dockManager.dock(o.root,e.DOCK_TYPE.DOWN)}),500);const l=o.positions,u=[new K.CK(0,"1",{A:new K.yW(2),[q]:new K.yW(3)}),new K.CK(1,"2",{T:new K.yW(5)}),new K.CK(2,"3",{C:new K.yW(5)}),new K.CK(3,"4",{[q]:new K.yW(5)}),new K.CK(4,"5",{G:new K.yW(5)}),new K.CK(5,"6",{[q]:new K.yW(3),C:new K.yW(2)}),new K.CK(6,"7",{T:new K.yW(5)}),new K.CK(7,"8",{T:new K.yW(5)}),new K.CK(8,"9",{G:new K.yW(5)}),new K.CK(9,"10",{C:new K.yW(5)}),new K.CK(10,"11",{[q]:new K.yW(5)}),new K.CK(11,"12",{[q]:new K.yW(5)})];(0,t.l_)(l.length,u.length);for(let e=0;e<l.length;e++){(0,t.l_)(l[e].name,u[e].name);for(const n of l[e].getMonomers())(0,t.l_)(l[e].getFreq(n).rowCount,u[e].getFreq(n).rowCount)}await o.awaitRendered()})),(0,t.Bu)("positions with shrinkEmptyTail option true (filtered)",(async()=>{const n=e.DataFrame.fromCsv("seq\n-TC-G-TTGC--\n-TC-GCTTGC--\n-T--C-GT-\n-T--C-GT-\n-T--C-GT-\n-T--CCGT-"),s=a.shell.addTableView(n),r=n.getCol("seq");r.semType=e.SEMTYPE.MACROMOLECULE,r.setTag(e.TAGS.UNITS,c.r2.FASTA),r.setTag(c.DX.alphabet,c.fb.DNA),r.setTag(c.DX.aligned,"SEQ"),n.filter.init((e=>e>2)),n.filter.fireChanged();const i=await n.plot.fromType("WebLogo",{shrinkEmptyTail:!0});await(0,t.zg)(i.onLayoutCalculated,(()=>{}),(()=>{s.dockManager.dock(i.root,e.DOCK_TYPE.DOWN)}),500);const o=i.positions,l=[new K.CK(0,"1",{[q]:new K.yW(3)}),new K.CK(1,"2",{T:new K.yW(3)}),new K.CK(2,"3",{[q]:new K.yW(3)}),new K.CK(3,"4",{[q]:new K.yW(3)}),new K.CK(4,"5",{C:new K.yW(3)}),new K.CK(5,"6",{[q]:new K.yW(2),C:new K.yW(1)}),new K.CK(6,"7",{G:new K.yW(3)}),new K.CK(7,"8",{T:new K.yW(3)}),new K.CK(8,"9",{[q]:new K.yW(3)})];(0,t.l_)(o.length,l.length);for(let e=0;e<o.length;e++){(0,t.l_)(o[e].name,l[e].name);for(const n of o[e].getMonomers())(0,t.l_)(o[e].getFreq(n).rowCount,l[e].getFreq(n).rowCount)}await i.awaitRendered()})),(0,t.Bu)("positions with skipEmptyPositions option",(async()=>{const s=e.DataFrame.fromCsv(n),r=a.shell.addTableView(s),i=s.getCol("seq");i.semType=e.SEMTYPE.MACROMOLECULE,i.setTag(e.TAGS.UNITS,c.r2.FASTA),i.setTag(c.DX.alphabet,c.fb.DNA),i.setTag(c.DX.aligned,"SEQ.MSA");const o=await s.plot.fromType("WebLogo",{skipEmptyPositions:!0});await(0,t.zg)(o.onLayoutCalculated,(()=>{}),(()=>{r.dockManager.dock(o.root,e.DOCK_TYPE.DOWN)}),500);const l=o.positions,u=[new K.CK(0,"1",{A:new K.yW(2),[q]:new K.yW(3)}),new K.CK(1,"2",{T:new K.yW(5)}),new K.CK(2,"3",{C:new K.yW(5)}),new K.CK(4,"5",{G:new K.yW(5)}),new K.CK(5,"6",{[q]:new K.yW(3),C:new K.yW(2)}),new K.CK(6,"7",{T:new K.yW(5)}),new K.CK(7,"8",{T:new K.yW(5)}),new K.CK(8,"9",{G:new K.yW(5)}),new K.CK(9,"10",{C:new K.yW(5)})];(0,t.l_)(l.length,u.length);for(let e=0;e<l.length;e++)X(l[e],u[e]);await o.awaitRendered()})),(0,t.Bu)("count sequences for monomer at position",(async()=>{const s=function(t,n,s,r){const i=e.DataFrame.fromCsv(t),o=i.getCol("seq");return o.semType=e.SEMTYPE.MACROMOLECULE,o.setTag(e.TAGS.UNITS,n),o.setTag(c.DX.alphabet,s),o.setTag(c.DX.aligned,"SEQ.MSA"),i}(n,c.r2.FASTA,c.fb.DNA),r=s.getCol("seq"),i=a.shell.addTableView(s),o=await s.plot.fromType("WebLogo",{startPositionName:"3",endPositionName:"7",skipEmptyPositions:!0});await(0,t.zg)(o.onLayoutCalculated,(()=>{}),(()=>{i.dockManager.dock(o.root,e.DOCK_TYPE.DOWN)}),500);const l=o.positions,h=[new K.CK(2,"3",{C:new K.yW(5)}),new K.CK(4,"5",{G:new K.yW(5)}),new K.CK(5,"6",{[q]:new K.yW(3),C:new K.yW(2)}),new K.CK(6,"7",{T:new K.yW(5)})];(0,t.l_)(l.length,h.length);for(let e=0;e<l.length;e++)X(l[e],h[e]);const d=l[1],m=u.g.forColumn(r),p=(0,K.eZ)(s,m,s.filter,"G",d);(0,t.l_)(p,5),await o.awaitRendered()})),(0,t.Bu)("empty",(async()=>{const n=e.DataFrame.fromColumns([(()=>{const t=e.Column.fromStrings("seq",[]);return t.setTag(e.TAGS.SEMTYPE,e.SEMTYPE.MACROMOLECULE),t.setTag(e.TAGS.UNITS,c.r2.FASTA),t.setTag(c.DX.alphabet,c.fb.DNA),t})()]),s=a.shell.addTableView(n),r=await n.plot.fromType("WebLogo");await(0,t.zg)(r.onLayoutCalculated,(()=>{}),(()=>{s.dockManager.dock(r.root,e.DOCK_TYPE.DOWN)}),500),r.positions,await r.awaitRendered()}))})),(0,t.W3)("WebLogo-project",(()=>{(0,t.Bu)("fasta",(async()=>{const n="Tests.Bio.WebLogo-project.fasta",s=await ve.files.readCsv("tests/filter_FASTA.csv"),r=s.name,i=s.getCol("fasta");await a.data.detectSemanticTypes(s);const o=a.shell.addTableView(s),l=await s.plot.fromType("WebLogo",{sequenceColumnName:i.name});o.dockManager.dock(l),await l.awaitRendered(),await x(o.grid),await async function(t,n,s,r){const i=e.Project.create(),o=s.saveLayout();await a.dapi.layouts.save(s.saveLayout()),await a.dapi.tables.uploadDataFrame(r),await a.dapi.tables.save(n),i.name=t,i.addChild(n),i.addChild(o),await a.dapi.projects.save(i)}(n,s.getTableInfo(),o,s),a.shell.closeAll(),await(0,t.gw)(500),await a.dapi.projects.open(n);const c=a.shell.getTableView(r),u=T()(c.viewers).toArray();(0,t.l_)(u.length,2),(0,t.l_)(u.filter((e=>"Grid"===e.type)).length,1);const h=u.find((e=>"WebLogo"===e.type));(0,t.l_)(!!h,!0),await x(o.grid),await h.awaitRendered()}),{skipReason:"depends on 1.18"})})),(0,t.W3)("WebLogo-layout",(()=>{(0,t.Bu)("fasta",(async()=>{const e=await ve.files.readCsv("tests/filter_FASTA.csv"),n=e.getCol("fasta");await a.data.detectSemanticTypes(e);const s=a.shell.addTableView(e),r=await e.plot.fromType("WebLogo",{sequenceColumnName:n.name});s.dockManager.dock(r),await(0,t.gw)(2*K.Fs.render),await r.awaitRendered(),await x(s.grid);const i=s.saveLayout();i.toJson(),s.loadLayout(i),await(0,t.gw)(2*K.Fs.render),await r.awaitRendered(),await x(s.grid);const o=T()(s.viewers).toArray();(0,t.l_)(o.length,2),(0,t.l_)(o.filter((e=>"Grid"===e.type)).length,1),(0,t.l_)(o.filter((e=>"WebLogo"===e.type)).length,1)}))}));var z=n(2568);function Z(e,t){let n=null;for(const s of e.viewers)s.type===t&&(n=s);return n}(0,t.W3)("checkInputColumn",(()=>{const n="seq\nseq1,\nseq2,\nseq3,\nseq4";(0,t.Bu)("testMsaPos",(async()=>{const s=e.DataFrame.fromCsv(n).getCol("seq");s.semType=e.SEMTYPE.MACROMOLECULE,s.setTag(e.TAGS.UNITS,c.r2.FASTA),s.setTag(c.DX.alphabet,c.fb.DNA),s.setTag(c.DX.aligned,"SEQ");const[r,i]=(0,z.l)(s,"Test",[c.r2.FASTA],[c.fb.DNA,c.fb.RNA,c.fb.PT]);(0,t.l_)(r,!0)})),(0,t.Bu)("testMsaNegHelm",(async()=>{const s=e.DataFrame.fromCsv(n).getCol("seq");s.semType=e.SEMTYPE.MACROMOLECULE,s.setTag(e.TAGS.UNITS,c.r2.HELM),s.setTag(c.DX.alphabetIsMultichar,"true");const[r,i]=(0,z.l)(s,"Test",[c.r2.FASTA],[c.fb.DNA,c.fb.RNA,c.fb.PT]);(0,t.l_)(r,!1)})),(0,t.Bu)("testMsaNegUN",(async()=>{const s=e.DataFrame.fromCsv(n).getCol("seq");s.semType=e.SEMTYPE.MACROMOLECULE,s.setTag(e.TAGS.UNITS,c.r2.FASTA),s.setTag(c.DX.alphabet,"UN"),s.setTag(c.DX.alphabetSize,"11"),s.setTag(c.DX.alphabetIsMultichar,"true"),s.setTag(c.DX.aligned,"SEQ");const[r,i]=(0,z.l)(s,"Test",[c.r2.FASTA],[c.fb.DNA,c.fb.RNA,c.fb.PT]);(0,t.l_)(r,!1)})),(0,t.Bu)("testGetActionFunctionMeta",(async()=>{e.Func.find({package:"Bio",name:"multipleSequenceAlignmentDialog"})[0].inputs.find((e=>"sequence"==e.name))}))})),(0,t.W3)("similarity/diversity",(async()=>{(0,t.Bu)("similaritySearchViewer",(async()=>{await async function(){const n=await ve.files.readAsText("tests/sample_MSA_data.csv"),s=e.DataFrame.fromCsv(n);await a.data.detectSemanticTypes(s);const r=a.shell.addTableView(s),i=r.dataFrame.getCol("MSA");(0,t.l_)(i.semType,e.SEMTYPE.MACROMOLECULE);const o=await r.dataFrame.plot.fromType("Sequence Similarity Search");let l=!1;if(o.computeCompleted.subscribe((e=>{e&&(l=!0)})),r.dockManager.dock(o,e.DOCK_TYPE.RIGHT,null,"Similarity"),await o.renderPromise,await(0,t.ow)((()=>void 0!==Z(r,"Sequence Similarity Search")),"Sequence Similarity Search viewer has not been created",100),!o.initialized)throw new Error("The viewer is not initialized.");if(!o.moleculeColumn)throw new Error("The viewer has not molecule column (onTableAttached).");if(!o.beforeRender())throw new Error("The viewer is not able to render.");if(!o.computeRequested)throw new Error("The viewer has not compute requested even.");if(!l)throw new Error("The viewer has not compute completed.");const c=o;await(0,t.ow)((()=>0!==c.root.getElementsByClassName("d4-grid").length),"Sequence Similarity Search viewer grid has not been created",100);(0,t.l_)(c.fingerprint,"Morgan"),(0,t.l_)(c.distanceMetric,"Tanimoto"),(0,t.l_)(c.scores.get(0),e.FLOAT_NULL),(0,t.l_)(c.idxs.get(0),0),(0,t.l_)(c.molCol.get(0),"D-Tyr_Et/Tyr_ab-dehydroMe/dV/E/N/D-Orn/D-aThr//Phe_4Me"),(0,t.l_)(c.scores.get(1).toFixed(2),"0.73"),(0,t.l_)(c.idxs.get(1),4),(0,t.l_)(c.molCol.get(1),"Thr_PO3H2/Aca/D-Tyr_Et/Tyr_ab-dehydroMe/dV/Chg/N/D-Orn/D-aThr//Phe_4Me"),r.dataFrame.currentRowIdx=1,await(0,t.ow)((()=>1===c.targetMoleculeIdx),"Target molecule has not been changed",5e3),await(0,t.ow)((()=>"meI/hHis/Aca/Cys_SEt/T/dK/Thr_PO3H2/Aca/Tyr_PO3H2/D-Chg/dV/Phe_ab-dehydro/N/D-Orn/D-aThr//Phe_4Me"===c.molCol.get(0)),"Incorrect first similar molecule",5e3)}()})),(0,t.Bu)("diversitySearchViewer",(async()=>{await async function(){const n=await ve.files.readAsText("tests/sample_MSA_data.csv"),s=e.DataFrame.fromCsv(n),r=a.shell.addTableView(s);await a.data.detectSemanticTypes(s);const i=r.dataFrame.getCol("MSA");(0,t.l_)(i.semType,e.SEMTYPE.MACROMOLECULE);const o=await r.dataFrame.plot.fromType("Sequence Diversity Search");let l=!1;if(o.computeCompleted.subscribe((e=>{e&&(l=!0)})),r.dockManager.dock(o,e.DOCK_TYPE.DOWN,null,"Diversity"),await o.renderPromise,await(0,t.ow)((()=>void 0!==Z(r,"Sequence Diversity Search")),"Sequence Diversity Search viewer has not been created",100),!o.initialized)throw new Error("The viewer is not initialized.");if(!o.moleculeColumn)throw new Error("The viewer has not molecule column (onTableAttached).");if(!o.beforeRender())throw new Error("The viewer is not able to render.");if(!o.computeRequested)throw new Error("The viewer has not compute requested even.");if(!l)throw new Error("The viewer has not compute completed.");const c=o;await(0,t.ow)((()=>0!==c.root.getElementsByClassName("d4-grid").length),"Sequence Diversity Search viewer grid has not been created",100),(0,t.l_)(c.fingerprint,"Morgan"),(0,t.l_)(c.distanceMetric,"Tanimoto"),(0,t.l_)(c.initialized,!0),(0,t.l_)(c.renderMolIds.length>0,!0)}()}))}));var J=n(5393),Q=n(8755);async function ee(e,t){if(!t.columns.names().includes(e))throw new Error(`The column '${e}' not found. Available in data frame are ${JSON.stringify(t.columns.names())}`);const n=new J.ST;return n.attach(t),n.applyState({columnName:e}),n.column=t.col(e),n.columnName=e,n}(0,t.W3)("bio-substructure-filters",(async()=>{let n,s;(0,t.bb)((async()=>{n=await(0,L.JN)(),s=await(0,I.nW)(),await(0,I.tb)(),await n.loadLibraries(!0)})),(0,t.X5)((async()=>{await(0,I.tW)(s),await n.loadLibraries(!0)})),(0,t.Bu)("fasta",(async()=>{const e=await _("tests/filter_FASTA.csv");await a.data.detectSemanticTypes(e);const n=new J.ST;n.attach(e),await n.awaitRendered();try{(0,t.l_)(!!n.bioFilter,!0),(0,t.l_)(n.bioFilter.type,"FastaBioFilter");const s=n.bioFilter;await(0,t.zg)(e.onRowsFiltered,(()=>{}),(()=>{s.props=new Q.x("MD")}),5e3,"testEvent onRowsFiltered"),(0,t.l_)(n.dataFrame.filter.trueCount,3),(0,t.l_)(n.dataFrame?.filter.toBinaryString(),"10010000100000")}finally{n.detach()}await n.awaitRendered()})),(0,t.Bu)("separator",(async()=>{const e=await _("tests/filter_MSA.csv"),n=new J.ST;await a.data.detectSemanticTypes(e),n.attach(e),await n.awaitRendered();try{(0,t.l_)(!!n.bioFilter,!0),(0,t.l_)(n.bioFilter.type,"SeparatorBioFilter");const s=n.bioFilter;await(0,t.zg)(e.onRowsFiltered,(()=>{}),(()=>{s.props=new J.LH("meI")}),5e3,"testEvent onRowsFiltered"),(0,t.l_)(n.dataFrame.filter.trueCount,7),(0,t.l_)(n.dataFrame.filter.get(2),!1),await(0,t.zg)(e.onRowsFiltered,(()=>{}),(()=>{s.props=new J.LH("/meI")}),5e3,"testEvent onRowsFiltered"),(0,t.l_)(n.dataFrame.filter.trueCount,0),await(0,t.zg)(e.onRowsFiltered,(()=>{}),(()=>{s.props=new J.LH("meI-hHis","-")}),5e3,"testEvent onRowsFiltered"),(0,t.l_)(n.dataFrame.filter.trueCount,7),(0,t.l_)(n.dataFrame.filter.get(2),!1)}finally{n.detach()}await n.awaitRendered()})),(0,t.Bu)("helm-dialog",(async()=>{const e="Bio tests: substructureFilters/helm-dialog",n=await _("tests/filter_HELM.csv");await a.data.detectSemanticTypes(n);const s=a.shell.addTableView(n);ve.logger.debug(`${e}, filter attaching.`);const r=new J.ST;r.attach(n);const i=R.dialog("Test filters").add(r.root).show();await r.awaitRendered();try{const i=r.bioFilter;(0,t.l_)(null!==r.bioFilter,!0,"bioFilter is not created"),ve.logger.debug(`${e}, filter 1 change awaiting...`),await(0,t.zg)(n.onRowsFiltered,(()=>{}),(()=>{i.props=new Q.x("PEPTIDE1{A.C}$$$$V2.0")}),2e4),ve.logger.debug(`${e}, filter 1 changed.`),(0,t.l_)(r.dataFrame.filter.trueCount,1),(0,t.l_)(r.dataFrame.filter.toBinaryString(),"0001"),ve.logger.debug(`${e}, filter 2 change awaiting...`),await(0,t.zg)(n.onRowsFiltered,(()=>{}),(()=>{i.props=new Q.x("PEPTIDE1{C}$$$$V2.0")}),2e4),await x(s.grid),ve.logger.debug(`${e}, filter 2 changed.`),(0,t.l_)(r.dataFrame.filter.trueCount,2),(0,t.l_)(r.dataFrame.filter.toBinaryString(),"1001")}finally{i.close()}await r.awaitRendered(),await(0,t.gw)(3e3)})),(0,t.Bu)("helm-view",(async()=>{const e=await _("tests/filter_HELM.csv");e.getCol("HELM string"),await a.data.detectSemanticTypes(e);const t=a.shell.addTableView(e);t.getFiltersGroup(),await x(t.grid)})),(0,t.Bu)("sync-fasta",(async()=>{const e=await ve.files.readCsv("tests/filter_FASTA.csv");await a.data.detectSemanticTypes(e);const n=await ee("fasta",e),s=await ee("fasta",e);await Promise.all([n.awaitRendered(),s.awaitRendered()]);try{(0,t.l_)(!!n.bioFilter,!0),(0,t.l_)(!!s.bioFilter,!0),(0,t.l_)(n.bioFilter.type,"FastaBioFilter"),(0,t.l_)(s.bioFilter.type,"FastaBioFilter");const r=n.bioFilter,i=s.bioFilter;await(0,t.zg)(e.onRowsFiltered,(()=>{}),(()=>{r.props=new Q.x("MD")}),1e4,"await onRowsFiltered"),(0,t.l_)(e.filter.trueCount,3),await n.awaitRendered(),(0,t.l_)(i.props.substructure,"MD")}finally{n.detach(),s.detach()}await Promise.all([n.awaitRendered(),s.awaitRendered()])})),(0,t.Bu)("sync-msa",(async()=>{const e=await ve.files.readCsv("tests/filter_MSA.csv");await a.data.detectSemanticTypes(e);const n="hHis-Aca",s=await ee("MSA",e),r=await ee("MSA",e);await Promise.all([s.awaitRendered(),r.awaitRendered()]);try{(0,t.l_)(!!s.bioFilter,!0),(0,t.l_)(!!r.bioFilter,!0),(0,t.l_)(s.bioFilter.type,"SeparatorBioFilter"),(0,t.l_)(r.bioFilter.type,"SeparatorBioFilter");const i=s.bioFilter,o=r.bioFilter;await(0,t.zg)(e.onRowsFiltered,(()=>{}),(()=>{i.props=new J.LH(n,"-")}),1e4,"await onRowsFiltered"),(0,t.l_)(e.filter.trueCount,8),(0,t.l_)(o.props.substructure,n),(0,t.l_)(o.props.separator,"-")}finally{s.detach(),r.detach()}await Promise.all([s.awaitRendered(),r.awaitRendered()])})),(0,t.Bu)("sync-helm",(async()=>{const e=await ve.files.readCsv("tests/filter_HELM.csv");await a.data.detectSemanticTypes(e);const n=a.shell.addTableView(e),s="PEPTIDE1{A.C}$$$$V2.0",r=await ee("HELM string",e),i=await ee("HELM string",e),o=R.dialog("Test filters").add(r.root).add(i.root).show();await Promise.all([r.awaitRendered(),i.awaitRendered()]);try{(0,t.l_)(!!r.bioFilter,!0),(0,t.l_)(!!i.bioFilter,!0),(0,t.l_)(r.bioFilter.type,"HelmBioFilter"),(0,t.l_)(i.bioFilter.type,"HelmBioFilter");const o=r.bioFilter,a=i.bioFilter;await(0,t.zg)(e.onRowsFiltered,(()=>{}),(()=>{o.props=new Q.x(s)}),6e4,"await onRowsFiltered"),await x(n.grid),ve.logger.debug("Bio tests: substructureFilters/sync-helm, before changed event"),await(0,t.gw)(2*r.debounceTime),ve.logger.debug("Bio tests: substructureFilters/sync-helm, after changed event"),(0,t.l_)(e.filter.trueCount,1),await r.awaitRendered(),(0,t.l_)(a.props.substructure,s)}finally{r.detach(),i.detach(),o.close()}await Promise.all([r.awaitRendered(),i.awaitRendered()]),await x(n.grid),await(0,t.gw)(3e3)})),(0,t.Bu)("two-columns-fasta",(async()=>{const n=e.DataFrame.fromCsv("id,seq1,seq2,trueSeq1,trueSeq2\n0,CGGCTACGGC,ATTGCATTCG,0,1,\n1,CGGCTGCCGC,ATAGCATTCG,1,1,\n2,CGGCTGCGCC,AATGCATACG,1,0,\n3,CGGCTGCATT,TTTGCATTCG,1,1,\n4,CGGCTGCATT,AAAGCATACG,1,0,\n");await a.data.detectSemanticTypes(n);const s=a.shell.addTableView(n),r="seq1",i="CGGCTG",o=n.getCol("trueSeq1").toList(),l="seq2",c="GCATT",u=n.getCol("trueSeq2").toList(),h=[{type:"Bio:bioSubstructureFilter",columnName:r},{type:"Bio:bioSubstructureFilter",columnName:l}],d=await n.plot.fromType(e.VIEWER.FILTERS,{filters:h});s.dockManager.dock(d,e.DOCK_TYPE.LEFT),await(0,t.gw)(100),await x(s.grid);const m=d.filters[0],p=d.filters[1];(0,t.l_)(m.column.name,r),(0,t.l_)(p.column.name,l);const f=m.bioFilter,g=p.bioFilter;await(0,t.zg)(n.onRowsFiltered,(()=>{}),(()=>{f.props=new Q.x(i)}),1e3),await(0,t.zg)(n.onRowsFiltered,(()=>{}),(()=>{g.props=new Q.x("")}),1e3,"testEvent onRowsFiltered on seq1"),(0,t.l_)(n.filter.trueCount,o.filter((e=>1===e)).length),(0,t.l_)(n.filter.toBinaryString(),o.map((e=>e.toString())).join("")),await(0,t.zg)(n.onRowsFiltered,(()=>{}),(()=>{f.props=new Q.x("")}),1e3),await(0,t.zg)(n.onRowsFiltered,(()=>{}),(()=>{g.props=new Q.x(c)}),1e3,"testEvent onRowsFiltered on seq2"),(0,t.l_)(n.filter.trueCount,u.filter((e=>1===e)).length),(0,t.l_)(n.filter.toBinaryString(),u.map((e=>e.toString())).join("")),await(0,t.zg)(n.onRowsFiltered,(()=>{}),(()=>{f.props=new Q.x("")}),1e3),await(0,t.zg)(n.onRowsFiltered,(()=>{}),(()=>{g.props=new Q.x("")}),1e3,"testEvent onRowsFiltered on neither"),(0,t.l_)(n.filter.trueCount,n.rowCount),await(0,t.zg)(n.onRowsFiltered,(()=>{}),(()=>{f.props=new Q.x(i)}),5e3),await(0,t.zg)(n.onRowsFiltered,(()=>{}),(()=>{g.props=new Q.x(c)}),5e3,"testEvent onRowsFiltered on both");const y=T().count(0).take(n.rowCount).map((e=>o[e]*u[e])).toArray();(0,t.l_)(n.filter.trueCount,y.filter((e=>1===e)).length),(0,t.l_)(n.filter.toBinaryString(),y.map((e=>e.toString())).join("")),await Promise.all([m.awaitRendered(),p.awaitRendered(),x(s.grid)])})),(0,t.Bu)("reset-fasta",(async()=>{const n=await _("tests/filter_FASTA.csv");await a.data.detectSemanticTypes(n);const s=a.shell.addTableView(n),r="MD",i=await n.plot.fromType(e.VIEWER.FILTERS,{filters:[{type:"Bio:bioSubstructureFilter",columnName:"fasta"}]});s.dockManager.dock(i,e.DOCK_TYPE.LEFT),await(0,t.gw)(100),await x(s.grid);const o=i.filters[0].bioFilter;await(0,t.zg)(n.onRowsFiltered,(()=>{}),(()=>{o.props=new Q.x(r)}),1e3,"testEvent onRowsFiltered"),(0,t.l_)(n.filter.trueCount,3),(0,t.l_)(o.props.substructure,r),(0,t.l_)(o.substructureInput.value,r),D()(i.root).find('i[name="icon-arrow-rotate-left"]')[0].click(),await(0,t.gw)(100),await x(s.grid),(0,t.l_)(o.props.substructure,""),(0,t.l_)(o.substructureInput.value,"")})),(0,t.Bu)("reopen",(async()=>{const n=await ve.files.readCsv("tests/filter_FASTA.csv"),s=a.shell.addTableView(n),r=[{type:"Bio:bioSubstructureFilter",columnName:"fasta"}],i=await n.plot.fromType(e.VIEWER.FILTERS,{filters:r});s.dockManager.dock(i,e.DOCK_TYPE.LEFT),await(0,t.gw)(100),await x(s.grid),i.close(),await x(s.grid);const o=await n.plot.fromType(e.VIEWER.FILTERS,{filters:r});s.dockManager.dock(o,e.DOCK_TYPE.LEFT),await(0,t.gw)(100),await x(s.grid)}))}));var te=n(8341);class ne{constructor(){this.errorList=[],this.warningList=[],this.infoList=[],this.debugList=[]}error(e,t,n){this.errorList.push({message:e,params:t,stackTrace:n})}warning(e,t){this.warningList.push({message:e,params:t})}info(e,t){this.infoList.push({message:e,params:t})}debug(e,t){this.debugList.push({message:e,params:t})}}var se=n(7945);(0,t.W3)("PepSeA",(()=>{(0,t.bb)((async()=>{await(0,b.Ns)()})),(0,t.Bu)("Basic alignment",(async()=>{const n=e.DataFrame.fromCsv('HELM,MSA\n"PEPTIDE1{F.L.R.G.W.[MeF].Y.S.N.N.C}$$$$","F.L.R.G.W.MeF.Y..S.N.N.C"\n"PEPTIDE1{F.L.R.G.Y.[MeF].Y.W.N.C}$$$$","F.L.R.G.Y.MeF.Y.W...N.C"\n"PEPTIDE1{F.G.Y.[MeF].Y.W.S.D.N.C}$$$$","F...G.Y.MeF.Y.W.S.D.N.C"\n"PEPTIDE1{F.L.R.G.Y.[MeF].Y.W.S.N.D.C}$$$$","F.L.R.G.Y.MeF.Y.W.S.N.D.C"\n"PEPTIDE1{F.V.R.G.Y.[MeF].Y.W.S.N.C}$$$$","F.V.R.G.Y.MeF.Y.W.S..N.C"\n'),s=await(0,te.f3)(n.getCol("HELM"),"msa(HELM)"),r=n.getCol("MSA");for(let e=0;e<s.length;++e)(0,t.l_)(s.get(e)==r.get(e),!0)}),{timeout:6e4}),(0,t.Bu)("stderr",(async()=>{const n=new ne,s=e.DataFrame.fromCsv('HELM,MSA\n"PEPTIDE1{F.L.Mis.G.W.[MeF].Y.S.N.N.C}$$$$","F.L.Mis.G.W.MeF.Y..S.N.N.C"\n"PEPTIDE1{F.L.Mis.G.Y.[MeF].Y.W.N.C}$$$$","F.L.Mis.G.Y.MeF.Y...W.N.C"\n"PEPTIDE1{F.G.Y.[MeF].Y.W.S.D.N.C}$$$$","F...G.Y.MeF.Y.W.S.D.N.C"\n'),r=await(0,te.f3)(s.getCol("HELM"),"msa(HELM)",void 0,void 0,void 0,void 0,n),i=s.getCol("MSA");(0,t.f6)(r.toList(),i.toList()),(0,t.l_)(n.warningList[0].message,"Mis not found in Monomer Map\nMeF not found in Monomer Map\n")}),{timeout:6e4}),(0,t.Bu)("error",(async()=>{const n=new ne;try{const t=e.DataFrame.fromCsv('HELM\n"PEPTIDE1{[NH2].*.A.Q.T.T.Y.K.N.Y.R.R.N.L.L.*.[COOH]}$$$$"\n"PEPTIDE1{[NH2].M.A.N.T.T.Y.K.N.Y.R.N.N.L.L.*.[COOH]}$$$$"\n"PEPTIDE1{[NH2].*.A.N.T.T.Y.K.C.Y.R.R.N.L.L.*.[COOH]}$$$$"\n"PEPTIDE1{[NH2].*.A.N.T.T.Y.K.F.Y.R.R.N.L.L.*.[COOH]}$$$$"\n');await(0,te.f3)(t.getCol("HELM"),"msa(HELM)",void 0,void 0,void 0,void 0,n)}catch(e){const[t,s]=(0,se.yf)(e);n.error(t,void 0,s)}(0,t.l_)(n.errorList[0].message,"PepSeA error: The pair (*,M) couldn't be found in the substitution matrix")}))})),(0,t.W3)("viewers",(()=>{const n=e.Func.find({package:"Bio",tags:["viewer"]}).map((e=>e.friendlyName));for(const e of n)(0,t.Bu)(e,(async()=>{const n=await _("samples/FASTA_DNA.csv");await(0,t.AB)(e,n,{detectSemanticTypes:!0})}),{skipReason:{"Sequence Similarity Search":"GROK-13162","Sequence Diversity Search":"GROK-13162",WebLogo:"GROK-13162",VdRegions:"GROK-13162"}[e]})}));const re="seq\nACGTCACGTC\nCAGTGTCAGTGT\nTTCAACTTCAAC",ie="seq\nAC-GT-CTAC-GT-CT\nCAC-T-GTCAC-T-GT\nACCGTACTACCGTACT",oe="seq\nabc-dfgg-abc1-cfr3-rty-wert-abc-dfgg-abc1-cfr3-rty-wert\nrut12-her2-rty-wert-abc-abc1-dfgg-rut12-her2-rty-wert-abc-abc1-dfgg\nrut12-rty-her2-abc-cfr3-wert-rut12-rut12-rty-her2-abc-cfr3-wert-rut12";var ae;(0,t.W3)("SeqHandler",(()=>{async function n(t){const n=e.DataFrame.fromCsv(t);await a.data.detectSemanticTypes(n);const s=u.g.forColumn(n.getCol("seq"));return[n,s]}(0,t.Bu)("Seq-Fasta",(async()=>{const[e,s]=await n(re);(0,t.l_)(s.notation,c.r2.FASTA),(0,t.l_)(s.isMsa(),!1)})),(0,t.Bu)("Seq-Fasta-MSA",(async()=>{const[e,s]=await n(ie);(0,t.l_)(s.notation,c.r2.FASTA),(0,t.l_)(s.isMsa(),!0)})),(0,t.Bu)("Seq-Fasta-units",(async()=>{const[e,s]=await n(re);(0,t.l_)(s.notation,c.r2.FASTA),(0,t.l_)(s.isMsa(),!1)})),(0,t.Bu)("Seq-Fasta-MSA-units",(async()=>{const[e,s]=await n(ie);(0,t.l_)(s.notation,c.r2.FASTA),(0,t.l_)(s.isMsa(),!0)})),(0,t.Bu)("Seq-Helm",(async()=>{const[e,s]=await n("seq\nPEPTIDE1{meI.hHis.Aca.N.T.dE.Thr_PO3H2.Aca.D-Tyr_Et.Tyr_ab-dehydroMe.dV.E.N.D-Orn.D-aThr.Phe_4Me}$$$$\nPEPTIDE1{meI.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca.Tyr_PO3H2.D-Chg.dV.Phe_ab-dehydro.N.D-Orn.D-aThr.Phe_4Me}$$$$\nPEPTIDE1{Lys_Boc.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca.Tyr_PO3H2.D-Chg.dV.Thr_PO3H2.N.D-Orn.D-aThr.Phe_4Me}$$$$\nPEPTIDE1{meI.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca.Tyr_PO3H2.D-Chg.dV.Thr_PO3H2.N.D-Orn.D-aThr.Phe_4Me}$$$$");(0,t.l_)(s.notation,c.r2.HELM),(0,t.l_)(s.isHelm(),!0)})),(0,t.Bu)("Seq-UN",(async()=>{const[e,s]=await n(oe);(0,t.l_)(s.notation,c.r2.SEPARATOR),(0,t.l_)(s.separator,"-"),(0,t.l_)(s.alphabet,c.fb.UN)})),(0,t.Bu)("Seq-UN-auto",(async()=>{const[e,s]=await n(oe);(0,t.l_)(s.notation,c.r2.SEPARATOR),(0,t.l_)(s.separator,"-"),(0,t.l_)(s.alphabet,c.fb.UN)})),(0,t.Bu)("column-version",(async()=>{const n=e.DataFrame.fromCsv(re);await a.data.detectSemanticTypes(n);const s=n.getCol("seq"),r=u.g.forColumn(s),i=s.version,o=u.g.forColumn(s),l=s.version;(0,t.l_)(i,l,"Unexpected column version changed"),(0,t.l_)(r,o,"Unexpected SeqHandler object changed"),n.rows.addNew(["TACCCCTTCAAC"]);const c=u.g.forColumn(s),h=s.version;(0,t.l_)(l<h,!0,"Stalled column version on add row"),(0,t.l_)(o!==c,!0,"Stalled SeqHandler object on add row"),s.set(1,"CAGTGTCCCCGT");const d=u.g.forColumn(s),m=s.version;(0,t.l_)(h<m,!0,"Stalled column version on change data"),(0,t.l_)(c!==d,!0,"Stalled SeqHandler object on change data"),s.setTag("testTag","testValue");const p=u.g.forColumn(s),f=s.version;(0,t.l_)(m<f,!0,"Stalled column version on set tag"),(0,t.l_)(d!==p,!0,"Stalled SeqHandler object on set tag")}))})),function(e){e.fasta="fasta",e.fastaMsa="fastaMsa",e.separator="separator",e.separatorMsa="separatorMsa",e.helm="helm"}(ae||(ae={})),(0,t.W3)("SeqHandler",(()=>{u.lh[c.r2.FASTA],u.lh[c.r2.HELM];const n=u.lh[c.r2.SEPARATOR],s={[ae.fasta]:{src:{csv:"seq\nACGTCACGTC\nCAGTGTCAGTGT\nTTCAACTTCAAC"},tgt:{notation:c.r2.FASTA,splitted:[["A","C","G","T","C","A","C","G","T","C"],["C","A","G","T","G","T","C","A","G","T","G","T"],["T","T","C","A","A","C","T","T","C","A","A","C"]]}},[ae.fastaMsa]:{src:{csv:"seq\nAC-GT-CTAC-GT-CT\nCAC-T-GTCAC-T-GT\nACCGTACTACCGTACT"},tgt:{notation:c.r2.FASTA,splitted:[["A","C","-","G","T","-","C","T","A","C","-","G","T","-","C","T"],["C","A","C","-","T","-","G","T","C","A","C","-","T","-","G","T"],["A","C","C","G","T","A","C","T","A","C","C","G","T","A","C","T"]]}},[ae.separator]:{src:{csv:"seq\nabc-dfgg-abc1-cfr3-rty-wert-abc-dfgg-abc1-cfr3-rty-wert\nrut12-her2-rty-wert-abc-abc1-dfgg-rut12-her2-rty-wert-abc\nrut12-rty-her2-abc-cfr3-wert-rut12-rut12-rty-her2-abc-cfr3"},tgt:{notation:c.r2.SEPARATOR,separator:"-",splitted:[["abc","dfgg","abc1","cfr3","rty","wert","abc","dfgg","abc1","cfr3","rty","wert"],["rut12","her2","rty","wert","abc","abc1","dfgg","rut12","her2","rty","wert","abc"],["rut12","rty","her2","abc","cfr3","wert","rut12","rut12","rty","her2","abc","cfr3"]]}},[ae.separatorMsa]:{src:{csv:'seq\nrut0-dfgg-abc1-cfr3-rty-wert-abc-dfgg-abc1-cfr3-rty-wert\nrut1-her2-rty--abc1-dfgg-rut12-her2-rty--abc1-dfgg\nrut2-rty-her2---wert-rut12-rty-her2---wert\n"rut3-rty-her2-""-""-""-""-wert-rut12-rty-her2-""-""-""-""-wert"\n"""-""-rut4-her2-wert-rut12-rty-her2-wert"\n"rut5-rty-her2-wert-rut12-rty-her2-wert-""-"""'},tgt:{notation:c.r2.SEPARATOR,separator:"-",splitted:[["rut0","dfgg","abc1","cfr3","rty","wert","abc","dfgg","abc1","cfr3","rty","wert"],["rut1","her2","rty",n,"abc1","dfgg","rut12","her2","rty",n,"abc1","dfgg"],["rut2","rty","her2",n,n,"wert","rut12","rty","her2",n,n,"wert"],["rut3","rty","her2",n,n,"wert","rut12","rty","her2",n,n,"wert"],[n,"rut4","her2","wert","rut12","rty","her2","wert"],["rut5","rty","her2","wert","rut12","rty","her2","wert",n]]}},[ae.helm]:{src:{csv:"seq\nPEPTIDE1{meI.hHis.Aca.N.T.dE.Thr_PO3H2.Aca.D-Tyr_Et.Thr_PO3H2.Aca.D-Tyr_Et}$$$$\nPEPTIDE1{meI.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca.dK.Thr_PO3H2.Aca}$$$$\nPEPTIDE1{Lys_Boc.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca.dK.Thr_PO3H2.Aca}$$$$\nPEPTIDE1{meI.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.T.dK.Thr_PO3H2}$$$$"},tgt:{notation:c.r2.HELM,splitted:[["meI","hHis","Aca","N","T","dE","Thr_PO3H2","Aca","D-Tyr_Et","Thr_PO3H2","Aca","D-Tyr_Et"],["meI","hHis","Aca","Cys_SEt","T","dK","Thr_PO3H2","Aca","dK","Thr_PO3H2","Aca"],["Lys_Boc","hHis","Aca","Cys_SEt","T","dK","Thr_PO3H2","Aca","dK","Thr_PO3H2","Aca"],["meI","hHis","Aca","Cys_SEt","T","dK","Thr_PO3H2","T","dK","Thr_PO3H2"]]}}};for(const[n,r]of Object.entries(s))(0,t.Bu)(`splitted-${n}`,(async()=>{const n=e.DataFrame.fromCsv(r.src.csv).getCol("seq"),s=await a.functions.call("Bio:detectMacromolecule",{col:n});s&&(n.semType=s),(0,t.l_)(n.semType,e.SEMTYPE.MACROMOLECULE);const i=u.g.forColumn(n);(0,t.l_)(i.notation,r.tgt.notation),(0,t.l_)(i.separator===r.tgt.separator,!0);const o=T().count(0).take(i.length).map((e=>T()(i.getSplitted(e).originals).toArray())).toArray();(0,t.f6)(o,r.tgt.splitted)}))})),(0,t.W3)("SeqHandler: getRegion",(()=>{const n={fastaDna:{srcCsv:"seq\nATTCGT\nACTGCTC\nATTCCGTA",startIdx:2,endIdx:4,tgtCsv:"seq\nTCG\nTGC\nTCC",units:c.r2.FASTA,alphabet:c.fb.DNA,positionNames:{tag:"a, b, c, d, e, f, g, h",start:"c",end:"e"}},separatorPt:{srcCsv:"seq\nM-D-Y-K-E-T-L\nM-I-E-V-F-L-F-G-I\nM-M-",startIdx:5,endIdx:null,tgtCsv:"seq\nT-L--\nL-F-G-I\n---",units:c.r2.SEPARATOR,alphabet:c.fb.PT,positionNames:{tag:"1, 1A, 1B, 2, 3, 4, 4A, 4A, 4C",start:"4",end:null}},helm:{srcCsv:"seq\nPEPTIDE1{[meI].[hHis].[Aca].N.T.[dE].[Thr_PO3H2].[Aca].[D-Tyr_Et].[Tyr_ab-dehydroMe].[dV].E.N.[D-Orn]}$$$$\nPEPTIDE1{[meI].[hHis].[Aca].[Cys_SEt].T.[dK].[Thr_PO3H2].[Aca].[Tyr_PO3H2].[D-Chg].[dV].[Phe_ab-dehydro]}$$$$\nPEPTIDE1{[Lys_Boc].[hHis].[Aca].[Cys_SEt].T}$$$$",startIdx:3,endIdx:6,tgtCsv:"seq\nPEPTIDE1{N.T.[dE].[Thr_PO3H2]}$$$$\nPEPTIDE1{[Cys_SEt].T.[dK].[Thr_PO3H2]}$$$$\nPEPTIDE1{[Cys_SEt].T.*.*}$$$$",units:c.r2.HELM,alphabet:null,positionNames:{tag:null,start:"4",end:"7"}}};for(const[s,r]of Object.entries(n))(0,t.Bu)(`${s}-idx`,(async()=>{const n=e.DataFrame.fromCsv(r.srcCsv).getCol("seq"),s=await a.functions.call("Bio:detectMacromolecule",{col:n});s&&(n.semType=s);const i=u.g.forColumn(n).getRegion(r.startIdx,r.endIdx,"regSeq"),o=e.DataFrame.fromCsv(r.tgtCsv).getCol("seq");(0,t.l_)(n.getTag(e.TAGS.UNITS),r.units),(0,t.l_)(i.getTag(e.TAGS.UNITS),r.units),(0,t.l_)(n.getTag(c.DX.alphabet),r.alphabet),(0,t.l_)(i.getTag(c.DX.alphabet),r.alphabet),(0,t.f6)(i.toList(),o.toList())})),r.positionNames&&(0,t.Bu)(`${s}-positionNames`,(async()=>{const n=e.DataFrame.fromCsv(r.srcCsv).getCol("seq");r.positionNames.tag&&n.setTag(c.DX.positionNames,r.positionNames.tag);const s=await a.functions.call("Bio:detectMacromolecule",{col:n});s&&(n.semType=s);const i=await a.functions.call("Bio:getRegion",{sequence:n,start:r.positionNames.start,end:r.positionNames.end}),o=e.DataFrame.fromCsv(r.tgtCsv).getCol("seq");(0,t.l_)(n.getTag(e.TAGS.UNITS),r.units),(0,t.l_)(i.getTag(e.TAGS.UNITS),r.units),(0,t.l_)(n.getTag(c.DX.alphabet),r.alphabet),(0,t.l_)(i.getTag(c.DX.alphabet),r.alphabet),(0,t.f6)(i.toList(),o.toList())}))}));var le=n(8601);const ce=new e.FileSource("System:AppData/Bio"),ue={"peptides-fasta":{inPath:"tests/to-atomic-level-peptides-fasta-input.csv",outPath:"tests/to-atomic-level-peptides-fasta-output.csv"},"dna-fasta":{inPath:"tests/to-atomic-level-dna-fasta-input.csv",outPath:"tests/to-atomic-level-dna-fasta-output.csv"},"msa-separator":{inPath:"tests/to-atomic-level-msa-separator-input.csv",outPath:"tests/to-atomic-level-msa-separator-output.csv"},"msa-fasta":{inPath:"tests/to-atomic-level-msa-fasta-input.csv",outPath:"tests/to-atomic-level-msa-fasta-output.csv"}},he="molfile(sequence)";async function de(e,t="seq",n){const s=e.getCol(t),r=n.getBioLib(),i=await(0,le.i0)(e,s,r);return i.warnings.length>0&&ve.logger.warning(`_toAtomicLevel() warnings ${i.warnings.join("\n")}`),i.col}function me(e){return e.replaceAll("\r\n","\n").replace(/\n$/,"").split("\n").map((e=>e.trimEnd())).join("\n")}(0,t.W3)("toAtomicLevel",(async()=>{const n={},s={};let r,i,o;async function h(e,n){const s=e.getCol("sequence");await(0,l.toAtomicLevel)(e,s,!1);const r=e.getCol(he),i=n.getCol(he),o=T()(r.values()).map((e=>me(e))).toArray(),a=T()(i.values()).map((e=>me(e))).toArray();(0,t.f6)(o,a)}(0,t.bb)((async()=>{r=await(0,L.JN)(),i=await(0,I.nW)(),await(0,I.tb)(),await r.loadLibraries(!0);for(const[t,r]of Object.entries(ue))r.inPath,n[t]=e.DataFrame.fromCsv((await ce.readAsText(r.inPath)).replace(/\n$/,"")),await a.data.detectSemanticTypes(n[t]),s[t]=e.DataFrame.fromCsv((await ce.readAsText(r.outPath)).replace(/\n$/,""))})),(0,t.X5)((async()=>{await(0,I.tW)(i),await r.loadLibraries(!0)}));for(const[e,r]of Object.entries(ue))(0,t.Bu)(`${e}`,(async()=>{await h(n[e],s[e])}));!function(e){e.fastaDna="fastaDna",e.fastaRna="fastaRna",e.fastaPt="fastaPt",e.fastaUn="fastaUn",e.separatorDna="separatorDna",e.separatorRna="separatorRna",e.separatorPt="separatorPt",e.separatorUn="separatorUn",e.helm="helm"}(o||(o={}));const d={[o.fastaDna]:"seq\nACGTCACGTC\nCAGTGTCAGTGT\nTTCAACTTCAAC",[o.fastaRna]:"seq\nACGUCACGUC\nCAGUGUCAGUGU\nUUCAACUUCAAC",[o.fastaPt]:"seq\nFWPHEYFWPHEY\nYNRQWYVYNRQWYV\nMKPSEYVMKPSEYV",[o.fastaUn]:"seq\n[meI][hHis][Aca]NT[dE][Thr_PO3H2][Aca]D[meI][hHis][Aca]NT[dE][Thr_PO3H2][Aca]D\n[meI][hHis][Aca][Cys_SEt]T[dK][Thr_PO3H2][Aca][Tyr_PO3H2][meI][hHis][Aca][Cys_SEt]T[dK][Thr_PO3H2][Aca][Tyr_PO3H2]\n[Lys_Boc][hHis][Aca][Cys_SEt]T[dK][Thr_PO3H2][Aca][Tyr_PO3H2][Lys_Boc][hHis][Aca][Cys_SEt]T[dK][Thr_PO3H2][Aca][Tyr_PO3H2]",[o.separatorDna]:"seq\nA/C/G/T/C/A/C/G/T/C\nC/A/G/T/G/T/C/A/G/T/G/T\nT/T/C/A/A/C/T/T/C/A/A/C",[o.separatorRna]:"seq\nA*C*G*U*C*A*C*G*U*C\nC*A*G*U*G*U*C*A*G*U*G*U\nU*U*C*A*A*C*U*U*C*A*A*C",[o.separatorPt]:"seq\nF-W-P-H-E-Y-F-W-P-H-E-Y\nY-N-R-Q-W-Y-V-Y-N-R-Q-W-Y-V\nM-K-P-S-E-Y-V-M-K-P-S-E-Y-V",[o.separatorUn]:"seq\nmeI-hHis-Aca-N-T-dE-Thr_PO3H2-Aca-D-meI-hHis-Aca-N-T-dE-Thr_PO3H2-Aca-D\nmeI-hHis-Aca-Cys_SEt-T-dK-Thr_PO3H2-Aca-Tyr_PO3H2-meI-hHis-Aca-Cys_SEt-T-dK-Thr_PO3H2-Aca-Tyr_PO3H2\nLys_Boc-hHis-Aca-Cys_SEt-T-dK-Thr_PO3H2-Aca-Tyr_PO3H2-Lys_Boc-hHis-Aca-Cys_SEt-T-dK-Thr_PO3H2-Aca-Tyr_PO3H2",[o.helm]:"seq\nPEPTIDE1{meI.D-gGlu.Aca.N.T.dE.Thr_PO3H2.Aca.D.Thr_PO3H2.Aca.D}$$$\nPEPTIDE1{meI.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca.Tyr_PO3H2.Thr_PO3H2.Aca.Tyr_PO3H2}$$$\nPEPTIDE1{Lys_Boc.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca.Tyr_PO3H2.Thr_PO3H2.Aca.Tyr_PO3H2}$$$"};async function m(t){const n=d[t],s=e.DataFrame.fromCsv(n.replace(/\n$/,""));return await a.data.detectSemanticTypes(s),s}(0,t.Bu)("fastaDna",(async()=>{await de(await m(o.fastaDna),"seq",r)})),(0,t.Bu)("fastaRna",(async()=>{await de(await m(o.fastaRna),"seq",r)})),(0,t.Bu)("fastaPt",(async()=>{await de(await m(o.fastaPt),"seq",r)})),(0,t.Bu)("fastaUn",(async()=>{await de(await m(o.fastaUn),"seq",r)})),(0,t.Bu)("separatorDna",(async()=>{await de(await m(o.separatorDna),"seq",r)})),(0,t.Bu)("separatorDna",(async()=>{await de(await m(o.separatorRna),"seq",r)})),(0,t.Bu)("separatorPt",(async()=>{await de(await m(o.separatorPt),"seq",r)})),(0,t.Bu)("separatorUn",(async()=>{await de(await m(o.separatorUn),"seq",r)})),(0,t.Bu)("helm",(async()=>{await de(await m(o.helm),"seq",r)})),(0,t.Bu)("ptFasta2",(async()=>{const n=await ve.files.readAsText("tests/to-atomic-level-pt-fasta-2.mol"),s=e.DataFrame.fromCsv("seq\nAR"),i=s.getCol("seq");i.semType=e.SEMTYPE.MACROMOLECULE,i.setTag(e.TAGS.UNITS,c.r2.FASTA),i.setTag(c.DX.alphabet,c.fb.PT),u.g.forColumn(i);const o=await de(s,"seq",r);(0,t.l_)(me(o.get(0)),me(n))}))}));var pe=n(708);async function fe(t){const n=e.DataFrame.fromCsv(t),s=n.col("seq"),r=await a.functions.call("Bio:detectMacromolecule",{col:s});return r&&(s.semType=r),await a.data.detectSemanticTypes(n),u.g.forColumn(s)}function ge(e,n,s,r){const i=s(e,n);(0,t.l_)(Number(i.toFixed(3)),Number(r.toFixed(3)))}(0,t.W3)("Distance",(async()=>{const n=[[1,0,0,0],[0,1,0,0],[0,0,1,0],[0,0,0,1]],s={F:0,W:1,R:2,Y:3},r="FWRWY",i="FWRWW",o="FWY",a="FWRWY",l="FWY",c="FWRRRRY";(0,t.Bu)("protein-distance-function",(async()=>{const e=(await fe("seq\nFWRWYVKHPFWRWYVKHP\nYNRWYVKHPYNRWYVKHP\nMWRSWYCKHPMWRSWYCKHP")).getDistanceFunctionName();(0,t.l_)(e,pe.U.LEVENSHTEIN)})),(0,t.Bu)("DNA-distance-function",(async()=>{const e=(await fe("seq\nATAACGATAACG\nATCGAATCGA\nATCGAATCGA")).getDistanceFunctionName();(0,t.l_)(e,pe.U.LEVENSHTEIN)})),(0,t.Bu)("MSA-distance-function",(async()=>{const e=(await fe("seq\nATAACATAAC\nATCGAATCGA\nATCGAATCGA")).getDistanceFunctionName();(0,t.l_)(e,pe.U.HAMMING)})),(0,t.Bu)("levenstein-sub",(async()=>{const e=pe.o[pe.U.LEVENSHTEIN]();ge(r,i,e,.2)})),(0,t.Bu)("levenstein-del",(async()=>{const e=pe.o[pe.U.LEVENSHTEIN]();ge(o,a,e,.4)})),(0,t.Bu)("hamming",(async()=>{const e=pe.o[pe.U.HAMMING]();ge(o,a,e,.6)})),(0,t.Bu)("needleman-blosum62",(async()=>{const e=pe.o[pe.U.NEEDLEMANN_WUNSCH]({gapOpen:8,gapExtend:2});ge(r,i,e,-6)})),(0,t.Bu)("needleman-blosum62-del",(async()=>{const e=pe.o[pe.U.NEEDLEMANN_WUNSCH]({gapOpen:8,gapExtend:2});ge(o,a,e,-1.8)})),(0,t.Bu)("needleman-custom-sub",(async()=>{const e=pe.o[pe.U.NEEDLEMANN_WUNSCH]({scoringMatrix:n,alphabetIndexes:s,gapOpen:1,gapExtend:1});ge(r,i,e,.2)})),(0,t.Bu)("needleman-custom-del",(async()=>{const e=pe.o[pe.U.NEEDLEMANN_WUNSCH]({scoringMatrix:n,alphabetIndexes:s,gapOpen:1,gapExtend:1});ge(o,a,e,.8)})),(0,t.Bu)("needleman-custom-zero-extend",(async()=>{const e=pe.o[pe.U.NEEDLEMANN_WUNSCH]({scoringMatrix:n,alphabetIndexes:s,gapOpen:1,gapExtend:0});ge(l,c,e,.714)})),(0,t.Bu)("needleman-custom-half-extend",(async()=>{const e=pe.o[pe.U.NEEDLEMANN_WUNSCH]({scoringMatrix:n,alphabetIndexes:s,gapOpen:2,gapExtend:1});ge(l,c,e,1.286)})),(0,t.Bu)("needleman-custom-same-extend",(async()=>{const t=pe.o[pe.U.NEEDLEMANN_WUNSCH]({scoringMatrix:n,alphabetIndexes:s,gapOpen:1,gapExtend:1});e.Test.isInBenchmark?ge(Array(1e4).fill("FWRY").join(""),Array(1e4).fill("FYWRRY").join(""),t,.667):ge(l,c,t,1.143)}))}));var ye=n(3277);async function we(e,n,s,r,i,o,c,u){await a.data.detectSemanticTypes(e);const h=await(0,l.activityCliffs)(e,e.getCol(s),e.getCol(r),i,n,c,u,{[`${ye.sS}`]:!0});(0,t.l_)(null!=h,!0);const d=Array.from(h.root.children).find((e=>{const t=e.className.split(" ");return["ui-btn","ui-btn-ok"].every((e=>t.includes(e)))}));(0,t.l_)(d.innerText.toLowerCase(),`${o} cliffs`)}var be=n(6361),Ae=n(4628);async function Ce(n,s,r){const i=n.getCol(r),o=await a.functions.call("Bio:detectMacromolecule",{col:i});o&&(i.semType=o);const c=e.Func.find({package:"Bio",name:"macromoleculePreprocessingFunction"})[0];if(!c)throw new Error("Preprocessing function not found");const u=await(0,l.sequenceSpaceTopMenu)(n,n.col(r),s,pe.U.LEVENSHTEIN,!0,c,{[ye.sS]:!0});(0,t.l_)(null!=u,!0)}(0,t.W3)("activityCliffs",(async()=>{let n,s,r=[],i=[];const o=e.Func.find({name:"macromoleculePreprocessingFunction",package:"Bio"})[0],l=e.Func.find({name:"helmPreprocessingFunction",package:"Bio"})[0];(0,t.bb)((async()=>{n=await(0,L.JN)(),s=await(0,I.nW)(),await(0,I.tb)(),await n.loadLibraries(!0),r=[],i=[]})),(0,t.X5)((async()=>{await(0,I.tW)(s),await n.loadLibraries(!0)})),(0,t.Bu)("activityCliffsOpens",(async()=>{const t=await _(e.Test.isInBenchmark?"test/peptides_motif-with-random_10000.csv":"tests/100_3_clustests.csv");i.push(t);const n=a.shell.addTableView(t);r.push(n);const s=e.Test.isInBenchmark?6:3;await we(t,Ae.A.UMAP,"sequence","Activity",90,s,pe.U.LEVENSHTEIN,o)})),(0,t.Bu)("activityCliffsWithEmptyRows",(async()=>{const e=await _("tests/100_3_clustests_empty_vals.csv");i.push(e);const t=a.shell.addTableView(e);r.push(t),await we(e,Ae.A.UMAP,"sequence","Activity",90,3,pe.U.LEVENSHTEIN,o)})),(0,t.Bu)("Helm",(async()=>{const e=await ve.files.readCsv("samples/HELM_50.csv");a.shell.addTableView(e),await we(e,Ae.A.UMAP,"HELM","Activity",65,20,be.gk.Tanimoto,l)}))})),(0,t.W3)("sequenceSpace",(async()=>{let n,s,r,i;(0,t.Bu)("sequenceSpaceOpens",(async()=>{n=await _(e.Test.isInBenchmark?"test/peptides_motif-with-random_10000.csv":"tests/100_3_clustests.csv"),s=a.shell.addTableView(n),await Ce(n,Ae.A.UMAP,"sequence")})),(0,t.Bu)("sequenceSpaceWithEmptyRows",(async()=>{r=await _("tests/100_3_clustests_empty_vals.csv"),i=a.shell.addTableView(r),await Ce(r,Ae.A.UMAP,"sequence")}))})),(0,t.W3)("Scoring",(()=>{const n="sequence",s="expected_similarity",r="expected_identity",i=e.DataFrame.fromCsv(`${n},${s},${r}\nPEPTIDE1{Aca.Orn.gGlu.Pqa.D-His_1Bn.dH.hHis.4Abz.D-Tic.D-Dap.Y.Iva.meS.F.P.F.D-1Nal}$$$$,1.0,1.0\nPEPTIDE1{Iva.Gly_allyl.gGlu.Pqa.D-Dip.dH.hHis.4Abz.D-aHyp.D-Dap.Y.Iva.I.Tyr_26diMe.P.Asu.meC}$$$$,0.68,0.53\nPEPTIDE1{[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal]}$$$$V2.0,0.34,0.0`),o=i.getCol(n);o.setTag(e.TAGS.UNITS,c.r2.HELM),o.semType=e.SEMTYPE.MACROMOLECULE;const a=o.get(0);let u,h;(0,t.bb)((async()=>{u=await(0,l.getMonomerLibHelper)(),h=await(0,I.nW)(),await(0,I.tb)(),await u.loadLibraries(!0)})),(0,t.X5)((async()=>{await(0,I.tW)(h),await u.loadLibraries(!0)})),(0,t.Bu)("Identity",(async()=>{const e=await(0,l.sequenceIdentityScoring)(i,o,a);for(let n=0;n<e.length;n++)(0,t.jh)(e.get(n),i.get(r,n),.01,`Wrong identity score for sequence at position ${n}`)})),(0,t.Bu)("Similarity",(async()=>{const e=await(0,l.sequenceSimilarityScoring)(i,o,a);for(let n=0;n<e.length;n++)(0,t.jh)(e.get(n),i.get(s,n),.01,`Wrong similarity score for sequence at position ${n}`)}))}));const ve=new e.Package;async function Te(n,s,r){const i=await(0,t.ci)({category:n,test:s,testContext:r});return e.DataFrame.fromObjects(i)}})(),bio_test=s})();
7
+ deps: ${n}}`};const a={keyword:"dependencies",type:"object",schemaType:"object",error:t.error,code(e){const[t,n]=function({schema:e}){const t={},n={};for(const r in e)"__proto__"!==r&&((Array.isArray(e[r])?t:n)[r]=e[r]);return[t,n]}(e);i(e,t),c(e,n)}};function i(e,t=e.schema){const{gen:n,data:s,it:a}=e;if(0===Object.keys(t).length)return;const i=n.let("missing");for(const c in t){const l=t[c];if(0===l.length)continue;const u=(0,o.propertyInData)(n,s,c,a.opts.ownProperties);e.setParams({property:c,depsCount:l.length,deps:l.join(", ")}),a.allErrors?n.if(u,(()=>{for(const t of l)(0,o.checkReportMissingProp)(e,t)})):(n.if(r._`${u} && (${(0,o.checkMissingProp)(e,l,i)})`),(0,o.reportMissingProp)(e,i),n.else())}}function c(e,t=e.schema){const{gen:n,data:r,keyword:a,it:i}=e,c=n.name("valid");for(const l in t)(0,s.alwaysValidSchema)(i,t[l])||(n.if((0,o.propertyInData)(n,r,l,i.opts.ownProperties),(()=>{const t=e.subschema({keyword:a,schemaProp:l},c);e.mergeValidEvaluated(t,c)}),(()=>n.var(c,!0))),e.ok(c))}t.validatePropertyDeps=i,t.validateSchemaDeps=c,t.default=a},4845:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(3025),s={keyword:"dependentSchemas",type:"object",schemaType:"object",code:e=>(0,r.validateSchemaDeps)(e)};t.default=s},1239:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(9029),s=n(4227),o={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:{message:({params:e})=>r.str`must match "${e.ifClause}" schema`,params:({params:e})=>r._`{failingKeyword: ${e.ifClause}}`},code(e){const{gen:t,parentSchema:n,it:o}=e;void 0===n.then&&void 0===n.else&&(0,s.checkStrictMode)(o,'"if" without "then" and "else" is ignored');const i=a(o,"then"),c=a(o,"else");if(!i&&!c)return;const l=t.let("valid",!0),u=t.name("_valid");if(function(){const t=e.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},u);e.mergeEvaluated(t)}(),e.reset(),i&&c){const n=t.let("ifClause");e.setParams({ifClause:n}),t.if(u,d("then",n),d("else",n))}else i?t.if(u,d("then")):t.if((0,r.not)(u),d("else"));function d(n,s){return()=>{const o=e.subschema({keyword:n},u);t.assign(l,u),e.mergeValidEvaluated(o,l),s?t.assign(s,r._`${n}`):e.setParams({ifClause:n})}}e.pass(l,(()=>e.error(!0)))}};function a(e,t){const n=e.schema[t];return void 0!==n&&!(0,s.alwaysValidSchema)(e,n)}t.default=o},6378:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(5457),s=n(5354),o=n(494),a=n(3966),i=n(2661),c=n(3025),l=n(9713),u=n(8660),d=n(117),h=n(5333),m=n(7923),p=n(6505),f=n(6163),g=n(5844),y=n(1239),w=n(4426);t.default=function(e=!1){const t=[m.default,p.default,f.default,g.default,y.default,w.default,l.default,u.default,c.default,d.default,h.default];return e?t.push(s.default,a.default):t.push(r.default,o.default),t.push(i.default),t}},494:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.validateTuple=void 0;const r=n(9029),s=n(4227),o=n(5765),a={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(e){const{schema:t,it:n}=e;if(Array.isArray(t))return i(e,"additionalItems",t);n.items=!0,(0,s.alwaysValidSchema)(n,t)||e.ok((0,o.validateArray)(e))}};function i(e,t,n=e.schema){const{gen:o,parentSchema:a,data:i,keyword:c,it:l}=e;!function(e){const{opts:r,errSchemaPath:o}=l,a=n.length,i=a===e.minItems&&(a===e.maxItems||!1===e[t]);if(r.strictTuples&&!i){const e=`"${c}" is ${a}-tuple, but minItems or maxItems/${t} are not specified or different at path "${o}"`;(0,s.checkStrictMode)(l,e,r.strictTuples)}}(a),l.opts.unevaluated&&n.length&&!0!==l.items&&(l.items=s.mergeEvaluated.items(o,n.length,l.items));const u=o.name("valid"),d=o.const("len",r._`${i}.length`);n.forEach(((t,n)=>{(0,s.alwaysValidSchema)(l,t)||(o.if(r._`${d} > ${n}`,(()=>e.subschema({keyword:c,schemaProp:n,dataProp:n},u))),e.ok(u))}))}t.validateTuple=i,t.default=a},3966:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(9029),s=n(4227),o=n(5765),a=n(5457),i={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:{message:({params:{len:e}})=>r.str`must NOT have more than ${e} items`,params:({params:{len:e}})=>r._`{limit: ${e}}`},code(e){const{schema:t,parentSchema:n,it:r}=e,{prefixItems:i}=n;r.items=!0,(0,s.alwaysValidSchema)(r,t)||(i?(0,a.validateAdditionalItems)(e,i):e.ok((0,o.validateArray)(e)))}};t.default=i},7923:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(4227),s={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(e){const{gen:t,schema:n,it:s}=e;if((0,r.alwaysValidSchema)(s,n))return void e.fail();const o=t.name("valid");e.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},o),e.failResult(o,(()=>e.reset()),(()=>e.error()))},error:{message:"must NOT be valid"}};t.default=s},6163:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(9029),s=n(4227),o={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:{message:"must match exactly one schema in oneOf",params:({params:e})=>r._`{passingSchemas: ${e.passing}}`},code(e){const{gen:t,schema:n,parentSchema:o,it:a}=e;if(!Array.isArray(n))throw new Error("ajv implementation error");if(a.opts.discriminator&&o.discriminator)return;const i=n,c=t.let("valid",!1),l=t.let("passing",null),u=t.name("_valid");e.setParams({passing:l}),t.block((function(){i.forEach(((n,o)=>{let i;(0,s.alwaysValidSchema)(a,n)?t.var(u,!0):i=e.subschema({keyword:"oneOf",schemaProp:o,compositeRule:!0},u),o>0&&t.if(r._`${u} && ${c}`).assign(c,!1).assign(l,r._`[${l}, ${o}]`).else(),t.if(u,(()=>{t.assign(c,!0),t.assign(l,o),i&&e.mergeEvaluated(i,r.Name)}))}))})),e.result(c,(()=>e.reset()),(()=>e.error(!0)))}};t.default=o},5333:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(5765),s=n(9029),o=n(4227),a=n(4227),i={keyword:"patternProperties",type:"object",schemaType:"object",code(e){const{gen:t,schema:n,data:i,parentSchema:c,it:l}=e,{opts:u}=l,d=(0,r.allSchemaProperties)(n),h=d.filter((e=>(0,o.alwaysValidSchema)(l,n[e])));if(0===d.length||h.length===d.length&&(!l.opts.unevaluated||!0===l.props))return;const m=u.strictSchema&&!u.allowMatchingProperties&&c.properties,p=t.name("valid");!0===l.props||l.props instanceof s.Name||(l.props=(0,a.evaluatedPropsToName)(t,l.props));const{props:f}=l;function g(e){for(const t in m)new RegExp(e).test(t)&&(0,o.checkStrictMode)(l,`property ${t} matches pattern ${e} (use allowMatchingProperties)`)}function y(n){t.forIn("key",i,(o=>{t.if(s._`${(0,r.usePattern)(e,n)}.test(${o})`,(()=>{const r=h.includes(n);r||e.subschema({keyword:"patternProperties",schemaProp:n,dataProp:o,dataPropType:a.Type.Str},p),l.opts.unevaluated&&!0!==f?t.assign(s._`${f}[${o}]`,!0):r||l.allErrors||t.if((0,s.not)(p),(()=>t.break()))}))}))}!function(){for(const e of d)m&&g(e),l.allErrors?y(e):(t.var(p,!0),y(e),t.if(p))}()}};t.default=i},5354:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(494),s={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:e=>(0,r.validateTuple)(e,"items")};t.default=s},117:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(2586),s=n(5765),o=n(4227),a=n(8660),i={keyword:"properties",type:"object",schemaType:"object",code(e){const{gen:t,schema:n,parentSchema:i,data:c,it:l}=e;"all"===l.opts.removeAdditional&&void 0===i.additionalProperties&&a.default.code(new r.KeywordCxt(l,a.default,"additionalProperties"));const u=(0,s.allSchemaProperties)(n);for(const e of u)l.definedProperties.add(e);l.opts.unevaluated&&u.length&&!0!==l.props&&(l.props=o.mergeEvaluated.props(t,(0,o.toHash)(u),l.props));const d=u.filter((e=>!(0,o.alwaysValidSchema)(l,n[e])));if(0===d.length)return;const h=t.name("valid");for(const n of d)m(n)?p(n):(t.if((0,s.propertyInData)(t,c,n,l.opts.ownProperties)),p(n),l.allErrors||t.else().var(h,!0),t.endIf()),e.it.definedProperties.add(n),e.ok(h);function m(e){return l.opts.useDefaults&&!l.compositeRule&&void 0!==n[e].default}function p(t){e.subschema({keyword:"properties",schemaProp:t,dataProp:t},h)}}};t.default=i},9713:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(9029),s=n(4227),o={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:{message:"property name must be valid",params:({params:e})=>r._`{propertyName: ${e.propertyName}}`},code(e){const{gen:t,schema:n,data:o,it:a}=e;if((0,s.alwaysValidSchema)(a,n))return;const i=t.name("valid");t.forIn("key",o,(n=>{e.setParams({propertyName:n}),e.subschema({keyword:"propertyNames",data:n,dataTypes:["string"],propertyName:n,compositeRule:!0},i),t.if((0,r.not)(i),(()=>{e.error(!0),a.allErrors||t.break()}))})),e.ok(i)}};t.default=o},4426:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(4227),s={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:e,parentSchema:t,it:n}){void 0===t.if&&(0,r.checkStrictMode)(n,`"${e}" without "if" is ignored`)}};t.default=s},5765:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.validateUnion=t.validateArray=t.usePattern=t.callValidateCode=t.schemaProperties=t.allSchemaProperties=t.noPropertyInData=t.propertyInData=t.isOwnProperty=t.hasPropFunc=t.reportMissingProp=t.checkMissingProp=t.checkReportMissingProp=void 0;const r=n(9029),s=n(4227),o=n(2023),a=n(4227);function i(e){return e.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:r._`Object.prototype.hasOwnProperty`})}function c(e,t,n){return r._`${i(e)}.call(${t}, ${n})`}function l(e,t,n,s){const o=r._`${t}${(0,r.getProperty)(n)} === undefined`;return s?(0,r.or)(o,(0,r.not)(c(e,t,n))):o}function u(e){return e?Object.keys(e).filter((e=>"__proto__"!==e)):[]}t.checkReportMissingProp=function(e,t){const{gen:n,data:s,it:o}=e;n.if(l(n,s,t,o.opts.ownProperties),(()=>{e.setParams({missingProperty:r._`${t}`},!0),e.error()}))},t.checkMissingProp=function({gen:e,data:t,it:{opts:n}},s,o){return(0,r.or)(...s.map((s=>(0,r.and)(l(e,t,s,n.ownProperties),r._`${o} = ${s}`))))},t.reportMissingProp=function(e,t){e.setParams({missingProperty:t},!0),e.error()},t.hasPropFunc=i,t.isOwnProperty=c,t.propertyInData=function(e,t,n,s){const o=r._`${t}${(0,r.getProperty)(n)} !== undefined`;return s?r._`${o} && ${c(e,t,n)}`:o},t.noPropertyInData=l,t.allSchemaProperties=u,t.schemaProperties=function(e,t){return u(t).filter((n=>!(0,s.alwaysValidSchema)(e,t[n])))},t.callValidateCode=function({schemaCode:e,data:t,it:{gen:n,topSchemaRef:s,schemaPath:a,errorPath:i},it:c},l,u,d){const h=d?r._`${e}, ${t}, ${s}${a}`:t,m=[[o.default.instancePath,(0,r.strConcat)(o.default.instancePath,i)],[o.default.parentData,c.parentData],[o.default.parentDataProperty,c.parentDataProperty],[o.default.rootData,o.default.rootData]];c.opts.dynamicRef&&m.push([o.default.dynamicAnchors,o.default.dynamicAnchors]);const p=r._`${h}, ${n.object(...m)}`;return u!==r.nil?r._`${l}.call(${u}, ${p})`:r._`${l}(${p})`};const d=r._`new RegExp`;t.usePattern=function({gen:e,it:{opts:t}},n){const s=t.unicodeRegExp?"u":"",{regExp:o}=t.code,i=o(n,s);return e.scopeValue("pattern",{key:i.toString(),ref:i,code:r._`${"new RegExp"===o.code?d:(0,a.useFunc)(e,o)}(${n}, ${s})`})},t.validateArray=function(e){const{gen:t,data:n,keyword:o,it:a}=e,i=t.name("valid");if(a.allErrors){const e=t.let("valid",!0);return c((()=>t.assign(e,!1))),e}return t.var(i,!0),c((()=>t.break())),i;function c(a){const c=t.const("len",r._`${n}.length`);t.forRange("i",0,c,(n=>{e.subschema({keyword:o,dataProp:n,dataPropType:s.Type.Num},i),t.if((0,r.not)(i),a)}))}},t.validateUnion=function(e){const{gen:t,schema:n,keyword:o,it:a}=e;if(!Array.isArray(n))throw new Error("ajv implementation error");if(n.some((e=>(0,s.alwaysValidSchema)(a,e)))&&!a.opts.unevaluated)return;const i=t.let("valid",!1),c=t.name("_valid");t.block((()=>n.forEach(((n,s)=>{const a=e.subschema({keyword:o,schemaProp:s,compositeRule:!0},c);t.assign(i,r._`${i} || ${c}`),e.mergeValidEvaluated(a,c)||t.if((0,r.not)(i))})))),e.result(i,(()=>e.reset()),(()=>e.error(!0)))}},3463:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};t.default=n},2128:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(3463),s=n(3693),o=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",r.default,s.default];t.default=o},3693:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.callRef=t.getValidate=void 0;const r=n(4551),s=n(5765),o=n(9029),a=n(2023),i=n(3835),c=n(4227),l={keyword:"$ref",schemaType:"string",code(e){const{gen:t,schema:n,it:s}=e,{baseId:a,schemaEnv:c,validateName:l,opts:h,self:m}=s,{root:p}=c;if(("#"===n||"#/"===n)&&a===p.baseId)return function(){if(c===p)return d(e,l,c,c.$async);const n=t.scopeValue("root",{ref:p});return d(e,o._`${n}.validate`,p,p.$async)}();const f=i.resolveRef.call(m,p,a,n);if(void 0===f)throw new r.default(s.opts.uriResolver,a,n);return f instanceof i.SchemaEnv?function(t){const n=u(e,t);d(e,n,t,t.$async)}(f):function(r){const s=t.scopeValue("schema",!0===h.code.source?{ref:r,code:(0,o.stringify)(r)}:{ref:r}),a=t.name("valid"),i=e.subschema({schema:r,dataTypes:[],schemaPath:o.nil,topSchemaRef:s,errSchemaPath:n},a);e.mergeEvaluated(i),e.ok(a)}(f)}};function u(e,t){const{gen:n}=e;return t.validate?n.scopeValue("validate",{ref:t.validate}):o._`${n.scopeValue("wrapper",{ref:t})}.validate`}function d(e,t,n,r){const{gen:i,it:l}=e,{allErrors:u,schemaEnv:d,opts:h}=l,m=h.passContext?a.default.this:o.nil;function p(e){const t=o._`${e}.errors`;i.assign(a.default.vErrors,o._`${a.default.vErrors} === null ? ${t} : ${a.default.vErrors}.concat(${t})`),i.assign(a.default.errors,o._`${a.default.vErrors}.length`)}function f(e){var t;if(!l.opts.unevaluated)return;const r=null===(t=null==n?void 0:n.validate)||void 0===t?void 0:t.evaluated;if(!0!==l.props)if(r&&!r.dynamicProps)void 0!==r.props&&(l.props=c.mergeEvaluated.props(i,r.props,l.props));else{const t=i.var("props",o._`${e}.evaluated.props`);l.props=c.mergeEvaluated.props(i,t,l.props,o.Name)}if(!0!==l.items)if(r&&!r.dynamicItems)void 0!==r.items&&(l.items=c.mergeEvaluated.items(i,r.items,l.items));else{const t=i.var("items",o._`${e}.evaluated.items`);l.items=c.mergeEvaluated.items(i,t,l.items,o.Name)}}r?function(){if(!d.$async)throw new Error("async schema referenced by sync schema");const n=i.let("valid");i.try((()=>{i.code(o._`await ${(0,s.callValidateCode)(e,t,m)}`),f(t),u||i.assign(n,!0)}),(e=>{i.if(o._`!(${e} instanceof ${l.ValidationError})`,(()=>i.throw(e))),p(e),u||i.assign(n,!1)})),e.ok(n)}():e.result((0,s.callValidateCode)(e,t,m),(()=>f(t)),(()=>p(t)))}t.getValidate=u,t.callRef=d,t.default=l},6653:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(9029),s=n(7652),o=n(3835),a=n(4551),i=n(4227),c={keyword:"discriminator",type:"object",schemaType:"object",error:{message:({params:{discrError:e,tagName:t}})=>e===s.DiscrError.Tag?`tag "${t}" must be string`:`value of tag "${t}" must be in oneOf`,params:({params:{discrError:e,tag:t,tagName:n}})=>r._`{error: ${e}, tag: ${n}, tagValue: ${t}}`},code(e){const{gen:t,data:n,schema:c,parentSchema:l,it:u}=e,{oneOf:d}=l;if(!u.opts.discriminator)throw new Error("discriminator: requires discriminator option");const h=c.propertyName;if("string"!=typeof h)throw new Error("discriminator: requires propertyName");if(c.mapping)throw new Error("discriminator: mapping is not supported");if(!d)throw new Error("discriminator: requires oneOf keyword");const m=t.let("valid",!1),p=t.const("tag",r._`${n}${(0,r.getProperty)(h)}`);function f(n){const s=t.name("valid"),o=e.subschema({keyword:"oneOf",schemaProp:n},s);return e.mergeEvaluated(o,r.Name),s}t.if(r._`typeof ${p} == "string"`,(()=>function(){const n=function(){var e;const t={},n=s(l);let r=!0;for(let t=0;t<d.length;t++){let l=d[t];if((null==l?void 0:l.$ref)&&!(0,i.schemaHasRulesButRef)(l,u.self.RULES)){const e=l.$ref;if(l=o.resolveRef.call(u.self,u.schemaEnv.root,u.baseId,e),l instanceof o.SchemaEnv&&(l=l.schema),void 0===l)throw new a.default(u.opts.uriResolver,u.baseId,e)}const m=null===(e=null==l?void 0:l.properties)||void 0===e?void 0:e[h];if("object"!=typeof m)throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${h}"`);r=r&&(n||s(l)),c(m,t)}if(!r)throw new Error(`discriminator: "${h}" must be required`);return t;function s({required:e}){return Array.isArray(e)&&e.includes(h)}function c(e,t){if(e.const)m(e.const,t);else{if(!e.enum)throw new Error(`discriminator: "properties/${h}" must have "const" or "enum"`);for(const n of e.enum)m(n,t)}}function m(e,n){if("string"!=typeof e||e in t)throw new Error(`discriminator: "${h}" values must be unique strings`);t[e]=n}}();t.if(!1);for(const e in n)t.elseIf(r._`${p} === ${e}`),t.assign(m,f(n[e]));t.else(),e.error(!1,{discrError:s.DiscrError.Mapping,tag:p,tagName:h}),t.endIf()}()),(()=>e.error(!1,{discrError:s.DiscrError.Tag,tag:p,tagName:h}))),e.ok(m)}};t.default=c},7652:(e,t)=>{"use strict";var n;Object.defineProperty(t,"__esModule",{value:!0}),t.DiscrError=void 0,function(e){e.Tag="tag",e.Mapping="mapping"}(n||(t.DiscrError=n={}))},6105:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(2128),s=n(7060),o=n(6378),a=n(5520),i=n(5413),c=n(3265),l=n(7532),u=n(9857),d=[a.default,r.default,s.default,(0,o.default)(!0),l.default,u.metadataVocabulary,u.contentVocabulary,i.default,c.default];t.default=d},6144:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(2128),s=n(7060),o=n(6378),a=n(7532),i=n(9857),c=[r.default,s.default,(0,o.default)(),a.default,i.metadataVocabulary,i.contentVocabulary];t.default=c},2476:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.dynamicAnchor=void 0;const r=n(9029),s=n(2023),o=n(3835),a=n(3693),i={keyword:"$dynamicAnchor",schemaType:"string",code:e=>c(e,e.schema)};function c(e,t){const{gen:n,it:i}=e;i.schemaEnv.root.dynamicAnchors[t]=!0;const c=r._`${s.default.dynamicAnchors}${(0,r.getProperty)(t)}`,l="#"===i.errSchemaPath?i.validateName:function(e){const{schemaEnv:t,schema:n,self:r}=e.it,{root:s,baseId:i,localRefs:c,meta:l}=t.root,{schemaId:u}=r.opts,d=new o.SchemaEnv({schema:n,schemaId:u,root:s,baseId:i,localRefs:c,meta:l});return o.compileSchema.call(r,d),(0,a.getValidate)(e,d)}(e);n.if(r._`!${c}`,(()=>n.assign(c,l)))}t.dynamicAnchor=c,t.default=i},3252:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.dynamicRef=void 0;const r=n(9029),s=n(2023),o=n(3693),a={keyword:"$dynamicRef",schemaType:"string",code:e=>i(e,e.schema)};function i(e,t){const{gen:n,keyword:a,it:i}=e;if("#"!==t[0])throw new Error(`"${a}" only supports hash fragment reference`);const c=t.slice(1);if(i.allErrors)l();else{const t=n.let("valid",!1);l(t),e.ok(t)}function l(e){if(i.schemaEnv.root.dynamicAnchors[c]){const t=n.let("_v",r._`${s.default.dynamicAnchors}${(0,r.getProperty)(c)}`);n.if(t,u(t,e),u(i.validateName,e))}else u(i.validateName,e)()}function u(t,r){return r?()=>n.block((()=>{(0,o.callRef)(e,t),n.let(r,!0)})):()=>(0,o.callRef)(e,t)}}t.dynamicRef=i,t.default=a},5520:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(2476),s=n(3252),o=n(2721),a=n(3799),i=[r.default,s.default,o.default,a.default];t.default=i},2721:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(2476),s=n(4227),o={keyword:"$recursiveAnchor",schemaType:"boolean",code(e){e.schema?(0,r.dynamicAnchor)(e,""):(0,s.checkStrictMode)(e.it,"$recursiveAnchor: false is ignored")}};t.default=o},3799:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(3252),s={keyword:"$recursiveRef",schemaType:"string",code:e=>(0,r.dynamicRef)(e,e.schema)};t.default=s},4737:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(9029),s={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:{message:({schemaCode:e})=>r.str`must match format "${e}"`,params:({schemaCode:e})=>r._`{format: ${e}}`},code(e,t){const{gen:n,data:s,$data:o,schema:a,schemaCode:i,it:c}=e,{opts:l,errSchemaPath:u,schemaEnv:d,self:h}=c;l.validateFormats&&(o?function(){const o=n.scopeValue("formats",{ref:h.formats,code:l.code.formats}),a=n.const("fDef",r._`${o}[${i}]`),c=n.let("fType"),u=n.let("format");n.if(r._`typeof ${a} == "object" && !(${a} instanceof RegExp)`,(()=>n.assign(c,r._`${a}.type || "string"`).assign(u,r._`${a}.validate`)),(()=>n.assign(c,r._`"string"`).assign(u,a))),e.fail$data((0,r.or)(!1===l.strictSchema?r.nil:r._`${i} && !${u}`,function(){const e=d.$async?r._`(${a}.async ? await ${u}(${s}) : ${u}(${s}))`:r._`${u}(${s})`,n=r._`(typeof ${u} == "function" ? ${e} : ${u}.test(${s}))`;return r._`${u} && ${u} !== true && ${c} === ${t} && !${n}`}()))}():function(){const o=h.formats[a];if(!o)return void function(){if(!1!==l.strictSchema)throw new Error(e());function e(){return`unknown format "${a}" ignored in schema at path "${u}"`}h.logger.warn(e())}();if(!0===o)return;const[i,c,m]=function(e){const t=e instanceof RegExp?(0,r.regexpCode)(e):l.code.formats?r._`${l.code.formats}${(0,r.getProperty)(a)}`:void 0,s=n.scopeValue("formats",{key:a,ref:e,code:t});return"object"!=typeof e||e instanceof RegExp?["string",e,s]:[e.type||"string",e.validate,r._`${s}.validate`]}(o);i===t&&e.pass(function(){if("object"==typeof o&&!(o instanceof RegExp)&&o.async){if(!d.$async)throw new Error("async format in sync schema");return r._`await ${m}(${s})`}return"function"==typeof c?r._`${m}(${s})`:r._`${m}.test(${s})`}())}())}};t.default=s},7532:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=[n(4737).default];t.default=r},9857:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.contentVocabulary=t.metadataVocabulary=void 0,t.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"],t.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]},5413:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(1846),s=n(4845),o=n(2626),a=[r.default,s.default,o.default];t.default=a},3265:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(392),s=n(3445),o=[r.default,s.default];t.default=o},3445:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(9029),s=n(4227),o={keyword:"unevaluatedItems",type:"array",schemaType:["boolean","object"],error:{message:({params:{len:e}})=>r.str`must NOT have more than ${e} items`,params:({params:{len:e}})=>r._`{limit: ${e}}`},code(e){const{gen:t,schema:n,data:o,it:a}=e,i=a.items||0;if(!0===i)return;const c=t.const("len",r._`${o}.length`);if(!1===n)e.setParams({len:i}),e.fail(r._`${c} > ${i}`);else if("object"==typeof n&&!(0,s.alwaysValidSchema)(a,n)){const n=t.var("valid",r._`${c} <= ${i}`);t.if((0,r.not)(n),(()=>function(n,o){t.forRange("i",o,c,(o=>{e.subschema({keyword:"unevaluatedItems",dataProp:o,dataPropType:s.Type.Num},n),a.allErrors||t.if((0,r.not)(n),(()=>t.break()))}))}(n,i))),e.ok(n)}a.items=!0}};t.default=o},392:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(9029),s=n(4227),o=n(2023),a={keyword:"unevaluatedProperties",type:"object",schemaType:["boolean","object"],trackErrors:!0,error:{message:"must NOT have unevaluated properties",params:({params:e})=>r._`{unevaluatedProperty: ${e.unevaluatedProperty}}`},code(e){const{gen:t,schema:n,data:a,errsCount:i,it:c}=e;if(!i)throw new Error("ajv implementation error");const{allErrors:l,props:u}=c;function d(o){if(!1===n)return e.setParams({unevaluatedProperty:o}),e.error(),void(l||t.break());if(!(0,s.alwaysValidSchema)(c,n)){const n=t.name("valid");e.subschema({keyword:"unevaluatedProperties",dataProp:o,dataPropType:s.Type.Str},n),l||t.if((0,r.not)(n),(()=>t.break()))}}u instanceof r.Name?t.if(r._`${u} !== true`,(()=>t.forIn("key",a,(e=>t.if(function(e,t){return r._`!${e} || !${e}[${t}]`}(u,e),(()=>d(e))))))):!0!==u&&t.forIn("key",a,(e=>void 0===u?d(e):t.if(function(e,t){const n=[];for(const s in e)!0===e[s]&&n.push(r._`${t} !== ${s}`);return(0,r.and)(...n)}(u,e),(()=>d(e))))),c.props=!0,e.ok(r._`${i} === ${o.default.errors}`)}};t.default=a},7935:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(9029),s=n(4227),o=n(6250),a={keyword:"const",$data:!0,error:{message:"must be equal to constant",params:({schemaCode:e})=>r._`{allowedValue: ${e}}`},code(e){const{gen:t,data:n,$data:a,schemaCode:i,schema:c}=e;a||c&&"object"==typeof c?e.fail$data(r._`!${(0,s.useFunc)(t,o.default)}(${n}, ${i})`):e.fail(r._`${c} !== ${n}`)}};t.default=a},1846:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(3025),s={keyword:"dependentRequired",type:"object",schemaType:"object",error:r.error,code:e=>(0,r.validatePropertyDeps)(e)};t.default=s},8643:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(9029),s=n(4227),o=n(6250),a={keyword:"enum",schemaType:"array",$data:!0,error:{message:"must be equal to one of the allowed values",params:({schemaCode:e})=>r._`{allowedValues: ${e}}`},code(e){const{gen:t,data:n,$data:a,schema:i,schemaCode:c,it:l}=e;if(!a&&0===i.length)throw new Error("enum must have non-empty array");const u=i.length>=l.opts.loopEnum;let d;const h=()=>null!=d?d:d=(0,s.useFunc)(t,o.default);let m;if(u||a)m=t.let("valid"),e.block$data(m,(function(){t.assign(m,!1),t.forOf("v",c,(e=>t.if(r._`${h()}(${n}, ${e})`,(()=>t.assign(m,!0).break()))))}));else{if(!Array.isArray(i))throw new Error("ajv implementation error");const e=t.const("vSchema",c);m=(0,r.or)(...i.map(((t,s)=>function(e,t){const s=i[t];return"object"==typeof s&&null!==s?r._`${h()}(${n}, ${e}[${t}])`:r._`${n} === ${s}`}(e,s))))}e.pass(m)}};t.default=a},7060:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(5882),s=n(3439),o=n(7307),a=n(422),i=n(4486),c=n(4003),l=n(1163),u=n(617),d=n(7935),h=n(8643),m=[r.default,s.default,o.default,a.default,i.default,c.default,l.default,u.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},d.default,h.default];t.default=m},2626:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(4227),s={keyword:["maxContains","minContains"],type:"array",schemaType:"number",code({keyword:e,parentSchema:t,it:n}){void 0===t.contains&&(0,r.checkStrictMode)(n,`"${e}" without "contains" is ignored`)}};t.default=s},1163:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(9029),s={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:{message({keyword:e,schemaCode:t}){const n="maxItems"===e?"more":"fewer";return r.str`must NOT have ${n} than ${t} items`},params:({schemaCode:e})=>r._`{limit: ${e}}`},code(e){const{keyword:t,data:n,schemaCode:s}=e,o="maxItems"===t?r.operators.GT:r.operators.LT;e.fail$data(r._`${n}.length ${o} ${s}`)}};t.default=s},7307:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(9029),s=n(4227),o=n(3853),a={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:{message({keyword:e,schemaCode:t}){const n="maxLength"===e?"more":"fewer";return r.str`must NOT have ${n} than ${t} characters`},params:({schemaCode:e})=>r._`{limit: ${e}}`},code(e){const{keyword:t,data:n,schemaCode:a,it:i}=e,c="maxLength"===t?r.operators.GT:r.operators.LT,l=!1===i.opts.unicode?r._`${n}.length`:r._`${(0,s.useFunc)(e.gen,o.default)}(${n})`;e.fail$data(r._`${l} ${c} ${a}`)}};t.default=a},5882:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(9029),s=r.operators,o={maximum:{okStr:"<=",ok:s.LTE,fail:s.GT},minimum:{okStr:">=",ok:s.GTE,fail:s.LT},exclusiveMaximum:{okStr:"<",ok:s.LT,fail:s.GTE},exclusiveMinimum:{okStr:">",ok:s.GT,fail:s.LTE}},a={message:({keyword:e,schemaCode:t})=>r.str`must be ${o[e].okStr} ${t}`,params:({keyword:e,schemaCode:t})=>r._`{comparison: ${o[e].okStr}, limit: ${t}}`},i={keyword:Object.keys(o),type:"number",schemaType:"number",$data:!0,error:a,code(e){const{keyword:t,data:n,schemaCode:s}=e;e.fail$data(r._`${n} ${o[t].fail} ${s} || isNaN(${n})`)}};t.default=i},4486:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(9029),s={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:{message({keyword:e,schemaCode:t}){const n="maxProperties"===e?"more":"fewer";return r.str`must NOT have ${n} than ${t} properties`},params:({schemaCode:e})=>r._`{limit: ${e}}`},code(e){const{keyword:t,data:n,schemaCode:s}=e,o="maxProperties"===t?r.operators.GT:r.operators.LT;e.fail$data(r._`Object.keys(${n}).length ${o} ${s}`)}};t.default=s},3439:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(9029),s={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:{message:({schemaCode:e})=>r.str`must be multiple of ${e}`,params:({schemaCode:e})=>r._`{multipleOf: ${e}}`},code(e){const{gen:t,data:n,schemaCode:s,it:o}=e,a=o.opts.multipleOfPrecision,i=t.let("res"),c=a?r._`Math.abs(Math.round(${i}) - ${i}) > 1e-${a}`:r._`${i} !== parseInt(${i})`;e.fail$data(r._`(${s} === 0 || (${i} = ${n}/${s}, ${c}))`)}};t.default=s},422:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(5765),s=n(9029),o={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:{message:({schemaCode:e})=>s.str`must match pattern "${e}"`,params:({schemaCode:e})=>s._`{pattern: ${e}}`},code(e){const{data:t,$data:n,schema:o,schemaCode:a,it:i}=e,c=i.opts.unicodeRegExp?"u":"",l=n?s._`(new RegExp(${a}, ${c}))`:(0,r.usePattern)(e,o);e.fail$data(s._`!${l}.test(${t})`)}};t.default=o},4003:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(5765),s=n(9029),o=n(4227),a={keyword:"required",type:"object",schemaType:"array",$data:!0,error:{message:({params:{missingProperty:e}})=>s.str`must have required property '${e}'`,params:({params:{missingProperty:e}})=>s._`{missingProperty: ${e}}`},code(e){const{gen:t,schema:n,schemaCode:a,data:i,$data:c,it:l}=e,{opts:u}=l;if(!c&&0===n.length)return;const d=n.length>=u.loopRequired;if(l.allErrors?function(){if(d||c)e.block$data(s.nil,h);else for(const t of n)(0,r.checkReportMissingProp)(e,t)}():function(){const o=t.let("missing");if(d||c){const n=t.let("valid",!0);e.block$data(n,(()=>function(n,o){e.setParams({missingProperty:n}),t.forOf(n,a,(()=>{t.assign(o,(0,r.propertyInData)(t,i,n,u.ownProperties)),t.if((0,s.not)(o),(()=>{e.error(),t.break()}))}),s.nil)}(o,n))),e.ok(n)}else t.if((0,r.checkMissingProp)(e,n,o)),(0,r.reportMissingProp)(e,o),t.else()}(),u.strictRequired){const t=e.parentSchema.properties,{definedProperties:r}=e.it;for(const e of n)if(void 0===(null==t?void 0:t[e])&&!r.has(e)){const t=`required property "${e}" is not defined at "${l.schemaEnv.baseId+l.errSchemaPath}" (strictRequired)`;(0,o.checkStrictMode)(l,t,l.opts.strictRequired)}}function h(){t.forOf("prop",a,(n=>{e.setParams({missingProperty:n}),t.if((0,r.noPropertyInData)(t,i,n,u.ownProperties),(()=>e.error()))}))}}};t.default=a},617:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(208),s=n(9029),o=n(4227),a=n(6250),i={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:{message:({params:{i:e,j:t}})=>s.str`must NOT have duplicate items (items ## ${t} and ${e} are identical)`,params:({params:{i:e,j:t}})=>s._`{i: ${e}, j: ${t}}`},code(e){const{gen:t,data:n,$data:i,schema:c,parentSchema:l,schemaCode:u,it:d}=e;if(!i&&!c)return;const h=t.let("valid"),m=l.items?(0,r.getSchemaTypes)(l.items):[];function p(o,a){const i=t.name("item"),c=(0,r.checkDataTypes)(m,i,d.opts.strictNumbers,r.DataType.Wrong),l=t.const("indices",s._`{}`);t.for(s._`;${o}--;`,(()=>{t.let(i,s._`${n}[${o}]`),t.if(c,s._`continue`),m.length>1&&t.if(s._`typeof ${i} == "string"`,s._`${i} += "_"`),t.if(s._`typeof ${l}[${i}] == "number"`,(()=>{t.assign(a,s._`${l}[${i}]`),e.error(),t.assign(h,!1).break()})).code(s._`${l}[${i}] = ${o}`)}))}function f(r,i){const c=(0,o.useFunc)(t,a.default),l=t.name("outer");t.label(l).for(s._`;${r}--;`,(()=>t.for(s._`${i} = ${r}; ${i}--;`,(()=>t.if(s._`${c}(${n}[${r}], ${n}[${i}])`,(()=>{e.error(),t.assign(h,!1).break(l)}))))))}e.block$data(h,(function(){const r=t.let("i",s._`${n}.length`),o=t.let("j");e.setParams({i:r,j:o}),t.assign(h,!0),t.if(s._`${r} > 1`,(()=>(m.length>0&&!m.some((e=>"object"===e||"array"===e))?p:f)(r,o)))}),s._`${u} === false`),e.ok(h)}};t.default=i},5488:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(1354),s=n.n(r),o=n(6314),a=n.n(o)()(s());a.push([e.id,"\n.ui-form.ui-tooltip .ui-input-root > label.ui-input-label:not(:empty) {\n /* min-width: 30px; /* Breaks right margin /**/\n}\n\n.ui-form.ui-tooltip .ui-input-root > div.ui-input-text:not(:empty) {\n margin-top: 6px;\n}","",{version:3,sources:["webpack://./css/cell-renderer.css"],names:[],mappings:";AACA;IACI,8CAA8C;AAClD;;AAEA;IACI,eAAe;AACnB",sourcesContent:["\n.ui-form.ui-tooltip .ui-input-root > label.ui-input-label:not(:empty) {\n /* min-width: 30px; /* Breaks right margin /**/\n}\n\n.ui-form.ui-tooltip .ui-input-root > div.ui-input-text:not(:empty) {\n margin-top: 6px;\n}"],sourceRoot:""}]);const i=a},5999:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(1354),s=n.n(r),o=n(6314),a=n.n(o)()(s());a.push([e.id,".macromolecule-cell-comp-analysis-host{\n max-height: 250px;\n overflow-y: scroll;\n}\n\n.macromolecule-cell-comp-analysis-bar{\n height: inherit;\n display: block;\n margin-top: 1.5px;\n margin-bottom: 1.5px;\n margin-right: 3px;\n}\n\n.macromolecule-cell-comp-analysis-value{\n display: flex;\n}","",{version:3,sources:["webpack://./css/composition-analysis.css"],names:[],mappings:"AAAA;IACI,iBAAiB;IACjB,kBAAkB;AACtB;;AAEA;IACI,eAAe;IACf,cAAc;IACd,iBAAiB;IACjB,oBAAoB;IACpB,iBAAiB;AACrB;;AAEA;IACI,aAAa;AACjB",sourcesContent:[".macromolecule-cell-comp-analysis-host{\n max-height: 250px;\n overflow-y: scroll;\n}\n\n.macromolecule-cell-comp-analysis-bar{\n height: inherit;\n display: block;\n margin-top: 1.5px;\n margin-bottom: 1.5px;\n margin-right: 3px;\n}\n\n.macromolecule-cell-comp-analysis-value{\n display: flex;\n}"],sourceRoot:""}]);const i=a},6369:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(1354),s=n.n(r),o=n(6314),a=n.n(o)()(s());a.push([e.id,".kalign-version {\n margin-bottom: 0;\n text-align: end;\n font-size: 12px;\n opacity: 0.8;\n}\nbutton.msa-params-button.ui-btn {\n justify-content: end;\n}","",{version:3,sources:["webpack://./css/msa.css"],names:[],mappings:"AAAA;IACI,gBAAgB;IAChB,eAAe;IACf,eAAe;IACf,YAAY;AAChB;AACA;IACI,oBAAoB;AACxB",sourcesContent:[".kalign-version {\n margin-bottom: 0;\n text-align: end;\n font-size: 12px;\n opacity: 0.8;\n}\nbutton.msa-params-button.ui-btn {\n justify-content: end;\n}"],sourceRoot:""}]);const i=a},7939:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(1354),s=n.n(r),o=n(6314),a=n.n(o)()(s());a.push([e.id,".scatter_plot_link {\n position: absolute!important;\n right: 10px;\n}\n\n.cliffs_grid {\n top: 10px;\n}\n\n.show_only_cliffs {\n top: 30px;\n}\n\n.ml-dim-reduction-settings-input i.grok-icon.grok-font-icon-settings {\n font-size: 18px;\n position: absolute;\n height: 28px;\n \n}\n\n.ml-dim-reduction-settings-input i.grok-icon.grok-font-icon-settings:not(.ml-dim-reduction-column-editor-input-root i) {\n left: -20px;\n}\n.dlg-dimensionality-reduction.ui-form, .dlg-markov-clustering.ui-form, .dlg-markov-clustering.ui-form .ui-form, .dlg-dimensionality-reduction.ui-form .ui-form {\n max-width: unset;\n}\n\n.ml-dim-reduction-column-editor-input-root label {\n display: none !important;\n}\n\n.dim-reduction-dialog-form > .ui-input-root, .dim-reduction-dialog-form > div > .ui-input-root {\n margin-left: 10px;\n}\n\n.ml-dim-reduction-column-editor-input-root input, .ml-dim-reduction-column-editor-input-root select {\n margin-left: 20px !important;\n}\n\nh3.ml-dim-reduction-column-editor-input-root {\n margin: 0 !important;\n}\n\n.ml-dim-reduction-column-editor-root, .ml-dim-reduction-column-editor-header-root {\n display: flex;\n flex-direction: row;\n align-items: center;\n margin-bottom: 10px !important;\n width: 700px !important;\n}\n\n.ml-dim-reduction-column-editor-column-title {\n text-overflow: ellipsis;\n overflow: hidden;\n}\n\n.ml-dim-reduction-column-editor-header-root > h1:not(:first-child) {\n margin-left: 20px !important;\n}\n\n.ml-dim-reduction-column-editor-table-root .header > td:not(:first-child) {\n padding-left: 32px;\n}","",{version:3,sources:["webpack://./node_modules/@datagrok-libraries/ml/css/styles.css"],names:[],mappings:"AAAA;IACI,4BAA4B;IAC5B,WAAW;AACf;;AAEA;IACI,SAAS;AACb;;AAEA;IACI,SAAS;AACb;;AAEA;IACI,eAAe;IACf,kBAAkB;IAClB,YAAY;;AAEhB;;AAEA;IACI,WAAW;AACf;AACA;IACI,gBAAgB;AACpB;;AAEA;IACI,wBAAwB;AAC5B;;AAEA;IACI,iBAAiB;AACrB;;AAEA;IACI,4BAA4B;AAChC;;AAEA;IACI,oBAAoB;AACxB;;AAEA;IACI,aAAa;IACb,mBAAmB;IACnB,mBAAmB;IACnB,8BAA8B;IAC9B,uBAAuB;AAC3B;;AAEA;IACI,uBAAuB;IACvB,gBAAgB;AACpB;;AAEA;IACI,4BAA4B;AAChC;;AAEA;IACI,kBAAkB;AACtB",sourcesContent:[".scatter_plot_link {\n position: absolute!important;\n right: 10px;\n}\n\n.cliffs_grid {\n top: 10px;\n}\n\n.show_only_cliffs {\n top: 30px;\n}\n\n.ml-dim-reduction-settings-input i.grok-icon.grok-font-icon-settings {\n font-size: 18px;\n position: absolute;\n height: 28px;\n \n}\n\n.ml-dim-reduction-settings-input i.grok-icon.grok-font-icon-settings:not(.ml-dim-reduction-column-editor-input-root i) {\n left: -20px;\n}\n.dlg-dimensionality-reduction.ui-form, .dlg-markov-clustering.ui-form, .dlg-markov-clustering.ui-form .ui-form, .dlg-dimensionality-reduction.ui-form .ui-form {\n max-width: unset;\n}\n\n.ml-dim-reduction-column-editor-input-root label {\n display: none !important;\n}\n\n.dim-reduction-dialog-form > .ui-input-root, .dim-reduction-dialog-form > div > .ui-input-root {\n margin-left: 10px;\n}\n\n.ml-dim-reduction-column-editor-input-root input, .ml-dim-reduction-column-editor-input-root select {\n margin-left: 20px !important;\n}\n\nh3.ml-dim-reduction-column-editor-input-root {\n margin: 0 !important;\n}\n\n.ml-dim-reduction-column-editor-root, .ml-dim-reduction-column-editor-header-root {\n display: flex;\n flex-direction: row;\n align-items: center;\n margin-bottom: 10px !important;\n width: 700px !important;\n}\n\n.ml-dim-reduction-column-editor-column-title {\n text-overflow: ellipsis;\n overflow: hidden;\n}\n\n.ml-dim-reduction-column-editor-header-root > h1:not(:first-child) {\n margin-left: 20px !important;\n}\n\n.ml-dim-reduction-column-editor-table-root .header > td:not(:first-child) {\n padding-left: 32px;\n}"],sourceRoot:""}]);const i=a},3017:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(1354),s=n.n(r),o=n(6314),a=n.n(o)()(s());a.push([e.id,".monomer-lib-controls-form {\n margin-left: auto;\n margin-right: auto;\n display: flex;\n flex-direction: column;\n align-items: center;\n width: 100%;\n}\n","",{version:3,sources:["webpack://./src/utils/monomer-lib/library-file-manager/style.css"],names:[],mappings:"AAAA;EACE,iBAAiB;EACjB,kBAAkB;EAClB,aAAa;EACb,sBAAsB;EACtB,mBAAmB;EACnB,WAAW;AACb",sourcesContent:[".monomer-lib-controls-form {\n margin-left: auto;\n margin-right: auto;\n display: flex;\n flex-direction: column;\n align-items: center;\n width: 100%;\n}\n"],sourceRoot:""}]);const i=a},6314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",r=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),r&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),r&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,r,s,o){"string"==typeof e&&(e=[[null,e,void 0]]);var a={};if(r)for(var i=0;i<this.length;i++){var c=this[i][0];null!=c&&(a[c]=!0)}for(var l=0;l<e.length;l++){var u=[].concat(e[l]);r&&a[u[0]]||(void 0!==o&&(void 0===u[5]||(u[1]="@layer".concat(u[5].length>0?" ".concat(u[5]):""," {").concat(u[1],"}")),u[5]=o),n&&(u[2]?(u[1]="@media ".concat(u[2]," {").concat(u[1],"}"),u[2]=n):u[2]=n),s&&(u[4]?(u[1]="@supports (".concat(u[4],") {").concat(u[1],"}"),u[4]=s):u[4]="".concat(s)),t.push(u))}},t}},1354:e=>{"use strict";e.exports=function(e){var t=e[1],n=e[3];if(!n)return t;if("function"==typeof btoa){var r=btoa(unescape(encodeURIComponent(JSON.stringify(n)))),s="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(r),o="/*# ".concat(s," */");return[t].concat([o]).join("\n")}return[t].join("\n")}},2017:e=>{"use strict";e.exports=function e(t,n){if(t===n)return!0;if(t&&n&&"object"==typeof t&&"object"==typeof n){if(t.constructor!==n.constructor)return!1;var r,s,o;if(Array.isArray(t)){if((r=t.length)!=n.length)return!1;for(s=r;0!=s--;)if(!e(t[s],n[s]))return!1;return!0}if(t.constructor===RegExp)return t.source===n.source&&t.flags===n.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===n.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===n.toString();if((r=(o=Object.keys(t)).length)!==Object.keys(n).length)return!1;for(s=r;0!=s--;)if(!Object.prototype.hasOwnProperty.call(n,o[s]))return!1;for(s=r;0!=s--;){var a=o[s];if(!e(t[a],n[a]))return!1}return!0}return t!=t&&n!=n}},9982:function(e,t,n){var r;!function(){var t={};!function(e){"use strict";e.__esModule=!0,e.digestLength=32,e.blockSize=64;var t=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]);function n(e,n,r,s,o){for(var a,i,c,l,u,d,h,m,p,f,g,y,w;o>=64;){for(a=n[0],i=n[1],c=n[2],l=n[3],u=n[4],d=n[5],h=n[6],m=n[7],f=0;f<16;f++)g=s+4*f,e[f]=(255&r[g])<<24|(255&r[g+1])<<16|(255&r[g+2])<<8|255&r[g+3];for(f=16;f<64;f++)y=((p=e[f-2])>>>17|p<<15)^(p>>>19|p<<13)^p>>>10,w=((p=e[f-15])>>>7|p<<25)^(p>>>18|p<<14)^p>>>3,e[f]=(y+e[f-7]|0)+(w+e[f-16]|0);for(f=0;f<64;f++)y=(((u>>>6|u<<26)^(u>>>11|u<<21)^(u>>>25|u<<7))+(u&d^~u&h)|0)+(m+(t[f]+e[f]|0)|0)|0,w=((a>>>2|a<<30)^(a>>>13|a<<19)^(a>>>22|a<<10))+(a&i^a&c^i&c)|0,m=h,h=d,d=u,u=l+y|0,l=c,c=i,i=a,a=y+w|0;n[0]+=a,n[1]+=i,n[2]+=c,n[3]+=l,n[4]+=u,n[5]+=d,n[6]+=h,n[7]+=m,s+=64,o-=64}return s}var r=function(){function t(){this.digestLength=e.digestLength,this.blockSize=e.blockSize,this.state=new Int32Array(8),this.temp=new Int32Array(64),this.buffer=new Uint8Array(128),this.bufferLength=0,this.bytesHashed=0,this.finished=!1,this.reset()}return t.prototype.reset=function(){return this.state[0]=1779033703,this.state[1]=3144134277,this.state[2]=1013904242,this.state[3]=2773480762,this.state[4]=1359893119,this.state[5]=2600822924,this.state[6]=528734635,this.state[7]=1541459225,this.bufferLength=0,this.bytesHashed=0,this.finished=!1,this},t.prototype.clean=function(){for(var e=0;e<this.buffer.length;e++)this.buffer[e]=0;for(e=0;e<this.temp.length;e++)this.temp[e]=0;this.reset()},t.prototype.update=function(e,t){if(void 0===t&&(t=e.length),this.finished)throw new Error("SHA256: can't update because hash was finished.");var r=0;if(this.bytesHashed+=t,this.bufferLength>0){for(;this.bufferLength<64&&t>0;)this.buffer[this.bufferLength++]=e[r++],t--;64===this.bufferLength&&(n(this.temp,this.state,this.buffer,0,64),this.bufferLength=0)}for(t>=64&&(r=n(this.temp,this.state,e,r,t),t%=64);t>0;)this.buffer[this.bufferLength++]=e[r++],t--;return this},t.prototype.finish=function(e){if(!this.finished){var t=this.bytesHashed,r=this.bufferLength,s=t/536870912|0,o=t<<3,a=t%64<56?64:128;this.buffer[r]=128;for(var i=r+1;i<a-8;i++)this.buffer[i]=0;this.buffer[a-8]=s>>>24&255,this.buffer[a-7]=s>>>16&255,this.buffer[a-6]=s>>>8&255,this.buffer[a-5]=s>>>0&255,this.buffer[a-4]=o>>>24&255,this.buffer[a-3]=o>>>16&255,this.buffer[a-2]=o>>>8&255,this.buffer[a-1]=o>>>0&255,n(this.temp,this.state,this.buffer,0,a),this.finished=!0}for(i=0;i<8;i++)e[4*i+0]=this.state[i]>>>24&255,e[4*i+1]=this.state[i]>>>16&255,e[4*i+2]=this.state[i]>>>8&255,e[4*i+3]=this.state[i]>>>0&255;return this},t.prototype.digest=function(){var e=new Uint8Array(this.digestLength);return this.finish(e),e},t.prototype._saveState=function(e){for(var t=0;t<this.state.length;t++)e[t]=this.state[t]},t.prototype._restoreState=function(e,t){for(var n=0;n<this.state.length;n++)this.state[n]=e[n];this.bytesHashed=t,this.finished=!1,this.bufferLength=0},t}();e.Hash=r;var s=function(){function e(e){this.inner=new r,this.outer=new r,this.blockSize=this.inner.blockSize,this.digestLength=this.inner.digestLength;var t=new Uint8Array(this.blockSize);if(e.length>this.blockSize)(new r).update(e).finish(t).clean();else for(var n=0;n<e.length;n++)t[n]=e[n];for(n=0;n<t.length;n++)t[n]^=54;for(this.inner.update(t),n=0;n<t.length;n++)t[n]^=106;for(this.outer.update(t),this.istate=new Uint32Array(8),this.ostate=new Uint32Array(8),this.inner._saveState(this.istate),this.outer._saveState(this.ostate),n=0;n<t.length;n++)t[n]=0}return e.prototype.reset=function(){return this.inner._restoreState(this.istate,this.inner.blockSize),this.outer._restoreState(this.ostate,this.outer.blockSize),this},e.prototype.clean=function(){for(var e=0;e<this.istate.length;e++)this.ostate[e]=this.istate[e]=0;this.inner.clean(),this.outer.clean()},e.prototype.update=function(e){return this.inner.update(e),this},e.prototype.finish=function(e){return this.outer.finished?this.outer.finish(e):(this.inner.finish(e),this.outer.update(e,this.digestLength).finish(e)),this},e.prototype.digest=function(){var e=new Uint8Array(this.digestLength);return this.finish(e),e},e}();function o(e){var t=(new r).update(e),n=t.digest();return t.clean(),n}function a(e,t){var n=new s(e).update(t),r=n.digest();return n.clean(),r}function i(e,t,n,r){var s=r[0];if(0===s)throw new Error("hkdf: cannot expand more");t.reset(),s>1&&t.update(e),n&&t.update(n),t.update(r),t.finish(e),r[0]++}e.HMAC=s,e.hash=o,e.default=o,e.hmac=a;var c=new Uint8Array(e.digestLength);e.hkdf=function(e,t,n,r){void 0===t&&(t=c),void 0===r&&(r=32);for(var o=new Uint8Array([1]),l=a(t,e),u=new s(l),d=new Uint8Array(u.digestLength),h=d.length,m=new Uint8Array(r),p=0;p<r;p++)h===d.length&&(i(d,u,n,o),h=0),m[p]=d[h++];return u.clean(),d.fill(0),o.fill(0),m},e.pbkdf2=function(e,t,n,r){for(var o=new s(e),a=o.digestLength,i=new Uint8Array(4),c=new Uint8Array(a),l=new Uint8Array(a),u=new Uint8Array(r),d=0;d*a<r;d++){var h=d+1;i[0]=h>>>24&255,i[1]=h>>>16&255,i[2]=h>>>8&255,i[3]=h>>>0&255,o.reset(),o.update(t),o.update(i),o.finish(l);for(var m=0;m<a;m++)c[m]=l[m];for(m=2;m<=n;m++){o.reset(),o.update(l).finish(l);for(var p=0;p<a;p++)c[p]^=l[p]}for(m=0;m<a&&d*a+m<r;m++)u[d*a+m]=c[m]}for(d=0;d<a;d++)c[d]=l[d]=0;for(d=0;d<4;d++)i[d]=0;return o.clean(),u}}(t);var s=t.default;for(var o in t)s[o]=t[o];"object"==typeof e.exports?e.exports=s:void 0===(r=function(){return s}.call(t,n,t,e))||(e.exports=r)}()},2787:(e,t,n)=>{"use strict";n.d(t,{I:()=>s});const r=new Uint32Array(65536),s=(e,t)=>{if(e.length<t.length){const n=t;t=e,e=n}return 0===t.length?e.length:e.length<=32?((e,t)=>{const n=e.length,s=t.length,o=1<<n-1;let a=-1,i=0,c=n,l=n;for(;l--;)r[e.charCodeAt(l)]|=1<<l;for(l=0;l<s;l++){let e=r[t.charCodeAt(l)];const n=e|i;e|=(e&a)+a^a,i|=~(e|a),a&=e,i&o&&c++,a&o&&c--,i=i<<1|1,a=a<<1|~(n|i),i&=n}for(l=n;l--;)r[e.charCodeAt(l)]=0;return c})(e,t):((e,t)=>{const n=t.length,s=e.length,o=[],a=[],i=Math.ceil(n/32),c=Math.ceil(s/32);for(let e=0;e<i;e++)a[e]=-1,o[e]=0;let l=0;for(;l<c-1;l++){let i=0,c=-1;const u=32*l,d=Math.min(32,s)+u;for(let t=u;t<d;t++)r[e.charCodeAt(t)]|=1<<t;for(let e=0;e<n;e++){const n=r[t.charCodeAt(e)],s=a[e/32|0]>>>e&1,l=o[e/32|0]>>>e&1,u=n|i,d=((n|l)&c)+c^c|n|l;let h=i|~(d|c),m=c&d;h>>>31^s&&(a[e/32|0]^=1<<e),m>>>31^l&&(o[e/32|0]^=1<<e),h=h<<1|s,m=m<<1|l,c=m|~(u|h),i=h&u}for(let t=u;t<d;t++)r[e.charCodeAt(t)]=0}let u=0,d=-1;const h=32*l,m=Math.min(32,s-h)+h;for(let t=h;t<m;t++)r[e.charCodeAt(t)]|=1<<t;let p=s;for(let e=0;e<n;e++){const n=r[t.charCodeAt(e)],i=a[e/32|0]>>>e&1,c=o[e/32|0]>>>e&1,l=n|u,h=((n|c)&d)+d^d|n|c;let m=u|~(h|d),f=d&h;p+=m>>>s-1&1,p-=f>>>s-1&1,m>>>31^i&&(a[e/32|0]^=1<<e),f>>>31^c&&(o[e/32|0]^=1<<e),m=m<<1|i,f=f<<1|c,d=f|~(l|m),u=m&l}for(let t=h;t<m;t++)r[e.charCodeAt(t)]=0;return p})(e,t)}},944:(e,t)=>{"use strict";t.Vb=void 0,t.Vb=function(e,t,n){var r=function(e,t,n){if(0===e.length||0===t.length)return 0;if(n&&!n.caseSensitive&&(e=e.toUpperCase(),t=t.toUpperCase()),e===t)return 1;for(var r=0,s=e.length,o=t.length,a=Math.floor(Math.max(s,o)/2)-1,i=new Array(s),c=new Array(o),l=0;l<s;l++)for(var u=Math.max(0,l-a);u<=Math.min(o,l+a+1);u++)if(!i[l]&&!c[u]&&e[l]===t[u]){++r,i[l]=c[u]=!0;break}if(0===r)return 0;var d=0,h=0;for(l=0;l<s;l++)if(i[l]){for(;!c[h];)h++;e.charAt(l)!==t.charAt(h++)&&d++}return(r/s+r/o+(r-(d/=2))/r)/3}(e,t,n),s=0;if(r>.7){for(var o=Math.min(e.length,t.length),a=0;e[a]===t[a]&&a<4&&a<o;)++s,a++;r+=.1*s*(1-r)}return r}},7106:e=>{"use strict";var t=e.exports=function(e,t,r){"function"==typeof t&&(r=t,t={}),n(t,"function"==typeof(r=t.cb||r)?r:r.pre||function(){},r.post||function(){},e,"",e)};function n(e,r,s,o,a,i,c,l,u,d){if(o&&"object"==typeof o&&!Array.isArray(o)){for(var h in r(o,a,i,c,l,u,d),o){var m=o[h];if(Array.isArray(m)){if(h in t.arrayKeywords)for(var p=0;p<m.length;p++)n(e,r,s,m[p],a+"/"+h+"/"+p,i,a,h,o,p)}else if(h in t.propsKeywords){if(m&&"object"==typeof m)for(var f in m)n(e,r,s,m[f],a+"/"+h+"/"+f.replace(/~/g,"~0").replace(/\//g,"~1"),i,a,h,o,f)}else(h in t.keywords||e.allKeys&&!(h in t.skipKeywords))&&n(e,r,s,m,a+"/"+h,i,a,h,o)}s(o,a,i,c,l,u,d)}}t.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0},t.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0},t.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0},t.skipKeywords={default:!0,enum:!0,const:!0,required:!0,maximum:!0,minimum:!0,exclusiveMaximum:!0,exclusiveMinimum:!0,multipleOf:!0,maxLength:!0,minLength:!0,pattern:!0,format:!0,maxItems:!0,minItems:!0,uniqueItems:!0,maxProperties:!0,minProperties:!0}},5072:e=>{"use strict";var t=[];function n(e){for(var n=-1,r=0;r<t.length;r++)if(t[r].identifier===e){n=r;break}return n}function r(e,r){for(var o={},a=[],i=0;i<e.length;i++){var c=e[i],l=r.base?c[0]+r.base:c[0],u=o[l]||0,d="".concat(l," ").concat(u);o[l]=u+1;var h=n(d),m={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==h)t[h].references++,t[h].updater(m);else{var p=s(m,r);r.byIndex=i,t.splice(i,0,{identifier:d,updater:p,references:1})}a.push(d)}return a}function s(e,t){var n=t.domAPI(t);return n.update(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,s){var o=r(e=e||[],s=s||{});return function(e){e=e||[];for(var a=0;a<o.length;a++){var i=n(o[a]);t[i].references--}for(var c=r(e,s),l=0;l<o.length;l++){var u=n(o[l]);0===t[u].references&&(t[u].updater(),t.splice(u,1))}o=c}}},7659:e=>{"use strict";var t={};e.exports=function(e,n){var r=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!r)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");r.appendChild(n)}},540:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},5056:(e,t,n)=>{"use strict";e.exports=function(e){var t=n.nc;t&&e.setAttribute("nonce",t)}},7825:e=>{"use strict";e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=e.insertStyleElement(e);return{update:function(n){!function(e,t,n){var r="";n.supports&&(r+="@supports (".concat(n.supports,") {")),n.media&&(r+="@media ".concat(n.media," {"));var s=void 0!==n.layer;s&&(r+="@layer".concat(n.layer.length>0?" ".concat(n.layer):""," {")),r+=n.css,s&&(r+="}"),n.media&&(r+="}"),n.supports&&(r+="}");var o=n.sourceMap;o&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(o))))," */")),t.styleTagTransform(r,e,t.options)}(t,e,n)},remove:function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(t)}}}},1113:e=>{"use strict";e.exports=function(e,t){if(t.styleSheet)t.styleSheet.cssText=e;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(e))}}},1407:(e,t,n)=>{"use strict";n.d(t,{R:()=>l});var r=n(4328),s=n(6082),o=n(189),a=n(826),i=n(2738);const c=31;async function l(e,t=!1,n){const i=a.GO.forColumn(e);let l;n??=new Map;const d=i.isHelm()?(0,o.getHelmMonomers)(e):Object.keys(i.stats.freq).filter((e=>""!==e));for(let e=0;e<d.length;e++)n.has(d[e])||n.set(d[e],`${n.size+1}`);if(i.isHelm())l=await r.functions.call("HELM:getMolFiles",{col:e}),l=function(e,t,n=!1){const r=new Array(e.length);for(let s=0;s<e.length;s++){let o=0,a=0,i="\n Datagrok macromolecule handler\n\n 0 0 0 0 0 0 999 V3000\nM V30 BEGIN CTAB\n";const l=e.get(s);o=l.indexOf("\n",o)+1,o=l.indexOf("\n",o)+1,o=l.indexOf("\n",o)+1;const u=parseInt(l.substring(o,o+3)),d=parseInt(l.substring(o+3,o+6));i+=`M V30 COUNTS ${u} ${d} 0 0 0\n`,i+="M V30 BEGIN ATOM\n";for(let e=0;e<u;e++){o=l.indexOf("\n",o)+1+c,a=l.indexOf(" ",o);const r=l.substring(o,a);i+=n?`M V30 ${e+1} R${t.get(r)} 0.000 0.000 0 0\n`:`M V30 ${e+1} At 0.000 0.000 0 0 MASS=${t.get(r)}\n`}i+="M V30 END ATOM\n",i+="M V30 BEGIN BOND\n";for(let e=0;e<d;e++){o=l.indexOf("\n",o)+1;const t=parseInt(l.substring(o,o+3).trim()),n=parseInt(l.substring(o+3,o+6).trim());i+=`M V30 ${e+1} ${parseInt(l.substring(o+6,o+9).trim())} ${t} ${n}\n`}i+="M V30 END BOND\n",i+="M V30 END CTAB\n",i+="M END",r[s]=i}return r}(l,n,t);else{l=new Array(e.length);for(let r=0;r<e.length;r++){const e=u(i.getSplitted(r),n,t);l[r]=e}}return s.Column.fromStrings("monomericMols",l)}function u(e,t,n=!1){let r="\n Datagrok macromolecule handler\n\n 0 0 0 0 0 0 999 V3000\nM V30 BEGIN CTAB\n";r+=`M V30 COUNTS ${e.length} ${e.length?e.length-1:0} 0 0 0\n`,r+="M V30 BEGIN ATOM\n";for(let s=0;s<e.length;s++){const o=e.getCanonical(s);o!==i._S&&(r+=n?`M V30 ${s+1} R${t.get(o)} 0.000 0.000 0 0\n`:`M V30 ${s+1} At 0.000 0.000 0 0 MASS=${t.get(o)}\n`)}r+="M V30 END ATOM\n",r+="M V30 BEGIN BOND\n";for(let t=0;t<e.length-1;t++)r+=`M V30 ${t+1} 1 ${t+1} ${t+2}\n`;return r+="M V30 END BOND\n",r+="M V30 END CTAB\n",r+="M END",r}},189:(e,t,n)=>{"use strict";n.d(t,{_package:()=>Ht,activityCliffs:()=>kt,getHelmMonomers:()=>Yt,getMonomerLib:()=>Dt,getMonomerLibHelper:()=>Ft,importFasta:()=>Bt,sequenceIdentityScoring:()=>Wt,sequenceSimilarityScoring:()=>jt,sequenceSpaceTopMenu:()=>Vt,toAtomicLevel:()=>Ut});var r,s,o=n(4328),a=n(7389),i=n(6082),c=n(684),l=n(9039);(s=r||(r={})).EUCLIDEAN="EUCLIDEAN",s.MANHATTAN="MANHATTAN";var u=n(1858),d=n(5072),h=n.n(d),m=n(7825),p=n.n(m),f=n(7659),g=n.n(f),y=n(5056),w=n.n(y),b=n(540),A=n.n(b),C=n(1113),T=n.n(C),v=n(7939),E={};E.styleTagTransform=T(),E.setAttributes=w(),E.insert=g().bind(null,"head"),E.domAPI=p(),E.insertStyleElement=A(),h()(v.A,E),v.A&&v.A.locals&&v.A.locals;var S=function(e,t,n,r){return new(n||(n=Promise))((function(s,o){function a(e){try{c(r.next(e))}catch(e){o(e)}}function i(e){try{c(r.throw(e))}catch(e){o(e)}}function c(e){var t;e.done?s(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,i)}c((r=r.apply(e,t||[])).next())}))};let _=null,P=null;Object.prototype.toString;const x="MCL";i.SEMTYPE.MOLECULE,i.SEMTYPE.MACROMOLECULE;const $=rxjs.operators;n(6295);const M=e=>null==e;function N(e,t,n,r){if(n>e[e.length-1])return;const s=e.findIndex((e=>n<e));e.pop(),e.splice(s,0,n),t.pop(),t.splice(s,0,r)}class I{constructor(){this._workerCount=Math.max(navigator.hardwareConcurrency-2,1)}async calcMultiColumn(e,t,s,o=[{}],a=[1],i=r.EUCLIDEAN){const c=e[0].length*(e[0].length-1)/2,l=Math.floor(c/this._workerCount),u=e[0].length>2e4?await this.getMinimalThreshold(e,t,o,a,i):0;s<u&&(console.log(`using threshold ${u}`),s=u),o.forEach(((e,t)=>o[t].threshold=s));const d=new Array(this._workerCount),h=new Array(this._workerCount).fill(null).map((()=>new Worker(new URL(n.p+n.u(111),n.b))));for(let n=0;n<this._workerCount;n++)d[n]=new Promise(((r,u)=>{const d=n*l,m=n===this._workerCount-1?c:(n+1)*l;m<=d&&r({i:new Int32Array(0),j:new Int32Array(0),distance:new Float32Array(0),idx:n}),h[n].postMessage({values:e,startIdx:d,endIdx:m,threshold:s,fnNames:t,opts:o,weights:a,aggregationMethod:i}),h[n].onmessage=({data:{error:e,i:t,j:s,distance:o}})=>{e?(h[n].terminate(),u(e)):(h[n].terminate(),r({i:t,j:s,distance:o,idx:n}))}}));const m=await Promise.all(d),p=m.reduce(((e,t)=>e+t.i.length),0),f=new Int32Array(p),g=new Int32Array(p),y=new Float32Array(p);let w=0;for(const e of m)f.set(e.i,w),g.set(e.j,w),y.set(e.distance,w),w+=e.i.length;return{i:f,j:g,distance:y}}async calc(e,t,n,r={}){return await this.calcMultiColumn([e],[t],n,[r],[1])}async getKNN(e,t,n=15,r={}){return await this.multiColumnKNN([e],[t],n,[r],[1])}async getThresholdKNN(e,t,n=.8,r={}){return await this.multiColumnThresholdKnn([e],[t],n,[r],[1])}async multiColumnThresholdKnn(e,t,s=.8,o,a,i=r.EUCLIDEAN){if(e.length!==t.length||e.length!==o.length||e.length!==a.length)throw new Error("values, distance functions, options and weights arrays should have the same length");if(e.some((t=>t.length!==e[0].length)))throw new Error("all values arrays should have the same length");const c=e[0].length*(e[0].length-1)/2,l=Math.floor(c/this._workerCount),u=new Array(this._workerCount),d=new Array(this._workerCount).fill(null).map((()=>new Worker(new URL(n.p+n.u(603),n.b))));for(let n=0;n<this._workerCount;n++)u[n]=new Promise(((r,u)=>{const h=n*l,m=n===this._workerCount-1?c:(n+1)*l;m<=h&&r({knnDistances:new Array(0),knnIndexes:new Array(0)}),d[n].postMessage({values:e,startIdx:h,endIdx:m,fnNames:t,opts:o,threshold:s,weights:a,aggregationMethod:i}),d[n].onmessage=({data:{error:e,knnDistances:t,knnIndexes:s}})=>{e?(d[n].terminate(),u(e)):(d[n].terminate(),r({knnDistances:t,knnIndexes:s}))}}));const h=await Promise.all(u),m=new Int32Array(e[0].length);for(const t of h)for(let n=0;n<e[0].length;++n)m[n]+=t.knnIndexes[n]?.length??0;const p={knnDistances:new Array(e[0].length).fill(null).map(((e,t)=>new Array(m[t]))),knnIndexes:new Array(e[0].length).fill(null).map(((e,t)=>new Array(m[t])))};for(const t of h)for(let n=0;n<e[0].length;++n)for(let e=0;e<t.knnDistances[n]?.length;++e)p.knnDistances[n][m[n]-1]=t.knnDistances[n][e],p.knnIndexes[n][m[n]-1]=t.knnIndexes[n][e],m[n]-=1;return p}async multiColumnKNN(e,t,s=15,o,a,i=r.EUCLIDEAN){if(e.length!==t.length||e.length!==o.length||e.length!==a.length)throw new Error("values, distance functions, options and weights arrays should have the same length");if(e.some((t=>t.length!==e[0].length)))throw new Error("all values arrays should have the same length");const c=e[0].length*(e[0].length-1)/2,l=Math.floor(c/this._workerCount),u=new Array(this._workerCount),d=new Array(this._workerCount).fill(null).map((()=>new Worker(new URL(n.p+n.u(950),n.b))));for(let n=0;n<this._workerCount;n++)u[n]=new Promise(((r,u)=>{const h=n*l,m=n===this._workerCount-1?c:(n+1)*l;m<=h&&r({knnDistances:new Array(0),knnIndexes:new Array(0)}),d[n].postMessage({values:e,startIdx:h,endIdx:m,fnNames:t,opts:o,nNeighbours:s,weights:a,aggregationMethod:i}),d[n].onmessage=({data:{error:e,knnDistances:t,knnIndexes:s}})=>{e?(d[n].terminate(),u(e)):(d[n].terminate(),r({knnDistances:t,knnIndexes:s}))}}));const h=await Promise.all(u),m={knnDistances:new Array(e[0].length).fill(null).map((()=>new Array(s).fill(99999))),knnIndexes:new Array(e[0].length).fill(null).map((()=>new Array(s).fill(-1)))};for(const t of h)for(let n=0;n<e[0].length;++n)for(let e=0;e<t.knnDistances[n]?.length;++e)N(m.knnDistances[n],m.knnIndexes[n],t.knnDistances[n][e],t.knnIndexes[n][e]);return m}async getSampleDistances(e,t,s=[],o,a=r.EUCLIDEAN){const i=new Array(this._workerCount).fill(null).map((()=>new Worker(new URL(n.p+n.u(778),n.b))));try{const n=e[0].length*(e[0].length-1)/2,r=Math.floor(n/this._workerCount),c=1e6,l=Math.max(Math.min(n/1e3,c),Math.min(n,c)),u=Math.floor(l/this._workerCount),d=new Array(this._workerCount);for(let c=0;c<this._workerCount;c++)d[c]=new Promise(((l,d)=>{const h=c*r,m=c===this._workerCount-1?n:(c+1)*r;i[c].postMessage({values:e,startIdx:h,endIdx:m,sampleLength:u,fnNames:t,opts:s,weights:o,aggregationMethod:a}),i[c].onmessage=({data:{error:e,distance:t}})=>{i[c].terminate(),e?d(e):l({distance:t})}}));const h=await Promise.all(d),m=h.reduce(((e,t)=>e+t.distance.length),0),p=new Float32Array(m);let f=0;for(const e of h)p.set(e.distance,f),f+=e.distance.length;return p.sort(),p}catch(e){return i?.forEach((e=>e?.terminate())),console.error(e),new Float32Array(1).fill(.5)}}async getMinimalThreshold(e,t,n=[],s,o=r.EUCLIDEAN){try{const r=e.length*(e.length-1)/2,a=await this.getSampleDistances(e,t,n,s,o);return 1-a[Math.floor(7e7/r*a.length)]}catch(e){return console.error(e),.5}}static calcSync(e,t,n,r){const s=[],o=[],a=[];let i=0,c=0,l=0;const u=e.length*(e.length-1)/2;for(;i<u;){const t=M(e[c])||M(e[l])?1:n(e[c],e[l]);1-t>=r&&(s.push(c),o.push(l),a.push(t)),i++,l++,l===e.length&&(c++,l=c+1)}return{i:new Int32Array(s),j:new Int32Array(o),distance:new Float32Array(a)}}}var L,R,O=n(8774);(R=L||(L={})).none="none",R.bold="bold",R.dashed="dashed";class H{get currentLineId(){return this._currentLineIdx}set currentLineId(e){e!==this._currentLineIdx&&(this._currentLineIdx=e,this.sp.render(this.ctx))}set linesToRender(e){this.updateLines(e),this.sp.render(this.ctx)}set linesVisibility(e){this.visibility=e,this.sp.render(this.ctx)}constructor(e,t,n,r,s=L.none){var o;this._currentLineIdx=-1,this.lineClicked=new u.Subject,this.lineHover=new u.Subject,this.mouseOverLineId=-1,this.arrowWidth=15,this.sp=e,this.xAxisCol=this.sp.dataFrame.columns.byName(t),this.yAxisCol=this.sp.dataFrame.columns.byName(n),this.canvas=this.sp.getInfo().canvas,this.ctx=this.canvas.getContext("2d"),this.currentLineStyle=s,this.updateLines(r),this.visibility=null!==(o=r.visibility)&&void 0!==o?o:new O.A(this.lines.from.length),r.visibility||this.visibility.setAll(!0,!1),r.arrowSize&&(this.arrowWidth=r.arrowSize),this.canvas.onmousedown=e=>{-1!==this.mouseOverLineId&&this.lineClicked.next({x:e.clientX,y:e.clientY,id:this.mouseOverLineId,event:e})},this.canvas.onmousemove=e=>{this.mouseOverLineId=this.checkCoordsOnLine(e.offsetX,e.offsetY),-1!==this.mouseOverLineId&&this.lineHover.next({x:e.clientX,y:e.clientY,id:this.mouseOverLineId,event:e})},e.onEvent("d4-before-draw-scene").subscribe((e=>{this.renderLines()}))}updateLines(e){this.lines=e,this.multipleLinesCounts=new Uint8Array(this.lines.from.length),e.skipMultiLineCalculation?this.multipleLinesCounts.fill(0):this.createMultiLinesIndices()}renderLines(){var e,t,n,r,s,o,a,i,c,l,u,d,h;const m=this.sp.getOptions().look,p=this.lines.colors||this.lines.width||this.lines.opacities||this.lines.drawArrowsArr;p||(this.ctx.lineWidth=null!==(e=this.lines.width)&&void 0!==e?e:1,this.ctx.strokeStyle=`rgba(${null!==(t=this.lines.color)&&void 0!==t?t:"0,128,0"},${null!==(n=this.lines.opacity)&&void 0!==n?n:1})`);const f=m.sizeColumnName?this.sp.dataFrame.col(m.sizeColumnName):null,g=this.sp.dataFrame.filter;for(let e=0;e<this.lines.from.length;e++)if(g.get(this.lines.from[e])&&g.get(this.lines.to[e])&&this.visibility.getBit(e)){let t=0;const{sizeFrom:n,sizeTo:g}=this.getMarkersSizes(m,f,e),y=this.sp.worldToScreen(this.xAxisCol.get(this.lines.from[e]),this.yAxisCol.get(this.lines.from[e]));let w=null==y?void 0:y.x,b=null==y?void 0:y.y;const A=this.sp.worldToScreen(this.xAxisCol.get(this.lines.to[e]),this.yAxisCol.get(this.lines.to[e]));let C=null==A?void 0:A.x,T=null==A?void 0:A.y;const v=Math.min(this.sp.viewBox.width,this.sp.viewBox.height);if(this.ctx.beginPath(),w&&b&&C&&T&&Math.hypot(C-w,T-b)/v>.01){if(p){const t=(null===(r=this.lines.colors)||void 0===r?void 0:r[e])?null===(s=this.lines.colors)||void 0===s?void 0:s[e]:"0,128,0",n=(null===(o=this.lines.opacities)||void 0===o?void 0:o[e])?null===(a=this.lines.opacities)||void 0===a?void 0:a[e]:1;this.ctx.strokeStyle=`rgba(${t},${n})`,this.ctx.lineWidth=(null===(i=this.lines.widths)||void 0===i?void 0:i[e])?null===(c=this.lines.widths)||void 0===c?void 0:c[e]:1}e===this._currentLineIdx&&this.toggleCurrentLineStyle(!0);const m=this.multipleLinesCounts[e];let f=null;if(m){t=this.getLineLength(w,b,C,T);const r=this.getPointOnDistance(w,b,C,T,g,t),s=this.getPointOnDistance(C,T,w,b,n,t);w=r.x,b=r.y,C=s.x,T=s.y,f=this.lines.from[e]>this.lines.to[e]?this.findControlPoint(m,w,b,C,T,e):this.findControlPoint(m,C,T,w,b,e),this.ctx.moveTo(w,b),this.ctx.quadraticCurveTo(f.x,f.y,C,T)}else this.ctx.moveTo(w,b),this.ctx.lineTo(C,T);if((null!==(l=this.lines.drawArrows)&&void 0!==l?l:null===(u=this.lines.drawArrowsArr)||void 0===u?void 0:u.getBit(e))&&(t||(t=this.getLineLength(w,b,C,T)),t>this.arrowWidth)){const e=m?null:this.getPointOnDistance(w,b,C,T,g,t),n=m?f.x:w,r=m?f.y:b;this.canvasArrow(this.ctx,null!==(d=null==e?void 0:e.x)&&void 0!==d?d:w,null!==(h=null==e?void 0:e.y)&&void 0!==h?h:b,n,r)}this.ctx.stroke(),this.ctx.closePath(),e===this._currentLineIdx&&this.toggleCurrentLineStyle(!1)}}this.fillLeftBottomRect()}toggleCurrentLineStyle(e){switch(this.currentLineStyle){case L.bold:e?this.ctx.lineWidth+=2:this.ctx.lineWidth-=2;break;case L.dashed:e?this.ctx.setLineDash([5,5]):this.ctx.setLineDash([]);break;default:return}}getMarkersSizes(e,t,n){let r=3,s=3;return t?(r=(e.markerMinSize+(e.markerMaxSize-e.markerMinSize)*t.scale(this.lines.from[n]))/2,s=(e.markerMinSize+(e.markerMaxSize-e.markerMinSize)*t.scale(this.lines.to[n]))/2):e.markerDefaultSize&&(r=e.markerDefaultSize/2,s=e.markerDefaultSize/2),{sizeFrom:r,sizeTo:s}}fillLeftBottomRect(){const e=new Path2D;e.rect(this.sp.yAxisBox.minX,this.sp.yAxisBox.maxY,this.sp.yAxisBox.width,this.sp.xAxisBox.height),this.ctx.fillStyle="white",this.ctx.beginPath(),this.ctx.fill(e),this.ctx.closePath()}createMultiLinesIndices(){const e=new O.A(this.lines.from.length);e.setAll(!0);for(let t=-1;-1!==(t=e.findNext(t));){const n=t,r=this.lines.from[n],s=this.lines.to[n];let o=1;for(let n=t;-1!==(n=e.findNext(n));){const t=this.lines.from[n],a=this.lines.to[n];(t===r&&a===s||a===r&&t===s)&&(this.multipleLinesCounts[n]=++o,e.setBit(n,!1,!1))}o>1&&(this.multipleLinesCounts[n]=1),e.setBit(t,!1,!1)}}checkCoordsOnLine(e,t){let n=-1,r=null,s=null;const o=this.sp.getOptions().look,a=o.sizeColumnName?this.sp.dataFrame.col(o.sizeColumnName):null,i=this.sp.dataFrame.filter;for(let c=0;c<this.lines.from.length;c++)if(i.get(this.lines.from[c])&&i.get(this.lines.to[c])&&this.visibility.getBit(c)){const{sizeFrom:i,sizeTo:l}=this.getMarkersSizes(o,a,c),u=this.sp.worldToScreen(this.xAxisCol.get(this.lines.from[c]),this.yAxisCol.get(this.lines.from[c])),d=this.sp.worldToScreen(this.xAxisCol.get(this.lines.to[c]),this.yAxisCol.get(this.lines.to[c]));if(this.multipleLinesCounts[c]){const n=this.getLineLength(u.x,u.y,d.x,d.y),r=this.getPointOnDistance(u.x,u.y,d.x,d.y,l,n),o=this.getPointOnDistance(d.x,d.y,null==u?void 0:u.x,null==u?void 0:u.y,i,n),a=this.lines.from[c]>this.lines.to[c]?this.findControlPoint(this.multipleLinesCounts[c],r.x,r.y,o.x,o.y,c):this.findControlPoint(this.multipleLinesCounts[c],o.x,o.y,r.x,r.y,c);s=this.calculateDistToCurveLine(c,e,t,r,o,a)}else s=this.calculateDistToStraightLine(e,t,u,d);(!r&&null!==s&&s<5||r&&null!==s&&s<r)&&(r=s,n=c)}return n}calculateDistToStraightLine(e,t,n,r){const s=Math.min(n.x,r.x),o=Math.max(n.x,r.x),a=Math.min(n.y,r.y),i=Math.max(n.y,r.y);return e>=s-2&&e<=o+2&&t>=a-2&&t<=i+2?this.distToStraightLineSegment(e,t,n,r):null}distToStraightLineSegment(e,t,n,r){const s=(e,t,n,r)=>Math.pow(e-n,2)+Math.pow(t-r,2),o=s(n.x,n.y,r.x,r.y);if(0==o)return s(e,t,n.x,n.y);let a=((e-n.x)*(r.x-n.x)+(t-n.y)*(r.y-n.y))/o;return a=Math.max(0,Math.min(1,a)),s(e,t,n.x+a*(r.x-n.x),n.y+a*(r.y-n.y))}calculateDistToCurveLine(e,t,n,r,s,o){const a=Math.min(r.x,s.x,o.x),i=Math.max(r.x,s.x,o.x),c=Math.min(r.y,s.y,o.y),l=Math.max(r.y,s.y,o.y);if(t>=a-2&&t<=i+2&&n>=c-2&&n<=l+2){const e=i-a,u=l-c;return this.calculateDistToCurveInRect(t,n,r,o,s,e,u)}return null}calculateDistToCurveInRect(e,t,n,r,s,o,a){const i=Math.floor((o+a)/3),c=1/i,l=new Uint32Array(i),u=new Uint32Array(i),d=new Uint32Array(i);let h=null;const m=new O.A(i);for(let o=0;o<l.length;o++){const a=o*c,i=Math.pow(1-a,2)*n.x+2*a*(1-a)*r.x+Math.pow(a,2)*s.x,m=Math.pow(1-a,2)*n.y+2*a*(1-a)*r.y+Math.pow(a,2)*s.y,p=Math.abs(e-i),f=Math.abs(t-m),g=p+f;(!h||h>g)&&(h=g),d[o]=Math.max(p,f),l[o]=i,u[o]=m}for(let e=0;e<l.length;e++)d[e]<h&&m.setBit(e,!0,!1);let p=null;for(let n=-1;-1!==(n=m.findNext(n));){const r=Math.hypot(l[n]-e,u[n]-t);(!p||p>r)&&(p=r)}return p}getLineLength(e,t,n,r){return Math.sqrt(Math.pow(n-e,2)+Math.pow(r-t,2))}getPointOnDistance(e,t,n,r,s,o){const a=n-s*((n-e)/o),c=r-s*((r-t)/o);return new i.Point(a,c)}findControlPoint(e,t,n,r,s,o){const a=t+(r-t)/2,c=n+(s-n)/2;let l=a-t,u=c-n;const d=Math.sqrt(l*l+u*u);l/=d,u/=d;const h=50*Math.ceil(e/2);return e%2==0?new i.Point(a+h/2*u,c-h/2*l):new i.Point(a-h/2*u,c+h/2*l)}canvasArrow(e,t,n,r,s){const o=Math.atan2(r-t,s-n)+Math.PI;e.moveTo(t-this.arrowWidth*Math.sin(o-Math.PI/10),n-this.arrowWidth*Math.cos(o-Math.PI/10)),e.lineTo(t,n),e.lineTo(t-this.arrowWidth*Math.sin(o+Math.PI/10),n-this.arrowWidth*Math.cos(o+Math.PI/10))}}const F="dimensionality-reducer-terminate-event";var G,D,k=n(3629);async function V(e,t,r,s,a,i,c){let l=await async function(e,t,r,s,a,i,c){if(!i.distanceFnArgs)throw new Error("options.distanceFnArgs must be defined");if(e.length!==t.length||e.length!==i.distanceFnArgs.length||e.length!==s.length)throw new Error("data, metrics and options and weights must have the same length");return new Promise((function(l,u){const d=new Worker(new URL(n.p+n.u(234),n.b));d.postMessage({columnsData:e,distanceMetrics:t,method:r,options:i,weights:s,aggregationMethod:a});const h=o.events.onCustomEvent(F).subscribe((()=>{try{d?.terminate()}finally{h.unsubscribe()}}));d.onmessage=({data:{error:e,embedding:t,epochNum:n,epochsLength:r}})=>{M(n)||M(r)?(h.unsubscribe(),e?u(e):l(t),setTimeout((()=>d.terminate()),100)):c&&c(n,r,t)}}))}(e,r,t,s,a,i,c);return l=l.map((e=>(0,k.S8)(e))),l}(D=G||(G={})).EUCLIDEAN="EUCLIDEAN",D.MANHATTAN="MANHATTAN";const U={[G.EUCLIDEAN]:function(e){return`\n var sum = 0.0;\n for (var i = 0u; i < ${e}; i = i + 1u) {\n sum = sum + distances[i] * distances[i] * computeInfo.weights[i] * computeInfo.weights[i];\n }\n return sqrt(sum);\n `},[G.MANHATTAN]:function(e){return`\n var sum = 0.0;\n for (var i = 0u; i < ${e}; i = i + 1u) {\n sum = sum + abs(distances[i]) * computeInfo.weights[i];\n }\n return sum;\n `}};var B,Y;(Y=B||(B={})).HAMMING="Hamming",Y.EUCLIDEAN="Euclidean",Y.MANHATTAN="Manhattan",Y.TANIMOTO="Tanimoto",Y.LEVENSTEIN="Levenshtein",Y.NEEDLEMAN_WUNSCH="Needlemann-Wunsch",Y.MONOMER_CHEMICAL_DISTANCE="Monomer chemical distance",Y.SOKAL="Sokal",Y.COSINE="Cosine",Y.ASYMMETRIC="Asymmetric",Y.Difference="Difference",Y.OneHot="One-Hot";const W={[B.HAMMING]:function(e,t){return`\n let aLength: u32 = computeInfo.entrySizes[${t}][aIndex];\n let bLength: u32 = computeInfo.entrySizes[${t}][bIndex];\n let maxLength: u32 = max(aLength, bLength);\n let minLength: u32 = min(aLength, bLength);\n let sizeDiff: u32 = maxLength - minLength;\n \n let maxIntDistance = ceil(maxDistance * f32(maxLength)) - f32(sizeDiff);\n\n var diff: f32 = 0.0;\n for (var i = 0u; i < ${e}; i = i + 1u) {\n diff = diff + f32(a[i] != b[i]);\n if (diff > maxIntDistance) {\n return 1.0;\n }\n }\n diff += f32(sizeDiff);\n return diff / ${e};\n `},[B.EUCLIDEAN]:function(e,t){return`\n var dist: f32 = 0.0;\n for (var i = 0u; i < ${e}; i = i + 1u) {\n dist = dist + f32(a[i] - b[i]) * f32(a[i] - b[i]);\n }\n return sqrt(dist);\n `},[B.MANHATTAN]:function(e,t){return`\n var dist: f32 = 0.0;\n for (var i = 0u; i < ${e}; i = i + 1u) {\n dist = dist + abs(f32(a[i] - b[i]));\n }\n return dist;\n `},[B.TANIMOTO]:function(e,t){return`\n var onBitsa: u32 = 0u;\n var onBitsb: u32 = 0u;\n for (var i = 0u; i < ${e}u; i = i + 1u) {\n onBitsa = onBitsa + countOneBits(a[i]);\n onBitsb = onBitsb + countOneBits(b[i]);\n }\n\n if (onBitsa == 0u && onBitsb == 0u) {\n return 0.0;\n }\n\n let totalOnBits = onBitsa + onBitsb;\n var commonBits: u32 = 0u;\n for (var i = 0u; i < ${e}u; i = i + 1u) {\n commonBits = commonBits + countOneBits(a[i] & b[i]);\n }\n\n return 1.0 - f32(commonBits) / f32(totalOnBits - commonBits);\n `},[B.LEVENSTEIN]:function(e,t){return`\n let aLength: u32 = computeInfo.entrySizes[${t}][aIndex];\n let bLength: u32 = computeInfo.entrySizes[${t}][bIndex];\n let maxLength: u32 = max(aLength, bLength);\n let minLength: u32 = min(aLength, bLength);\n\n let maxIntDistance = ceil(maxDistance * f32(maxLength));\n\n // we will store two arrays as matrix and swap the working indices per pass.\n // this way we can reduce memory usage per computation to just O(aLength)\n // the grid will have aLength + 1 columns and bLength + 1 rows\n // this will be guaranteed by iteration, but the array sizes must be known at compile time, so we will use a fixed size of maxArraySize\n var dynamicPassMat: array<array<f32, ${e+1}u>, 2>; // initialize to 0\n \n var prevIndex: u32 = 0;\n var curIndex: u32 = 1; // we will swap these indices per pass\n\n // initialize the first row\n for (var i = 0u; i <= aLength; i = i + 1u) {\n dynamicPassMat[prevIndex][i] = f32(i);\n }\n\n // iterate over the rows\n for (var i = 1u; i <= bLength; i = i + 1u) {\n dynamicPassMat[curIndex][0] = f32(i);\n var minEntry: f32 = f32(maxLength);\n let prevRow = &dynamicPassMat[prevIndex];\n let curRow = &dynamicPassMat[curIndex];\n let bMon = u32(b[i - 1]);\n for (var j = 1u; j <= aLength; j = j + 1u) {\n var cost: f32 = f32(a[j - 1] != bMon);\n var res: f32 = min(\n min(\n (*prevRow)[j] + 1.0, // deletion\n (*curRow)[j - 1] + 1.0, // insertion\n ),\n (*prevRow)[j - 1] + cost // substitution\n );\n (*curRow)[j] = res;\n if (res < minEntry) {\n minEntry = res;\n }\n }\n // swap the indices\n let temp: u32 = prevIndex;\n prevIndex = curIndex;\n curIndex = temp;\n if (minEntry > maxIntDistance) {\n return 1.0;\n }\n }\n\n return dynamicPassMat[prevIndex][aLength] / f32(maxLength);\n `},[B.NEEDLEMAN_WUNSCH]:function(e,t){return`\n let aLength: u32 = computeInfo.entrySizes[${t}][aIndex];\n let bLength: u32 = computeInfo.entrySizes[${t}][bIndex];\n let maxLength: u32 = max(aLength, bLength);\n let minLength: u32 = min(aLength, bLength);\n \n let maxIntDistance = ceil(maxDistance * f32(maxLength));\n // we will store two arrays as matrix and swap the working indices per pass.\n // this way we can reduce memory usage per computation to just O(aLength)\n // the grid will have aLength + 1 columns and bLength + 1 rows\n // this will be guaranteed by iteration, but the array sizes must be known at compile time, so we will use a fixed size of maxArraySize\n var dynamicPassMat: array<array<f32, ${e+1}u>, 2>; // initialize to 0\n \n // we need to keep track of which operation led to the current cell\n // i.e. whether we came from the left, top or diagonal to assign gap open/gap extend penalty\n var verticalGaps: array<u32, ${e+1}u>;\n var horizontalGaps: array<u32, ${e+1}u>;\n\n let gapOpenPenalty: f32 = suppInfo.gapOpenPenalty${t};\n let gapExtensionPenalty: f32 = suppInfo.gapExtensionPenalty${t};\n var prevIndex: u32 = 0;\n var curIndex: u32 = 1; // we will swap these indices per pass\n // initialize the first row\n for (var i = 0u; i <= aLength; i = i + 1u) {\n dynamicPassMat[prevIndex][i] = gapOpenPenalty + f32(i - 1) * gapExtensionPenalty;\n dynamicPassMat[curIndex][i] = 0.0;\n }\n dynamicPassMat[0][0] = 0.0;\n\n let simMatrix = &suppInfo.similarityMatrix${t}; // using pointers make things faster\n // iterate over the rows\n for (var i = 1u; i <= bLength; i = i + 1u) {\n let prevRow = &dynamicPassMat[prevIndex];\n let curRow = &dynamicPassMat[curIndex];\n (*curRow)[0] = gapOpenPenalty + f32(i - 1) * gapExtensionPenalty;\n var minEntry: f32 = f32(maxLength);\n let monB = u32(b[i - 1]);\n for (var j = 1u; j <= aLength; j = j + 1u) {\n let monA = u32(a[j - 1]);\n \n let cost: f32 = (*prevRow)[j - 1] + 1f - (*simMatrix)[monA][monB];\n var top = (*prevRow)[j]; // deletion\n if (verticalGaps[j] > 0) {\n top = top + gapExtensionPenalty;\n } else {\n top = top + gapOpenPenalty;\n }\n var left = (*curRow)[j - 1]; // insertion\n if (horizontalGaps[j - 1] > 0) {\n left = left + gapExtensionPenalty;\n } else {\n left = left + gapOpenPenalty;\n }\n var res: f32 = min(\n min(\n top, // deletion\n left, // insertion\n ),\n cost // substitution\n );\n (*curRow)[j] = res;\n if (res < minEntry) {\n minEntry = res;\n }\n // update the horizontal and vertical gaps\n if (res == cost) {\n verticalGaps[j] = 0;\n horizontalGaps[j] = 0;\n } else if (res == left) {\n verticalGaps[j] = 0;\n horizontalGaps[j] = 1;\n } else {\n verticalGaps[j] = 1;\n horizontalGaps[j] = 0;\n }\n }\n // swap the indices\n let temp: u32 = prevIndex;\n prevIndex = curIndex;\n curIndex = temp;\n if (minEntry > maxIntDistance) {\n return 1.0;\n }\n }\n return dynamicPassMat[prevIndex][aLength] / f32(maxLength);\n \n `},[B.MONOMER_CHEMICAL_DISTANCE]:function(e,t){return`\n let aLength: u32 = computeInfo.entrySizes[${t}][aIndex];\n let bLength: u32 = computeInfo.entrySizes[${t}][bIndex];\n let maxLength: u32 = max(aLength, bLength);\n let minLength: u32 = min(aLength, bLength);\n let sizeDiff: u32 = maxLength - minLength;\n \n let maxIntDistance = ceil(maxDistance * f32(maxLength)) - f32(sizeDiff);\n\n let simMatrix = &(suppInfo.similarityMatrix${t}); // using pointers make things faster\n var diff: f32 = 0.0;\n for (var i = 0u; i < ${e}; i = i + 1u) {\n diff = diff + 1.0 - (*simMatrix)[u32(a[i])][u32(b[i])];\n if (diff > maxIntDistance) {\n return 1.0;\n }\n }\n diff += f32(sizeDiff);\n return diff / ${e};\n `},[B.SOKAL]:function(e,t){return`\n var onBitsa: u32 = 0u;\n var onBitsb: u32 = 0u;\n for (var i = 0u; i < ${e}u; i = i + 1u) {\n onBitsa = onBitsa + countOneBits(a[i]);\n onBitsb = onBitsb + countOneBits(b[i]);\n }\n let total = onBitsa + onBitsb;\n if (total == 0u) {\n return 1.0;\n }\n var commonBits: u32 = 0u;\n for (var i = 0u; i < ${e}u; i = i + 1u) {\n commonBits = commonBits + countOneBits(a[i] & b[i]);\n }\n return 1.0 - f32(commonBits) / f32(total * 2 - commonBits * 3);\n `},[B.COSINE]:function(e,t){return`\n var onBitsa: u32 = 0u;\n var onBitsb: u32 = 0u;\n for (var i = 0u; i < ${e}u; i = i + 1u) {\n onBitsa = onBitsa + countOneBits(a[i]);\n onBitsb = onBitsb + countOneBits(b[i]);\n }\n let total = onBitsa * onBitsb; // p.s. here total is taken by multiplying\n if (total == 0u) {\n return 1.0;\n }\n var commonBits: u32 = 0u;\n for (var i = 0u; i < ${e}u; i = i + 1u) {\n commonBits = commonBits + countOneBits(a[i] & b[i]);\n }\n return 1.0 - f32(commonBits) / sqrt(f32(total));\n `},[B.ASYMMETRIC]:function(e,t){return`\n var onBitsa: u32 = 0u;\n var onBitsb: u32 = 0u;\n for (var i = 0u; i < ${e}u; i = i + 1u) {\n onBitsa = onBitsa + countOneBits(a[i]);\n onBitsb = onBitsb + countOneBits(b[i]);\n }\n let min = min(onBitsa, onBitsb);\n if (min == 0u) {\n return 1.0;\n }\n var commonBits: u32 = 0u;\n for (var i = 0u; i < ${e}u; i = i + 1u) {\n commonBits = commonBits + countOneBits(a[i] & b[i]);\n }\n return 1.0 - f32(commonBits) / f32(min);\n `},[B.Difference]:function(e,t){return`\n let range = suppInfo.range${t};\n return f32(abs(f32(a[0]) - f32(b[0])) / range);\n `},[B.OneHot]:function(e,t){return`\n let aLength: u32 = computeInfo.entrySizes[${t}][aIndex];\n let bLength: u32 = computeInfo.entrySizes[${t}][bIndex];\n if (aLength != bLength) {\n return 1.0;\n }\n for (var i = 0u; i < aLength; i = i + 1u) {\n if(a[i] != b[i]) {\n return 1.0;\n }\n }\n return 0.0;\n `}},j={[B.HAMMING]:e=>Math.ceil(e/30),[B.EUCLIDEAN]:e=>Math.ceil(e/30),[B.MANHATTAN]:e=>Math.ceil(e/30),[B.TANIMOTO]:e=>Math.ceil(e/60),[B.SOKAL]:e=>Math.ceil(e/60),[B.COSINE]:e=>Math.ceil(e/60),[B.ASYMMETRIC]:e=>Math.ceil(e/60),[B.LEVENSTEIN]:e=>Math.ceil(e*e/60),[B.NEEDLEMAN_WUNSCH]:e=>Math.ceil(e*e/60),[B.MONOMER_CHEMICAL_DISTANCE]:e=>Math.ceil(e/25),[B.Difference]:e=>1,[B.OneHot]:e=>Math.ceil(e/40)},K={STRING:new Set([B.HAMMING,B.LEVENSTEIN,B.NEEDLEMAN_WUNSCH,B.MONOMER_CHEMICAL_DISTANCE,B.OneHot]),UINT32ARRAY:new Set([B.HAMMING,B.EUCLIDEAN,B.MANHATTAN,B.MONOMER_CHEMICAL_DISTANCE,B.LEVENSTEIN,B.NEEDLEMAN_WUNSCH,B.TANIMOTO,B.COSINE,B.SOKAL,B.ASYMMETRIC,B.OneHot,B.Difference]),INT32ARRAY:new Set([B.EUCLIDEAN,B.MANHATTAN,B.OneHot,B.Difference]),FLOAT32ARRAY:new Set([B.EUCLIDEAN,B.MANHATTAN,B.Difference]),NUMBER:new Set([B.EUCLIDEAN,B.MANHATTAN,B.Difference]),BITARRAY:new Set([B.TANIMOTO,B.COSINE,B.SOKAL,B.ASYMMETRIC])};var q=function(e,t,n,r){return new(n||(n=Promise))((function(s,o){function a(e){try{c(r.next(e))}catch(e){o(e)}}function i(e){try{c(r.throw(e))}catch(e){o(e)}}function c(e){var t;e.done?s(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,i)}c((r=r.apply(e,t||[])).next())}))};function Z(e,t,n,r){return e.map(((e,r)=>`\n fn distanceScript${r}(aIndex: u32, bIndex: u32) -> f32 {\n let a = computeInfo.data${r}[aIndex];\n let b = computeInfo.data${r}[bIndex];\n let maxDistance: f32 = ${n};\n ${W[e](t[r],r)}\n }\n `)).join("\n")+"\n"+`\n fn combinedDistance(aIndex: u32, bIndex: u32) -> f32 {\n var distances: array<f32, ${e.length}>;\n ${e.map(((e,t)=>`distances[${t}] = distanceScript${t}(aIndex, bIndex);`)).join("\n")}\n ${U[r](e.length)}\n }\n \n `}let z=0;const X="cliffsDf",J=new u.Subject,Q="activity_difference",ee="SALI_index",te="similarity",ne="line_index",re=["1_molecule","2_molecule"],se="filterCliffs";async function oe(e,t,r,s,c,l,u,d,h,m,p,f,g,y,w,b){z++;const A=l/100;let C,T=!1;const v=f.inputs,E=await f.apply({[v[0].name]:t,[v[1].name]:u,...h.preprocessingFuncArgs??{}});let M=[];if(d===x){const t=await function(e,t,r,s,o,a,i=10,c=!1,l=2){const u=new Worker(new URL(n.p+n.u(317),n.b));let d;return u.postMessage({data:e,threshold:t,weights:r,aggregationMethod:s,distanceFns:o,distanceFnArgs:a,maxIterations:i,useWebGPU:c,inflate:l}),{promise:new Promise(((e,t)=>{d=e,u.onmessage=t=>{setTimeout((()=>u.terminate()),100),e(t.data.res)},u.onerror=e=>{setTimeout((()=>u.terminate()),100),t(e)}})),terminate:()=>{try{d(null),u.terminate()}catch(e){console.error(e)}}}}([E.entries],l,[1],"MANHATTAN",[u],[E.options??{}],h?.maxIterations??5,h.useWebGPU??!1).promise;e.columns.addNewInt(e.columns.getUnusedName("MCL Cluster")).init((e=>t.clusters[e])),M=[t.embedX,t.embedY]}else M=await V([E.entries],d,[u],[1],"MANHATTAN",{...h,distanceFnArgs:[E.options??{}]});if(M.length!==r.length)throw new Error("Number of axes names should be equal to number of embedding dimensions");for(let t=0;t<M.length;++t)e.columns.addNewFloat(r[t]).init((e=>M[t][e]));let N=null;if(h.useWebGPU)try{N=await function(e,t=.8,n,r,s,o){return q(this,void 0,void 0,(function*(){const a=yield function(){return S(this,void 0,void 0,(function*(){if(!_&&(_=yield navigator.gpu.requestAdapter({powerPreference:"high-performance"}),null==_))return null;let e=!1;if(P&&(P.lost.then((()=>{e=!0})),yield new Promise((e=>setTimeout(e,10)))),!P||e){const e=1e9,t=_.limits,n=t.maxBufferSize,r=t.maxStorageBufferBindingSize;try{return P=yield _.requestDevice({requiredLimits:{maxBufferSize:Math.min(n,e),maxStorageBufferBindingSize:Math.min(r,e)}}),P}catch(e){return console.error("Failed to create device with required limits",e),P=yield _.requestDevice(),P}}return P}))}();if(!a)return null;const i=Object.values(B);if(n.some((e=>!i.includes(e))))throw new Error("Invalid distance metrics provided: "+n.join(", "));if(!Object.values(G).includes(r))throw new Error("Invalid aggregation function provided: "+r);const c=1-t;if(o.length!==e.length||o.length!==n.length||o.length!==s.length)throw new Error("Options, weigths and distance functions must be provided for each column");if(e.some((t=>t.length!==e[0].length)))throw new Error("All entry lists must be the same length");const l=e.length,u=e[0].length,d=e.map(((e,t)=>function(e,t=B.HAMMING,n,r={gapOpenPenalty:1,gapExtensionPenalty:.6}){var s,o;let a=null;const i=e.some((e=>"string"==typeof e))?(a="STRING",e.map((e=>new Uint32Array(e.split("").map((e=>e.charCodeAt(0))))))):e.some((e=>"number"==typeof e))?(a="NUMBER",e.map((e=>new Float32Array([e])))):"object"==typeof e[0]&&e.some((e=>"_data"in e&&"_length"in e))?(a="BITARRAY",e.map((e=>e._data))):e.some((e=>e instanceof Float32Array))?(a="FLOAT32ARRAY",e):e.some((e=>e instanceof Uint32Array))?(a="UINT32ARRAY",e):e.some((e=>e instanceof Int32Array))?(a="INT32ARRAY",e):void 0;if(!i||!a)throw new Error("Invalid entry type, could not determine entry type from input list");const c=i[0]instanceof Int32Array?"INT32ARRAY":i[0]instanceof Float32Array?"FLOAT32ARRAY":"UINT32ARRAY",l=new Uint32Array(i.map((e=>e.length)));if(!K[a]||!K[a].has(t))throw new Error(`Distance metric '${t}' not supported for entry type '${a}'`);const u=l.reduce(((e,t)=>Math.max(e,t)),0),d=j[t](u),h="INT32ARRAY"===c?Int32Array:"FLOAT32ARRAY"===c?Float32Array:Uint32Array,m=new h(i.length*u);i.forEach(((e,t)=>{m.set(e,t*u)}));let p="",f=0,g="FLOAT32ARRAY",y=null;if(t===B.NEEDLEMAN_WUNSCH||t===B.MONOMER_CHEMICAL_DISTANCE){let e=r.scoringMatrix&&r.alphabetIndexes?Object.keys(r.alphabetIndexes).reduce(((e,t)=>Math.max(e,t.charCodeAt(0))),0):-1;if(!r.alphabetIndexes||!r.scoringMatrix){for(let t=0;t<m.length;t++)m[t]>e&&(e=m[t]);r.scoringMatrix=new Array(e+1).fill(null).map((()=>new Array(e+1).fill(0))),r.alphabetIndexes={};for(let e=0;e<r.scoringMatrix.length;e++)r.scoringMatrix[e][e]=1,r.alphabetIndexes[String.fromCharCode(e)]=e}const t=(e+1)*(e+1),a=new Array(e+1).fill(null).map((()=>new Float32Array(e+1)));for(let t=0;t<e+1;t++)a[t][t]=1;const i=r.alphabetIndexes;for(const e of Object.keys(i))for(const t of Object.keys(i))e!==t&&(a[e.charCodeAt(0)][t.charCodeAt(0)]=r.scoringMatrix[i[e]][i[t]]);f=2+t,g="FLOAT32ARRAY",y=new Float32Array(f),y[0]=null!==(s=r.gapOpenPenalty)&&void 0!==s?s:1,y[1]=null!==(o=r.gapExtensionPenalty)&&void 0!==o?o:.6;let c=2;for(let e=0;e<a.length;e++)y.set(a[e],c),c+=a[e].length;p=`\n gapOpenPenalty${n}: f32,\n gapExtensionPenalty${n}: f32,\n similarityMatrix${n}: array<array<f32, ${e+1}>, ${e+1}>`}else if(t===B.Difference){if(!r.range||"number"!=typeof r.range||r.range<=0){const e=m.reduce(((e,t)=>Math.min(e,t)),m[0]),t=m.reduce(((e,t)=>Math.max(e,t)),m[0]);r.range=t-e}r.range<=0&&(r.range=1),f=1,g="FLOAT32ARRAY",y=new Float32Array([r.range]),p=`\n range${n}: f32`}const w=m instanceof Int32Array?"i32":m instanceof Float32Array?"f32":"u32",b=`data${n}: array<array<${w}, ${u}>, ${i.length}>`;return{flatSourceArray:m,sourceArraySize:m.length,maxEntryLen:u,arraySizes:l,complexity:d,suppInfoBuffer:y,suppInfoSize:f,suppInfoType:g,suppInfoStructWgsl:p,entryType:a,dataTypeWGSL:w,dataStructWgsl:b,EncodedArrayConstructor:h}}(e,n[t],t,o[t])));if(0===l)throw new Error("No columns provided. Please provide at least one column of data.");1===l&&(r=G.MANHATTAN);let h=d.map((e=>e.suppInfoStructWgsl)).filter((e=>!!e&&""!=e)).join(",\n"),m=!1;h&&""!=h.trim()||(m=!0,h="\ndummy: f32\n");const p=d.map((e=>e.dataStructWgsl)).filter((e=>!!e&&""!=e)).join(",\n"),f=new Uint32Array(l*u);d.forEach(((e,t)=>{f.set(e.arraySizes,t*u)}));const g=1e4,y=100,w=d.reduce(((e,t)=>e+t.complexity),0),b=Math.ceil(1e4/w),A=Math.ceil(Math.sqrt(Math.ceil(100))),C=10*A,T=u*(u-1)/2,v=Math.ceil(T/g),E=a.createShaderModule({label:"Sparse matrix compute shader",code:`\n // each thread will perform 100 iterations at one time, comparing 100 pairs of entries.\n // in total, each thread will perform at most ${v} comparisons.\n // first is the result struct, containing is, js, and distances. each array with length of 100,\n // and also integer for how many pairs were found to be below threshold.\n struct SparseResult {\n i: array<array<u32, 100>, 10000>,\n j: array<array<u32, 100>, 10000>,\n distances: array<array<f32, 100>, 10000>,\n found: array<u32, 10000>,\n done: array<u32, 10000>\n }\n // struct for the data\n struct ComputeInfo {\n // start at cols and rows, and end at cols and rows for each thread, these will be calculated on cpu and passed to gpu.\n startAtCols: array<u32, 10000>,\n startAtRows: array<u32, 10000>,\n endAtCols: array<u32, 10000>,\n endAtRows: array<u32, 10000>,\n\n // the ACTUALLY sizes of each entry\n entrySizes: array<array<u32, ${u}>, ${l}>,\n // the weights for each entry\n weights: array<f32, ${l}>,\n // the data for each entry\n ${p} // an example of the dataWgsl would be:\n //data0: array<array<u32,20>,100>,\n //data1: array<array<u32,20>,100>\n }\n\n // struct for the supplementary information\n struct SuppInfo {\n // struct containing all the supplementary info, like scoring matrix, alphabet indexes, range, etc.\n ${h}\n };\n\n @group(0) @binding(0) var<storage, read_write> computeInfo: ComputeInfo;\n @group(0) @binding(1) var<storage, read_write> suppInfo: SuppInfo;\n @group(0) @binding(2) var<storage, read_write> results: SparseResult;\n @compute @workgroup_size(10, 10) fn calcSparseMatrix(\n @builtin(global_invocation_id) id: vec3<u32>\n ) {\n ${m?"let otherDummy = suppInfo.dummy * 2;":""} // just to make sure that the suppInfo is not optimized out\n let threadCol = id.x;\n let threadRow = id.y;\n let linearIndex = threadRow * ${C} + threadCol;\n if (linearIndex >= 10000) {\n return; // if we are out of bounds, return\n } \n var startAtCol: u32 = computeInfo.startAtCols[linearIndex];\n var startAtRow: u32 = computeInfo.startAtRows[linearIndex];\n let endAtCol: u32 = min(computeInfo.endAtCols[linearIndex], ${u}u);\n let endAtRow: u32 = min(computeInfo.endAtRows[linearIndex], ${u}u);\n let is = &results.i[linearIndex];\n let js = &results.j[linearIndex];\n let distances = &results.distances[linearIndex];\n results.found[linearIndex] = 0; // initialize the found counter\n var found: u32 = 0;\n if (results.done[linearIndex] > 0) {\n return; // if we are done, return\n }\n for (var i = 0; i < ${b}; i++) {\n if (startAtCol >= endAtCol && startAtRow >= endAtRow) {\n results.done[linearIndex] = 1;\n break;\n }\n if (found >= 100) {\n break;\n }\n let dist = combinedDistance(startAtCol, startAtRow);\n if (dist <= ${c}) {\n (*is)[found] = startAtCol;\n (*js)[found] = startAtRow;\n (*distances)[found] = dist;\n found = found + 1;\n }\n startAtCol = startAtCol + 1;\n if (startAtCol >= ${u}u) {\n startAtRow += 1;\n startAtCol = startAtRow + 1;\n }\n }\n results.found[linearIndex] = found;\n // update the startAtCols and startAtRows\n computeInfo.startAtCols[linearIndex] = startAtCol;\n computeInfo.startAtRows[linearIndex] = startAtRow;\n\n }\n\n // this will generate the distance script for each distance metric and then combine them into one\n ${Z(n,d.map((e=>e.maxEntryLen)),c,r)}\n\n\n `}),x=a.createComputePipeline({label:"sparse matrix compute pipeline",layout:"auto",compute:{module:E,entryPoint:"calcSparseMatrix"}}),$=new Uint32Array(g),M=new Uint32Array(g),N=new Uint32Array(g),I=new Uint32Array(g),L=Math.floor(T/g);let R=0,O=1;console.time("GPUthreadStarts");for(let e=0;e<g;e++){const t=9999===e?T-1:(e+1)*L,n=u-2-Math.floor(Math.sqrt(-8*t+4*u*(u-1)-7)/2-.5),r=t-u*n+Math.floor((n+1)*(n+2)/2);$[e]=O,M[e]=R,N[e]=r,I[e]=n,R=n,O=r}console.timeEnd("GPUthreadStarts");const H=4e4+u*l+l+d.reduce(((e,t)=>e+t.sourceArraySize),0),F=d.reduce(((e,t)=>e+t.suppInfoSize),0),D=1e6,k=H*Uint32Array.BYTES_PER_ELEMENT;let V=k;const U=15&k;0!==U&&(V+=16-U);const Y=a.createBuffer({label:"compute info buffer",size:V,usage:GPUBufferUsage.STORAGE|GPUBufferUsage.COPY_SRC|GPUBufferUsage.COPY_DST,mappedAtCreation:!0}),W=Y.getMappedRange();let q=0;new Uint32Array(W,q,g).set($),q+=g*Uint32Array.BYTES_PER_ELEMENT,new Uint32Array(W,q,g).set(M),q+=g*Uint32Array.BYTES_PER_ELEMENT,new Uint32Array(W,q,g).set(N),q+=g*Uint32Array.BYTES_PER_ELEMENT,new Uint32Array(W,q,g).set(I),q+=g*Uint32Array.BYTES_PER_ELEMENT,new Uint32Array(W,q,f.length).set(f),q+=f.length*Uint32Array.BYTES_PER_ELEMENT,new Float32Array(W,q,l).set(s),q+=l*Float32Array.BYTES_PER_ELEMENT;for(const e of d){const t=e.EncodedArrayConstructor,n=e.sourceArraySize;new t(W,q,n).set(e.flatSourceArray),q+=n*t.BYTES_PER_ELEMENT}Y.unmap();const z=F*Uint32Array.BYTES_PER_ELEMENT;let X=z;const J=15&z;0!==J&&(X+=16-J),X=Math.max(X,16);const Q=a.createBuffer({label:"supp info buffer",size:X,usage:GPUBufferUsage.STORAGE|GPUBufferUsage.COPY_SRC|GPUBufferUsage.COPY_DST,mappedAtCreation:!0}),ee=Q.getMappedRange();let te=0;for(const e of d)e.suppInfoBuffer&&e.suppInfoBuffer.byteLength>0&&e.suppInfoSize>0&&(new("UINT32ARRAY"===e.suppInfoType?Uint32Array:Float32Array)(ee,te,e.suppInfoBuffer.length).set(e.suppInfoBuffer),te+=e.suppInfoBuffer.byteLength);0===te&&new Uint32Array(ee,0,4).set([1,1,1,1]),Q.unmap();const ne=302e4*Uint32Array.BYTES_PER_ELEMENT;let re=ne;const se=15&ne;0!==se&&(re+=16-se);const oe=a.createBuffer({label:"results buffer",size:re,usage:GPUBufferUsage.STORAGE|GPUBufferUsage.COPY_SRC}),ae=a.createBindGroup({label:"bindGroup for sparse matrix buffer",layout:x.getBindGroupLayout(0),entries:[{binding:0,resource:{buffer:Y}},{binding:1,resource:{buffer:Q}},{binding:2,resource:{buffer:oe}}]}),ie=a.createBuffer({label:"results out buffer",size:oe.size,usage:GPUBufferUsage.MAP_READ|GPUBufferUsage.COPY_DST}),ce=[],le=[],ue=[];let de=!1;for(;!de;){const e=a.createCommandEncoder({label:"distance encoder"}),t=e.beginComputePass({label:"distance compute pass"});t.setPipeline(x),t.setBindGroup(0,ae),t.dispatchWorkgroups(A,A),t.end(),e.copyBufferToBuffer(oe,0,ie,0,ie.size);const n=e.finish();a.queue.submit([n]),yield a.queue.onSubmittedWorkDone(),yield ie.mapAsync(GPUMapMode.READ);const r=ie.getMappedRange();let s=0;const o=new Uint32Array(r,s,D);s+=D*Uint32Array.BYTES_PER_ELEMENT;const i=new Uint32Array(r,s,D);s+=D*Uint32Array.BYTES_PER_ELEMENT;const c=new Float32Array(r,s,D);s+=D*Float32Array.BYTES_PER_ELEMENT;const l=new Uint32Array(r,s,g);s+=g*Uint32Array.BYTES_PER_ELEMENT,de=new Uint32Array(r,s,g).every((e=>1===e));const u=l.reduce(((e,t)=>e+t),0),d=new Uint32Array(u),h=new Uint32Array(u),m=new Float32Array(u);let p=0;for(let e=0;e<l.length;e++){const t=l[e];0!==t&&(d.set(o.subarray(e*y,e*y+t),p),h.set(i.subarray(e*y,e*y+t),p),m.set(c.subarray(e*y,e*y+t),p),p+=t)}ce.push(d),le.push(h),ue.push(m),ie.unmap()}const he=ce.reduce(((e,t)=>e+t.length),0),me=new Uint32Array(he),pe=new Uint32Array(he),fe=new Float32Array(he);let ge=0;for(let e=0;e<ce.length;e++)me.set(ce[e],ge),pe.set(le[e],ge),fe.set(ue[e],ge),ge+=ce[e].length;return Y.destroy(),Q.destroy(),oe.destroy(),ie.destroy(),{i:me,j:pe,distance:fe}}))}([E.entries],A,[u],G.MANHATTAN,[1],[E.options??{}])}catch(e){console.error(e)}N||(h.useWebGPU&&console.error("WebGPU sparse matrix calculation failed, falling back to CPU implementation"),N=await(new I).calc(E.entries,u,A,E.options));const R=await async function(e,t){const n=e.distance.map(((n,r)=>{const s=Math.abs(t.get(e.i[r])-t.get(e.j[r]));return 0!=n?s/n:1/0})),r=e.distance.map((e=>1-e)),s=e.i,o=e.j,a=i.BitSet.create(t.length);return e.distance.forEach(((t,n)=>{a.set(e.i[n],!0),a.set(e.j[n],!0)})),{simVals:r,saliVals:n,n1:s,n2:o,cliffsBitSet:a}}(N,c),O=function(e,t,n,r,s,o,a){const c=new Array(e).fill(0);for(let e=0;e!=r.length;++e)n[e]!=1/0&&(a.get(r[e])>a.get(s[e])?c[r[e]]+=n[e]:c[s[e]]+=n[e]);return i.Column.fromList("double",t,c)}(t.length,`sali_${r[0].substring(r[0].lastIndexOf("_"))}`,R.saliVals,R.n1,R.n2,0,c);e.columns.add(O);const F=R.cliffsBitSet,D=function(e){const t=e.filter((e=>e!==1/0)),n=t.reduce(((e,t)=>Math.min(e,t)),Number.MAX_VALUE);return{max:t.reduce(((e,t)=>Math.max(e,t)),n),min:n}}(R.saliVals),k=.8/(D.max-D.min),U=o.shell.getTableView(e.name),Y=U.addViewer(i.VIEWER.SCATTER_PLOT,{xColumnName:r[0],yColumnName:r[1],size:O.name,color:c.name,showXSelector:!1,showYSelector:!1,showSizeSelector:!1,showColorSelector:!1,markerMinSize:5,markerMaxSize:25,title:s}),W=function(e,t,n,r,s,o,a,c){const l={from:new Uint32Array(t.n1.length),to:new Uint32Array(t.n1.length),opacities:new Float32Array(t.n1.length),colors:new Array(t.n1.length),widths:new Float32Array(t.n1.length)};for(let n=0;n<t.n1.length;n++)l.from[n]=t.n1[n],l.to[n]=t.n2[n],l.opacities[n]=t.saliVals[n]===1/0?1:.2+(t.saliVals[n]-a.min)*c,l.colors[n]=e.selection.get(l.from[n])&&e.selection.get(l.to[n])?"255,255,0":"0,128,0",l.widths[n]=1;const u=i.DataFrame.create(l.from.length);return re.forEach(((e,t)=>{u.columns.addNewString(e).init((e=>n.get(0===t?l.from[e]:l.to[e]))),function(e,t){Object.keys(t).forEach((n=>{e.tags[n]=t[n]}))}(u.col(e),o),u.col(e).semType=s})),u.columns.addNewFloat(Q).init((e=>Math.abs(r.get(l.from[e])-r.get(l.to[e])))),u.columns.addNewInt(ne).init((e=>e)),u.columns.addNewFloat(ee).init((e=>t.saliVals[e])),u.columns.addNewFloat(te).init((e=>t.simVals[e])),u.name=`${X}${z}`,{lines:l,linesDf:u}}(e,R,t,c,m,p,D,k);W.lines.skipMultiLineCalculation=!0,W.linesDf.col(ee).setTag("description","Structure−Activity Landscape Index (activity difference divided by 1 minus similarity)");const oe=new H(Y,r[0],r[1],W.lines,L.none),ae=w?w(W.linesDf,re).sort([ee],[!1]):W.linesDf.plot.grid().sort([ee],[!1]);ae.col(ne)&&(ae.col(ne).visible=!1),e.temp[".cliffsDfGrid"]=ae;const ie=a.button(`${W.linesDf.rowCount} cliffs`,(()=>{U.dockManager.dock(ae,"down",null,"Activity cliffs",b??.2)}));ie.classList.add("scatter_plot_link","cliffs_grid"),Y.root.append(ie);const ce=a.switchInput("Show only cliffs",!1,(()=>{ce.value?(Y.dataFrame.setTag(se,r[0]),e.filter.and(F),J.next(r[0])):(Y.dataFrame.setTag(se,""),e.filter.setAll(!0),J.next(""))}));ce.root.classList.add("scatter_plot_link","show_only_cliffs"),Y.root.append(ce.root),J.subscribe((e=>{ce.enabled=""===e||e===r[0]}));let le=!1;Y.onEvent("d4-before-draw-scene").subscribe((t=>{le?le=!1:ce.value&&(setTimeout((()=>{e.filter.and(F)}),100),le=!0)}));const ue=o.events.onViewerClosed.subscribe((e=>{e.args.viewer===Y&&(U.dockManager.close(ae.root),ue.unsubscribe(),U.subs=U.subs.filter((e=>e!==ue)))}));return U.subs.push(ue),W.linesDf.onCurrentCellChanged.subscribe((()=>{for(let e=0;e<W.linesDf.rowCount;e++)W.lines.widths[e]=e===W.linesDf.currentRowIdx?3:1;oe.linesToRender=W.lines;const n=W.linesDf.currentCol&&W.linesDf.currentCol.name===re[1]?W.lines.to:W.lines.from,s=-1!==W.linesDf.currentRowIdx?W.linesDf.currentRowIdx:null;if(Y.dataFrame.currentRowIdx=s?n[s]:-1,null!==s){const n=W.linesDf.currentRowIdx;oe.currentLineId=n;const{zoomLeft:i,zoomRight:l,zoomTop:u,zoomBottom:d}=function(e,t,n,r,s,o){const a=Math.abs(n-s),i=Math.abs(r-o),c=e/a,l=t/i,u=Math.min(c,l),d=e/u*5,h=t/u*5,m=(n<s?n:s)+a/2-d/2,p=(r>o?r:o)-i/2+h/2;return{zoomLeft:m,zoomRight:m+d,zoomTop:p,zoomBottom:p-h}}(Y.viewport.width,Y.viewport.height,Y.dataFrame.get(r[0],W.lines.from[n]),Y.dataFrame.get(r[1],W.lines.from[n]),Y.dataFrame.get(r[0],W.lines.to[n]),Y.dataFrame.get(r[1],W.lines.to[n]));Y.zoom(i,u,l,d),ce.value?e.filter.and(F):!0===ce.enabled&&e.filter.setAll(!0),setTimeout((()=>{!function(e,t,n,r,s,i,c,l,u){const d=t.getPane("Cliff Details");a.empty(d.root);const h=u({points:[n,r],lineId:s,df:e,seqCol:i,activityCol:c,sali:l});d.root.append(h),setTimeout((()=>{o.shell.o=t.root}),500)}(e,C,W.lines.from[s],W.lines.to[s],s,t,c,W.linesDf.get(ee,s),y);const n=Y.dataFrame.getSortedOrder(U.grid.sortByColumns,U.grid.sortTypes);U.grid.scrollToCell(t.name,n.indexOf(Y.dataFrame.currentRowIdx))}),1e3)}})),W.linesDf.onSelectionChanged.subscribe((t=>{setTimeout((()=>(()=>{const t=i.BitSet.create(e.rowCount);for(let e=0;e<W.linesDf.rowCount;e++){const n=W.linesDf.selection.get(e);n&&(t.set(W.lines.from[e],!0),t.set(W.lines.to[e],!0)),W.lines.colors[e]=n?"255,255,0":"0,128,0"}e.selection.copyFrom(t),oe.linesToRender=W.lines})()),100)})),e.onSelectionChanged.subscribe((t=>{!1===e.selection.anyTrue&&"number"==typeof t&&(T?T=!1:(e=>{e.selection.setAll(!1);for(let e=0;e<W.lines.colors.length;e++)W.lines.colors[e]="0,128,0";oe.linesToRender=W.lines})(ae.dataFrame))})),oe.lineClicked.subscribe((t=>{if(T=!0,oe.currentLineId=t.id,-1!==t.id){const n=W.linesDf.selection.clone();setTimeout((()=>{t.event.ctrlKey?(n.set(t.id,!n.get(t.id)),W.linesDf.selection.copyFrom(n)):(W.linesDf.currentRowIdx!==t.id&&(W.linesDf.currentRowIdx=t.id,e.currentRowIdx=W.lines.from[t.id]),W.linesDf.selection.copyFrom(n));const r=W.linesDf.getSortedOrder(ae.sortByColumns,ae.sortTypes);ae.scrollToCell(re[0],r.indexOf(t.id))}),500)}})),oe.lineHover.pipe((0,$.debounceTime)(500)).subscribe((n=>{-1!==n.id&&-1===e.mouseOverRowIdx&&a.tooltip.show(g({lineId:n.id,points:[W.lines.from[n.id],W.lines.to[n.id]],df:e,seqCol:t,activityCol:c}),n.x,n.y)})),Y.addProperty("similarityLimit","double",A),C=function(){const e=a.accordion(),t=a.element("i");return t.className="grok-icon svg-icon svg-view-layout",e.addTitle(a.span([t,a.label("Activity cliffs")])),e.addPane("Cliff Details",(()=>a.divText("Cliff has not been selected")),!0),o.shell.o=e.root,e}(),Y}var ae,ie=n(2003),ce=n(826),le=n(3516),ue=n(6718),de=n(2738),he=n(3077);async function me(e,t,n,r){const s=(0,he.R)(t),o=ce.GO.forColumn(t).getNewColumnFromList("ref",[n]),a=ce.GO.forColumn(o).getSplitted(0),c=r===ae.IDENTITY?function(e,t){const n=t.columns.length,r=new Array(n),s=new Array(n),o=new Array(n);for(let a=0;a<n;++a){const n=t.columns.byIndex(a);r[a]=n.getRawData(),s[a]=n.categories.indexOf("");const i=a<e.length?e.getOriginal(a):de._S;o[a]=n.categories.indexOf(i)}const a=i.Column.float("Identity",t.rowCount),c=a.getRawData();for(let n=0;n<t.rowCount;++n){c[n]=0;for(let t=0;t<e.length;++t)(r[t]?r[t][n]:0)===o[t]&&++c[n];c[n]/=e.length}return a}(a,s):r===ae.SIMILARITY?await async function(e,t){const n=t.columns.toList();return await(0,ue.uL)(n,e)}(a,s):null;if(null===c)throw new Error(`In bio library: Unknown sequence scoring method: ${r}`);return c.name=e.columns.getUnusedName(c.name),e.columns.add(c),c}!function(e){e.IDENTITY="identity",e.SIMILARITY="similarity"}(ae||(ae={}));var pe=n(9192),fe=(n(4870),n(1991)),ge=n.n(fe),ye=n(9322);const we="#808080",be="rgb(0,0,0)",Ae=ye.zS;var Ce,Te;(Ce||(Ce={})).maxMonomerLength=".mm.cellRenderer.maxMonomerLength",function(e){e.MSA="MSA",e.classic="classic"}(Te||(Te={}));const ve=new class{constructor(){this.color="rgb(100,100,100)",this.pivot=0,this.left=!1,this.transparencyRate=1,this.separator="",this.last=!1,this.drawStyle=Te.classic,this.maxWord=[],this.wordIdx=0,this.gridCell=null,this.referenceSequence=null,this.maxLengthOfMonomer=null,this.monomerTextSizeMap={},this.logger=void 0}};function Ee(e,t,n,r,s,o,a){var i,c,l;const u=Object.assign(Object.assign({},ve),a);a.logger?.debug("Bio: printLeftOrCentered(), start"),e.textAlign="start";let d=t.substring(0),h=u.last?"":u.separator;u.drawStyle===Te.MSA&&(h="");let m=!0,p=!0,f="difference";if(null!=u.gridCell&&null!=u.gridCell.cell.column&&(m=u.gridCell.cell.column.temp["color-code"]??!0,p=u.gridCell.cell.column.temp["compare-with-current"]??!0,f=u.gridCell.cell.column.temp["highlight-difference"]??"difference"),u.referenceSequence){const e=u.referenceSequence[u.wordIdx];p&&u.referenceSequence.length>0&&"difference"===f&&(u.transparencyRate=d==e?.3:u.transparencyRate),p&&u.referenceSequence.length>0&&"equal"===f&&(u.transparencyRate=d!=e?.3:u.transparencyRate)}null!=u.maxLengthOfMonomer&&(d=Ae(d,u.maxLengthOfMonomer));const g=d+h;(i=u.monomerTextSizeMap)[g]??(i[g]=e.measureText(g));let y=u.monomerTextSizeMap[g];(c=u.monomerTextSizeMap)[d]??(c[d]=e.measureText(d));let w=u.monomerTextSizeMap[d].width;const b=o/2-(y.fontBoundingBoxAscent+y.fontBoundingBoxDescent)/2+1;(l=u.monomerTextSizeMap)[h]??(l[h]=e.measureText(h));const A=u.monomerTextSizeMap[h].width;function C(t,s){const o=m?u.color:be;e.fillStyle=o,e.globalAlpha=u.transparencyRate,u.drawStyle===Te.classic&&(e.fillText(d,n+t,r+b),e.fillStyle=we,e.fillText(h,n+s,r+b)),u.drawStyle===Te.MSA&&e.fillText(d,n+t,r+b)}y=y.width,u.drawStyle===Te.MSA&&(w=u.maxWord[u.wordIdx],y=u.maxWord[u.wordIdx]);const T=(u.maxWord[u.wordIdx]??0)-(u.maxWord[0]??0);if(u.left||y>s)return C(T,T+w),n+T+w+A;{const e=(s-y)/2;return C(e,e+w),n+T+e+w}}n(6882);var Se=n(4152);function _e(e){const t=!ge().enumerate(e).some((([t,n])=>t.length>1&&0!=n&&n!=e.length-1)),n=[],r=t?"":" ";for(const[t,s]of ge().enumerate(e)){let o=t;s<e.length&&(o+=`${t?"":"-"}${r}`),n.push(o)}return[n,t]}function Pe(e,t,n,r,s,o,a){const i=document.createElement("canvas"),c=i.getContext("2d");c.font="12px monospace";const l=c.measureText(_e([e]).join("")).width,u=c.measureText(_e([t]).join("")).width,d=Math.max(l,u);return i.height=a,i.width=d+4,c.font="12px monospace",c.textBaseline="top",Ee(c,e,0,s-o,d,a,{color:n,pivot:0,left:!0}),Ee(c,t,0,s+o,d,a,{color:r,pivot:0,left:!0}),i}ie.YI.DNA,ie.YI.RNA,ie.YI.PT,ie.YI.UN,n(6642),n(4139),ie.zS,i.GridCellRenderer,i.GridCellRenderer;var xe,$e,Me,Ne=n(8070),Ie=n(4326);function Le(e){const t=a.divH([],{style:{gap:"10px"}}),n=a.divV([a.divText(e.seqCol.name),a.divText(e.activityCol.name)]);return n.style.fontWeight="bold",n.style.display="flex",n.style.justifyContent="space-between",t.append(n),e.points.forEach((n=>{const r=a.divText(e.activityCol.get(n).toFixed(2));r.style.display="flex",r.style.justifyContent="left",r.style.paddingLeft="30px",t.append(a.divV([a.divText(e.seqCol.get(n)),r]))})),t}function Re(e){const t=a.div();t.append(a.divText(e.seqCol.name,{style:{fontWeight:"bold"}}));const n=new Array(2);e.points.forEach(((t,r)=>{n[r]=e.activityCol.get(t)}));const r={},s=ce.GO.forColumn(e.seqCol),o=function(e,t,n,r){const s=document.createElement("canvas"),o=s.getContext("2d");return s.height=30,function(e,t,n,r,s,o,a,i,c,l){if(o.length!==a.length){const e=function(e,t){let n=0,r=0;const s=e.length>t.length?e:t,o=e.length>t.length?t:e;for(let e=0;e<o.length;e++)s[e]===o[e]&&n++;const a=s.length-o.length;for(let e=s.length-1;e>a;e--)s[e]===o[e-a]&&r++;const i=new Array(Math.abs(e.length-t.length)).fill(ce.b9[ie.Hi.FASTA]);function c(e){return n>r?e.concat(i):i.concat(e)}return e.length>t.length?t=c(ge()(t).toArray()):e=c(ge()(e).toArray()),{subParts1:e,subParts2:t}}(o,a);o=e.subParts1,a=e.subParts2}const u=e.measureText(_e(o).join("")),d=e.measureText(_e(a).join("")),h=Math.max(u.width,d.width);c&&(r=h+4*o.length,e.canvas.width=h+4*o.length);let m=Math.max(t,t+(r-(h+4*o.length))/2)+5;const p=Math.max(n,n+(s-28)/2);e.save(),e.beginPath(),e.rect(t,n,c?h+4*o.length:r,s),e.clip(),e.font="12px monospace",e.textBaseline="top";let f=Se.oT.Color;"HELM"!==i&&(f=(0,ie.ny)(i.substring(i.length-2)));for(let t=0;t<o.length;t++){const n=o[t],i=a[t],c=f.get(n);if(n!=i){const o=f.get(i),a=Ee(e,n,m,p-7,r,s,{color:c,pivot:0,left:!0}),u=Ee(e,i,m,p+7,r,s,{color:o,pivot:0,left:!0});m=Math.max(u,a),l&&(l[t]=Pe(n,i,c,o,p,7,s))}else m=Ee(e,n,m,p,r,s,{color:c,pivot:0,left:!0,transparencyRate:.5});m+=4}e.restore()}(o,0,0,0,30,ge()(e.canonicals).toArray(),ge()(t.canonicals).toArray(),n,!0,r),s}(s.getSplitted(e.points[0]),s.getSplitted(e.points[1]),s.units,r);return t.append(a.div(o,{style:{width:"300px",overflow:"scroll"}})),t.append(function(e){const t=a.div();if(Object.keys(e).length>0){const n=a.divV([]);n.append(a.divH([a.divText("Pos",{style:{fontWeight:"bold",width:"30px",borderBottom:"1px solid"}}),a.divText("Difference",{style:{fontWeight:"bold",borderBottom:"1px solid"}})]));for(const t of Object.keys(e))e[t].style.borderBottom="1px solid lightgray",n.append(a.divH([a.divText((parseInt(t)+1).toString(),{style:{width:"30px",borderBottom:"1px solid lightgray"}}),e[t]]));t.append(n)}return t}(r)),t.append(Oe("Activity delta",Math.abs(n[0]-n[1]))),t.append(Oe("Cliff",e.sali)),t}function Oe(e,t){return a.divH([a.divText(`${e}: `,{style:{fontWeight:"bold",paddingRight:"5px"}}),a.divText(t.toFixed(2))],{style:{paddingTop:"10px"}})}function He(e,t){const n=i.Column.string("seq_diff",e.rowCount).init((n=>`${e.get(t[0],n)}#${e.get(t[1],n)}`));n.semType="MacromoleculeDifference",n.meta.units=e.col(t[0]).meta.units,n.setTag(ie.gp.separator,e.col(t[0]).getTag(ie.gp.separator)),e.columns.add(n);const r=e.plot.grid();return r.col(t[0]).visible=!1,r.col(t[1]).visible=!1,r}!function(e){e.Unknown="unknown",e.FR="framework",e.CDR="cdr"}(xe||(xe={})),new class{constructor(){this.regionTypes=[xe.CDR],this.chains=["Heavy","Light"],this.skipEmptyPositions=!1,this.fitWidth=!1,this.positionWidth=16,this.positionHeight=Ie.fH.Entropy,this.filterSource=Ie.Fo.filterSource}},n(7602),n(8047),function(e){e.STYLE="Style",e.BEHAVIOR="Behavior",e.LAYOUT="Layout",e.DATA="Data"}($e||($e={})),function(e){e.skipEmptyPositions="skipEmptyPositions",e.regionTypes="regionTypes",e.chains="chains",e.fitWidth="fitWidth",e.positionWidth="positionWidth",e.positionHeight="positionHeight",e.filterSource="filterSource"}(Me||(Me={})),i.JsViewer,n(6863),n(2780),n(8115),i.JsViewer,n(1407);var Fe=n(439);ce.b9[Fe.Hi.FASTA],n(5433),n(3890),n(1687);var Ge,De=n(4356);!function(e){e.TYPE="V2000",e[e.NUM_OF_HEADER_LINES=3]="NUM_OF_HEADER_LINES",e[e.NUM_OF_COUNTS_DIGITS=3]="NUM_OF_COUNTS_DIGITS",e[e.ATOM_TYPE_COL=4]="ATOM_TYPE_COL",e[e.FIRST_BONDED_ATOM_COL=1]="FIRST_BONDED_ATOM_COL",e[e.BOND_TYPE_COL=3]="BOND_TYPE_COL",e[e.RGP_SHIFT=8]="RGP_SHIFT",e[e.MAX_ATOM_COUNT=999]="MAX_ATOM_COUNT",e.RGP_LINE_START="M RGP",e.ATOM_ALIAS_LINE_START="A ",e.END="M END"}(Ge||(Ge={}));class ke{constructor(e){this.init(e)}init(e){this.fileContent=e.replace(/\r/g,""),this._atomCount=void 0,this._atomTypes=void 0,this._bondCount=void 0,this._bondTypes=void 0,this.xyzAtomCoordinates=void 0,this._pairsOfBondedAtoms=void 0}get atomCount(){return void 0===this._atomCount&&this.setAtomAndBondCounts(),this._atomCount}get bondCount(){return void 0===this._bondCount&&this.setAtomAndBondCounts(),this._bondCount}get x(){var e;return null!==(e=this.xyzAtomCoordinates)&&void 0!==e||(this.xyzAtomCoordinates=this.parseAtomCoordinates()),this.xyzAtomCoordinates.x}get y(){var e;return null!==(e=this.xyzAtomCoordinates)&&void 0!==e||(this.xyzAtomCoordinates=this.parseAtomCoordinates()),this.xyzAtomCoordinates.y}get z(){var e;return null!==(e=this.xyzAtomCoordinates)&&void 0!==e||(this.xyzAtomCoordinates=this.parseAtomCoordinates()),this.xyzAtomCoordinates.z}get atomTypes(){var e;return null!==(e=this._atomTypes)&&void 0!==e||(this._atomTypes=this.parseAtomTypes()),this._atomTypes}get pairsOfBondedAtoms(){var e;return null!==(e=this._pairsOfBondedAtoms)&&void 0!==e||(this._pairsOfBondedAtoms=this.parseBondedAtomPairs()),this._pairsOfBondedAtoms}get bondTypes(){var e;return null!==(e=this._bondTypes)&&void 0!==e||(this._bondTypes=this.parseBondTypes()),this._bondTypes}setAtomAndBondCounts(){const{atomCount:e,bondCount:t}=this.parseAtomAndBondCounts();this._atomCount=e,this._bondCount=t}getNextColumnIdx(e){for(;!this.isWhitespace(e);)++e;for(;this.isWhitespace(e);)++e;return e}shiftIdxToSpecifiedColumn(e,t){let n=e;const r=this.isWhitespace(n)?t:t-1;for(let e=0;e<r;e++)n=this.getNextColumnIdx(n);return n}parseAtomTypes(){const e=this.atomCount,t=new Array(e);let n=this.getAtomBlockIdx();for(let r=0;r<e;r++)n=this.shiftIdxToAtomType(n),t[r]=this.parseAtomType(n),n=this.getNextLineIdx(n);return t}parseAtomCoordinates(){const e=new Float32Array(this.atomCount),t=new Float32Array(this.atomCount),n=new Float32Array(this.atomCount);let r=this.getAtomBlockIdx();for(let s=0;s<this.atomCount;s++){r=this.shiftIdxToXColumn(r);for(const o of[e,t,n])o[s]=this.parseFloatValue(r),r=this.getNextColumnIdx(r);r=this.getNextLineIdx(r)}return{x:e,y:t,z:n}}parseBondedAtomPairs(){const e=new Array(this.bondCount);let t=this.getBondBlockIdx();for(let n=0;n<this.bondCount;n++){t=this.shiftIdxToBondedAtomsPair(t);const r=new Uint16Array(2);r[0]=this.parseIntValue(t),t=this.getNextColumnIdx(t),r[1]=this.parseIntValue(t),e[n]=r,t=this.getNextLineIdx(t)}return e}parseBondTypes(){const e=this.bondCount,t=new Uint16Array(e);let n=this.getBondBlockIdx();for(let r=0;r<e;r++)n=this.shiftIdxToBondType(n),t[r]=this.parseIntValue(n),n=this.getNextLineIdx(n);return t}isWhitespace(e){const t=this.fileContent[e];return" "===t||"\t"===t}getNextLineIdx(e){return"\n"!==this.fileContent[e]?this.fileContent.indexOf("\n",e)+1:e+1}parseFloatValue(e){return this.parseNumericValue(parseFloat,e)}parseIntValue(e){return this.parseNumericValue(parseInt,e)}parseNumericValue(e,t){let n=t+1;for(;!this.isWhitespace(n);)++n;return e(this.fileContent.substring(t,n))}}class Ve extends ke{constructor(e){super(e),this.init(e)}init(e){super.init(e)}parseAtomType(e){let t=e,n=t;return this.isQuote(t)?(n=this.getNextIdenticalChar(t),t++):n=this.fileContent.indexOf(" ",n),this.fileContent.substring(t,n)}isQuote(e){const t=this.fileContent[e].charCodeAt(0);return 39===t||34===t}getNextIdenticalChar(e){const t=this.fileContent[e];return t?this.fileContent.indexOf(t,e+1):-1}isQuery(){return this.isQueryOrFragment(((e,t)=>{return 39===e||34===e||76===e&&!((n=this.fileContent.charCodeAt(t+1))>64&&n<91||n>96&&n<123);var n}))}isFragment(){return this.isQueryOrFragment((e=>82===e||42===e))}isQueryOrFragment(e){const t=this.atomCount;let n=this.getAtomBlockIdx();for(let r=0;r<t;r++){if(n=this.shiftIdxToAtomType(n),e(this.fileContent.charCodeAt(n),n))return!0;n=this.getNextLineIdx(n)}return!1}}class Ue extends Ve{constructor(e){super(e)}getAtomLines(){const e=this.getAtomBlockIdx(),t=this.getBondBlockIdx();return this.fileContent.substring(e,t).split("\n").slice(0,this.atomCount)}getBondLines(){const e=this.getBondBlockIdx();return this.fileContent.substring(e).split("\n").slice(0,this.bondCount)}getRGroupIdToAtomicIdxMap(){const e=new Map,t=this.fileContent.split("\n");t.filter((e=>e.startsWith(Ge.RGP_LINE_START))).forEach((t=>{const n=this.getAtomIdxToRgpIdxList(t);for(const[t,r]of n){if(e.has(t))throw new Error(`R group ${t} is already in the map`);e.set(t,r)}}));const n=t.map(((e,t)=>{if(e.startsWith(Ge.ATOM_ALIAS_LINE_START))return t})).filter((e=>void 0!==e)),r=n.map((e=>t[e])),s=n.map((e=>t[e+1]));r.forEach(((t,n)=>{const r=parseInt(t.split(/\s+/)[1])-1,o=parseInt(s[n].substring(1));if(e.has(o))throw new Error(`R group ${o} is already in the map`);e.set(o,r)}));const o=this.getRGroupAtomicIndices().filter((t=>!Array.from(e.values()).includes(t)));if(0!==o.length)throw new Error(`Unaccounted R group indices: ${o}`);return e}getAtomIdxToRgpIdxList(e){const t=e.split(/\s+/).filter((e=>e)).slice(3).map((e=>parseInt(e))),n=new Array(t.length/2);for(let e=0;e<t.length;e+=2)n[e/2]=[t[e+1],t[e]-1];return n}getRGroupAtomicIndices(){return this.atomTypes.map(((e,t)=>{if(e.includes("R#"))return t})).filter((e=>void 0!==e))}static isValidMolfile(e){return-1!==e.indexOf(Ge.TYPE)&&-1!==e.indexOf(Ge.END)}shiftIdxToAtomType(e){return this.shiftIdxToSpecifiedColumn(e,Ge.ATOM_TYPE_COL)}getCountsLineIdx(){let e=0;for(let t=0;t<Ge.NUM_OF_HEADER_LINES;++t)e=this.getNextLineIdx(e);return e}getAtomBlockIdx(){let e=this.getCountsLineIdx();return e=this.getNextLineIdx(e),e}shiftIdxToXColumn(e){return this.getNextColumnIdx(e)}shiftIdxToBondedAtomsPair(e){return this.shiftIdxToSpecifiedColumn(e,Ge.FIRST_BONDED_ATOM_COL)}shiftIdxToBondType(e){return this.shiftIdxToSpecifiedColumn(e,Ge.BOND_TYPE_COL)}getBondBlockIdx(){let e=this.getAtomBlockIdx();for(let t=0;t<this.atomCount;t++)e=this.getNextLineIdx(e);return e}parseAtomAndBondCounts(){let e=this.getCountsLineIdx(),t=e+Ge.NUM_OF_COUNTS_DIGITS;const n=parseInt(this.fileContent.substring(e,t));return e=t,t+=Ge.NUM_OF_COUNTS_DIGITS,{atomCount:n,bondCount:parseInt(this.fileContent.substring(e,t))}}}class Be extends Ve{constructor(e){super(e),this.init(e)}getAtomLines(){const e=this.getAtomBlockIdx(),t=this.getBondBlockIdx();return this.fileContent.substring(e,t).split("\n").slice(0,this.atomCount)}getBondLines(){const e=this.getBondBlockIdx();return this.fileContent.substring(e).split("\n").slice(0,this.bondCount)}getRGroupIdToAtomicIdxMap(){const e=new Map;return this.getAtomLines().forEach(((t,n)=>{const r=t.match(/RGROUPS=\(([\d\s]+)\)/);if(r){const t=r[1].split(/\s+/).map((e=>parseInt(e)));if(t.length>2)throw new Error(`R group data ${t} has more than 2 elements`);const s=t[1];if(e.has(s))throw new Error(`R group ${s} is already in the map`);e.set(s,n)}})),e}shiftIdxToAtomType(e){return this.shiftIdxToSpecifiedColumn(e,4)}getCountsLineIdx(){return this.fileContent.indexOf("M V30 COUNTS ")}getAtomBlockIdx(){let e=this.fileContent.indexOf("M V30 BEGIN ATOM");return e=this.getNextLineIdx(e),e}shiftIdxToXColumn(e){let t=this.shiftIdxToAtomType(e);return this.isQuote(t)?(t=this.getNextIdenticalChar(t),t=this.getNextColumnIdx(t),t):this.shiftIdxToSpecifiedColumn(e,5)}shiftIdxToBondedAtomsPair(e){return this.shiftIdxToSpecifiedColumn(e,5)}shiftIdxToBondType(e){return this.shiftIdxToSpecifiedColumn(e,4)}getBondBlockIdx(){return this.getNextLineIdx(this.fileContent.indexOf("M V30 BEGIN BOND"))}static isValidMolfile(e){return-1!==e.indexOf("V3000")&&-1!==e.indexOf("M END")}parseAtomAndBondCounts(){let e=this.fileContent.indexOf("M V30 COUNTS ")+14,t=this.fileContent.indexOf(" ",e+1);const n=parseInt(this.fileContent.substring(e,t));return e=t+1,t=this.fileContent.indexOf(" ",e+1),{atomCount:n,bondCount:parseInt(this.fileContent.substring(e,t))}}}class Ye{constructor(){}static getInstance(e){if(Ye.isMolfileV2K(e))return new Ue(e);if(Ye.isMolfileV3K(e))return new Be(e);throw new Error("Malformed molfile")}static isMolfileV2K(e){return Ue.isValidMolfile(e)}static isMolfileV3K(e){return Be.isValidMolfile(e)}}var We=n(5488),je={};je.styleTagTransform=T(),je.setAttributes=w(),je.insert=g().bind(null,"head"),je.domAPI=p(),je.insertStyleElement=A(),h()(We.A,je),We.A&&We.A.locals&&We.A.locals;class Ke{source;error;_monomers={};_onChanged=new u.Subject;constructor(e,t=void 0,n=void 0){this.source=t,this.error=n,this._monomers=e;for(const[e,t]of Object.entries(this._monomers))for(const[e,n]of Object.entries(t))n.lib=this}addMissingMonomer(e,t){let n=this._monomers[e];n||(n=this._monomers[e]={});let r=t;return t===ce.b9[ie.Hi.HELM]?r="Gap":("PEPTIDE"===e&&"X"===t||"RNA"===e&&"N"===t)&&(r="Any"),n[t]={symbol:t,name:r,molfile:"",author:"MISSING",id:-1,rgroups:ge().count(1).take(9).map((e=>({capGroupSmiles:"",alternateId:"",capGroupName:"",label:`R${e.toString()}`}))).toArray(),smiles:"",polymerType:e,monomerType:void 0,createDate:null}}getMonomer(e,t){let n=t;"RNA"==e&&"R"==n&&(n="r"),"RNA"==e&&"P"==n&&(n="p");let r=null;if(e){const t=this._monomers[e];r=t?t[n]:null}else{Ht.logger.warning(`Bio: MonomerLib.getMonomer() symbol '${t}', polymerType not specified.`);for(const[e,t]of Object.entries(this._monomers))if(r=t[n],r)break}return r}getPolymerTypes(){return Object.keys(this._monomers)}getMonomerMolsByPolymerType(e){const t={};return Object.keys(this._monomers[e]??{}).forEach((n=>{t[n]=this._monomers[e][n].molfile})),t}getMonomerSymbolsByType(e){return Object.keys(this._monomers[e])}getMonomerSymbolsByRGroup(e,t,n){let r=this.getMonomerSymbolsByType(t).map((e=>this.getMonomer(t,e)));return r=r.filter((e=>null!==e)),0===r.length?[]:(r=r.filter((t=>{if(!t?.rgroups)return!1;let n=t?.rgroups.length>=e;return Ye.getInstance(t.molfile).atomTypes.map(((e,t)=>"R#"===e?t:-1)).filter((e=>-1!==e)),n&&=!0,n})),r.map((e=>e?.symbol)))}get onChanged(){return this._onChanged}_updateInt(e){const t=e.getPolymerTypes(),n=this.getPolymerTypes();t.forEach((t=>{n.includes(t)||(this._monomers[t]={}),e.getMonomerSymbolsByType(t).forEach((n=>{this._monomers[t][n]=e.getMonomer(t,n)}))}))}update(e){this._updateInt(e),this._onChanged.next()}updateLibs(e,t=!1){t&&(this._monomers={});for(const t of e)t.error||this._updateInt(t);this._onChanged.next()}clear(){this._monomers={},this._onChanged.next()}getSummaryObj(){const e={},t=this.getPolymerTypes();for(const n of t)e[n]=this.getMonomerSymbolsByType(n).length;return e}getSummaryDf(){const e=this.getPolymerTypes(),t=new Array(e.length);for(const[n,r]of ge().enumerate(e))t[r]=this.getMonomerSymbolsByType(n).length;return i.DataFrame.fromColumns([i.Column.fromStrings("polymerType",e),i.Column.fromList(i.COLUMN_TYPE.INT,"count",t)])}getSummary(){const e=this.getPolymerTypes();return 0==e.length?"empty":e.map((e=>`${e} ${this.getMonomerSymbolsByType(e).length}`)).join("\n")}getTooltip(e,t){const n=a.div([],{classes:"ui-form ui-tooltip"}),r=this.getMonomer(e,t);if(r){const e=r.symbol;r.name,n.append(a.divH([a.div([e],{style:{fontWeight:"bolder",textWrap:"nowrap",marginRight:"6px"}}),a.div([r.name])],{style:{display:"flex",flexDirection:"row",justifyContent:"left"}}));const t={autoCrop:!0,autoCropMargin:0,suppressChiralText:!0};let s;s=r.molfile?o.chem.svgMol(r.molfile,void 0,void 0,t):r.smiles?a.divV([o.chem.svgMol(r.smiles,void 0,void 0,t),a.divText("from smiles",{style:{fontSize:"smaller"}})]):a.divText("No structure",{style:{margin:"6px"}}),n.append(a.div(s,{style:{display:"flex",flexDirection:"row",justifyContent:"center",margin:"6px"}})),n.append(a.divText(r.lib?.source??"Missed in libraries"))}else n.append(a.divV([a.divText(`Monomer '${t}' of type '${e}' not found.`),a.divText("Open the Context Panel, then expand Manage Libraries")]));return n}}var qe=n(7433),Ze=n.n(qe),ze=n(1913),Xe=n.n(ze);class Je{helmMonomerSchema;validateMonomerSchema;constructor(e){this.helmMonomerSchema=e;const t=new(Ze())({allErrors:!0,strictTuples:!1,allowUnionTypes:!0});Xe()(t),this.validateMonomerSchema=t.compile(this.helmMonomerSchema)}validateFile(e,t){const n=this.parseJson(e,t);return null!==n&&(Array.isArray(n)?this.validateJsonContent(n,t):(console.warn(`Bio: Monomer Library File Validator file '${t}': Invalid JSON format: The file must contain an array of monomers.`),!1))}parseJson(e,t){try{return JSON.parse(e)}catch(e){return console.error(`Bio: Monomer Library File Validator file '${t}': Invalid JSON format:`,e),null}}validateJsonContent(e,t){let n=!0;for(const r of e){const e=r.symbol??r.id??r.name??"#N/A";if(n=this.validateMonomerSchema(r),!n){console.warn(`Bio: Monomer Library File Validator file ${t}, monomer '${e}' violating JSON schema:`,r,"\nError reason: ",this.validateMonomerSchema.errors,`\nThere may be other errors in ${t} since the validation is stopped after the first error.`," Please, verify that the monomer library file satisfies the JSON schema");break}}return n}}class Qe{fileValidator;libHelper;eventManager;logger;filesPromise=Promise.resolve();constructor(e,t,n,r){this.fileValidator=e,this.libHelper=t,this.eventManager=n,this.logger=r,this.eventManager.updateValidLibraryFileListRequested$.subscribe((async()=>{await this.updateValidLibraryList()}))}static objCounter=-1;objId=++Qe.objCounter;toLog(){return`MonomerLibFileManager<${this.objId}>`}static async create(e,t,n){const r=await o.dapi.files.readAsText("System:AppData/Bio/tests/libraries/HELMmonomerSchema.json"),s=JSON.parse(r),a=new Je(s);return new Qe(a,e,t,n)}async addLibraryFile(e,t){try{if(await o.dapi.files.exists(De.so+`${t}`))return void o.shell.error(`File ${t} already exists`);await this.validateAgainstHELM(e,t),await o.dapi.files.writeAsText(De.so+`${t}`,e),await this.updateValidLibraryList(),await o.dapi.files.exists(De.so+`${t}`)?o.shell.info(`Added ${t} HELM library`):o.shell.error(`Failed to add ${t} library`)}catch(e){console.error(e),o.shell.error(`Failed to add ${t} library`)}}async deleteLibraryFile(e){try{await o.dapi.files.delete(De.so+`${e}`),await this.updateValidLibraryList(),o.shell.info(`Deleted ${e} library`)}catch(t){console.error(t),await o.dapi.files.exists(De.so+`${e}`)?o.shell.error(`Failed to delete ${e} library`):o.shell.warning(`File ${e} already deleted, refresh the list`)}}async loadLibraryFromFile(e,t){let n=[];const r=new i.FileSource(e),s=await r.readAsText(t);n=JSON.parse(s);const o={},a=[];return n.forEach((e=>{const t=e.polymerType,n=e.symbol;a.includes(t)||(o[t]={},a.push(t)),o[t][n]=e})),new Ke(o,t)}getValidLibraryPaths(){return this.eventManager.getValidFilesPathList()}async getValidLibraryPathsAsynchronously(){return await this.eventManager.getValidLibraryPathsAsynchronously()}async updateValidLibraryList(){const e=`${this.toLog()}.updateValidLibraryList()`;return this.logger.debug(`${e}, start`),this.filesPromise=this.filesPromise.then((async()=>{this.logger.debug(`${e}, IN`);const t=[],n=await this.getFilePathsAtDefaultLocation();if(!this.fileListHasChanged(n))return void this.logger.debug(`${e}, end, not changed`);for(const e of n){if(!e.endsWith(".json")){t.push(e);continue}const n=await o.dapi.files.readAsText(De.so+`${e}`);this.isValidHELMLibrary(n,e)||t.push(e)}const r=n.filter((e=>!t.includes(e)));if(this.fileListHasChanged(r)&&(this.eventManager.changeValidFilesPathList(r),this.libHelper.loadLibraries(!0)),r.some((e=>!e.endsWith(".json")))&&this.logger.warning(`Wrong validation: ${r}`),t.length>0){const e=`Invalid monomer library files in ${De.so}, consider fixing or removing them: ${t.join(", ")}`;this.logger.warning(e)}this.logger.debug(`${e}, OUT`)})),this.logger.debug(`${e}, end`),this.filesPromise}fileListHasChanged(e){const t=this.eventManager.getValidFilesPathList();return e.length!==t.length||e.some(((e,n)=>e!==t[n]))}async validateAgainstHELM(e,t){if(!this.isValidHELMLibrary(e,t))throw new Error(`File ${t} does not satisfy HELM standard`)}isValidHELMLibrary(e,t){return this.fileValidator.validateFile(e,t)}async getFilePathsAtDefaultLocation(){const e=`${this.toLog()}.getFilePathsAtDefaultLocation()`;this.logger.debug(`${e}, start`);const t=(await o.dapi.files.list(De.so)).map((e=>e.fullPath)),n=[];return n.push(...t),n.map((e=>e.substring(De.so.length)))}}class et{constructor(){}static _instance;static getInstance(){return et._instance||(et._instance=new et),et._instance}_libraryFilesUpdateSubject$=new u.BehaviorSubject([]);_addLibraryFilesSubject$=new u.Subject;_librarySelectionSubject$=new u.Subject;getValidFilesPathList(){return this._libraryFilesUpdateSubject$.getValue()}async getValidLibraryPathsAsynchronously(){return new Promise((e=>{this._libraryFilesUpdateSubject$.pipe((0,$.skip)(1)).subscribe((t=>{e(t)}))}))}changeValidFilesPathList(e){this._libraryFilesUpdateSubject$.next(e)}get updateUIControlsRequested$(){return this._libraryFilesUpdateSubject$.pipe()}get updateValidLibraryFileListRequested$(){return this._libraryFilesUpdateSubject$.pipe()}get addLibraryFileRequested$(){return this._addLibraryFilesSubject$.pipe()}addLibraryFile(){this._addLibraryFilesSubject$.next()}get librarySelectionRequested$(){return this._librarySelectionSubject$}updateLibrarySelectionStatus(e,t){this._librarySelectionSubject$.next([e,t])}}class tt{logger;_monomerLib=new Ke({},"MAIN");_eventManager;get eventManager(){return this._eventManager}async awaitLoaded(e=3e3){return await Promise.race([(async()=>{const e=await this.getFileManager();return await e.filesPromise,!0})(),(async()=>(await(0,Ne.cb)(e),!1))()]).then((t=>{if(!t)throw new Error(`Loading monomer libraries is timeout ${e} ms.`)}))}constructor(e){this.logger=e}getBioLib(){return this._monomerLib}_fileManagerPromise;async getFileManager(){return void 0===this._fileManagerPromise&&(this._fileManagerPromise=(async()=>await Qe.create(this,this._eventManager,this.logger))()),this._fileManagerPromise}loadLibrariesPromise=Promise.resolve();async loadLibraries(e=!1){return this.loadLibrariesPromise=this.loadLibrariesPromise.then((async()=>{const t=i.TaskBarProgressIndicator.create("Loading monomers ...");try{const[n,r]=await Promise.all([(await this.getFileManager()).getValidLibraryPaths(),(0,De.ub)()]),s=n.filter((e=>{const t=!r.exclude.includes(e),n=0===r.explicit.length||r.explicit.includes(e);return t&&n}));let o=0;const a=await Promise.all(s.map((e=>this.readLibrary(De.so,e).catch((t=>{const n=`Loading monomers from '${e}' error: ${t instanceof Error?t.message:t.toString()}`;return new Ke({},e,n)})).finally((()=>{t.update(Math.round(100*++o/s.length),`Loading monomer libs ${o}/${s.length}`)})))));this._monomerLib.updateLibs(a,e)}catch(e){const t=`Loading monomer libraries error: ${e instanceof Error?e.message:e.toString()}`;o.shell.warning(t);const n=e instanceof Error?e.stack:void 0;Ht.logger.error(t,void 0,n)}finally{t.close()}}))}async readLibrary(e,t){const n=await this.getFileManager();return await n.loadLibraryFromFile(e,t)}async selectSpecifiedLibraries(e){const t=await this.getInvalidFileNames(e);if(t.length>0)throw new Error(`Cannot select libraries ${t}: no such library in the list`);const n=await(0,De.ub)();n.exclude=(await this.getFileManager()).getValidLibraryPaths().filter((t=>!e.includes(t))),await(0,De.Eu)(n)}async getInvalidFileNames(e){const t=(await this.getFileManager()).getValidLibraryPaths();return e.filter((e=>!t.includes(e)))}static async getInstance(){let e=window.$monomerLibHelperPromise;return void 0===e&&(e=window.$monomerLibHelperPromise=(async()=>{const e=new tt(Ht.logger);return e._eventManager=et.getInstance(),e})()),e}}n(1757);var nt=n(3017),rt={};rt.styleTagTransform=T(),rt.setAttributes=w(),rt.insert=g().bind(null,"head"),rt.domAPI=p(),rt.insertStyleElement=A(),h()(nt.A,rt),nt.A&&nt.A.locals&&nt.A.locals;var st,ot=function(e,t,n,r){return new(n||(n=Promise))((function(s,o){function a(e){try{c(r.next(e))}catch(e){o(e)}}function i(e){try{c(r.throw(e))}catch(e){o(e)}}function c(e){var t;e.done?s(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,i)}c((r=r.apply(e,t||[])).next())}))};class at{constructor(e,t,n=!1,r){var s;this.name="",this.description="",this._isAutomatic=!1,this._autoStartFirstStep=!1,this._currentStep=0,this._isStopped=!1,this._isCancelled=!1,this._isStepProcessed=!1,this._root=a.div([],{id:"demo-script",classes:"tutorials-root tutorials-track demo-app-script"}),this._steps=[],this._mainHeader=a.panel([],"tutorials-main-header"),this._header=a.h2(""),this._headerDiv=a.divH([],"tutorials-root-header"),this._stopStartBtn=a.button(a.iconFA("pause"),(()=>this._changeStopState()),"Play / pause"),this._restartBtn=a.button(a.iconFA("redo"),(()=>this._restartScript()),"Restart"),this._nextStepBtn=a.button(a.iconFA("play"),(()=>{this._isStepProcessed||this._nextStep()}),"Next step"),this._activity=a.panel([],"tutorials-root-description"),this._progressDiv=a.divV([],"tutorials-root-progress"),this._progress=a.element("progress"),this._progressSteps=a.divText(""),this._closeBtn=a.button(a.iconFA("chevron-left"),(()=>this._closeDock()),"Back to demo"),this.name=e,this.description=t,this._isAutomatic=n,this._autoStartFirstStep=null!==(s=null==r?void 0:r.autoStartFirstStep)&&void 0!==s&&s,this._progress.max=0,this._progress.value=1,at.currentObject=this}get steps(){return this._steps}get stepNumber(){return this._steps.length}_addHeader(){this._createHeaderDiv(),this._createProgressDiv(),this._mainHeader.append(this._headerDiv,this._progressDiv)}_createHeaderDiv(){this._header.innerText=this.name,this._headerDiv.append(this._closeBtn),this._headerDiv.append(this._header),this._nextStepBtn.firstChild.className="grok-icon fas fa-play",this._headerDiv.append(this._isAutomatic?this._stopStartBtn:this._nextStepBtn)}_createProgressDiv(){this._progress.max=this.stepNumber,this._progressDiv.append(this._progress),this._progressSteps=a.divText(`Step: ${this._progress.value} of ${this.stepNumber}`),this._progressDiv.append(this._progressSteps)}_addDescription(){var e;this._activity.append(a.div(this.description,"tutorials-root-description"));for(let t=0;t<this.stepNumber;t++){let n=a.iconFA("clock");this._isAutomatic||0===t&&(n=a.iconFA("play",(()=>this._nextStep()),"Next step"),n.className="grok-icon fas fa-play");const r=a.div(this._steps[t].name,"grok-tutorial-entry-instruction"),s=a.div(null===(e=this._steps[t].options)||void 0===e?void 0:e.description,"grok-tutorial-step-description hidden"),o=a.divH([n,r],"grok-tutorial-entry");this._activity.append(o,s)}}_initRoot(){var e,t,n;o.shell.windows.showContextPanel=!0,o.shell.windows.showHelp=!1;const r=Array.from(o.shell.dockManager.rootNode.children)[0];this._node=o.shell.dockManager.dock(this._root,i.DOCK_TYPE.FILL,r,""),(null===(t=null===(e=r.parent.container.containerElement.firstElementChild)||void 0===e?void 0:e.lastElementChild)||void 0===t?void 0:t.classList.contains("tab-handle-list-container"))&&(null===(n=r.parent.container.containerElement.firstElementChild)||void 0===n||n.lastElementChild.remove()),this._node.container.containerElement.classList.add("tutorials-demo-script-container"),this._addHeader(),this._root.append(this._mainHeader),this._addDescription(),this._root.append(this._activity)}_nextStep(){var e,t;return ot(this,void 0,void 0,(function*(){this._isStepProcessed=!0,this._isAutomatic||(this._nextStepBtn.classList.add("disabled"),this._nextStepBtn.firstChild.classList.add("fa-disabled"));const n=this._activity.getElementsByClassName("grok-tutorial-entry")[this._currentStep],r=this._activity.getElementsByClassName("grok-icon")[this._currentStep],s=this._activity.getElementsByClassName("grok-tutorial-step-description")[this._currentStep];r.className="grok-icon far fa-spinner-third fa-spin",s.classList.remove("hidden"),s.classList.add("visible");const o=n,i=(null===(e=this._steps[this._currentStep].options)||void 0===e?void 0:e.delay)?null===(t=this._steps[this._currentStep].options)||void 0===t?void 0:t.delay:2e3;yield this._steps[this._currentStep].func(),this._scrollTo(this._root,o.offsetTop-this._mainHeader.offsetHeight),this._isAutomatic&&(yield this._countdown(n,r,i),yield(0,Ne.cb)(i));const c=a.iconFA("check");if(r.replaceWith(c),c.className="grok-icon far fa-check",this._progress.value++,this._progressSteps.innerText=`Step: ${this._progress.value} of ${this.stepNumber}`,this._currentStep++,this._isStepProcessed=!1,this._currentStep!==this.stepNumber){if(!this._isAutomatic){const e=this._activity.getElementsByClassName("grok-icon")[this._currentStep],t=a.iconFA("play",(()=>this._nextStep()),"Next step");t.className="grok-icon fas fa-play",e.replaceWith(t),this._nextStepBtn.classList.remove("disabled"),this._nextStepBtn.firstChild.classList.remove("fa-disabled")}}else this._isAutomatic?this._stopStartBtn.replaceWith(this._restartBtn):this._nextStepBtn.replaceWith(this._restartBtn)}))}_startScript(){return ot(this,void 0,void 0,(function*(){for(let e=this._currentStep;e<this.stepNumber&&!this._isStopped&&!this._isCancelled;e++)yield this._nextStep()}))}_scrollTo(e,t){e.focus(),e.scrollTop=t}_countdown(e,t,n){return ot(this,void 0,void 0,(function*(){const r=a.div([],"demo-script-countdown");t.classList.add("hidden");let s=n/1e3;const o=this._createSVGIndicator(s);r.append(o),e.prepend(r);const i=setInterval((()=>{s--,0===s&&(clearInterval(i),r.remove(),t.classList.remove("hidden"),t.classList.add("visible"))}),1e3)}))}_createSVGIndicator(e){const t=document.createElementNS("http://www.w3.org/2000/svg","svg"),n=document.createElementNS("http://www.w3.org/2000/svg","circle");return n.setAttributeNS(null,"cx","7"),n.setAttributeNS(null,"cy","7"),n.setAttributeNS(null,"r","6"),n.setAttributeNS(null,"style",`animation: countdown ${e}s linear infinite forwards`),t.append(n),t}_changeStopState(){const e=this._stopStartBtn.getElementsByClassName("grok-icon");e[0].className="grok-icon fas fa-play",this._isStopped=!this._isStopped,this._isStopped||(e[0].className="grok-icon fal fa-pause",this._isStepProcessed||this._startScript())}_restartScript(){o.shell.dockManager.close(this._node),o.shell.closeAll(),this._clearRoot(),this._setInitParams(),this.start()}_clearRoot(){this._root=a.div([],{id:"demo-script",classes:"tutorials-root tutorials-track demo-app-script"}),this._mainHeader=a.panel([],"tutorials-main-header"),this._header=a.h2(""),this._headerDiv=a.divH([],"tutorials-root-header"),this._activity=a.panel([],"tutorials-root-description"),this._progressDiv=a.divV([],"tutorials-root-progress"),this._progress=a.element("progress"),this._progressSteps=a.divText(""),this._progress.max=0,this._progress.value=1}_setInitParams(){this._currentStep=0,this._isStopped=!1,this._isCancelled=!1,this._stopStartBtn.getElementsByClassName("grok-icon")[0].className="grok-icon fal fa-pause",this._nextStepBtn.classList.remove("disabled")}_closeDock(){o.shell.dockManager.close(this._node),this.cancelScript()}cancelScript(){this._isCancelled=!0,at.currentObject=null}step(e,t,n){return this._steps[this.steps.length]={name:e,func:t,options:n},this}start(){return ot(this,void 0,void 0,(function*(){this._initRoot(),o.shell.newView(this.name),this._isAutomatic?this._startScript():this._autoStartFirstStep&&(yield this._nextStep())}))}}at.currentObject=null,function(e){e.X="Embed_X",e.Y="Embed_Y"}(st||(st={}));var it,ct,lt,ut=function(e,t,n,r){return new(n||(n=Promise))((function(s,o){function a(e){try{c(r.next(e))}catch(e){o(e)}}function i(e){try{c(r.throw(e))}catch(e){o(e)}}function c(e){var t;e.done?s(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,i)}c((r=r.apply(e,t||[])).next())}))};n(5540),function(e){e.ADD="ADD",e.SUB="SUB",e.MULT="MULT"}(it||(it={})),function(e){e.SQUARE="SQUARE",e.INVERSE="INVERSE",e.TRANSPOSE="TRANSPOSE",e.NORM="NORM",e.COLUMN_NORM="COLUMN_NORM"}(ct||(ct={})),function(e){e.SCALARMULT="SCALARMULT",e.SCALARADD="SCALARADD",e.SCALARPOW="SCALARPOW"}(lt||(lt={})),n(8152);var dt=n(966);n(608),n(1619),n(5785),new class{tooltipHandlerTemp="tooltip-handler.Monomer"},i.GridCellRenderer;class ht{constructor(e,t){this.target=e,this.debugEnabled=t}error(e,t,n){return this.target.error(e,t,n)}warning(e,t){return this.target.warning(e,t)}info(e,t){return this.target.info(e,t)}debug(e,t){if(this.debugEnabled)return this.target.debug(e,t)}}Map;class mt extends i.Package{_properties;get properties(){return this._properties}set properties(e){this._properties=e}_initialized=!1;get initialized(){return this._initialized}constructor(e={debug:!1}){super(),super._logger=new ht(super.logger,e.debug)}completeInit(){this._initialized=!0}handleErrorUI(e){const[t,n]=(0,pe.AP)(e);o.shell.error(t),this.logger.error(t,void 0,n)}}n(2174),i.Widget,i.DataFrame.fromCsv("seq,value\nATCCGTCGT,0.5\nTGTTCGTCA,0.4\nATGGTCGTA,0.7\nATCCGTGCA,0.1"),["1","1A","1C","2","4","4A","4B","5","6"].join(ie.z1);var pt=n(7384);const ft=OCL;class gt{constructor(e){const t=e.split("|");t.forEach((e=>this.validateConnectionItem(e))),this.connectionItems=t}connectionItems;validateConnectionItem(e){const t="(PEPTIDE|RNA)",n=new RegExp(`${t}[0-9]+,${t}[0-9]+,[0-9]+:R[0-9]+-[0-9]+:R[0-9]+`,"g");if(!e.match(n))throw new Error(`Cannot parse connection item from ${e}`)}getConnectionData(){const e=[];return this.connectionItems.forEach((t=>{const n=[],r=t.split(",");r[2].split("-").forEach(((e,t)=>{const s=r[t],o=e.split(":"),a={monomerIdx:parseInt(o[0])-1,rGroupId:parseInt(o[1].slice(1))};n.push({polymerId:s,bond:a})})),e.push(n)})),e}}class yt{simplePolymer;constructor(e){this.simplePolymer=e,this.polymerType=this.getPolymerType(),this.idx=this.getIdx();const{monomers:t,monomerTypes:n}=this.getMonomerSymbolsAndTypes();this.monomers=t,this.monomerTypes=n}polymerType;monomers;idx;monomerTypes;get id(){return this.polymerType+this.idx.toString()}getPolymerType(){const e=new RegExp("(PEPTIDE|RNA)[0-9]+{"),t=this.simplePolymer.match(e);if(!t)throw new Error(`Unsupported polymer type in ${this.simplePolymer}`);return t[1]}getIdx(){const e=new RegExp(`${this.polymerType}([0-9]+){`),t=this.simplePolymer.match(e);if(!t)throw new Error(`Cannot parse simple polymer id from ${this.simplePolymer}`);return parseInt(t[1])}getMonomerSymbolsAndTypes(){const e=new RegExp(`${this.polymerType}${this.idx}{|}`,"g"),t=this.simplePolymer.replace(e,"").split("."),n=[],r=[];return t.forEach((e=>{n.push(e),r.push("Backbone")})),{monomers:n,monomerTypes:r}}getBondData(){const e=[],t=this.monomerTypes.map(((e,t)=>{if("Backbone"===e)return t})).filter((e=>void 0!==e)),n=this.monomerTypes.map(((e,t)=>{if("Branch"===e)return t})).filter((e=>void 0!==e));for(let n=0;n<t.length-1;n++){const r=t[n],s=t[n+1];e.push([{monomerIdx:r,rGroupId:2},{monomerIdx:s,rGroupId:1}])}for(let t=0;t<n.length;t++){const r=n[t],s=r-1;e.push([{monomerIdx:s,rGroupId:3},{monomerIdx:r,rGroupId:1}])}return e}}class wt{helmString;constructor(e){this.helmString=e;const t=this.helmString.split("$"),n=t[0].split("|");this.simplePolymers=n.map((e=>new yt(e))),""!==t[1]&&(this.connectionList=new gt(t[1])),this.bondData=this.getBondData(),this.bondedRGroupsMap=this.getBondedRGroupsMap()}bondData;simplePolymers;connectionList;bondedRGroupsMap;getBondedRGroupsMap(){const e=new Map;return this.bondData.forEach((t=>{t.forEach((t=>{const n=t.monomerIdx,r=t.rGroupId;e.get(n)||e.set(n,[]),e.get(n).push(r)}))})),e}toString(){return this.helmString}getPolymerTypeByMonomerIdx(e){return this.getSimplePolymerByMonomerIdx(e).polymerType}getSimplePolymerByMonomerIdx(e){const t=this.getMonomerIdxShifts(),n=Object.values(t).sort(((e,t)=>e-t)).find((t=>e>=t));if(void 0===n)throw new Error(`Cannot find simple polymer for monomer ${e}`);const r=Object.keys(t).find((e=>t[e]===n));return this.simplePolymers.find((e=>e.id===r))}shiftBondMonomerIds(e,t){t.forEach((t=>{t.forEach((t=>{t.monomerIdx+=e}))}))}getMonomerIdxShifts(){const e={};let t=0;return this.simplePolymers.forEach((n=>{e[n.id]=t,t+=n.monomers.length})),e}getBondData(){const e=this.getMonomerIdxShifts(),t=[];return this.simplePolymers.forEach((n=>{const r=n.getBondData(),s=e[n.id];this.shiftBondMonomerIds(s,r),t.push(...r)})),this.connectionList&&this.connectionList.getConnectionData().forEach((n=>{const r=[];n.forEach((t=>{const n=e[t.polymerId],s=t.bond;s.monomerIdx+=n,r.push(s)})),t.push(r)})),t}}class bt{monomerSymbol;constructor(e){this.monomerSymbol=e}atoms;bonds;rGroups;shiftR1GroupToOrigin(){const e=this.rGroups.getAtomicIdx(1);if(null===e)throw new Error(`Cannot find R1 group for monomer ${this.monomerSymbol}`);const{x:t,y:n}=this.atoms.atomCoordinates[e];this.atoms.shift({x:-t,y:-n})}alignR2AlongX(){const e=this.rGroups.getAtomicIdx(2);if(null===e)throw new Error(`Cannot find R2 group for monomer ${this.monomerSymbol}`);const t=this.atoms.atomCoordinates[e],n=t.y/t.x,r=Math.atan(n);if(isNaN(r))throw new Error(`Cannot calculate angle for R2 group for monomer ${this.monomerSymbol}`);this.rotateCoordinates(-r)}shiftMonomerToDefaultPosition(){this.shiftR1GroupToOrigin(),null!==this.rGroups.getAtomicIdx(2)&&this.alignR2AlongX()}deleteBondLineWithSpecifiedRGroup(e){this.rGroups.deleteBondLineWithSpecifiedRGroup(e)}shiftCoordinates(e){this.atoms.shift(e)}rotateCoordinates(e){this.atoms.rotate(e)}getBondLines(){return this.bonds.getBondLines()}getAtomLines(){return this.atoms.atomLines}removeRGroups(e){this.rGroups.removeRGroups(e)}replaceRGroupWithAttachmentAtom(e,t){this.rGroups.replaceRGroupWithAttachmentAtom(e,t)}getAttachmentAtomByRGroupId(e){return this.rGroups.getAttachmentAtomIdByRGroupId(e)}shiftBonds(e){this.bonds.shift(e)}capRGroups(e){this.rGroups.capRGroups(e)}}class At{atoms;bonds;constructor(e,t,n){this.atoms=t,this.bonds=n,this.rGroupIdToAtomicIndexMap=e.getRGroupIdToAtomicIdxMap()}rGroupIdToAtomicIndexMap;rGroupBondPositionMap=new Map;getAtomicIdx(e){const t=this.rGroupIdToAtomicIndexMap.get(e);return void 0===t?null:t}removeRGroupsFromAtomBlock(e){e.forEach((e=>{if(void 0===this.rGroupIdToAtomicIndexMap.get(e))throw new Error(`Cannot find atomic index for R group ${e}`)}));const t=Array.from(this.rGroupIdToAtomicIndexMap.entries()).filter((([t,n])=>e.includes(t))).map((([e,t])=>t));this.atoms.deleteAtoms(t)}removeRGroups(e){this.removeRGroupsFromAtomBlock(e),e.forEach((e=>{const t=this.replaceRGroupInBondsByDummy(e);this.rGroupBondPositionMap.set(e,t)}))}replaceRGroupInBondsByDummy(e){const t=this.rGroupIdToAtomicIndexMap.get(e);if(this.rGroupBondPositionMap.has(e))throw new Error(`R group ${e} is already handled`);const n=this.bonds.getPositionsInBonds(t+1);if(0===n.length)throw new Error(`Cannot find position for R group ${e}`);if(n.length>1)throw new Error(`More than one position for R group ${e}`);const r=n[0];return this.bonds.replacePositionsInBondsByDummy([r]),this.bonds.removeAtomIdFromBonds(t+1),this.removeRGroupFromAtomicIdxMap(e,t),r}removeRGroupFromAtomicIdxMap(e,t){this.rGroupIdToAtomicIndexMap.delete(e);for(const[e,n]of this.rGroupIdToAtomicIndexMap)n>t&&this.rGroupIdToAtomicIndexMap.set(e,n-1)}deleteBondLineWithSpecifiedRGroup(e){const t=this.rGroupBondPositionMap.get(e);if(!t)throw new Error(`Cannot find position for R group ${e}`);const{bondLineIdx:n}=t;this.bonds.deleteBondLines([n]),this.rGroupBondPositionMap.delete(e),this.rGroupIdToAtomicIndexMap.delete(e),this.rGroupBondPositionMap.forEach((e=>{e.bondLineIdx>n&&(e.bondLineIdx-=1)}))}replaceRGroupWithAttachmentAtom(e,t){const n=this.rGroupBondPositionMap.get(e);if(!n)throw new Error(`Cannot find position for R group ${e}`);const{bondLineIdx:r,nodeIdx:s}=n;this.bonds.bondedAtoms[r][s]=t}getAttachmentAtomIdByRGroupId(e){const t=this.rGroupBondPositionMap.get(e);if(!t)throw new Error(`Cannot find position for R group ${e}`);const{bondLineIdx:n,nodeIdx:r}=t;return this.bonds.bondedAtoms[n][(r+1)%2]}capRGroups(e){this.rGroupIdToAtomicIndexMap.forEach(((t,n)=>{const r=e[n-1];"H"===r?(this.removeRGroups([n]),this.deleteBondLineWithSpecifiedRGroup(n)):this.atoms.replaceRGroupSymbolByElement(t,r)}))}}class Ct{coordinates=[];rawAtomLines=[];get atomCoordinates(){return this.coordinates}replaceRGroupSymbolByElement(e,t){this.rawAtomLines[e]=this.rawAtomLines[e].replace("R#",t)}deleteAtoms(e){this.coordinates=this.coordinates.filter(((t,n)=>!e.includes(n))),this.rawAtomLines=this.rawAtomLines.filter(((t,n)=>!e.includes(n)))}shift(e){this.coordinates=this.coordinates.map((t=>{const n=t.x+e.x,r=t.y+e.y;if(isNaN(n)||isNaN(r))throw new Error(`Cannot shift coordinates by ${e.x}, ${e.y}`);return{x:n,y:r}}))}rotate(e){this.coordinates=this.coordinates.map((t=>{const n=t.x,r=t.y,s=n*Math.cos(e)-r*Math.sin(e),o=n*Math.sin(e)+r*Math.cos(e);if(isNaN(s)||isNaN(o))throw new Error(`Cannot rotate coordinates by ${e}`);return{x:s,y:o}}))}}class Tt extends Ct{constructor(e){super(),this.rawAtomLines=e.getAtomLines(),this.coordinates=this.rawAtomLines.map((e=>({x:parseFloat(e.substring(0,10)),y:parseFloat(e.substring(10,20))})))}get atomLines(){return this.rawAtomLines.map(((e,t)=>{const n=this.coordinates[t];return`${n.x.toFixed(4).padStart(10," ")}${n.y.toFixed(4).padStart(10," ")}${e.substring(20)}`}))}}class vt{bondedAtomPairs=[];rawBondLines=[];get bondedAtoms(){return this.bondedAtomPairs}deleteBondLines(e){this.rawBondLines=this.rawBondLines.filter(((t,n)=>!e.includes(n))),this.bondedAtomPairs=this.bondedAtomPairs.filter(((t,n)=>!e.includes(n)))}getPositionsInBonds(e){const t=[];return this.bondedAtomPairs.forEach(((n,r)=>{n.forEach(((n,s)=>{n===e&&t.push({bondLineIdx:r,nodeIdx:s})}))})),t}replacePositionsInBondsByDummy(e,t){void 0===t&&(t=-1),e.forEach((e=>{const{bondLineIdx:n,nodeIdx:r}=e;this.bondedAtomPairs[n][r]=t}))}removeAtomIdFromBonds(e){this.bondedAtomPairs=this.bondedAtomPairs.map((t=>t.map((t=>t>e?t-1:t))))}shift(e){this.bondedAtomPairs=this.bondedAtomPairs.map((t=>t.map((t=>t+e))))}}class Et extends vt{constructor(e){super(),this.rawBondLines=e.getBondLines(),this.bondedAtomPairs=this.rawBondLines.map((e=>[parseInt(e.substring(0,3)),parseInt(e.substring(3,6))]))}getBondLines(){return this.bondedAtomPairs.map(((e,t)=>{if(e.some((e=>-1===e)))throw new Error(`Bonded pair ${e} contains -1`);return`${e[0].toString().padStart(3," ")}${e[1].toString().padStart(3," ")}${this.rawBondLines[t].substring(6)}`}))}}class St extends bt{constructor(e,t){super(t);const n=Ye.getInstance(e);this.atoms=new Tt(n),this.bonds=new Et(n),this.rGroups=new At(n,this.atoms,this.bonds),this.shiftMonomerToDefaultPosition()}}class _t extends Ct{molfileHandler;constructor(e){super(),this.molfileHandler=e,this.rawAtomLines=e.getAtomLines(),this.coordinates=this.getCoordinates()}getCoordinates(){const e=this.molfileHandler.x,t=this.molfileHandler.y;return Array.from(e).map(((e,n)=>({x:e,y:t[n]})))}get atomLines(){const e=/^(M V30 [^-]*)(-?\d+\.\d+)( )(-?\d+\.\d+)( -?\d+\.\d+.*)$/,t=/\sRGROUPS=\(\d+(\s+\d+)*\)/;return this.rawAtomLines.map(((n,r)=>{const s=this.coordinates[r],o=s.x.toFixed(4)+"00",a=s.y.toFixed(4)+"00";return n.replace(e,((e,t,n,r,s,i)=>t+o+r+a+i)).replace(t,"")}))}replaceRGroupSymbolByElement(e,t){super.replaceRGroupSymbolByElement(e,t);const n=this.rawAtomLines[e].substring(3).split(" ");n.length>7&&(this.rawAtomLines[e]=`M ${n.slice(0,7).join(" ")}`)}}class Pt extends vt{molfileHandler;constructor(e){super(),this.molfileHandler=e,this.rawBondLines=e.getBondLines(),this.bondedAtomPairs=this.getBondedAtomPairs()}getBondedAtomPairs(){return this.molfileHandler.pairsOfBondedAtoms.map((e=>[e[0],e[1]]))}getBondLines(){const e=/^(M\s+V30\s+\d+\s+\d+\s+)(\d+)(\s+)(\d+)(.*)$/;return this.bondedAtomPairs.map(((t,n)=>{if(t.some((e=>-1===e)))throw new Error(`Bonded pair ${t} contains -1`);return this.rawBondLines[n].replace(e,((e,n,r,s,o,a)=>`${n}${t[0]}${s}${t[1]}${a}`))}))}}class xt extends bt{constructor(e,t){super(t);const n=Ye.getInstance(e);this.atoms=new _t(n),this.bonds=new Pt(n),this.rGroups=new At(n,this.atoms,this.bonds),this.shiftMonomerToDefaultPosition()}}class $t{static getInstance(e,t){if(Ye.isMolfileV2K(e))return new St(e,t);if(Ye.isMolfileV3K(e))return new xt(e,t);throw new Error("Unsupported molfile version")}}class Mt{monomerSymbol;monomerIdx;helm;monomerLib;molfileWrapper;capGroupElements=[];constructor(e,t,n,r,s,o){this.monomerSymbol=e,this.monomerIdx=t,this.helm=n,this.monomerLib=o;const a=this.getLibraryMonomerObject();let i=a.molfile;Ye.isMolfileV2K(i)&&(i=this.convertMolfileToV3KFormat(i,e,s)),this.molfileWrapper=$t.getInstance(i,e),this.capGroupElements=this.getCapGroupElements(a),n.bondedRGroupsMap.has(t)&&this.removeRGroups(n.bondedRGroupsMap.get(t)),this.capRemainingRGroups(),this.shiftCoordinates(r)}convertMolfileToV3KFormat(e,t,n){let r=null;try{if(r=n.get_mol(e,JSON.stringify({mergeQueryHs:!0})),r)return r.get_v3Kmolblock();throw new Error(`Cannot convert ${t} to molV3000`)}finally{r?.delete()}}getLibraryMonomerObject(){const e=this.helm.getPolymerTypeByMonomerIdx(this.monomerIdx),t=this.monomerLib.getMonomer(e,this.monomerSymbol);if(!t)throw new Error(`Monomer ${this.monomerSymbol} is not found in the library`);return t}getCapGroupElements(e){return e.rgroups.map((e=>(e.capGroupSmiles||e.capGroupSMILES).replace(/(\[|\]|\*|:|\d)/g,"")))}shiftCoordinates(e){this.molfileWrapper.shiftCoordinates(e)}getAtomLines(){return this.molfileWrapper.getAtomLines()}getBondLines(){return this.molfileWrapper.getBondLines()}removeRGroups(e){this.molfileWrapper.removeRGroups(e)}capRemainingRGroups(){this.molfileWrapper.capRGroups(this.capGroupElements)}replaceRGroupWithAttachmentAtom(e,t){this.molfileWrapper.replaceRGroupWithAttachmentAtom(e,t)}getAttachmentAtomByRGroupId(e){return this.molfileWrapper.getAttachmentAtomByRGroupId(e)}deleteBondLineWithSpecifiedRGroup(e){this.molfileWrapper.deleteBondLineWithSpecifiedRGroup(e)}shiftBonds(e){this.molfileWrapper.shiftBonds(e)}}class Nt{rdKitModule;monomerLib;constructor(e,t,n){this.rdKitModule=t,this.monomerLib=n,this.helm=new wt(e)}monomerWrappers=[];helm;addMonomer(e,t,n){const r=new Mt(e,t,this.helm,n,this.rdKitModule,this.monomerLib);this.monomerWrappers.push(r)}getAtomNumberShifts(){const e=[];let t=0;return this.monomerWrappers.forEach((n=>{e.push(t),t+=n.getAtomLines().length})),e}restoreBondsBetweenMonomers(){this.helm.bondData.forEach((e=>{const t=e.map((e=>e.monomerIdx)),n=e.map((e=>e.rGroupId)),r=t.map((e=>this.monomerWrappers[e])),s=r[1].getAttachmentAtomByRGroupId(n[1]);r[0].replaceRGroupWithAttachmentAtom(n[0],s),r[1].deleteBondLineWithSpecifiedRGroup(n[1])}))}compileToMolfile(){const e=[],t=[],n=this.getAtomNumberShifts();this.monomerWrappers.forEach(((e,t)=>{e.shiftBonds(n[t])})),this.restoreBondsBetweenMonomers(),this.monomerWrappers.forEach((n=>{e.push(...n.getAtomLines()),t.push(...n.getBondLines())}));const r=e.length,s=t.length;return[this.getV3KHeader(r,s),this.getV3KAtomBlock(e),this.getV3KBondBlock(t),"M V30 END CTAB\nM END"].join("\n")}getV3KHeader(e,t){return`\n Datagrok\n\n 0 0 0 0 0 0 0 0 0 0999 V3000\nM V30 BEGIN CTAB\nM V30 COUNTS ${e} ${t} 0 0 1`}getV3KAtomBlock(e){const t=/^(M V30 )(\d+)( .*)$/;return["M V30 BEGIN ATOM",...e.map(((e,n)=>{const r=n+1;return e.replace(t,((e,t,n,s)=>t+r+s))})),"M V30 END ATOM"].join("\n")}getV3KBondBlock(e){const t=/^(M V30 )(\d+)( .*)$/;return["M V30 BEGIN BOND",...e.map(((e,n)=>{const r=n+1;return e.replace(t,((e,t,n,s)=>t+r+s))})),"M V30 END BOND"].join("\n")}}class It{constructor(e){this.molfileHandler=Ye.getInstance(e)}molfileHandler;get monomerSymbols(){return this.molfileHandler.atomTypes}getMonomerShifts(e){return{x:this.molfileHandler.x[e],y:this.molfileHandler.y[e]}}}class Lt{helmColumn;df;constructor(e,t){this.helmColumn=e,this.df=t,this.helmColumn=e}async convertToSmiles(){const e=await this.getSmilesList(),t=this.df.columns.getUnusedName(`smiles(${this.helmColumn.name})`);return i.Column.fromStrings(t,e.map((e=>null===e?"":e)))}async getSmilesList(){return(await this.convertToMolfileV3KColumn()).toList().map((e=>i.chem.convert(e,i.chem.Notation.MolBlock,i.chem.Notation.Smiles)))}async getMolV3000ViaOCL(e,t){const n=e.map((e=>{if(null===e)return"";const t=e.get_v3Kmolblock();return e.delete(),t})),r=new Array(n.length),s=i.TaskBarProgressIndicator.create("Handling chirality...");for(let e=0;e<n.length;e++){const t=ft.Molecule.fromMolfile(n[e]).toMolfileV3();r[e]=t.replace("STERAC1","STEABS");const o=e/n.length*100;s.update(o,`${o?.toFixed(2)}% of molecules completed`)}return s.close(),i.Column.fromStrings(t,r)}async convertToRdKitBeautifiedMolfileColumn(e){const t=(await this.convertToMolfileV3KColumn()).toList(),n=await o.functions.call("Chem:getRdKitModule"),r=t.map((e=>{if(""===e)return null;const t=n.get_mol(e);return t?(t.set_new_coords(),t.normalize_depiction(1),t.straighten_depiction(!0),t):null})),s=this.df.columns.getUnusedName(`molfile(${this.helmColumn.name})`);return e?await this.getMolV3000ViaOCL(r,s):i.Column.fromStrings(s,r.map((e=>{if(null===e)return"";const t=e.get_v3Kmolblock();return e.delete(),t})))}async convertToMolfileV3KColumn(){const e=await this.getPolymerGraphColumn(),t=await o.functions.call("Chem:getRdKitModule"),n=(await Ft()).getBioLib(),r=e.toList().map(((e,r)=>{const s=this.helmColumn.get(r);if(!s)return"";let o="";try{o=this.getPolymerMolfile(s,e,t,n)}catch(e){const[t,n]=(0,pe.AP)(e);Ht.logger.error(t,void 0,n)}finally{return o}})),s=this.df.columns.getUnusedName(`molfileV2K(${this.helmColumn.name})`);return i.Column.fromList("string",s,r)}async getPolymerGraphColumn(){return await o.functions.call("HELM:getMolfiles",{col:this.helmColumn})}getPolymerMolfile(e,t,n,r){const s=new It(t),o=new Nt(e,n,r);return s.monomerSymbols.forEach(((e,t)=>{const n=s.getMonomerShifts(t);o.addMonomer(e,t,n)})),o.compileToMolfile()}}function Rt(e){const t=["Embed_X","Embed_Y"],n=e.columns.names().filter((e=>e.includes(t[0]))).length+1;return t.map((e=>`${e}_${n}`))}function Ot(e,t){return`${t} (${e.length>4?`${e.length} columns`:e.map((e=>e.name)).join(", ")})`}n(6873),ye.Mu;const Ht=new mt;async function Ft(){return await tt.getInstance()}let Gt=null;function Dt(){return Gt}async function kt(e,t,n,r,s,u,d,h){if(!(0,dt.V)(t,"Activity Cliffs"))return;const m=Rt(e),p={units:t.meta.units,aligned:t.getTag(ie.gp.aligned),separator:t.getTag(ie.gp.separator),alphabet:t.getTag(ie.gp.alphabet)},f=u,g=t,y=async()=>await oe(e,g,m,"Activity cliffs",n,r,f,s,{...h??{}},i.SEMTYPE.MACROMOLECULE,p,d,Le,Re,He),w=s===l.c.UMAP?2e5:2e4,b=s===l.c.UMAP?5e3:2e3;if(e.rowCount>w)return void o.shell.warning(`Too many rows, maximum for sequence activity cliffs is ${w}`);const A=i.TaskBarProgressIndicator.create("Running sequence activity cliffs ...");return new Promise(((t,n)=>{e.rowCount>b&&!h?.[c.vb]?a.dialog().add(a.divText("Activity cliffs analysis might take several minutes.\n Do you want to continue?")).onOK((async()=>{y().then((e=>t(e))).catch((e=>n(e)))})).onCancel((()=>{t(void 0)})).show():y().then((e=>t(e))).catch((e=>n(e)))})).catch((e=>{const[t,n]=(0,pe.AP)(e);throw Ht.logger.error(t,void 0,n),e})).finally((()=>{A.close()}))}async function Vt(e,t,r,s,l,u,d,h){if((0,dt.V)(t,"Sequence Space"))return u||(u=i.Func.find({name:"macromoleculePreprocessingFunction",package:"Bio"})[0]),d??={},await async function(e,t,r,s,l,u,d,h=!0,m=!1,p={preprocessingFuncArgs:[]},f={},g=null,y={}){const w={showXAxis:!1,showYAxis:!1,showXSelector:!1,showYSelector:!1};if(t.length!==s.length||t.length!==u.length||t.length!==l.length||t.length!==p.preprocessingFuncArgs.length)throw new Error("columns, metrics and preprocessing functions, weights and function argumentsmust have the same length");const b=h?o.shell.tableView(e.name)??o.shell.addTableView(e):null,A=async()=>{const A=i.TaskBarProgressIndicator.create(`Initializing ${f.scatterPlotName??"dimensionality reduction"} ...`);let C;try{const T=Rt(e);function v(n,s,o){let l=null,u=null;e.columns.names().includes(T[0])?(l=e.columns.byName(T[0]),u=e.columns.byName(T[1])):(l=e.columns.add(i.Column.float(T[0],e.rowCount)),u=e.columns.add(i.Column.float(T[1],e.rowCount)),h&&!C&&(C=b.scatterPlot({...w,x:T[0],y:T[1],title:f.scatterPlotName??Ot(t,r)}))),f[c.YP]&&(C?.root&&a.setUpdateIndicator(C.root,!1),l.init((e=>o[0]?o[0][e]:void 0)),u.init((e=>o[1]?o[1][e]:void 0)));const d=n/s*100;A.update(d,`Running ${f.scatterPlotName??"dimensionality reduction"}... ${d.toFixed(0)}%`)}async function E(){e.columns.add(i.Column.float(T[0],e.rowCount)),e.columns.add(i.Column.float(T[1],e.rowCount));let n=null;h&&(C=b.scatterPlot({...w,x:T[0],y:T[1],title:f.scatterPlotName??Ot(t,r)}),a.setUpdateIndicator(C.root,!0));const m=o.events.onViewerClosed.subscribe((e=>{const t=e.args.viewer;t?.getOptions()?.look?.title&&C?.getOptions()?.look?.title&&t?.getOptions()?.look?.title===C?.getOptions()?.look?.title&&(o.events.fireCustomEvent(F,{}),m.unsubscribe(),n?.(),A.close())})),g=new Promise((async(e,o)=>{try{n=e;const o=[];for(let e=0;e<u.length;++e){const n=u[e];if(p.distanceFnArgs||(p.distanceFnArgs=[]),n){const r=n.inputs[0].name,a=n.inputs[1].name,{entries:i,options:c}=await n.apply({[r]:t[e],[a]:s[e],...p.preprocessingFuncArgs[e]??{}});o.push({entries:i,options:c}),p.distanceFnArgs.push(c)}else{const n=t[e].toList(),r={};o.push({entries:n,options:r}),p.distanceFnArgs.push(r)}}e(await V(o.map((e=>e.entries)),r,s,l,d,p,f[c.vb]?void 0:v))}catch(e){o(e)}})),y=await g;return A.close(),m.unsubscribe(),y}const S=await E();if(m&&S){const _=i.TaskBarProgressIndicator.create("Clustering embeddings ...");try{const P=await function(e,t,r,s){return ut(this,void 0,void 0,(function*(){return new Promise((function(o,a){const i=new Worker(new URL(n.p+n.u(682),n.b));i.postMessage({embedX:e,embedY:t,minPts:s,epsilon:r}),i.onmessage=({data:{error:e,clusters:t}})=>{i.terminate(),e?a(e):o(t)}}))}))}(S[0],S[1],p.dbScanEpsilon??.01,p.dbScanMinPts??4),x=e.columns.getUnusedName("Cluster (DBSCAN)");e.columns.addNewString(x).init((e=>P[e].toString())),C&&(C.props.colorColumnName=x)}catch($){o.shell.error("Clustering embeddings failed"),console.error($)}finally{_.close()}}if(S){const M=e.columns.byName(T[0]),N=e.columns.byName(T[1]);if(M.init((e=>S[0][e])),N.init((e=>S[1][e])),g)try{const I=g.inputs[0].name,L=g.inputs[1].name;await g.prepare({[I]:M,[L]:N,...y}).call(!0)}catch(R){o.shell.error("Post-processing failed"),console.error(R)}if(C)return a.setUpdateIndicator(C.root,!1),C.helpUrl="/help/compute/sequence-space",C}}catch(O){o.shell.error("Dimensionality reduction failed"),console.error(O),A.close(),C&&a.setUpdateIndicator(C.root,!1)}};return new Promise((async(t,n)=>{try{if(f.fastRowCount&&e.rowCount>f.fastRowCount&&!f[c.vb])a.dialog().add(a.divText("Analysis might take several minutes. Do you want to continue?")).onOK((async()=>{try{const e=await A();t(e)}catch(e){n(e)}})).onCancel((()=>t(void 0))).show();else{const e=await A();t(e)}}catch(e){n(e)}}))}(e,[t],r,[s],[1],[u],"MANHATTAN",l,h??!1,{...d,preprocessingFuncArgs:[d.preprocessingFuncArgs??{}]},{fastRowCount:1e4,scatterPlotName:"Sequence space",bypassLargeDataWarning:d?.[c.vb]})}async function Ut(e,t,n){const r=i.TaskBarProgressIndicator.create("Converting to atomic level ...");try{const r=(await Ft()).getBioLib();await async function(e,t,n,r){if(0===i.Func.find({package:"Chem",name:"getRdKitModule"}).length)return void o.shell.warning('Transformation to atomic level requires package "Chem" installed.');if(n){const n=ce.GO.forColumn(t);return n.isHelm()||(t=n.convert(ie.Hi.HELM)),async function(e,t){const n=await async function(e,t){const n=new Lt(t,e),r=await n.convertToRdKitBeautifiedMolfileColumn(void 0);return r.semType=i.SEMTYPE.MOLECULE,r}(e,t);e.columns.add(n,!0),await o.data.detectSemanticTypes(e)}(e,t)}if(!(0,dt.V)(t,"To Atomic Level"))return;const s=await(0,pt.C4)(e,t,r);null!==s.col&&(e.columns.add(s.col,!0),await o.data.detectSemanticTypes(e)),s.warnings&&s.warnings.length>0&&o.shell.warning(a.list(s.warnings))}(e,t,n,r)}finally{r.close()}}function Bt(e){return new le.m(e).importFasta()}function Yt(e){const t=ce.GO.forColumn(e).stats;return Object.keys(t.freq)}async function Wt(e,t,n){return me(e,t,n,ae.IDENTITY)}async function jt(e,t,n){return me(e,t,n,ae.SIMILARITY)}},8115:(e,t,n)=>{"use strict";n.d(t,{if:()=>l,nI:()=>c});var r=n(4328),s=(n(7389),n(6082)),o=n(1407),a=(n(4870),n(8070)),i=n(2003);function c(e,t,n){const r=n?function(e,t){const n=`${t}`.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&"),r=e.charAt(0)===t,s=e.charAt(e.length-1)===t,o=e.replace(new RegExp(`^${n}|${n}$`,"g"),"");return r?s?`${n}${o}${n}`:`${n}${o}${n}|${n}${o}$`:s?`^${o}${n}|${n}${o}${n}`:`^${o}${n}|${n}${o}${n}|${n}${o}$`}(e,n):e,o=s.BitSet.create(t.length);for(let n=0;n<t.length;n++){const s=t.get(n);(s.match(r)||s===e)&&o.set(n,!0,!1)}return o}async function l(e,t){t.version!==t.temp["last-invalidated-version"]&&await async function(e){const t=s.TaskBarProgressIndicator.create(`Invalidating molfiles for ${e.name}`);try{await(0,a.cb)(10);const t=new Map,n=await(0,o.R)(e,!0,t);e.temp["monomeric-mols"]=n,e.temp["monomers-dict"]=t,e.temp["last-invalidated-version"]=e.version}finally{t.close()}}(t);const n=s.Column.string("helm",1).init((t=>e));n.semType=s.SEMTYPE.MACROMOLECULE,n.meta.units=i.Hi.HELM;const c=await(0,o.R)(n,!0,t.temp["monomers-dict"]);return(await r.functions.call("Chem:searchSubstructure",{molStringsColumn:t.temp["monomeric-mols"],molString:c.get(0),molBlockFailover:""})).get(0)}},966:(e,t,n)=>{"use strict";n.d(t,{V:()=>a,l:()=>i});var r=n(4328),s=n(6082),o=n(826);function a(e,t,n=[],s=[],o=!0){const[a,c]=i(e,t,n,s);return o&&!a&&r.shell.warning(c),a}function i(e,t,n=[],a=[]){let i=!0,c="";const l=o.GO.forColumn(e);if(e.semType!==s.SEMTYPE.MACROMOLECULE)r.shell.warning(t+" analysis is allowed for Macromolecules semantic type"),i=!1;else{const e=l.notation;if(n.length>0&&!n.some((t=>e.toUpperCase()==t.toUpperCase())))c=`${t} + ' analysis is allowed for Macromolecules with notation ${0==n.length?"any notation":`notation${n.length>1?"s":""} ${n.map((e=>`"${e}"`)).join(", ")} `}.`,i=!1;else if(!l.isHelm()){const e=l.alphabet;a.length>0&&!a.some((t=>e.toUpperCase()==t.toUpperCase()))&&(c=`${t} + ' analysis is allowed for Macromolecules with alphabet ${0==a.length?"any alphabet":`alphabet${a.length>1?"s":""} ${a.map((e=>`"${e}"`)).join(", ")}.`}.`,i=!1)}}return[i,c]}},4139:(e,t,n)=>{"use strict";n.d(t,{HX:()=>d,J:()=>l,b9:()=>u,gN:()=>i,uF:()=>o});var r,s,o,a=n(8152);!function(e){e.SPLIT_COL="~split",e.ACTIVITY="~activity",e.ACTIVITY_SCALED="activity_scaled",e.ALIGNED_SEQUENCE="~aligned_sequence",e.AMINO_ACID_RESIDUE="AAR",e.POSITION="Pos",e.P_VALUE="pValue",e.MEAN_DIFFERENCE="Mean difference"}(r||(r={})),function(e){e.AAR="AAR",e.POSITION="Pos",e.SELECTION="selection"}(s||(s={})),function(e){e.MONOMER="Monomer",e.MACROMOLECULE_DIFFERENCE="MacromoleculeDifference",e.ACTIVITY="activity",e.ACTIVITY_SCALED="activityScaled"}(o||(o={}));const i="MSA";var c,l;!function(e){e.CELL_CHANGING="isCellChanging"}(c||(c={})),function(e){e.SEPARATOR="."}(l||(l={}));const u="3.3.1",d={pepsea:{gapOpen:1.53,gapExtend:0,method:a.ZY[0]},kalign:{gapOpen:-1,gapExtend:-1,terminalGap:-1}}},5433:(e,t,n)=>{"use strict";n.d(t,{r:()=>o}),n(6082),n(7389);var r=n(4328),s=(n(1757),n(2003),n(826));async function o(e,t,n){const o=s.GO.forColumn(e).convert(t,n);e.dataFrame.columns.add(o);const a=await r.functions.call("Bio:detectMacromolecule",{col:o});return a&&(o.semType=a),await r.data.detectSemanticTypes(e.dataFrame),o}},6740:(e,t,n)=>{"use strict";n.d(t,{m8:()=>a});var r=n(4328),s=n(8070),o=n(8152);async function a(e=6e4){const t=await o.Nk.getDockerContainer();await async function(e,t=6e4){let n=e,o=!1;for(let a=0;a<t/200;++a){if(null===n&&(n=await r.dapi.docker.dockerContainers.find(e.id)),i(n)){o=!0;break}switch(n.status){case"stopped":await r.dapi.docker.dockerContainers.run(n.id);break;case"pending change":case"changing":break;case"error":throw new Error("Docker container error state.")}n=null,await(0,s.cb)(200)}if(!o)throw new Error("Docker container start timeout.")}(t,e)}function i(e){return"checking"===e.status||"started"===e.status}},1619:(e,t,n)=>{"use strict";n.d(t,{D:()=>$});var r=n(4328),s=n(6082),o=n(7389),a=n(8070),i=n(2003),c=n(826),l=n(608),u=n(8152),d=n(966),h=n(4139),m=n(6740),p=n(189),f=n(5072),g=n.n(f),y=n(7825),w=n.n(y),b=n(7659),A=n.n(b),C=n(5056),T=n.n(C),v=n(540),E=n.n(v),S=n(1113),_=n.n(S),P=n(6369),x={};async function $(e={}){return new Promise((async(t,n)=>{e.clustersCol??=null,e.pepsea??={},e.pepsea.method??=h.HX.pepsea.method,e.pepsea.gapOpen??=h.HX.pepsea.gapOpen,e.pepsea.gapExtend??=h.HX.pepsea.gapExtend;const i=e.col?.dataFrame??r.shell.t,c=e.col??i.columns.bySemType(s.SEMTYPE.MACROMOLECULE);if(null==c){const e="Multiple Sequence Alignment analysis requires a dataset with a macromolecule column.";return r.shell.warning(e),void n(new l.Ap(o.divText(e)))}const d=o.input.choice("Method",{value:e.pepsea.method,items:u.ZY});d.setTooltip("Alignment method");const m=o.input.float("Terminal gap",{value:e?.kalign?.terminalGap});m.setTooltip("Penalty for opening a gap at the beginning or end of the sequence");const p=o.p(`Kalign version: ${h.b9}`,"kalign-version"),f=o.input.float("Gap open",{value:e.pepsea.gapOpen});f.setTooltip("Gap opening penalty at group-to-group alignment");const g=o.input.float("Gap extend",{value:e.pepsea.gapExtend});g.setTooltip("Gap extension penalty to skip the alignment");const y=o.inputs([f,g,m]),w=o.button("Alignment parameters",(()=>{y.hidden=!y.hidden,[f,g,m].forEach((e=>{e.root.style.removeProperty("max-width"),e.captionLabel.style.removeProperty("max-width")}))}),"Adjust alignment parameters such as penalties for opening and extending gaps");w.classList.add("msa-params-button"),y.hidden=!0,w.prepend(o.icons.settings((()=>null)));const b=[d.root.style],A=[m.root.style,p.style];let C,T=c;const v=o.input.column("Sequence",{table:i,value:c,onValueChanged:async e=>{if(!e.value||e.value.semType!==s.SEMTYPE.MACROMOLECULE)return _.disabled=!0,await(0,a.cb)(0),void(v.value=T);T=e.value,_.disabled=!1,C=await N(v.value,i,b,A,d,E,f,g,m)},filter:e=>e.semType===s.SEMTYPE.MACROMOLECULE});v.setTooltip("Sequences column to use for alignment");const E=o.input.column("Clusters",{table:i,value:e.clustersCol});E.nullable=!0;const S=o.dialog("MSA").add(v).add(E).add(d).add(y).add(w).add(p).onOK((async()=>{await M(v,i,C,t,n)})),_=S.getButton("OK");if(v.fireChanged(),e.col)return C=await N(e.col,i,b,A,d,E,f,g,m),void await M(v,i,C,t,n);S.show()}))}async function M(e,t,n,o,a){let i=null;const c=s.TaskBarProgressIndicator.create("Analyze for MSA ...");try{if(e.fireChanged(),e.value.semType!==s.SEMTYPE.MACROMOLECULE)throw new Error("Chosen column has to be of Macromolecule semantic type");if(void 0===n)throw new Error("Invalid column format");if(i=await n(),null==i)return a("PepSeA container has not started");t.columns.add(i),await r.data.detectSemanticTypes(t),o(i)}catch(e){a(e)}finally{c.close()}}async function N(e,t,n,o,a,f,g,y,w){try{if(e.semType!==s.SEMTYPE.MACROMOLECULE)return;const r=t.columns.getUnusedName(`msa(${e.name})`);if((0,d.V)(e,e.name,[i.Hi.FASTA,i.Hi.SEPARATOR],[i.YI.DNA,i.YI.RNA,i.YI.PT],!1)){I(n,o,"kalign"),g.value=null,y.value=null,w.value=null;const t=c.GO.forColumn(e),s=t.isFasta()?e:t.convert(i.Hi.FASTA);return async()=>await(0,l.eE)(s,!1,r,f.value)}if((0,d.V)(e,e.name,[i.Hi.HELM],[],!1))return I(n,o,"pepsea"),g.value??=h.HX.pepsea.gapOpen,y.value??=h.HX.pepsea.gapExtend,async()=>(await(0,m.m8)(),(0,u.GD)(e,r,a.value,g.value,y.value,f.value));if((0,d.V)(e,e.name,[i.Hi.SEPARATOR],[i.YI.UN],!1)){const t=c.GO.forColumn(e).convert(i.Hi.HELM);return I(n,o,"pepsea"),g.value??=h.HX.pepsea.gapOpen,y.value??=h.HX.pepsea.gapExtend,async()=>(await(0,m.m8)(),(0,u.GD)(t,r,a.value,g.value,y.value,f.value))}return g.value=null,y.value=null,w.value=null,void I(n,o,"kalign")}catch(e){const t=e instanceof Error?e.message:e.toString();r.shell.error(t),p._package.logger.error(t)}}function I(e,t,n){if("kalign"===n){for(const t of e)t.display="none";for(const e of t)e.removeProperty("display")}else{for(const e of t)e.display="none";for(const t of e)t.removeProperty("display")}}x.styleTagTransform=_(),x.setAttributes=T(),x.insert=A().bind(null,"head"),x.domAPI=w(),x.insertStyleElement=E(),g()(P.A,x),P.A&&P.A.locals&&P.A.locals},608:(e,t,n)=>{"use strict";n.d(t,{Ap:()=>F,aZ:()=>V,eE:()=>D});var r=n(7389),s=n(6082),o=n(1991),a=n.n(o),i=n(3516),c=n(2003);const l=Symbol("Comlink.proxy"),u=Symbol("Comlink.endpoint"),d=Symbol("Comlink.releaseProxy"),h=Symbol("Comlink.thrown"),m=e=>"object"==typeof e&&null!==e||"function"==typeof e,p=new Map([["proxy",{canHandle:e=>m(e)&&e[l],serialize(e){const{port1:t,port2:n}=new MessageChannel;return f(e,t),[n,[n]]},deserialize:e=>(e.start(),y(e))}],["throw",{canHandle:e=>m(e)&&h in e,serialize({value:e}){let t;return t=e instanceof Error?{isError:!0,value:{message:e.message,name:e.name,stack:e.stack}}:{isError:!1,value:e},[t,[]]},deserialize(e){throw e.isError?Object.assign(new Error(e.value.message),e.value):e.value}}]]);function f(e,t=self){t.addEventListener("message",(function n(r){if(!r||!r.data)return;const{id:s,type:o,path:a}=Object.assign({path:[]},r.data),i=(r.data.argumentList||[]).map(E);let c;try{const t=a.slice(0,-1).reduce(((e,t)=>e[t]),e),n=a.reduce(((e,t)=>e[t]),e);switch(o){case"GET":c=n;break;case"SET":t[a.slice(-1)[0]]=E(r.data.value),c=!0;break;case"APPLY":c=n.apply(t,i);break;case"CONSTRUCT":c=function(e){return Object.assign(e,{[l]:!0})}(new n(...i));break;case"ENDPOINT":{const{port1:t,port2:n}=new MessageChannel;f(e,n),c=function(e,t){return T.set(e,t),e}(t,[t])}break;case"RELEASE":c=void 0;break;default:return}}catch(e){c={value:e,[h]:0}}Promise.resolve(c).catch((e=>({value:e,[h]:0}))).then((e=>{const[r,a]=v(e);t.postMessage(Object.assign(Object.assign({},r),{id:s}),a),"RELEASE"===o&&(t.removeEventListener("message",n),g(t))}))})),t.start&&t.start()}function g(e){(function(e){return"MessagePort"===e.constructor.name})(e)&&e.close()}function y(e,t){return b(e,[],t)}function w(e){if(e)throw new Error("Proxy has been released and is not useable")}function b(e,t=[],n=function(){}){let r=!1;const s=new Proxy(n,{get(n,o){if(w(r),o===d)return()=>S(e,{type:"RELEASE",path:t.map((e=>e.toString()))}).then((()=>{g(e),r=!0}));if("then"===o){if(0===t.length)return{then:()=>s};const n=S(e,{type:"GET",path:t.map((e=>e.toString()))}).then(E);return n.then.bind(n)}return b(e,[...t,o])},set(n,s,o){w(r);const[a,i]=v(o);return S(e,{type:"SET",path:[...t,s].map((e=>e.toString())),value:a},i).then(E)},apply(n,s,o){w(r);const a=t[t.length-1];if(a===u)return S(e,{type:"ENDPOINT"}).then(E);if("bind"===a)return b(e,t.slice(0,-1));const[i,c]=C(o);return S(e,{type:"APPLY",path:t.map((e=>e.toString())),argumentList:i},c).then(E)},construct(n,s){w(r);const[o,a]=C(s);return S(e,{type:"CONSTRUCT",path:t.map((e=>e.toString())),argumentList:o},a).then(E)}});return s}function A(e){return Array.prototype.concat.apply([],e)}function C(e){const t=e.map(v);return[t.map((e=>e[0])),A(t.map((e=>e[1])))]}const T=new WeakMap;function v(e){for(const[t,n]of p)if(n.canHandle(e)){const[r,s]=n.serialize(e);return[{type:"HANDLER",name:t,value:r},s]}return[{type:"RAW",value:e},T.get(e)||[]]}function E(e){switch(e.type){case"HANDLER":return p.get(e.name).deserialize(e.value);case"RAW":return e.value}}function S(e,t,n){return new Promise((r=>{const s=new Array(4).fill(0).map((()=>Math.floor(Math.random()*Number.MAX_SAFE_INTEGER).toString(16))).join("-");e.addEventListener("message",(function t(n){!n.data||!n.data.id||n.data.id!==s||(e.removeEventListener("message",t),r(n.data))})),e.start&&e.start(),e.postMessage(Object.assign({id:s},t),n)}))}const _="KGZ1bmN0aW9uKCl7InVzZSBzdHJpY3QiO2NvbnN0ICQ9U3ltYm9sKCJDb21saW5rLnByb3h5IiksQT1TeW1ib2woIkNvbWxpbmsuZW5kcG9pbnQiKSxSPVN5bWJvbCgiQ29tbGluay5yZWxlYXNlUHJveHkiKSx5PVN5bWJvbCgiQ29tbGluay50aHJvd24iKSxfPWU9PnR5cGVvZiBlPT0ib2JqZWN0IiYmZSE9PW51bGx8fHR5cGVvZiBlPT0iZnVuY3Rpb24iLEw9e2NhbkhhbmRsZTplPT5fKGUpJiZlWyRdLHNlcmlhbGl6ZShlKXtjb25zdHtwb3J0MTpyLHBvcnQyOml9PW5ldyBNZXNzYWdlQ2hhbm5lbDtyZXR1cm4gdyhlLHIpLFtpLFtpXV19LGRlc2VyaWFsaXplKGUpe3JldHVybiBlLnN0YXJ0KCksQyhlKX19LE89e2NhbkhhbmRsZTplPT5fKGUpJiZ5IGluIGUsc2VyaWFsaXplKHt2YWx1ZTplfSl7bGV0IHI7cmV0dXJuIGUgaW5zdGFuY2VvZiBFcnJvcj9yPXtpc0Vycm9yOiEwLHZhbHVlOnttZXNzYWdlOmUubWVzc2FnZSxuYW1lOmUubmFtZSxzdGFjazplLnN0YWNrfX06cj17aXNFcnJvcjohMSx2YWx1ZTplfSxbcixbXV19LGRlc2VyaWFsaXplKGUpe3Rocm93IGUuaXNFcnJvcj9PYmplY3QuYXNzaWduKG5ldyBFcnJvcihlLnZhbHVlLm1lc3NhZ2UpLGUudmFsdWUpOmUudmFsdWV9fSxFPW5ldyBNYXAoW1sicHJveHkiLExdLFsidGhyb3ciLE9dXSk7ZnVuY3Rpb24gdyhlLHI9c2VsZil7ci5hZGRFdmVudExpc3RlbmVyKCJtZXNzYWdlIixmdW5jdGlvbiBpKHMpe2lmKCFzfHwhcy5kYXRhKXJldHVybjtjb25zdHtpZDpvLHR5cGU6YSxwYXRoOm59PU9iamVjdC5hc3NpZ24oe3BhdGg6W119LHMuZGF0YSksdT0ocy5kYXRhLmFyZ3VtZW50TGlzdHx8W10pLm1hcChtKTtsZXQgbDt0cnl7Y29uc3QgYz1uLnNsaWNlKDAsLTEpLnJlZHVjZSgoZCxoKT0+ZFtoXSxlKSxmPW4ucmVkdWNlKChkLGgpPT5kW2hdLGUpO3N3aXRjaChhKXtjYXNlIkdFVCI6bD1mO2JyZWFrO2Nhc2UiU0VUIjpjW24uc2xpY2UoLTEpWzBdXT1tKHMuZGF0YS52YWx1ZSksbD0hMDticmVhaztjYXNlIkFQUExZIjpsPWYuYXBwbHkoYyx1KTticmVhaztjYXNlIkNPTlNUUlVDVCI6e2NvbnN0IGQ9bmV3IGYoLi4udSk7bD16KGQpfWJyZWFrO2Nhc2UiRU5EUE9JTlQiOntjb25zdHtwb3J0MTpkLHBvcnQyOmh9PW5ldyBNZXNzYWdlQ2hhbm5lbDt3KGUsaCksbD1OKGQsW2RdKX1icmVhaztjYXNlIlJFTEVBU0UiOmw9dm9pZCAwO2JyZWFrO2RlZmF1bHQ6cmV0dXJufX1jYXRjaChjKXtsPXt2YWx1ZTpjLFt5XTowfX1Qcm9taXNlLnJlc29sdmUobCkuY2F0Y2goYz0+KHt2YWx1ZTpjLFt5XTowfSkpLnRoZW4oYz0+e2NvbnN0W2YsZF09UyhjKTtyLnBvc3RNZXNzYWdlKE9iamVjdC5hc3NpZ24oT2JqZWN0LmFzc2lnbih7fSxmKSx7aWQ6b30pLGQpLGE9PT0iUkVMRUFTRSImJihyLnJlbW92ZUV2ZW50TGlzdGVuZXIoIm1lc3NhZ2UiLGkpLEYocikpfSl9KSxyLnN0YXJ0JiZyLnN0YXJ0KCl9ZnVuY3Rpb24gVChlKXtyZXR1cm4gZS5jb25zdHJ1Y3Rvci5uYW1lPT09Ik1lc3NhZ2VQb3J0In1mdW5jdGlvbiBGKGUpe1QoZSkmJmUuY2xvc2UoKX1mdW5jdGlvbiBDKGUscil7cmV0dXJuIGIoZSxbXSxyKX1mdW5jdGlvbiBwKGUpe2lmKGUpdGhyb3cgbmV3IEVycm9yKCJQcm94eSBoYXMgYmVlbiByZWxlYXNlZCBhbmQgaXMgbm90IHVzZWFibGUiKX1mdW5jdGlvbiBiKGUscj1bXSxpPWZ1bmN0aW9uKCl7fSl7bGV0IHM9ITE7Y29uc3Qgbz1uZXcgUHJveHkoaSx7Z2V0KGEsbil7aWYocChzKSxuPT09UilyZXR1cm4oKT0+ZyhlLHt0eXBlOiJSRUxFQVNFIixwYXRoOnIubWFwKHU9PnUudG9TdHJpbmcoKSl9KS50aGVuKCgpPT57RihlKSxzPSEwfSk7aWYobj09PSJ0aGVuIil7aWYoci5sZW5ndGg9PT0wKXJldHVybnt0aGVuOigpPT5vfTtjb25zdCB1PWcoZSx7dHlwZToiR0VUIixwYXRoOnIubWFwKGw9PmwudG9TdHJpbmcoKSl9KS50aGVuKG0pO3JldHVybiB1LnRoZW4uYmluZCh1KX1yZXR1cm4gYihlLFsuLi5yLG5dKX0sc2V0KGEsbix1KXtwKHMpO2NvbnN0W2wsY109Uyh1KTtyZXR1cm4gZyhlLHt0eXBlOiJTRVQiLHBhdGg6Wy4uLnIsbl0ubWFwKGY9PmYudG9TdHJpbmcoKSksdmFsdWU6bH0sYykudGhlbihtKX0sYXBwbHkoYSxuLHUpe3Aocyk7Y29uc3QgbD1yW3IubGVuZ3RoLTFdO2lmKGw9PT1BKXJldHVybiBnKGUse3R5cGU6IkVORFBPSU5UIn0pLnRoZW4obSk7aWYobD09PSJiaW5kIilyZXR1cm4gYihlLHIuc2xpY2UoMCwtMSkpO2NvbnN0W2MsZl09TSh1KTtyZXR1cm4gZyhlLHt0eXBlOiJBUFBMWSIscGF0aDpyLm1hcChkPT5kLnRvU3RyaW5nKCkpLGFyZ3VtZW50TGlzdDpjfSxmKS50aGVuKG0pfSxjb25zdHJ1Y3QoYSxuKXtwKHMpO2NvbnN0W3UsbF09TShuKTtyZXR1cm4gZyhlLHt0eXBlOiJDT05TVFJVQ1QiLHBhdGg6ci5tYXAoYz0+Yy50b1N0cmluZygpKSxhcmd1bWVudExpc3Q6dX0sbCkudGhlbihtKX19KTtyZXR1cm4gb31mdW5jdGlvbiBEKGUpe3JldHVybiBBcnJheS5wcm90b3R5cGUuY29uY2F0LmFwcGx5KFtdLGUpfWZ1bmN0aW9uIE0oZSl7Y29uc3Qgcj1lLm1hcChTKTtyZXR1cm5bci5tYXAoaT0+aVswXSksRChyLm1hcChpPT5pWzFdKSldfWNvbnN0IFA9bmV3IFdlYWtNYXA7ZnVuY3Rpb24gTihlLHIpe3JldHVybiBQLnNldChlLHIpLGV9ZnVuY3Rpb24geihlKXtyZXR1cm4gT2JqZWN0LmFzc2lnbihlLHtbJF06ITB9KX1mdW5jdGlvbiBTKGUpe2Zvcihjb25zdFtyLGldb2YgRSlpZihpLmNhbkhhbmRsZShlKSl7Y29uc3RbcyxvXT1pLnNlcmlhbGl6ZShlKTtyZXR1cm5be3R5cGU6IkhBTkRMRVIiLG5hbWU6cix2YWx1ZTpzfSxvXX1yZXR1cm5be3R5cGU6IlJBVyIsdmFsdWU6ZX0sUC5nZXQoZSl8fFtdXX1mdW5jdGlvbiBtKGUpe3N3aXRjaChlLnR5cGUpe2Nhc2UiSEFORExFUiI6cmV0dXJuIEUuZ2V0KGUubmFtZSkuZGVzZXJpYWxpemUoZS52YWx1ZSk7Y2FzZSJSQVciOnJldHVybiBlLnZhbHVlfX1mdW5jdGlvbiBnKGUscixpKXtyZXR1cm4gbmV3IFByb21pc2Uocz0+e2NvbnN0IG89VSgpO2UuYWRkRXZlbnRMaXN0ZW5lcigibWVzc2FnZSIsZnVuY3Rpb24gYShuKXshbi5kYXRhfHwhbi5kYXRhLmlkfHxuLmRhdGEuaWQhPT1vfHwoZS5yZW1vdmVFdmVudExpc3RlbmVyKCJtZXNzYWdlIixhKSxzKG4uZGF0YSkpfSksZS5zdGFydCYmZS5zdGFydCgpLGUucG9zdE1lc3NhZ2UoT2JqZWN0LmFzc2lnbih7aWQ6b30sciksaSl9KX1mdW5jdGlvbiBVKCl7cmV0dXJuIG5ldyBBcnJheSg0KS5maWxsKDApLm1hcCgoKT0+TWF0aC5mbG9vcihNYXRoLnJhbmRvbSgpKk51bWJlci5NQVhfU0FGRV9JTlRFR0VSKS50b1N0cmluZygxNikpLmpvaW4oIi0iKX1jb25zdCBXPWFzeW5jKCk9PldlYkFzc2VtYmx5LnZhbGlkYXRlKG5ldyBVaW50OEFycmF5KFswLDk3LDExNSwxMDksMSwwLDAsMCwxLDUsMSw5NiwwLDEsMTIzLDMsMiwxLDAsMTAsMTAsMSw4LDAsNjUsMCwyNTMsMTUsMjUzLDk4LDExXSkpLHg9ImVhZ2VyIixrPSJsYXp5IixqPXtzc3c6WyJzaW1kIl0sbWluaW1hcDI6WyJzaW1kIl19LHQ9e3Rvb2xzOltdLGNvbmZpZzp7fSxmaWxlczpbXSxiYXNlOnt9LGZzOnt9LGFzeW5jIGluaXQoKXtpZih0LnRvb2xzLmxlbmd0aD09PTApdGhyb3ciRXhwZWN0aW5nIGF0IGxlYXN0IDEgdG9vbC4iO2lmKG5ldyBTZXQodC50b29scy5tYXAocj0+YCR7ci50b29sfS8ke3IucHJvZ3JhbXx8ci50b29sfWApKS5zaXplIT09dC50b29scy5sZW5ndGgpdGhyb3ciRm91bmQgZHVwbGljYXRlIHRvb2xzOyBjYW4gb25seSBoYXZlIGVhY2ggdG9vbC9wcm9ncmFtIGNvbWJpbmF0aW9uIGF0IG1vc3Qgb25jZS4iO2lmKHQuYmFzZT10LnRvb2xzLmZpbmQocj0+ci5yZWluaXQhPT0hMCksIXQuYmFzZSl0aHJvdyJDb3VsZCBub3QgZmluZCBhIHRvb2wgd2l0aCBgcmVpbml0OiBmYWxzZWAgdG8gdXNlIGFzIHRoZSBiYXNlIG1vZHVsZS4gVG8gZml4IHRoaXMgaXNzdWUsIGluY2x1ZGUgdGhlIHRvb2wgYGJhc2UvMS4wLjBgIHdoZW4gaW5pdGlhbGl6aW5nIEFpb2xpLiI7cmV0dXJuIHQuYmFzZS5pc0Jhc2VNb2R1bGU9ITAsYXdhaXQgdGhpcy5fc2V0dXAodC5iYXNlKSxhd2FpdCB0aGlzLl9pbml0TW9kdWxlcygpLHQuX2xvZygiUmVhZHkiKSwhMH0sYXN5bmMgX2luaXRNb2R1bGVzKCl7YXdhaXQgUHJvbWlzZS5hbGwodC50b29scy5tYXAodGhpcy5fc2V0dXApKSxhd2FpdCB0aGlzLl9zZXR1cEZTKCl9LG1vdW50KGU9W10pe2NvbnN0IHI9YCR7dC5jb25maWcuZGlyU2hhcmVkfSR7dC5jb25maWcuZGlyRGF0YX1gLGk9YCR7dC5jb25maWcuZGlyU2hhcmVkfSR7dC5jb25maWcuZGlyTW91bnRlZH1gO2xldCBzPVtdLG89W10sYT1bXTshQXJyYXkuaXNBcnJheShlKSYmIShlIGluc3RhbmNlb2YgRmlsZUxpc3QpJiYoZT1bZV0pLHQuX2xvZyhgTW91bnRpbmcgJHtlLmxlbmd0aH0gZmlsZXNgKTtmb3IobGV0IG4gb2YgZSl7aWYobiBpbnN0YW5jZW9mIEZpbGV8fChuPT1udWxsP3ZvaWQgMDpuLmRhdGEpaW5zdGFuY2VvZiBCbG9iJiZuLm5hbWV8fHR5cGVvZihuPT1udWxsP3ZvaWQgMDpuLmRhdGEpPT0ic3RyaW5nIiYmbi5uYW1lKXR5cGVvZihuPT1udWxsP3ZvaWQgMDpuLmRhdGEpPT0ic3RyaW5nIiYmKG4uZGF0YT1uZXcgQmxvYihbbi5kYXRhXSx7dHlwZToidGV4dC9wbGFpbiJ9KSkscy5wdXNoKG4pO2Vsc2UgaWYobi5uYW1lJiZuLnVybClvLnB1c2gobik7ZWxzZSBpZih0eXBlb2Ygbj09InN0cmluZyImJm4uc3RhcnRzV2l0aCgiaHR0cCIpKW49e3VybDpuLG5hbWU6bi5zcGxpdCgiLy8iKS5wb3AoKS5yZXBsYWNlKC9cLy9nLCItIil9LG8ucHVzaChuKTtlbHNlIHRocm93J0Nhbm5vdCBtb3VudCBmaWxlKHMpIHNwZWNpZmllZC4gTXVzdCBiZSBhIEZpbGUsIEJsb2IsIGEgVVJMIHN0cmluZywgb3IgeyBuYW1lOiAiZmlsZS50eHQiLCBkYXRhOiAic3RyaW5nIiB9Lic7YS5wdXNoKG4ubmFtZSl9dHJ5e3QuZnMudW5tb3VudChpKX1jYXRjaHt9Zm9yKGxldCBuIG9mIG8pdC5mcy5jcmVhdGVMYXp5RmlsZShyLG4ubmFtZSxuLnVybCwhMCwhMCk7cmV0dXJuIHQuZmlsZXM9dC5maWxlcy5jb25jYXQocyksdC5iYXNlLm1vZHVsZS5GUy5tb3VudCh0LmJhc2UubW9kdWxlLldPUktFUkZTLHtmaWxlczp0LmZpbGVzLmZpbHRlcihuPT5uIGluc3RhbmNlb2YgRmlsZSksYmxvYnM6dC5maWxlcy5maWx0ZXIobj0+KG49PW51bGw/dm9pZCAwOm4uZGF0YSlpbnN0YW5jZW9mIEJsb2IpfSxpKSxzLm1hcChuPT57Y29uc3QgdT1gJHtpfS8ke24ubmFtZX1gLGw9YCR7cn0vJHtuLm5hbWV9YDt0cnl7dC5mcy51bmxpbmsobCl9Y2F0Y2h7fXQuX2xvZyhgQ3JlYXRpbmcgc3ltbGluazogJHtsfSAtLT4gJHt1fWApLHQuZnMuc3ltbGluayh1LGwpfSksYS5tYXAobj0+YCR7cn0vJHtufWApfSxhc3luYyBleGVjKGUscj1udWxsKXtpZih0Ll9sb2coYEV4ZWN1dGluZyAlYyR7ZX0lYyBhcmdzPSR7cn1gLCJjb2xvcjpkYXJrYmx1ZTsgZm9udC13ZWlnaHQ6Ym9sZCIsIiIpLCFlKXRocm93IkV4cGVjdGluZyBhIGNvbW1hbmQiO2xldCBpPWU7cj09bnVsbCYmKHI9ZS5zcGxpdCgiICIpLGk9ci5zaGlmdCgpKTtjb25zdCBzPXQudG9vbHMuZmluZChhPT57dmFyIHU7bGV0IG49aTtyZXR1cm4oKHU9YT09bnVsbD92b2lkIDA6YS5mZWF0dXJlcyk9PW51bGw/dm9pZCAwOnUuc2ltZCk9PT0hMCYmKG49YCR7bn0tc2ltZGApLGEucHJvZ3JhbT09bn0pO2lmKHM9PW51bGwpdGhyb3dgUHJvZ3JhbSAke2l9IG5vdCBmb3VuZC5gO3Muc3Rkb3V0PSIiLHMuc3RkZXJyPSIiLHMubG9hZGluZz09ayYmKHMubG9hZGluZz14LGF3YWl0IHRoaXMuX2luaXRNb2R1bGVzKCkpO3RyeXtzLm1vZHVsZS5jYWxsTWFpbihyKX1jYXRjaChhKXtjb25zb2xlLmVycm9yKGEpfXRyeXtzLm1vZHVsZS5GUy5jbG9zZShzLm1vZHVsZS5GUy5zdHJlYW1zWzFdKSxzLm1vZHVsZS5GUy5jbG9zZShzLm1vZHVsZS5GUy5zdHJlYW1zWzJdKX1jYXRjaHt9cy5tb2R1bGUuRlMuc3RyZWFtc1sxXT1zLm1vZHVsZS5GUy5vcGVuKCIvZGV2L3N0ZG91dCIsInciKSxzLm1vZHVsZS5GUy5zdHJlYW1zWzJdPXMubW9kdWxlLkZTLm9wZW4oIi9kZXYvc3RkZXJyIiwidyIpO2xldCBvPXtzdGRvdXQ6cy5zdGRvdXQsc3RkZXJyOnMuc3RkZXJyfTtpZih0LmNvbmZpZy5wcmludEludGVybGVhdmVkJiYobz1zLnN0ZG91dCkscy5yZWluaXQ9PT0hMCl7Y29uc3QgYT10LmJhc2UubW9kdWxlLkZTLmN3ZCgpO09iamVjdC5hc3NpZ24ocyxzLmNvbmZpZykscy5yZWFkeT0hMSxhd2FpdCB0aGlzLmluaXQoKSxzLmlzQmFzZU1vZHVsZSYmdGhpcy5tb3VudCgpLHRoaXMuY2QoYSl9cmV0dXJuIG99LGNhdChlKXtyZXR1cm4gdC5fZmlsZW9wKCJjYXQiLGUpfSxscyhlKXtyZXR1cm4gdC5fZmlsZW9wKCJscyIsZSl9LGRvd25sb2FkKGUpe3JldHVybiB0Ll9maWxlb3AoImRvd25sb2FkIixlKX0scHdkKCl7cmV0dXJuIHQuZnMuY3dkKCl9LGNkKGUpe2ZvcihsZXQgciBvZiB0LnRvb2xzKSFyLm1vZHVsZXx8ci5tb2R1bGUuRlMuY2hkaXIoZSl9LG1rZGlyKGUpe3JldHVybiB0LmZzLm1rZGlyKGUpLCEwfSxyZWFkKHtwYXRoOmUsbGVuZ3RoOnIsZmxhZzppPSJyIixvZmZzZXQ6cz0wLHBvc2l0aW9uOm89MH0pe2NvbnN0IGE9dC5mcy5vcGVuKGUsaSksbj1uZXcgVWludDhBcnJheShyKTtyZXR1cm4gdC5mcy5yZWFkKGEsbixzLHIsbyksdC5mcy5jbG9zZShhKSxufSx3cml0ZSh7cGF0aDplLGJ1ZmZlcjpyLGZsYWc6aT0idysiLG9mZnNldDpzPTAscG9zaXRpb246bz0wfSl7Y29uc3QgYT10LmZzLm9wZW4oZSxpKTt0LmZzLndyaXRlKGEscixzLHIubGVuZ3RoLG8pLHQuZnMuY2xvc2UoYSl9LF9zdGRpblR4dDoiIixfc3RkaW5QdHI6MCxnZXQgc3RkaW4oKXtyZXR1cm4gdC5fc3RkaW5UeHR9LHNldCBzdGRpbihlPSIiKXt0Ll9sb2coYFNldHRpbmcgc3RkaW4gdG8gJWMke2V9JWNgLCJjb2xvcjpkYXJrYmx1ZSIsIiIpLHQuX3N0ZGluVHh0PWUsdC5fc3RkaW5QdHI9MH0sYXN5bmMgX3NldHVwKGUpe2lmKGUucmVhZHkpcmV0dXJuO2lmKHQuX2xvZyhgU2V0dGluZyB1cCAke2UudG9vbH0gKGJhc2UgPSAke2UuaXNCYXNlTW9kdWxlPT09ITB9KS4uLmApLGUuY29uZmlnPU9iamVjdC5hc3NpZ24oe30sZSksZS51cmxQcmVmaXh8fChlLnVybFByZWZpeD1gJHt0LmNvbmZpZy51cmxDRE59LyR7ZS50b29sfS8ke2UudmVyc2lvbn1gKSxlLnByb2dyYW18fChlLnByb2dyYW09ZS50b29sKSxlLmZlYXR1cmVzfHwoZS5mZWF0dXJlcz17fSwoaltlLnByb2dyYW1dfHxbXSkuaW5jbHVkZXMoInNpbWQiKSYmKGF3YWl0IFcoKT8oZS5wcm9ncmFtKz0iLXNpbWQiLGUuZmVhdHVyZXMuc2ltZD0hMCk6dC5fbG9nKGBXZWJBc3NlbWJseSBTSU1EIGlzIG5vdCBzdXBwb3J0ZWQgaW4gdGhpcyBicm93c2VyOyB3aWxsIGxvYWQgbm9uLVNJTUQgdmVyc2lvbiBvZiAke2UucHJvZ3JhbX0uYCkpKSxlLmlzQmFzZU1vZHVsZSYmKGUubG9hZGluZz14KSxlLmxvYWRpbmc9PT1rKXt0Ll9sb2coYFdpbGwgbGF6eS1sb2FkICR7ZS50b29sfTsgc2tpcHBpbmcgaW5pdGlhbGl6YXRpb24uYCk7cmV0dXJufXNlbGYuaW1wb3J0U2NyaXB0cyhgJHtlLnVybFByZWZpeH0vJHtlLnByb2dyYW19LmpzYCksZS5tb2R1bGU9YXdhaXQgTW9kdWxlKHt0aGlzUHJvZ3JhbTplLnByb2dyYW0sbG9jYXRlRmlsZTooaSxzKT0+YCR7ZS51cmxQcmVmaXh9LyR7aX1gLHN0ZGluOigpPT50Ll9zdGRpblB0cjx0LnN0ZGluLmxlbmd0aD90LnN0ZGluLmNoYXJDb2RlQXQodC5fc3RkaW5QdHIrKyk6KHQuc3RkaW49IiIsbnVsbCkscHJpbnQ6aT0+ZS5zdGRvdXQrPWAke2l9CmAscHJpbnRFcnI6dC5jb25maWcucHJpbnRJbnRlcmxlYXZlZD9pPT5lLnN0ZG91dCs9YCR7aX0KYDppPT5lLnN0ZGVycis9YCR7aX0KYH0pO2NvbnN0IHI9ZS5tb2R1bGUuRlM7ZS5pc0Jhc2VNb2R1bGU/KHQuX2xvZyhgU2V0dGluZyB1cCAke2UudG9vbH0gd2l0aCBiYXNlIG1vZHVsZSBmaWxlc3lzdGVtLi4uYCksci5ta2Rpcih0LmNvbmZpZy5kaXJTaGFyZWQsNTExKSxyLm1rZGlyKGAke3QuY29uZmlnLmRpclNoYXJlZH0vJHt0LmNvbmZpZy5kaXJEYXRhfWAsNTExKSxyLm1rZGlyKGAke3QuY29uZmlnLmRpclNoYXJlZH0vJHt0LmNvbmZpZy5kaXJNb3VudGVkfWAsNTExKSxyLmNoZGlyKGAke3QuY29uZmlnLmRpclNoYXJlZH0vJHt0LmNvbmZpZy5kaXJEYXRhfWApLHQuZnM9cik6KHQuX2xvZyhgU2V0dGluZyB1cCAke2UudG9vbH0gd2l0aCBmaWxlc3lzdGVtLi4uYCksci5ta2Rpcih0LmNvbmZpZy5kaXJTaGFyZWQpLHIubW91bnQoZS5tb2R1bGUuUFJPWFlGUyx7cm9vdDp0LmNvbmZpZy5kaXJTaGFyZWQsZnM6dC5mc30sdC5jb25maWcuZGlyU2hhcmVkKSxyLmNoZGlyKHQuZnMuY3dkKCkpKSxlLnN0ZG91dD0iIixlLnN0ZGVycj0iIixlLnJlYWR5PSEwfSxhc3luYyBfc2V0dXBGUygpe2NvbnN0IGU9dC5mcztmb3IobGV0IHIgb2YgdC50b29scyl7aWYoIXIucmVhZHkpY29udGludWU7Y29uc3QgaT1yLm1vZHVsZS5GUyxzPWAvJHtyLnRvb2x9YCxvPWAke3QuY29uZmlnLmRpclNoYXJlZH0ke3N9YDshaS5hbmFseXplUGF0aChzKS5leGlzdHN8fGUuYW5hbHl6ZVBhdGgobykuZXhpc3RzfHwodC5fbG9nKGBNb3VudGluZyAke3N9IG9udG8gJHt0LmJhc2UudG9vbH0gZmlsZXN5c3RlbSBhdCAke299YCksZS5ta2RpcihvKSxlLm1vdW50KHQuYmFzZS5tb2R1bGUuUFJPWFlGUyx7cm9vdDpzLGZzOml9LG8pKX19LF9maWxlb3AoZSxyKXt0Ll9sb2coYFJ1bm5pbmcgJHtlfSAke3J9YCk7Y29uc3QgaT10LmZzLmFuYWx5emVQYXRoKHIpO2lmKCFpLmV4aXN0cylyZXR1cm4gdC5fbG9nKGBGaWxlICR7cn0gbm90IGZvdW5kLmApLCExO3N3aXRjaChlKXtjYXNlImNhdCI6cmV0dXJuIHQuZnMucmVhZEZpbGUocix7ZW5jb2Rpbmc6InV0ZjgifSk7Y2FzZSJscyI6cmV0dXJuIHQuZnMuaXNGaWxlKGkub2JqZWN0Lm1vZGUpP3QuZnMuc3RhdChyKTp0LmZzLnJlYWRkaXIocik7Y2FzZSJkb3dubG9hZCI6Y29uc3Qgcz1uZXcgQmxvYihbdGhpcy5jYXQocildKTtyZXR1cm4gVVJMLmNyZWF0ZU9iamVjdFVSTChzKX1yZXR1cm4hMX0sX2xvZyhlKXtpZighdC5jb25maWcuZGVidWcpcmV0dXJuO2xldCByPVsuLi5hcmd1bWVudHNdO3Iuc2hpZnQoKSxjb25zb2xlLmxvZyhgJWNbV2ViV29ya2VyXSVjICR7ZX1gLCJmb250LXdlaWdodDpib2xkIiwiIiwuLi5yKX19O3codCl9KSgpOwo=",P=typeof window<"u"&&window.Blob&&new Blob([atob(_)],{type:"text/javascript;charset=utf-8"});function x(){const e=P&&(window.URL||window.webkitURL).createObjectURL(P);try{return e?new Worker(e):new Worker("data:application/javascript;base64,"+_)}finally{e&&(window.URL||window.webkitURL).revokeObjectURL(e)}}const $={urlCDN:"https://biowasm.com/cdn/v3",urlCDNStg:"https://stg.biowasm.com/cdn/v3",dirShared:"/shared",dirMounted:"/mnt",dirData:"/data",printInterleaved:!0,callback:null,debug:!1,env:"prd"};class M{constructor(e,t={}){if(null==e)throw"Expecting array of tools as input to Aioli constructor.";return Array.isArray(e)||(e=[e]),t=Object.assign({},$,t),e=e.map(this._parseTool),"stg"===t.env&&(t.urlCDN=t.urlCDNStg),this.tools=e,this.config=t,null!=this.config.callback&&(this.callback=this.config.callback),delete this.config.callback,this.init()}async init(){const e=new x;this.callback&&(e.onmessage=e=>{"biowasm"===e.data.type&&this.callback(e.data.value)});const t=y(e);return t.tools=this.tools,t.config=this.config,await t.init(),t}_parseTool(e){if("string"!=typeof e)return e;const t=e.split("/");if(2!=t.length&&3!=t.length)throw"Expecting '<tool>/<version>' or '<tool>/<program>/<version>'";return{tool:t[0],program:3==t.length?t[1]:t[0],version:t[t.length-1]}}}var N=n(3629);class I{static getAvailableScales(){return Object.entries(this.scales).map((([e,t])=>e))}static getScale(e){return(0,N.vA)(!(void 0===this.scales[e]),`Scale '${e}' was not found.`),this.scales[e]}}I.scales={WimleyWhite:{"-":0,A:.17,C:-.24,D:-.07,E:-.01,F:-1.13,G:.01,H:.17,I:-.31,K:.99,L:-.56,M:-.23,N:.42,P:.45,Q:.58,R:.81,S:.13,T:.14,V:.07,W:-1.85,Y:-.94},categorial:{"-":0,A:1,C:2,D:3,E:4,F:5,G:6,H:7,I:8,K:9,L:10,M:11,N:12,P:13,Q:14,R:15,S:16,T:17,V:18,W:19,Y:20}};class L{constructor(e="categorial"){this.aa2num=I.getScale(e),this.num2aa={},Object.entries(this.aa2num).forEach((([e,t])=>this.num2aa[t]=e))}static _truncateSequence(e){let t=0,n=e.length;const r=["NH2","COOH"];if(e.startsWith(r[0])){const n=r[0].length;(0,N.vA)("-"==e[n],`Wrong sequence format: ${r[0]} without following '-' in '${e}'.`),t=n}if(e.endsWith(r[1])){const t=r[1].length+1;(0,N.vA)("-"==e[n-t],`Wrong sequence format: ${r[1]} without '-' precending in '${e}'.`),n-=t}return e.substring(t,n)}static _dropDefises(e){return e.replace(/(-)([^-]+)/g,"$2")}static clean(e){return L._dropDefises(L._truncateSequence(e))}encode(e){const t=e.length,n=new Array(t).fill(0);for(let r=0;r<t;++r){const t=e[r];(0,N.vA)(t in this.aa2num,`Unknown char '${t}' found in sequence '${e}'`),n[r]=this.encodeLettter(t)}return n}encodeLettter(e){return this.aa2num[e]}decode(e){let t="";for(let n=0;n<e.length;++n){const r=e[n];(0,N.vA)(r in this.num2aa,`Unknown code '${r}' found in vector '${e}'`),t+=this.num2aa[r]}return t}}var R=n(4139);const O="input.fa",H="result.fasta";class F extends Error{element;constructor(e,t){super(e.innerText,t),this.element=e}}function G(e){return e.reduce(((e,t,n)=>e+`>sample${n+1}\n${t}\n`),"")}async function D(e,t=!1,n="",r=null,o,a,l){let u=e.toList();t&&(u=u.map((e=>L.clean(e).replace(/\-/g,""))));const d=e.length;r??=s.Column.string("Clusters",d).init("0"),r.type!=s.COLUMN_TYPE.STRING&&(r=r.convertTo(s.TYPE.STRING)),r.compact();const h=r.categories,m=r.getRawData(),p=new Array(h.length),f=new Array(h.length);for(let e=0;e<d;++e){const t=m[e];(p[t]??=[]).push(u[e]),(f[t]??=[]).push(e)}V(f,h);const g=await new M(["base/1.0.0",{tool:"kalign",version:R.b9,reinit:!0}]),y=s.Column.string(n,d);for(let e=0;e<h.length;++e){const t=G(p[e]);await g.fs.writeFile(O,t);const n=`${void 0!==o?` --gpo ${o}`:""}${void 0!==a?` --gpe ${a}`:""}${void 0!==l?` --tgpe ${l}`:""}`,r=await g.exec(`kalign ${O} -f fasta -o ${H}${n}`);console.warn(r);const s=await g.cat(H);if(!s){const e=k(r,1);throw new Error(e)}const c=new i.m(s).sequencesArray,u=f[e];for(let e=0;e<c.length;++e)y.set(u[e],c[e])}const w=e.meta.units,b=e.getTag(c.gp.alphabet);return y.meta.units=w,y.setTag(c.gp.aligned,"SEQ.MSA"),y.setTag(c.gp.alphabet,b),y.semType=s.SEMTYPE.MACROMOLECULE,y}function k(e,t){const n=[],r=/^.+ERROR : (.+)$/gm;let s;for(;null!=(s=r.exec(e))&&(void 0===t||n.length<t);)n.push(s[1]);return n.join("\n")}function V(e,t){const n=e.map(((e,t)=>[e,t])).filter((([e,t])=>1==e.length)).map((([e,t])=>t));if(n.length>0){const e=r.div([r.divText(`MSA analysis is not available on single sequence clusters #${n.length}:`),...a()(n).take(3).map((e=>{let s=t[e];return s.length>25&&(s=s.slice(0,25)+"..."),r.divText(`"${s}"${e<n.length-1?", ":"."}`)})).toArray(),...n.length>3?[r.divText("...")]:[]]);throw new F(e)}}},8152:(e,t,n)=>{"use strict";n.d(t,{GD:()=>h,Nk:()=>l,ZY:()=>u});var r=n(4328),s=n(6082),o=n(2003),a=n(608),i=n(4139),c=n(189);const l=new class{dcName="bio";async getDockerContainer(){return await r.dapi.docker.dockerContainers.filter(this.dcName).first()}},u=["mafft --auto","mafft","linsi","ginsi","einsi","fftns","fftnsi","nwns","nwnsi"],d=["AlignedSeq","AlignedSubpeptide","HELM","ID","PolymerID"];async function h(e,t,n="ginsi",r=1.53,c=0,u=null,h){const p=await l.getDockerContainer();if("started"!==p.status&&"checking"!==p.status)throw new Error("PepSeA container has not started yet");const f=e.length;u??=s.Column.int("Clusters",f).init(0),u.type!=s.COLUMN_TYPE.STRING&&(u=u.convertTo(s.TYPE.STRING));const g=u.categories,y=u.getRawData(),w=new Array(g.length),b=new Array(g.length);for(let t=0;t<f;++t){const n=y[t],r=g[n];if(""===r)continue;const s=g.indexOf(r),o=e.get(t);o&&((w[s]??=[]).push({ID:t.toString(),HELM:o}),(b[n]??=[]).push(t))}(0,a.aZ)(b,g);const A=new Array(f);for(const e of w){const t=(await m(p.id,e,n,r,c,h)).Alignment;for(const e of t)A[parseInt(e.ID)]=Object.entries(e).filter((e=>!d.includes(e[0]))).map((e=>"-"!==e[1]?e[1]:"")).join(i.J.SEPARATOR)}const C=s.Column.fromStrings(t,A);return C.meta.units=o.Hi.SEPARATOR,C.setTag(o.gp.separator,i.J.SEPARATOR),C.setTag(o.gp.aligned,"SEQ.MSA"),C.setTag(o.gp.alphabet,o.YI.UN),C.setTag(o.gp.alphabetIsMultichar,"true"),C.semType=s.SEMTYPE.MACROMOLECULE,C}async function m(e,t,n,s,o,a){const i={method:"POST",headers:{Accept:"application/json","Content-Type":"application/json"},body:JSON.stringify(t)},l=`/align?method=${n}&gap_open=${s}&gap_extend=${o}`;let u;if("fetchProxy"in r.dapi.docker.dockerContainers){const t=window.performance.now(),n=await r.dapi.docker.dockerContainers.fetchProxy(e,l,i),s=window.performance.now();c._package.logger.debug(`Bio: requestAlignedObjects() dockerContainers.fetchProxy(), ET: ${s-t} ms`);const o="application/json"===n.headers.get("content-type");if(!n.ok&&o){const e=await n.json(),t=e["pepsea-error"];if(t)throw new Error(`PepSeA error: ${t}`);const r=e["datagrok-error"];if(r)throw new Error(`Datagrok error: ${r}`);throw new Error(n.statusText)}if(!n.ok&&!o){const e=await n.text();throw new Error(`Error: ${e}`)}if(!o){const e=await n.text();throw new Error(`Error: PepSeA expected JSON response, got '${e}'.`)}u=await n.json()}else{const t=await r.dapi.docker.dockerContainers.request(e,l,i);if(!t)throw new Error("Empty response");u=JSON.parse(t);const n=u["pepsea-error"];if(n)throw new Error(`PepSeA error: ${n}`);const s=u["datagrok-error"];if(s)throw new Error(`Datagrok error: ${s}`)}if("pepsea-stderr"in u){const e=u["pepsea-stderr"];a?.warning(e)}return u}},3890:(e,t,n)=>{"use strict";n.d(t,{aS:()=>c,wz:()=>i}),n(6082),n(7389),n(4328);var r=n(1991),s=n.n(r),o=n(826);const a=60;function i(e,t,n=a,r="\n"){const s=o.GO.forColumn(t),i=[];for(let o=0;o<t.length;o++){const t=e.map((e=>e.get(o).toString())).join("|"),a=c(s.getSplitted(o),n);i.push(`>${t}${r}`);for(const e of a)i.push(`${e}${r}`)}return"".concat(...i)}function c(e,t=a){let n=0;const r=e.length,o=[];for(;n<r;){const r=s()(e.originals).slice(n,n+t).toArray(),a=r.map((e=>e.length>1?`[${e}]`:e)).reduce(((e,t)=>e+t),"");o.push(a),n+=r.length}return o}},5785:(e,t,n)=>{"use strict";n.d(t,{k:()=>u});var r=n(4328),s=n(6082),o=n(8070),a=n(966),i=n(3077),c=n(4139),l=n(439);async function u(e,t){if(await(0,o.cb)(10),!(0,a.V)(t,"Sequence space"))return e;const n=(0,i.R)(t);n.name="splitToMonomers";const u=t.dataFrame;for(const e of n.columns)e.semType=c.uF.MONOMER,e.setTag(l.gp.alphabet,t.getTag(l.gp.alphabet));const d=/(\d+)(?: \((\d+)\))?/,h=e=>{d.lastIndex=0;const t=e.match(d);return t?`${t[1]} (${parseInt(t[2]??"0")+1})`:e};for(let e=0;e<n.columns.length;e++){const r=n.columns.byIndex(e);r.semType=c.uF.MONOMER,r.setTag(l.gp.alphabet,t.getTag(l.gp.alphabet));const s=100;let o=0;for(;u.columns.byName(r.name)&&o<s;)r.name=h(r.name),o++;u.columns.add(r)}await r.data.detectSemanticTypes(u);for(let e=0;e<n.columns.length;e++){const t=n.columns.byIndex(e);t.setTag(s.TAGS.CELL_RENDERER,"Monomer"),t.setTag(".use-as-filter","false")}return u}},4870:(e,t,n)=>{"use strict";function r(e,t){e.innerHTML="",e.append(t)}n.d(t,{K:()=>r}),n(4328),n(6082)},8047:(e,t,n)=>{"use strict";n.d(t,{VN:()=>m,n5:()=>c,Ue:()=>h,Tc:()=>d,eN:()=>p}),n(4328),n(7389);var r=n(6082),s=(n(1757),n(1991),n(1858),n(826),n(2003)),o=n(4326),a=n(2738);n(8070),n(7602);var i,c,l,u=n(2174);n(189),HTMLCanvasElement.prototype.getCursorPosition=function(e,t){const n=this.getBoundingClientRect();return new r.Point((e.clientX-n.left)*t,(e.clientY-n.top)*t)},r.Rect.prototype.contains=function(e,t){return this.left<=e&&e<=this.right&&this.top<=t&&t<=this.bottom};class d{rowCount;value;plotValue;valueList=null;valueIdx=0;bounds;constructor(e=0,t){this.value=this.rowCount=e,this.bounds=t}push(e){this.valueList||(this.valueList=new Array(this.rowCount),this.valueIdx=0),this.valueList[this.valueIdx]=e,++this.valueIdx}aggregate(e){this.value=e(this.valueList)??0,this.valueList=null}}class h{pos;name;_label;get label(){return this._label?this._label:this.name}_freqs;sumRowCount=0;sumPlotValue;sumPlotValueForHeight;constructor(e,t,n,r){this.pos=e,this.name=t,this._freqs=n??{},r?.sumRowCount&&(this.sumRowCount=r.sumRowCount),r?.sumValueForHeight&&(this.sumPlotValue=r.sumValueForHeight),r?.label&&(this._label=r.label)}getMonomers(){return Object.keys(this._freqs)}hasMonomer(e){return e in this._freqs}getFreq(e){let t=this._freqs[e];return t||(t=this._freqs[e]=new d),t}aggregate(e){const t=function(e){return t=>{const n=function(e){let t;const n="agg";return t=e instanceof Float32Array?r.Column.fromFloat32Array(n,e):e instanceof Int32Array?r.Column.fromInt32Array(n,e):r.Column.fromList(r.COLUMN_TYPE.FLOAT,n,e),t}(t);return n.aggregate(e)}}(e);for(const[e,n]of Object.entries(this._freqs))n.aggregate(t)}getMinValue(){return Math.min(...Object.values(this._freqs).map((e=>e.value)))}calcPlotValue(e){for(const t of Object.values(this._freqs))t.plotValue=t.value-e}calcHeights(e){this.sumPlotValue=0;for(const e of Object.values(this._freqs))this.sumPlotValue+=e.plotValue;if(this.sumPlotValueForHeight=0,e===o.fH.Entropy){const e=Object.keys(this._freqs).length,t=.01*this.sumPlotValue,n=t/e;for(const e of Object.values(this._freqs)){const r=(e.plotValue+n)/(this.sumPlotValue+t);this.sumPlotValueForHeight+=-r*Math.log2(r)}}else if(e===o.fH.full)for(const[e,t]of Object.entries(this._freqs)){const e=t.plotValue/this.sumPlotValue;this.sumPlotValueForHeight+=e}}calcScreen(e,t,n,s,i,c,l,u,d){const h=s===o.fH.Entropy?n*(i-this.sumPlotValueForHeight)/i:n;let m=d*u+(n-h-1);const p=Object.entries(this._freqs).sort(((e,t)=>e[0]!==a._S&&t[0]!==a._S?t[1].value-e[1].value:e[0]===a._S&&t[0]===a._S?0:e[0]===a._S?-1:1));for(const[n,s]of p){const n=h*s.plotValue/this.sumPlotValue;s.bounds=new r.Rect((e-t)*u*c,m,l*u,n),m+=n}}render(e,t,n,r,o){for(const[i,c]of Object.entries(this._freqs))if(i!==a._S){const a=(0,s.zS)(i,5),l=c.bounds,u=l.left;e.resetTransform(),e.strokeStyle="lightgray",e.lineWidth=1,e.rect(u,l.top,l.width,l.height),e.fillStyle=o.get(i)??o.get("other"),e.textAlign="left",e.font=t;const d=e.measureText(a);e.setTransform(l.width/d.width,0,0,l.height/r,u,l.top),e.fillText(a,0,-n)}}getMonomerAt(e,t){const n=Object.entries(this._freqs).find((([n,r])=>r.bounds.contains(e,t)));return n?n[0]:void 0}buildCompositionTable(e){if("-"in this._freqs)throw new Error("Unexpected monomer symbol '-'.");return(0,u.F)(e,Object.assign({},...Object.entries(this._freqs).map((([e,t])=>({[e]:t.rowCount})))))}}!function(e){e.STYLE="Style",e.BEHAVIOR="Behavior",e.LAYOUT="Layout",e.DATA="Data"}(i||(i={})),function(e){e.sequenceColumnName="sequenceColumnName",e.valueAggrType="valueAggrType",e.valueColumnName="valueColumnName",e.startPositionName="startPositionName",e.endPositionName="endPositionName",e.skipEmptySequences="skipEmptySequences",e.skipEmptyPositions="skipEmptyPositions",e.shrinkEmptyTail="shrinkEmptyTail",e.backgroundColor="backgroundColor",e.positionHeight="positionHeight",e.positionWidth="positionWidth",e.verticalAlignment="verticalAlignment",e.horizontalAlignment="horizontalAlignment",e.fixWidth="fixWidth",e.fitArea="fitArea",e.minHeight="minHeight",e.maxHeight="maxHeight",e.showPositionLabels="showPositionLabels",e.positionMarginState="positionMarginState",e.positionMargin="positionMargin",e.filterSource="filterSource"}(c||(c={})),o.Fo,function(e){e[e.None=0]="None",e[e.Render=1]="Render",e[e.Layout=1]="Layout",e[e.Freqs=2]="Freqs"}(l||(l={}));const m=new class{render=20};function p(e,t,n,r,s){let o=0,a=-1;for(;-1!=(a=n.findNext(a,!0));){const e=t.getSplitted(a),n=s.pos,i=n<e.length?e.getCanonical(n):null;null!==i&&i===r&&o++}return o}r.JsViewer},4577:(e,t,n)=>{"use strict";n.d(t,{O:()=>a,n:()=>o});var r=n(1858),s=n(189);class o{substructure;readOnly;constructor(e,t=!0){return this.substructure=e,this.readOnly=t,new Proxy(this,{set:(e,t,n)=>{if(s._package.logger.debug(`BioFilterProps.set ${t.toString()}( '${n}' )`),this.readOnly)throw new Error("Properties are immutable.");return e[t]=n,!0}})}}class a{onChanged=new r.Subject;_props;_propsChanging=!1;get props(){return this._props||(this._props=this.emptyProps),this._props}set props(e){this._propsChanging=!0;try{this._props=e,this.applyProps(),this.onChanged.next()}finally{this._propsChanging=!1}}saveProps(){const e={};for(const[t,n]of Object.entries(this.props))"_onChanged"!==t&&(e[t]=this.props[t]);return e}async detach(){}get filterSummary(){return this.props.substructure}get isFiltering(){return""!==this.props.substructure}resetFilter(){this.props=this.emptyProps,this.onChanged.next()}}},1687:(e,t,n)=>{"use strict";n.d(t,{_i:()=>S,AR:()=>E});var r=n(7389),s=n(6082),o=n(4328),a=n(1991),i=n.n(a),c=n(1858),l=n(2003),u=n(8070),d=n(826),h=n(7602),m=n(8115),p=n(4577),f=n(1757),g=n.n(f),y=n(9124),w=n(9192),b=n(4870),A=n(189);class C extends p.O{emptyProps=new p.n("");helmEditor;_filterPanel=r.div("",{style:{cursor:"pointer"}});logger;static viewerCounter=-1;viewerId=++C.viewerCounter;viewerToLog(){return`HelmBioFilter<${this.viewerId}>`}get type(){return"HelmBioFilter"}constructor(){super(),this.logger=A._package.logger}viewSubs=[];async detach(){await super.detach();for(const e of this.viewSubs)e.unsubscribe()}async attach(){this.viewerToLog();try{const e=await(0,y.b)();let t,n;this.helmEditor=e.createHelmWebEditor(),this.logger.warning("TEST: HelmBioFilter.init().sync() waitForElementInDom waiting..."),await r.tools.waitForElementInDom(this._filterPanel),this.logger.warning("TEST: HelmBioFilter.init().sync() waitForElementInDom ready"),this.updateFilterPanel(),this.viewSubs.push((0,c.fromEvent)(this._filterPanel,"click").subscribe((()=>{t=r.div(),n=e.createWebEditorApp(t,this.props.substructure),r.dialog({showHeader:!1,showFooter:!0}).add(t).onOK((()=>{try{const e=n.canvas.getHelm(!0).replace(/<\/span>/g,"").replace(/<span style='background:#bbf;'>/g,"");this.props=new p.n(e)}catch(e){this.logger.error(e)}finally{g()(t).empty(),t=null,n=null}})).onCancel((()=>{g()(t).empty(),t=null,n=null})).show({modal:!0,fullScreen:!0})}))),this.viewSubs.push(r.onSizeChanged(this._filterPanel).subscribe((e=>{try{if(n){const e=n.canvas.getHelm(!0).replace(/<\/span>/g,"").replace(/<span style='background:#bbf;'>/g,"");this.updateFilterPanel(e)}}catch(e){const[t,n]=(0,w.AP)(e);this.logger.error(t,void 0,n)}})))}catch(e){const[t,n]=(0,w.AP)(e),s=this._filterPanel;s.innerText="error",s.classList.add("d4-error"),r.tooltip.bind(s,t)}}applyProps(){this.helmEditor&&this.updateFilterPanel(this.props.substructure)}get filterPanel(){return this._filterPanel}updateFilterPanel(e){if(!this.helmEditor)throw new Error("helmEditor is not created, the filter is not in dom yet");const t=this._filterPanel.parentElement.clientWidth<100?100:this._filterPanel.parentElement.clientWidth,n=t/2;if(e)(0,b.K)(this._filterPanel,this.helmEditor.host),this.helmEditor.editor.setHelm(e),this.helmEditor.resizeEditor(t,n);else{const e=r.divText("Click to edit","helm-substructure-filter");(0,b.K)(this._filterPanel,e)}}async substructureSearch(e){const t=`${this.viewerToLog()}.substructureSearch( column = <${e.name}> )`;A._package.logger.debug(`${t}, start`);try{return await(0,u.cb)(10),await(0,m.if)(this.props.substructure,e)}finally{A._package.logger.debug(`${t}, end`)}}}const T="bio-substructure-filter";class v{props;filterId;dataFrameId;columnName;bitset;constructor(e,t,n,r,s){this.props=e,this.filterId=t,this.dataFrameId=n,this.columnName=r,this.bitset=s}}class E extends p.n{separator;constructor(e,t){super(e,!1),this.separator=t,this.readOnly=!0}}class S extends s.Filter{bioFilter=null;bitset=null;loader;notation=void 0;logger;filterSyncer;get calculating(){return"initial"==this.loader.style.display}set calculating(e){this.loader.style.display=e?"initial":"none"}get filterSummary(){return this.bioFilter.filterSummary}get isFiltering(){return super.isFiltering&&(this.bioFilter?.isFiltering??!1)}get isReadyToApplyFilter(){return!this.calculating&&null!=this.bitset}get debounceTime(){if(null==this.column)return 1e3;const e=this.column.length;return e<500?0:e>1e4?1e3:Math.floor((e-500)/9500*1e3)}constructor(){return super(),this.root=r.divV([]),this.loader=r.loader(),this.calculating=!1,this.filterSyncer=new h.g(this.logger=A._package.logger),new Proxy(this,{set:(e,t,n)=>(e[t]=n,!0)})}static filterCounter=-1;filterId=++S.filterCounter;filterToLog(){return`BioSubstructureFilter<${this.filterId}>`}viewSubs=[];attach(e){const t=super.attach.bind(this),n=`${this.filterToLog()}.attach()`;this.filterSyncer.sync(n,(async()=>{t(e),this.column||(this.columnName?this.column=this.dataFrame.getCol(this.columnName):this.column=e.columns.bySemType(s.SEMTYPE.MACROMOLECULE)),d.GO.forColumn(this.column),this.columnName??=this.column?.name,this.notation??=this.column?.meta.units,this.bioFilter=this.notation===l.Hi.FASTA?new _:this.notation===l.Hi.SEPARATOR?new P(this.column.getTag(l.gp.separator)):new C,this.root.appendChild(this.bioFilter.filterPanel),this.root.appendChild(this.loader),await this.bioFilter.attach(),this.viewSubs.push(s.debounce(this.bioFilter.onChanged,this.debounceTime).subscribe(this.bioFilterOnChangedDebounced.bind(this))),this.viewSubs.push(o.events.onResetFilterRequest.subscribe(this.grokEventsOnResetFilterRequest.bind(this))),this.viewSubs.push(o.events.onCustomEvent(T).subscribe(this.filterOnSync.bind(this)))}))}detach(){const e=super.detach.bind(this),t=`${this.filterToLog()}.detach()`;this.filterSyncer.sync(t,(async()=>{for(const e of this.viewSubs)e.unsubscribe();this.viewSubs=[],e(),this.bioFilter&&this.bioFilter.detach(),this.bioFilter=null}))}filterOnSync(e){e.filterId!==this.filterId&&e.dataFrameId===this.dataFrame.id&&e.columnName===this.columnName&&(this.bioFilter.props=e.props)}applyFilter(){const e=`${this.filterToLog()}.applyFilter()`;this.logger.debug(`${e}, IN`),this.bitset&&!this.isDetached&&this.dataFrame?.filter.and(this.bitset)}saveState(){const e=`${this.filterToLog()}.saveState()`,t=super.saveState();return this.logger.debug(`${e}, super.state = ${JSON.stringify(t)}`),t.props=this.bioFilter.saveProps(),t}applyState(e){const t=`${this.filterToLog()}.applyState()`;super.applyState(e),this.filterSyncer.sync(t,(async()=>{e.props&&this.bioFilter&&(this.bioFilter.props=s.toJs(e.props??{}))}))}fireFilterSync(){const e=`${this.filterToLog()}.fireFilterSync()`;A._package.logger.debug(`${e}, bioFilter = ${this.bioFilter?this.bioFilter.constructor.name:"null"}`+(this.bioFilter?`, props = ${JSON.stringify(this.bioFilter.saveProps())}`:"")),o.events.fireCustomEvent(T,new v(this.bioFilter.props,this.filterId,this.dataFrame.id,this.columnName,this.bitset))}bioFilterOnChangedDebounced(){if(!this.dataFrame)return;const e=`${this.filterToLog()}.bioFilterOnChangedDebounced()`;if(A._package.logger.debug(`${e}, start, isFiltering = ${this.isFiltering}, props = ${JSON.stringify(this.bioFilter.saveProps())}`),!this.isFiltering)return this.bitset=null,void this.dataFrame.rows.requestFilter();i()(this.dataFrame.rows.filters).has(`${this.columnName}: ${this.filterSummary}`)||this.filterSyncer.sync(e,(async()=>{this.calculating=!0;try{A._package.logger.debug(`${e}, before substructureSearch`),this.bitset=await(this.bioFilter?.substructureSearch(this.column)),A._package.logger.debug(`${e}, after substructureSearch`),this.calculating=!1,this.fireFilterSync(),this.dataFrame?.rows.requestFilter()}finally{this.calculating=!1,A._package.logger.debug(`${e}, end`)}}))}grokEventsOnResetFilterRequest(){const e=`${this.filterToLog()}.grokEventsOnResetFilterRequest()`;A._package.logger.debug(`${e}`),this.bioFilter?.resetFilter()}_onRendered=new c.Subject;get onRendered(){return this._onRendered}invalidate(e){const t=`${this.filterToLog()}.invalidate(${e?` <- ${e} `:""})`;this.filterSyncer.sync(t,(async()=>{this._onRendered.next()}))}async awaitRendered(e=1e4){const t=`awaitRendered( ${e} )`,n=`${this.filterToLog()}.${t}`;await(0,u.cb)(10),await(0,u.PE)(this.onRendered,(()=>{this.logger.debug(`${n}, _onRendered event caught`)}),(()=>{this.invalidate(t)}),e,`${n} timeout`);const r=this.filterSyncer.resetErrors();if(r.length>0)throw r[0]}}class _ extends p.O{emptyProps=new p.n("");substructureInput;get type(){return"FastaBioFilter"}constructor(){super(),this.substructureInput=r.input.string("",{value:"",onValueChanged:()=>{this.props=new p.n(this.substructureInput.value),this._propsChanging||this.onChanged.next()},placeholder:"Substructure"})}applyProps(){this.substructureInput.value!==this.props.substructure&&(this.substructureInput.value=this.props.substructure)}get filterPanel(){return this.substructureInput.root}get isFiltering(){return""!==this.substructureInput.value}async substructureSearch(e){return(0,m.nI)(this.props.substructure,e)}async attach(){}async detach(){await super.detach()}}class P extends p.O{emptyProps=new E("",void 0);substructureInput;separatorInput;colSeparator="";get type(){return"SeparatorBioFilter"}constructor(e){super(),this.substructureInput=r.input.string("",{value:"",onValueChanged:()=>{this.props=new E(this.substructureInput.value,this.props.separator),this._propsChanging||this.onChanged.next()},placeholder:"Substructure"}),this.separatorInput=r.input.string("",{value:this.colSeparator=e,onValueChanged:()=>{const e=this.separatorInput.value?this.separatorInput.value:void 0;this.props=new E(this.props.substructure,e),this._propsChanging||this.onChanged.next()},placeholder:"Separator"})}applyProps(){this.substructureInput.value!==this.props.substructure&&(this.substructureInput.value=this.props.substructure);const e=this.props.separator??this.colSeparator;this.separatorInput.value!==e&&(this.separatorInput.value=e)}get filterSummary(){return this.props.separator?this.props.separator:this.colSeparator,`${this.props.substructure}, {sep}`}get isFiltering(){return""!==this.props.substructure}resetFilter(){this.props=new E("")}get filterPanel(){return r.divV([this.substructureInput.root,this.separatorInput.root])}get substructure(){return this.separatorInput.value&&this.separatorInput.value!==this.colSeparator?this.substructureInput.value.replaceAll(this.separatorInput.value,this.colSeparator):this.substructureInput.value}set substructure(e){this.substructureInput.value=e}async substructureSearch(e){return(0,m.nI)(this.substructure,e,this.colSeparator)}async attach(){}async detach(){await super.detach()}}},2174:(e,t,n)=>{"use strict";n.d(t,{F:()=>A});var r=n(7389),s=n(6082),o=(n(1991),n(2003),n(4152),n(5072)),a=n.n(o),i=n(7825),c=n.n(i),l=n(7659),u=n.n(l),d=n(5056),h=n.n(d),m=n(540),p=n.n(m),f=n(1113),g=n.n(f),y=n(5999),w={};w.styleTagTransform=g(),w.setAttributes=h(),w.insert=u().bind(null,"head"),w.domAPI=c(),w.insertStyleElement=p(),a()(y.A,w),y.A&&y.A.locals&&y.A.locals,n(826);var b=n(2738);function A(e,t){let n=0,o=null;for(const e of Object.values(t))n+=e,o=null===o?e:Math.max(o,e);const a=o/n,i=Object.assign({},...Array.from(Object.entries(t)).sort(((e,t)=>t[1]-e[1])).map((([t,o])=>{const i=o/n,c=e.get(t),l=r.div("",{classes:"macromolecule-cell-comp-analysis-bar"});l.style.width=50*i/a+"px",l.style.backgroundColor=c,b._S===t&&(l.style.borderWidth="1px",l.style.borderStyle="solid",l.style.borderColor=s.Color.toHtml(s.Color.lightGray));const u=b._S===t?"-":t,d=r.div(`${(100*i).toFixed(2)}%`),h=r.div([l,d],{classes:"macromolecule-cell-comp-analysis-value"});return{[u]:h}}))),c=r.tableFromMap(i);return Array.from(c.rows).forEach((e=>{const t=e.getElementsByClassName("macromolecule-cell-comp-analysis-bar")[0].style.backgroundColor;e.cells[0].style.color=t})),c}},1757:e=>{"use strict";e.exports=$},6082:e=>{"use strict";e.exports=DG},4328:e=>{"use strict";e.exports=grok},1858:e=>{"use strict";e.exports=rxjs},7389:e=>{"use strict";e.exports=ui},1991:e=>{"use strict";e.exports=wu},8343:(e,t,n)=>{"use strict";const{normalizeIPv6:r,normalizeIPv4:s,removeDotSegments:o,recomposeAuthority:a,normalizeComponentEncoding:i}=n(4834),c=n(343);function l(e,t,n,r){const s={};return r||(e=m(u(e,n),n),t=m(u(t,n),n)),!(n=n||{}).tolerant&&t.scheme?(s.scheme=t.scheme,s.userinfo=t.userinfo,s.host=t.host,s.port=t.port,s.path=o(t.path||""),s.query=t.query):(void 0!==t.userinfo||void 0!==t.host||void 0!==t.port?(s.userinfo=t.userinfo,s.host=t.host,s.port=t.port,s.path=o(t.path||""),s.query=t.query):(t.path?("/"===t.path.charAt(0)?s.path=o(t.path):(void 0===e.userinfo&&void 0===e.host&&void 0===e.port||e.path?e.path?s.path=e.path.slice(0,e.path.lastIndexOf("/")+1)+t.path:s.path=t.path:s.path="/"+t.path,s.path=o(s.path)),s.query=t.query):(s.path=e.path,void 0!==t.query?s.query=t.query:s.query=e.query),s.userinfo=e.userinfo,s.host=e.host,s.port=e.port),s.scheme=e.scheme),s.fragment=t.fragment,s}function u(e,t){const n={host:e.host,scheme:e.scheme,userinfo:e.userinfo,port:e.port,path:e.path,query:e.query,nid:e.nid,nss:e.nss,uuid:e.uuid,fragment:e.fragment,reference:e.reference,resourceName:e.resourceName,secure:e.secure,error:""},r=Object.assign({},t),s=[],i=c[(r.scheme||n.scheme||"").toLowerCase()];i&&i.serialize&&i.serialize(n,r),void 0!==n.path&&(r.skipEscape?n.path=unescape(n.path):(n.path=escape(n.path),void 0!==n.scheme&&(n.path=n.path.split("%3A").join(":")))),"suffix"!==r.reference&&n.scheme&&(s.push(n.scheme),s.push(":"));const l=a(n,r);if(void 0!==l&&("suffix"!==r.reference&&s.push("//"),s.push(l),n.path&&"/"!==n.path.charAt(0)&&s.push("/")),void 0!==n.path){let e=n.path;r.absolutePath||i&&i.absolutePath||(e=o(e)),void 0===l&&(e=e.replace(/^\/\//u,"/%2F")),s.push(e)}return void 0!==n.query&&(s.push("?"),s.push(n.query)),void 0!==n.fragment&&(s.push("#"),s.push(n.fragment)),s.join("")}const d=Array.from({length:127},((e,t)=>/[^!"$&'()*+,\-.;=_`a-z{}~]/u.test(String.fromCharCode(t)))),h=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;function m(e,t){const n=Object.assign({},t),o={scheme:void 0,userinfo:void 0,host:"",port:void 0,path:"",query:void 0,fragment:void 0},a=-1!==e.indexOf("%");let i=!1;"suffix"===n.reference&&(e=(n.scheme?n.scheme+":":"")+"//"+e);const l=e.match(h);if(l){if(o.scheme=l[1],o.userinfo=l[3],o.host=l[4],o.port=parseInt(l[5],10),o.path=l[6]||"",o.query=l[7],o.fragment=l[8],isNaN(o.port)&&(o.port=l[5]),o.host){const e=s(o.host);if(!1===e.isIPV4){const t=r(e.host,{isIPV4:!1});o.host=t.host.toLowerCase(),i=t.isIPV6}else o.host=e.host,i=!0}void 0!==o.scheme||void 0!==o.userinfo||void 0!==o.host||void 0!==o.port||o.path||void 0!==o.query?void 0===o.scheme?o.reference="relative":void 0===o.fragment?o.reference="absolute":o.reference="uri":o.reference="same-document",n.reference&&"suffix"!==n.reference&&n.reference!==o.reference&&(o.error=o.error||"URI is not a "+n.reference+" reference.");const e=c[(n.scheme||o.scheme||"").toLowerCase()];if(!(n.unicodeSupport||e&&e.unicodeSupport)&&o.host&&(n.domainHost||e&&e.domainHost)&&!1===i&&function(e){let t=0;for(let n=0,r=e.length;n<r;++n)if(t=e.charCodeAt(n),t>126||d[t])return!0;return!1}(o.host))try{o.host=URL.domainToASCII(o.host.toLowerCase())}catch(e){o.error=o.error||"Host's domain name can not be converted to ASCII: "+e}(!e||e&&!e.skipNormalize)&&(a&&void 0!==o.scheme&&(o.scheme=unescape(o.scheme)),a&&void 0!==o.userinfo&&(o.userinfo=unescape(o.userinfo)),a&&void 0!==o.host&&(o.host=unescape(o.host)),void 0!==o.path&&o.path.length&&(o.path=escape(unescape(o.path))),void 0!==o.fragment&&o.fragment.length&&(o.fragment=encodeURI(decodeURIComponent(o.fragment)))),e&&e.parse&&e.parse(o,n)}else o.error=o.error||"URI can not be parsed.";return o}const p={SCHEMES:c,normalize:function(e,t){return"string"==typeof e?e=u(m(e,t),t):"object"==typeof e&&(e=m(u(e,t),t)),e},resolve:function(e,t,n){const r=Object.assign({scheme:"null"},n);return u(l(m(e,r),m(t,r),r,!0),{...r,skipEscape:!0})},resolveComponents:l,equal:function(e,t,n){return"string"==typeof e?(e=unescape(e),e=u(i(m(e,n),!0),{...n,skipEscape:!0})):"object"==typeof e&&(e=u(i(e,!0),{...n,skipEscape:!0})),"string"==typeof t?(t=unescape(t),t=u(i(m(t,n),!0),{...n,skipEscape:!0})):"object"==typeof t&&(t=u(i(t,!0),{...n,skipEscape:!0})),e.toLowerCase()===t.toLowerCase()},serialize:u,parse:m};e.exports=p,e.exports.default=p,e.exports.fastUri=p},343:e=>{"use strict";const t=/^[\da-f]{8}\b-[\da-f]{4}\b-[\da-f]{4}\b-[\da-f]{4}\b-[\da-f]{12}$/iu,n=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu;function r(e){return"boolean"==typeof e.secure?e.secure:"wss"===String(e.scheme).toLowerCase()}function s(e){return e.host||(e.error=e.error||"HTTP URIs must have a host."),e}function o(e){const t="https"===String(e.scheme).toLowerCase();return e.port!==(t?443:80)&&""!==e.port||(e.port=void 0),e.path||(e.path="/"),e}const a={scheme:"http",domainHost:!0,parse:s,serialize:o},i={scheme:"ws",domainHost:!0,parse:function(e){return e.secure=r(e),e.resourceName=(e.path||"/")+(e.query?"?"+e.query:""),e.path=void 0,e.query=void 0,e},serialize:function(e){if(e.port!==(r(e)?443:80)&&""!==e.port||(e.port=void 0),"boolean"==typeof e.secure&&(e.scheme=e.secure?"wss":"ws",e.secure=void 0),e.resourceName){const[t,n]=e.resourceName.split("?");e.path=t&&"/"!==t?t:void 0,e.query=n,e.resourceName=void 0}return e.fragment=void 0,e}},c={http:a,https:{scheme:"https",domainHost:a.domainHost,parse:s,serialize:o},ws:i,wss:{scheme:"wss",domainHost:i.domainHost,parse:i.parse,serialize:i.serialize},urn:{scheme:"urn",parse:function(e,t){if(!e.path)return e.error="URN can not be parsed",e;const r=e.path.match(n);if(r){const n=t.scheme||e.scheme||"urn";e.nid=r[1].toLowerCase(),e.nss=r[2];const s=`${n}:${t.nid||e.nid}`,o=c[s];e.path=void 0,o&&(e=o.parse(e,t))}else e.error=e.error||"URN can not be parsed.";return e},serialize:function(e,t){const n=t.scheme||e.scheme||"urn",r=e.nid.toLowerCase(),s=`${n}:${t.nid||r}`,o=c[s];o&&(e=o.serialize(e,t));const a=e,i=e.nss;return a.path=`${r||t.nid}:${i}`,t.skipEscape=!0,a},skipNormalize:!0},"urn:uuid":{scheme:"urn:uuid",parse:function(e,n){const r=e;return r.uuid=r.nss,r.nss=void 0,n.tolerant||r.uuid&&t.test(r.uuid)||(r.error=r.error||"UUID is not valid."),r},serialize:function(e){const t=e;return t.nss=(e.uuid||"").toLowerCase(),t},skipNormalize:!0}};e.exports=c},4914:e=>{"use strict";e.exports={HEX:{0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,a:10,A:10,b:11,B:11,c:12,C:12,d:13,D:13,e:14,E:14,f:15,F:15}}},4834:(e,t,n)=>{"use strict";const{HEX:r}=n(4914);function s(e){if(c(e,".")<3)return{host:e,isIPV4:!1};const t=e.match(/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/u)||[],[n]=t;return n?{host:i(n,"."),isIPV4:!0}:{host:e,isIPV4:!1}}function o(e,t=!1){let n="",s=!0;for(const t of e){if(void 0===r[t])return;"0"!==t&&!0===s&&(s=!1),s||(n+=t)}return t&&0===n.length&&(n="0"),n}function a(e,t={}){if(c(e,":")<2)return{host:e,isIPV6:!1};const n=function(e){let t=0;const n={error:!1,address:"",zone:""},r=[],s=[];let a=!1,i=!1,c=!1;function l(){if(s.length){if(!1===a){const e=o(s);if(void 0===e)return n.error=!0,!1;r.push(e)}s.length=0}return!0}for(let o=0;o<e.length;o++){const u=e[o];if("["!==u&&"]"!==u)if(":"!==u)if("%"===u){if(!l())break;a=!0}else s.push(u);else{if(!0===i&&(c=!0),!l())break;if(t++,r.push(":"),t>7){n.error=!0;break}o-1>=0&&":"===e[o-1]&&(i=!0)}}return s.length&&(a?n.zone=s.join(""):c?r.push(s.join("")):r.push(o(s))),n.address=r.join(""),n}(e);if(n.error)return{host:e,isIPV6:!1};{let e=n.address,t=n.address;return n.zone&&(e+="%"+n.zone,t+="%25"+n.zone),{host:e,escapedHost:t,isIPV6:!0}}}function i(e,t){let n="",r=!0;const s=e.length;for(let o=0;o<s;o++){const a=e[o];"0"===a&&r?(o+1<=s&&e[o+1]===t||o+1===s)&&(n+=a,r=!1):(r=a===t,n+=a)}return n}function c(e,t){let n=0;for(let r=0;r<e.length;r++)e[r]===t&&n++;return n}const l=/^\.\.?\//u,u=/^\/\.(?:\/|$)/u,d=/^\/\.\.(?:\/|$)/u,h=/^\/?(?:.|\n)*?(?=\/|$)/u;e.exports={recomposeAuthority:function(e,t){const n=[];if(void 0!==e.userinfo&&(n.push(e.userinfo),n.push("@")),void 0!==e.host){let t=unescape(e.host);const r=s(t);if(r.isIPV4)t=r.host;else{const n=a(r.host,{isIPV4:!1});t=!0===n.isIPV6?`[${n.escapedHost}]`:e.host}n.push(t)}return"number"!=typeof e.port&&"string"!=typeof e.port||(n.push(":"),n.push(String(e.port))),n.length?n.join(""):void 0},normalizeComponentEncoding:function(e,t){const n=!0!==t?escape:unescape;return void 0!==e.scheme&&(e.scheme=n(e.scheme)),void 0!==e.userinfo&&(e.userinfo=n(e.userinfo)),void 0!==e.host&&(e.host=n(e.host)),void 0!==e.path&&(e.path=n(e.path)),void 0!==e.query&&(e.query=n(e.query)),void 0!==e.fragment&&(e.fragment=n(e.fragment)),e},removeDotSegments:function(e){const t=[];for(;e.length;)if(e.match(l))e=e.replace(l,"");else if(e.match(u))e=e.replace(u,"/");else if(e.match(d))e=e.replace(d,"/"),t.pop();else if("."===e||".."===e)e="";else{const n=e.match(h);if(!n)throw new Error("Unexpected dot segment condition");{const r=n[0];e=e.slice(r.length),t.push(r)}}return t.join("")},normalizeIPv4:s,normalizeIPv6:a,stringArrayToHexStripped:o}},3837:e=>{"use strict";e.exports=JSON.parse('{"$id":"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#","description":"Meta-schema for $data reference (JSON AnySchema extension proposal)","type":"object","required":["$data"],"properties":{"$data":{"type":"string","anyOf":[{"format":"relative-json-pointer"},{"format":"json-pointer"}]}},"additionalProperties":false}')},7216:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://json-schema.org/draft/2020-12/meta/applicator","$vocabulary":{"https://json-schema.org/draft/2020-12/vocab/applicator":true},"$dynamicAnchor":"meta","title":"Applicator vocabulary meta-schema","type":["object","boolean"],"properties":{"prefixItems":{"$ref":"#/$defs/schemaArray"},"items":{"$dynamicRef":"#meta"},"contains":{"$dynamicRef":"#meta"},"additionalProperties":{"$dynamicRef":"#meta"},"properties":{"type":"object","additionalProperties":{"$dynamicRef":"#meta"},"default":{}},"patternProperties":{"type":"object","additionalProperties":{"$dynamicRef":"#meta"},"propertyNames":{"format":"regex"},"default":{}},"dependentSchemas":{"type":"object","additionalProperties":{"$dynamicRef":"#meta"},"default":{}},"propertyNames":{"$dynamicRef":"#meta"},"if":{"$dynamicRef":"#meta"},"then":{"$dynamicRef":"#meta"},"else":{"$dynamicRef":"#meta"},"allOf":{"$ref":"#/$defs/schemaArray"},"anyOf":{"$ref":"#/$defs/schemaArray"},"oneOf":{"$ref":"#/$defs/schemaArray"},"not":{"$dynamicRef":"#meta"}},"$defs":{"schemaArray":{"type":"array","minItems":1,"items":{"$dynamicRef":"#meta"}}}}')},8226:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://json-schema.org/draft/2020-12/meta/content","$vocabulary":{"https://json-schema.org/draft/2020-12/vocab/content":true},"$dynamicAnchor":"meta","title":"Content vocabulary meta-schema","type":["object","boolean"],"properties":{"contentEncoding":{"type":"string"},"contentMediaType":{"type":"string"},"contentSchema":{"$dynamicRef":"#meta"}}}')},518:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://json-schema.org/draft/2020-12/meta/core","$vocabulary":{"https://json-schema.org/draft/2020-12/vocab/core":true},"$dynamicAnchor":"meta","title":"Core vocabulary meta-schema","type":["object","boolean"],"properties":{"$id":{"$ref":"#/$defs/uriReferenceString","$comment":"Non-empty fragments not allowed.","pattern":"^[^#]*#?$"},"$schema":{"$ref":"#/$defs/uriString"},"$ref":{"$ref":"#/$defs/uriReferenceString"},"$anchor":{"$ref":"#/$defs/anchorString"},"$dynamicRef":{"$ref":"#/$defs/uriReferenceString"},"$dynamicAnchor":{"$ref":"#/$defs/anchorString"},"$vocabulary":{"type":"object","propertyNames":{"$ref":"#/$defs/uriString"},"additionalProperties":{"type":"boolean"}},"$comment":{"type":"string"},"$defs":{"type":"object","additionalProperties":{"$dynamicRef":"#meta"}}},"$defs":{"anchorString":{"type":"string","pattern":"^[A-Za-z_][-A-Za-z0-9._]*$"},"uriString":{"type":"string","format":"uri"},"uriReferenceString":{"type":"string","format":"uri-reference"}}}')},4588:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://json-schema.org/draft/2020-12/meta/format-annotation","$vocabulary":{"https://json-schema.org/draft/2020-12/vocab/format-annotation":true},"$dynamicAnchor":"meta","title":"Format vocabulary meta-schema for annotation results","type":["object","boolean"],"properties":{"format":{"type":"string"}}}')},5707:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://json-schema.org/draft/2020-12/meta/meta-data","$vocabulary":{"https://json-schema.org/draft/2020-12/vocab/meta-data":true},"$dynamicAnchor":"meta","title":"Meta-data vocabulary meta-schema","type":["object","boolean"],"properties":{"title":{"type":"string"},"description":{"type":"string"},"default":true,"deprecated":{"type":"boolean","default":false},"readOnly":{"type":"boolean","default":false},"writeOnly":{"type":"boolean","default":false},"examples":{"type":"array","items":true}}}')},9547:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://json-schema.org/draft/2020-12/meta/unevaluated","$vocabulary":{"https://json-schema.org/draft/2020-12/vocab/unevaluated":true},"$dynamicAnchor":"meta","title":"Unevaluated applicator vocabulary meta-schema","type":["object","boolean"],"properties":{"unevaluatedItems":{"$dynamicRef":"#meta"},"unevaluatedProperties":{"$dynamicRef":"#meta"}}}')},7082:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://json-schema.org/draft/2020-12/meta/validation","$vocabulary":{"https://json-schema.org/draft/2020-12/vocab/validation":true},"$dynamicAnchor":"meta","title":"Validation vocabulary meta-schema","type":["object","boolean"],"properties":{"type":{"anyOf":[{"$ref":"#/$defs/simpleTypes"},{"type":"array","items":{"$ref":"#/$defs/simpleTypes"},"minItems":1,"uniqueItems":true}]},"const":true,"enum":{"type":"array","items":true},"multipleOf":{"type":"number","exclusiveMinimum":0},"maximum":{"type":"number"},"exclusiveMaximum":{"type":"number"},"minimum":{"type":"number"},"exclusiveMinimum":{"type":"number"},"maxLength":{"$ref":"#/$defs/nonNegativeInteger"},"minLength":{"$ref":"#/$defs/nonNegativeIntegerDefault0"},"pattern":{"type":"string","format":"regex"},"maxItems":{"$ref":"#/$defs/nonNegativeInteger"},"minItems":{"$ref":"#/$defs/nonNegativeIntegerDefault0"},"uniqueItems":{"type":"boolean","default":false},"maxContains":{"$ref":"#/$defs/nonNegativeInteger"},"minContains":{"$ref":"#/$defs/nonNegativeInteger","default":1},"maxProperties":{"$ref":"#/$defs/nonNegativeInteger"},"minProperties":{"$ref":"#/$defs/nonNegativeIntegerDefault0"},"required":{"$ref":"#/$defs/stringArray"},"dependentRequired":{"type":"object","additionalProperties":{"$ref":"#/$defs/stringArray"}}},"$defs":{"nonNegativeInteger":{"type":"integer","minimum":0},"nonNegativeIntegerDefault0":{"$ref":"#/$defs/nonNegativeInteger","default":0},"simpleTypes":{"enum":["array","boolean","integer","null","number","object","string"]},"stringArray":{"type":"array","items":{"type":"string"},"uniqueItems":true,"default":[]}}}')},1678:e=>{"use strict";e.exports=JSON.parse('{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://json-schema.org/draft/2020-12/schema","$vocabulary":{"https://json-schema.org/draft/2020-12/vocab/core":true,"https://json-schema.org/draft/2020-12/vocab/applicator":true,"https://json-schema.org/draft/2020-12/vocab/unevaluated":true,"https://json-schema.org/draft/2020-12/vocab/validation":true,"https://json-schema.org/draft/2020-12/vocab/meta-data":true,"https://json-schema.org/draft/2020-12/vocab/format-annotation":true,"https://json-schema.org/draft/2020-12/vocab/content":true},"$dynamicAnchor":"meta","title":"Core and Validation specifications meta-schema","allOf":[{"$ref":"meta/core"},{"$ref":"meta/applicator"},{"$ref":"meta/unevaluated"},{"$ref":"meta/validation"},{"$ref":"meta/meta-data"},{"$ref":"meta/format-annotation"},{"$ref":"meta/content"}],"type":["object","boolean"],"$comment":"This meta-schema also defines keywords that have appeared in previous drafts in order to prevent incompatible extensions as they remain in common use.","properties":{"definitions":{"$comment":"\\"definitions\\" has been replaced by \\"$defs\\".","type":"object","additionalProperties":{"$dynamicRef":"#meta"},"deprecated":true,"default":{}},"dependencies":{"$comment":"\\"dependencies\\" has been split and replaced by \\"dependentSchemas\\" and \\"dependentRequired\\" in order to serve their differing semantics.","type":"object","additionalProperties":{"anyOf":[{"$dynamicRef":"#meta"},{"$ref":"meta/validation#/$defs/stringArray"}]},"deprecated":true,"default":{}},"$recursiveAnchor":{"$comment":"\\"$recursiveAnchor\\" has been replaced by \\"$dynamicAnchor\\".","$ref":"meta/core#/$defs/anchorString","deprecated":true},"$recursiveRef":{"$comment":"\\"$recursiveRef\\" has been replaced by \\"$dynamicRef\\".","$ref":"meta/core#/$defs/uriReferenceString","deprecated":true}}}')},2079:e=>{"use strict";e.exports=JSON.parse('{"$schema":"http://json-schema.org/draft-07/schema#","$id":"http://json-schema.org/draft-07/schema#","title":"Core schema meta-schema","definitions":{"schemaArray":{"type":"array","minItems":1,"items":{"$ref":"#"}},"nonNegativeInteger":{"type":"integer","minimum":0},"nonNegativeIntegerDefault0":{"allOf":[{"$ref":"#/definitions/nonNegativeInteger"},{"default":0}]},"simpleTypes":{"enum":["array","boolean","integer","null","number","object","string"]},"stringArray":{"type":"array","items":{"type":"string"},"uniqueItems":true,"default":[]}},"type":["object","boolean"],"properties":{"$id":{"type":"string","format":"uri-reference"},"$schema":{"type":"string","format":"uri"},"$ref":{"type":"string","format":"uri-reference"},"$comment":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"default":true,"readOnly":{"type":"boolean","default":false},"examples":{"type":"array","items":true},"multipleOf":{"type":"number","exclusiveMinimum":0},"maximum":{"type":"number"},"exclusiveMaximum":{"type":"number"},"minimum":{"type":"number"},"exclusiveMinimum":{"type":"number"},"maxLength":{"$ref":"#/definitions/nonNegativeInteger"},"minLength":{"$ref":"#/definitions/nonNegativeIntegerDefault0"},"pattern":{"type":"string","format":"regex"},"additionalItems":{"$ref":"#"},"items":{"anyOf":[{"$ref":"#"},{"$ref":"#/definitions/schemaArray"}],"default":true},"maxItems":{"$ref":"#/definitions/nonNegativeInteger"},"minItems":{"$ref":"#/definitions/nonNegativeIntegerDefault0"},"uniqueItems":{"type":"boolean","default":false},"contains":{"$ref":"#"},"maxProperties":{"$ref":"#/definitions/nonNegativeInteger"},"minProperties":{"$ref":"#/definitions/nonNegativeIntegerDefault0"},"required":{"$ref":"#/definitions/stringArray"},"additionalProperties":{"$ref":"#"},"definitions":{"type":"object","additionalProperties":{"$ref":"#"},"default":{}},"properties":{"type":"object","additionalProperties":{"$ref":"#"},"default":{}},"patternProperties":{"type":"object","additionalProperties":{"$ref":"#"},"propertyNames":{"format":"regex"},"default":{}},"dependencies":{"type":"object","additionalProperties":{"anyOf":[{"$ref":"#"},{"$ref":"#/definitions/stringArray"}]}},"propertyNames":{"$ref":"#"},"const":true,"enum":{"type":"array","items":true,"minItems":1,"uniqueItems":true},"type":{"anyOf":[{"$ref":"#/definitions/simpleTypes"},{"type":"array","items":{"$ref":"#/definitions/simpleTypes"},"minItems":1,"uniqueItems":true}]},"format":{"type":"string"},"contentMediaType":{"type":"string"},"contentEncoding":{"type":"string"},"if":{"$ref":"#"},"then":{"$ref":"#"},"else":{"$ref":"#"},"allOf":{"$ref":"#/definitions/schemaArray"},"anyOf":{"$ref":"#/definitions/schemaArray"},"oneOf":{"$ref":"#/definitions/schemaArray"},"not":{"$ref":"#"}},"default":true}')}},t={};function n(r){var s=t[r];if(void 0!==s)return s.exports;var o=t[r]={id:r,loaded:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.loaded=!0,o.exports}n.m=e,n.amdO={},n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.u=e=>e+".js",n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.hmd=e=>((e=Object.create(e)).children||(e.children=[]),Object.defineProperty(e,"exports",{enumerable:!0,set:()=>{throw new Error("ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: "+e.id)}}),e),n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{var e;n.g.importScripts&&(e=n.g.location+"");var t=n.g.document;if(!e&&t&&(t.currentScript&&(e=t.currentScript.src),!e)){var r=t.getElementsByTagName("script");if(r.length)for(var s=r.length-1;s>-1&&(!e||!/^http(s?):/.test(e));)e=r[s--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),n.p=e})(),n.b=document.baseURI||self.location.href,n.nc=void 0;var r={};(()=>{"use strict";n.r(r),n.d(r,{_package:()=>ve,test:()=>Ee,tests:()=>t.CN});var e=n(6082),t=n(8070);(0,t.L1)("_first",(()=>{(0,t.t6)("_first",(async()=>{}))}));var s=n(8924),o=n(7362),a=n(1093);(0,t.L1)("Palettes",(()=>{(0,t.t6)("testPaletteN",(async()=>{await async function(){const e=a.A.Chromatogram;(0,t.E3)(e instanceof o.e,!0),(0,t.E3)(e instanceof a.A,!0)}()})),(0,t.t6)("testPaletteAA",(async()=>{await async function(){const e=s.X.Lesk,n=s.X.RasMol,r=s.X.GrokGroups;(0,t.E3)(e instanceof o.e,!0),(0,t.E3)(n instanceof o.e,!0),(0,t.E3)(r instanceof o.e,!0),(0,t.E3)(e instanceof s.X,!0),(0,t.E3)(n instanceof s.X,!0),(0,t.E3)(r instanceof s.X,!0)}()})),(0,t.t6)("testPalettePtMe",(async()=>{const e=s.X.GrokGroups.get("MeNle"),n=s.X.GrokGroups.get("MeA"),r=s.X.GrokGroups.get("MeG"),o=s.X.GrokGroups.get("MeF"),a=s.X.GrokGroups.get("L"),i=s.X.GrokGroups.get("A"),c=s.X.GrokGroups.get("G"),l=s.X.GrokGroups.get("F");(0,t.E3)(e,a),(0,t.E3)(n,i),(0,t.E3)(r,c),(0,t.E3)(o,l)}))}));var i=n(4328),c=n(189),l=n(2003),u=n(826);class d{units;aligned;alphabet;alphabetSize;alphabetIsMultichar;separator;constructor(e,t,n,r,s,o){this.units=e,this.aligned=t,this.alphabet=n,this.alphabetSize=r,this.alphabetIsMultichar=s,this.separator=o}}async function h(t){const n=e.Column.fromList(e.TYPE.STRING,"col1",t);if(await i.functions.call("Bio:detectMacromolecule",{col:n}),n.semType===e.SEMTYPE.MACROMOLECULE){const e=`Negative test detected semType='${n.semType}', units='${n.meta.units}'.`;throw new Error(e)}}async function m(t,n){const r=(await t()).getCol(n),s=await i.functions.call("Bio:detectMacromolecule",{col:r});if(s&&(r.semType=s),r.semType===e.SEMTYPE.MACROMOLECULE){const e=`Negative test detected semType='${r.semType}', units='${r.meta.units}'.`;throw new Error(e)}}async function p(n,r,s,o,a,c,d=null){const h=e.Column.fromList(e.TYPE.STRING,"seq",n),m=await i.functions.call("Bio:detectMacromolecule",{col:h});m&&(h.semType=m),(0,t.E3)(h.semType,e.SEMTYPE.MACROMOLECULE),(0,t.E3)(h.meta.units,r),(0,t.E3)(h.getTag(l.gp.aligned),s),(0,t.E3)(h.getTag(l.gp.alphabet),o),d&&(0,t.E3)(h.getTag(l.gp.separator),d);const p=u.GO.forColumn(h);(0,t.E3)(p.getAlphabetSize(),a),(0,t.E3)(p.getAlphabetIsMultichar(),c),p.isHelm()||((0,t.E3)(p.aligned,s),(0,t.E3)(p.alphabet,o))}async function f(n,r,s,o,a,c,d,h=null){const m=(await n()).col(r),p=await i.functions.call("Bio:detectMacromolecule",{col:m});p&&(m.semType=p),(0,t.E3)(m.semType,e.SEMTYPE.MACROMOLECULE),(0,t.E3)(m.meta.units,s),(0,t.E3)(m.getTag(l.gp.aligned),o),(0,t.E3)(m.getTag(l.gp.alphabet),a),h&&(0,t.E3)(m.getTag(l.gp.separator),h);const f=u.GO.forColumn(m);(0,t.E3)(f.getAlphabetSize(),c),(0,t.E3)(f.getAlphabetIsMultichar(),d),f.isHelm()||((0,t.E3)(f.aligned,o),(0,t.E3)(f.alphabet,a))}async function g(e,t){const n=await e(),r=[];for(const s of n.columns.names())if(s in t){const n=t[s];try{await f(e,s,n.units,n.aligned,n.alphabet,n.alphabetSize,n.alphabetIsMultichar,n.separator)}catch(e){const t=e.toString();r.push(`Positive col '${s}' failed: ${t}`)}}else try{await m(e,s)}catch(e){const t=e.toString();r.push(`Negative col '${s}' failed: ${t}`)}if(r.length>0)throw new Error(r.join("\n"))}(0,t.L1)("detectors",(()=>{const n={negEmpty:{csv:"id,col1\n1,\n2,\n3,\n4,\n5,",neg:["col1"]},negNum1:{csv:"col1\n1\n2\n3",neg:["col1"]},negNum2:{csv:"col1\n4\n5\n6\n7",neg:["col1"]},negNum3:{csv:"col1\n8\n9\n10\n11\n12",neg:["col1"]},negSmiles:{csv:"col1\nCCCCN1C(=O)CN=C(c2cc(F)ccc12)C3CCCCC3\nC1CCCCC1\nCCCCCC",neg:["col1"]},negFastaUnSingleChar:{csv:"col1\nAlanine\nCysteine\nAspartic acid\nGlutamic acid\nPhenylalanine",neg:["col1"]},fastaMsaSameLength:{csv:"seq\nFWPHEYFWPHEYYV\nYNRQWYVYNRQWYV\nMKPSEYVMKPSEYV",pos:{seq:new d(l.Hi.FASTA,"SEQ.MSA",l.YI.PT,20,!1,void 0)}},fastaExtSameLength:{csv:"seq\nFW[Ac]PHEYFWPH\nYN[Re]VYNRQWYV\n[Me]EYVMPS[Et]",pos:{seq:new d(l.Hi.FASTA,"SEQ",l.YI.UN,16,!0,void 0)}},fastaMsaExtSameLength:{csv:"seq\nFW[Ac]PHEY[Re]WPH\nYN[Re]VYNR[Ac]WYV\n[Me]EYVMPSFW[Me]H",pos:{seq:new d(l.Hi.FASTA,"SEQ.MSA",l.YI.UN,14,!0,void 0)}},fastaMsaExtManyMinus:{csv:"seq\n[D-Tic]-------[D-Tyr_Et][Tyr_ab-dehydroMe][dV][Cys_SEt]N[D-Orn][D-aThr]-[Phe_4Me]\n[Phe_2F]--------[Tyr_ab-dehydroMe][dV][Aca]N[D-Orn][D-aThr]-[Phe_4Me]\n[D-Tic]-[Hcy]QTWQ[Phe_4NH2][D-Tyr_Et][Tyr_ab-dehydroMe][dV][Cys_SEt]----[Phe_4Me]",pos:{seq:new d(l.Hi.FASTA,"SEQ.MSA",l.YI.UN,17,!0,void 0)}},sepSameLength:{csv:"seq\nAc(1)-A-A-A-A-A-A-A-A-A-A-A-A-A-C(1)-G-NH2\nAc(1)-A-A-A-A-A-A-A-A-A-A-A-A-A-C(1)-G-NH2\nAc(1)-A-A-A-A-A-A-A-A-A-A-A-A-A-C(1)-G-NH2",pos:{seq:new d(l.Hi.SEPARATOR,"SEQ.MSA",l.YI.UN,5,!0,"-")}},sepMsaSameLength:{csv:"seq\nAc(1)-A-A-A-A-A-A-A-A-A-A-A-A-A-C(1)-G-NH2\nAc(1)-A-A(2)-A-A-A-C(2)-A-A-A-A-C(1)-G-NH2\nAc(1)-A-A-A-A-A-A-A-A-A-A-A-A-A-C(1)-G-NH2",pos:{seq:new d(l.Hi.SEPARATOR,"SEQ",l.YI.UN,5,!0,"-")}},helmSameLength:{csv:"seq\nPEPTIDE1{Ac(1).A.A.A.A.A.A.A.A.A.A.A.A.A.C(1).G.NH2}$$$$\nPEPTIDE1{Ab(1).Y.V.K.H.P.F.W.R.W.Y.A.A.A.C(1).G.NH2}$$$$\nPEPTIDE1{Ad(1).S.W.Y.C.K.H.P.M.W.A.A.A.A.C(1)-G-NH2}$$$$",pos:{seq:new d(l.Hi.HELM,null,null,19,void 0,void 0)}}};for(const[r,s]of Object.entries(n))(0,t.t6)(`csvData2-${r}`,(async()=>{const t=(o=r,async()=>{const t=n[o].csv,r=e.DataFrame.fromCsv(t);return await i.data.detectSemanticTypes(r),r});var o;for(const e of s.neg??[])await m(t,e);for(const[e,n]of Object.entries(s.pos??{}))await f(t,e,n.units,n.aligned,n.alphabet,n.alphabetSize,n.alphabetIsMultichar,n.separator)}));const r=new class{csvFastaDna1="seq\nACGTCACGTC\nCAGTGTCAGTGT\nTTCAACTTCAAC";fastaRna1="seq\nACGUCACGUC\nCAGUGUCAGUGU\nUUCAACUUCAAC";fastaPt1="seq\nFWPHEY\nYNRQWYV\nMKPSEYV";fastaUn="seq\n[meI][hHis][Aca]NT[dE][Thr_PO3H2][Aca]DN\n[meI][hHis][Aca][Cys_SEt]T[dK][Thr_PO3H2][Aca][Tyr_PO3H2][Aca]\n[Lys_Boc][hHis][Aca][Cys_SEt]T[dK][Thr_PO3H2][Aca][Tyr_PO3H2][Aca]";sepDna="seq\nA*C*G*T*C*A*C*G*T*C\nC*A*G*T*G*T*C*A*G*T*G*T\nT*T*C*A*A*C*T*T*C*A*A*C";sepRna="seq\nA*C*G*U*C*A*C*G*U*C\nC*A*G*U*G*U*C*A*G*U*G*U\nU*U*C*A*A*C*U*U*C*A*A*C";sepPt="seq\nF-W-P-H-E-Y-F-W-P-H-E-Y\nY-N-R-Q-W-Y-V-Y-N-R-Q-W-Y-V\nM-K-P-S-E-Y-V-M-K-P-S-E-Y-V";sepUn1="seq\nabc-dfgg-abc1-cfr3-rty-wert-cfr3-rty-wert\nrut12-her2-rty-wert-abc-abc1-dfgg-abc-abc1-dfgg\nrut12-rty-her2-abc-cfr3-wert-rut12-cfr3-wert-rut12";sepUn2="seq\nabc/dfgg/abc1/cfr3/rty/wert/abc/dfgg/abc1/cfr3/rty/wert\nrut12/her2/rty/wert//abc/abc1/dfgg/rut12/her2/rty/wert//abc/abc1/dfgg\nrut12/rty/her2/abc/cfr3//wert/rut12/rut12/rty/her2/abc/cfr3//wert/rut12";sepMsaDna1="seq\nA-C--G-T--C-T-A-C--G-T--C-T\nC-A-C--T--G-T-C-A-C--T--G-T\nA-C-C-G-T-A-C-T-A-C-C-G-T-A-C-T";sepMsaUnWEmpty="seq\nm1-M-m3-mon4-mon5-N-T-MON8-N9-m1-M-m3-mon4-mon5-N-T-MON8-N9\nm1-mon2-m3-mon4-mon5-Num--MON8-N9-m1-mon2-m3-mon4-mon5-Num--MON8-N9\n\nmon1-M-mon3-mon4-mon5---MON8-N9-mon1-M-mon3-mon4-mon5---MON8-N9";sepComplex="seq\nAc(1)-F-K(AEEA-AEEA-R-Ac)-L-mF-V-Y-mNle-D-W-N-mF-C(1)-G-NH2\nAc(1)-F-K(AEEA-ARRA-W-Ac)-L-mF-V-Y-mNle-D-W-N-mF-C(1)-G-NH2\nAc(1)-F-K(AEEA-AEEA-Ac)-L-mF-V-Y-mNle-D-W-N-mF-C(1)-G-NH2";fastaMsaDna1="seq\nAC-GT-CTAC-GT-CT\nCAC-T-GTCAC-T-GT\nACCGTACTACCGTACT";fastaMsaPt1="seq\nFWR-WYV-KHPFWR-WYV-KHP\nYNR-WYV-KHPYNR-WYV-KHP\nMWRSWY-CKHPMWRSWY-CKHP"},s={fastaFasta:"System:AppData/Bio/samples/FASTA.fasta",fastaPtCsv:"System:AppData/Bio/samples/FASTA_PT.csv",msaComplex:"System:AppData/Bio/samples/MSA.csv",fastaCsv:"System:AppData/Bio/samples/FASTA.csv",helmCsv:"System:AppData/Bio/samples/HELM.csv",peptidesComplex:"System:AppData/Bio/tests/peptides_complex_msa.csv",peptidesSimple:"System:AppData/Bio/tests/peptides_simple_msa.csv",testDemogCsv:"System:AppData/Bio/tests/testDemog.csv",testHelmCsv:"System:AppData/Bio/tests/testHelm.csv",testIdCsv:"System:AppData/Bio/tests/testId.csv",testSmilesCsv:"System:AppData/Bio/tests/testSmiles.csv",testSmiles2Csv:"System:AppData/Bio/tests/testSmiles2.csv",testSmilesShort:"System:AppData/Bio/tests/testSmilesShort.csv",testActivityCliffsCsv:"System:AppData/Bio/tests/testActivityCliffs.csv",testCerealCsv:"System:AppData/Bio/tests/testCereal.csv",testUnichemSources:"System:AppData/Bio/tests/testUnichemSources.csv",testDmvOffices:"System:AppData/Bio/tests/testDmvOffices.csv",testAlertCollection:"System:AppData/Bio/tests/testAlertCollection.csv",testSpgi100:"System:AppData/Bio/tests/testSpgi100.csv",testSpgi:"System:AppData/Bio/tests/SPGI-derived.csv",testUrl:"System:AppData/Bio/tests/testUrl.csv"},o={};function a(e,t=c){return async()=>(e in o||(o[e]=(async()=>await t(s[e]))().catch((t=>{throw delete o[e],t}))),o[e])}async function c(t){const n=await i.dapi.files.readAsText(t);return e.DataFrame.fromCsv(n)}const u=t=>async()=>{const n=r[t],s=e.DataFrame.fromCsv(n);return await i.data.detectSemanticTypes(s),s};(0,t.t6)("NegativeStartEnd",(async()=>{await h(["START","END"])})),(0,t.t6)("NegativeStartEndIntermediate",(async()=>{await h(["START","END","INTERMEDIATE"])})),(0,t.t6)("FastaDna1",(async()=>{await f(u("csvFastaDna1"),"seq",l.Hi.FASTA,"SEQ",l.YI.DNA,4,!1)})),(0,t.t6)("FastaRna1",(async()=>{await f(u("fastaRna1"),"seq",l.Hi.FASTA,"SEQ",l.YI.RNA,4,!1)})),(0,t.t6)("FastaPt1",(async()=>{await f(u("fastaPt1"),"seq",l.Hi.FASTA,"SEQ",l.YI.PT,20,!1)})),(0,t.t6)("FastaPtGaps",(()=>p(["FW-PH-EYY","FYNRQWYV-","FKP-Q-SEYV"],l.Hi.FASTA,"SEQ",l.YI.PT,20,!1))),(0,t.t6)("FastaPtGapsMsa",(()=>p(["FW-PH-EYY","FYNRQWYV-","FKP-Q-SEY"],l.Hi.FASTA,"SEQ.MSA",l.YI.PT,20,!1))),(0,t.t6)("FastaUn",(async()=>{await f(u("fastaUn"),"seq",l.Hi.FASTA,"SEQ.MSA",l.YI.UN,12,!0)})),(0,t.t6)("FastaMsaDna1",(async()=>{await f(u("fastaMsaDna1"),"seq",l.Hi.FASTA,"SEQ.MSA",l.YI.DNA,4,!1)})),(0,t.t6)("FastaMsaPt1",(async()=>{await f(u("fastaMsaPt1"),"seq",l.Hi.FASTA,"SEQ.MSA",l.YI.PT,20,!1)})),(0,t.t6)("SepDna",(async()=>{await f(u("sepDna"),"seq",l.Hi.SEPARATOR,"SEQ",l.YI.DNA,4,!1,"*")})),(0,t.t6)("SepRna",(async()=>{await f(u("sepRna"),"seq",l.Hi.SEPARATOR,"SEQ",l.YI.RNA,4,!1,"*")})),(0,t.t6)("SepPt",(async()=>{await f(u("sepPt"),"seq",l.Hi.SEPARATOR,"SEQ",l.YI.PT,20,!1,"-")})),(0,t.t6)("SepUn1",(async()=>{await f(u("sepUn1"),"seq",l.Hi.SEPARATOR,"SEQ",l.YI.UN,8,!0,"-")})),(0,t.t6)("SepUn2",(async()=>{await f(u("sepUn2"),"seq",l.Hi.SEPARATOR,"SEQ",l.YI.UN,9,!0,"/")})),(0,t.t6)("SepMsaN1",(async()=>{await f(u("sepMsaDna1"),"seq",l.Hi.SEPARATOR,"SEQ.MSA",l.YI.DNA,4,!1,"-")})),(0,t.t6)("SepMsaUnWEmpty",(async()=>{await f(u("sepMsaUnWEmpty"),"seq",l.Hi.SEPARATOR,"SEQ.MSA",l.YI.UN,14,!0)})),(0,t.t6)("SepComplex",(async()=>{await f(u("sepComplex"),"seq",l.Hi.SEPARATOR,"SEQ",l.YI.UN,18,!0)})),(0,t.t6)("samplesFastaCsv",(async()=>{await g(a("fastaCsv"),{Sequence:new d(l.Hi.FASTA,"SEQ",l.YI.PT,20,!1)})})),(0,t.t6)("samplesFastaFasta",(async()=>{await g(a("fastaFasta"),{sequence:new d(l.Hi.FASTA,"SEQ",l.YI.PT,20,!1)})})),(0,t.t6)("samplesPeptidesComplex",(async()=>{await g(a("peptidesComplex"),{})})),(0,t.t6)("samplesMsaComplex",(async()=>{await g(a("msaComplex"),{MSA:new d(l.Hi.SEPARATOR,"SEQ.MSA",l.YI.UN,161,!0,"/")})})),(0,t.t6)("samplesIdCsv",(async()=>{await g(a("testIdCsv"),{})})),(0,t.t6)("samplesSarSmallCsv",(async()=>{await g(a("testSmilesCsv"),{})})),(0,t.t6)("samplesHelmCsv",(async()=>{await g(a("helmCsv"),{HELM:new d(l.Hi.HELM,null,null,160,!0)})})),(0,t.t6)("samplesTestHelmCsv",(async()=>{await g(a("testHelmCsv"),{"HELM string":new d(l.Hi.HELM,null,null,9,!0)})})),(0,t.t6)("samplesTestDemogCsv",(async()=>{await g(a("testDemogCsv"),{})})),(0,t.t6)("samplesTestSmiles2Csv",(async()=>{await g(a("testSmiles2Csv"),{})})),(0,t.t6)("samplesTestSmilesShort",(async()=>{await g(a("testSmilesShort"),{})})),(0,t.t6)("samplesTestActivityCliffsNegativeSmiles",(async()=>{await g(a("testActivityCliffsCsv"),{})})),(0,t.t6)("samplesFastaPtCsv",(async()=>{await g(a("fastaPtCsv"),{sequence:new d(l.Hi.FASTA,"SEQ",l.YI.PT,20,!1)})})),(0,t.t6)("samplesTestCerealCsv",(async()=>{await g(a("testCerealCsv"),{})})),(0,t.t6)("samplesTestUnichemSources",(async()=>{await g(a("testUnichemSources"),{})})),(0,t.t6)("samplesTestDmvOffices",(async()=>{await g(a("testDmvOffices"),{})})),(0,t.t6)("samplesTestAlertCollection",(async()=>{await g(a("testAlertCollection"),{})})),(0,t.t6)("samplesTestSpgi",(async()=>{await g(a("testSpgi"),{})})),(0,t.t6)("samplesTestSpgi100",(async()=>{await g(a("testSpgi100"),{})})),(0,t.t6)("samplesTestUrl",(async()=>{await g(a("testUrl"),{})}))})),(0,t.L1)("detectors:weak-and-likely",(()=>{const n={fastaDnaWeak1:"id,colName\n1,TTTTTTTTTT\n2,TTTTTTTTTT\n3,TTTTTTTTTT\n4,TTTTTTTTTT",fastaDnaWeak1LikelyName:"id,seq\n1,TTTTTTT\n2,TTTTTTT\n3,TTTTTTT\n4,TTTTTTT",fastaRnaWeak1:"id,colName\n1,UUUUUUUUUU\n2,UUUUUUUUUU\n3,UUUUUUUUUU\n4,UUUUUUUUUU",fastaRnaWeak1LikelyName:"id,seq\n1,UUUUUUU\n2,UUUUUUU\n3,UUUUUUU\n4,UUUUUUU",fastaPtWeak1:"id,colName\n1,SLSLSPGKSLSLSPGK\n2,SLSLSPGKSLSLSPGK\n3,SLSLSPGKSLSLSPGK\n4,SLSLSPGKSLSLSPGK",fastaPtWeak1LikelyName:"id,seq\n1,SLSLSPGKSLSLSPGK\n2,SLSLSPGKSLSLSPGK\n3,SLSLSPGKSLSLSPGK\n4,SLSLSPGKSLSLSPGK",fastaUn1:"id,colName\n1,word\n2,other\n3,some\n4,another",fastaUn1LikelyName:"id,seq\n1,word\n2,other\n3,some\n4,another",fastaUn2LikelyName:'protein\nBoombastic\nMegafantastic\n"just-a-random-thought,oy!"',fastaUnMsa1LikelyName:"id,seq\n1,word\n2,male\n3,bare\n4,core"},r=t=>async()=>{const r=n[t],s=e.DataFrame.fromCsv(r);return await i.data.detectSemanticTypes(s),s};(0,t.t6)("fastaDnaWeak1",(async()=>{await m(r("fastaDnaWeak1"),"colName")})),(0,t.t6)("fastaDnaWeak1LikelyName",(async()=>{await f(r("fastaDnaWeak1LikelyName"),"seq",l.Hi.FASTA,"SEQ.MSA",l.YI.DNA,4,!1)})),(0,t.t6)("fastaRnaWeak1",(async()=>{await m(r("fastaRnaWeak1"),"colName")})),(0,t.t6)("fastaRnaWeak1LikelyName",(async()=>{await f(r("fastaRnaWeak1LikelyName"),"seq",l.Hi.FASTA,"SEQ.MSA",l.YI.RNA,4,!1)})),(0,t.t6)("fastaPtWeak1",(async()=>{await m(r("fastaPtWeak1"),"colName")})),(0,t.t6)("fastaPtWeak1LikelyName",(async()=>{await f(r("fastaPtWeak1LikelyName"),"seq",l.Hi.FASTA,"SEQ.MSA",l.YI.PT,20,!1)})),(0,t.t6)("fastaUn1",(async()=>{await m(r("fastaUn1"),"colName")})),(0,t.t6)("fastaUn1LikelyName",(async()=>{await m(r("fastaUn1LikelyName"),"seq")})),(0,t.t6)("fastaUn2LikelyName",(async()=>{await m(r("fastaUn2LikelyName"),"protein")})),(0,t.t6)("fastaUnMsa1LikelyName",(async()=>{await m(r("fastaUnMsa1LikelyName"),"seq")}))})),(0,t.L1)("detectorsBenchmark",(()=>{let n;async function r(r,o,a,i,c,d){return await async function(r){const h=await(async()=>{const t=function(t,n,r,s,o){let a;switch(t){case l.Hi.FASTA:a=e=>{let t="";for(let n=0;n<e.length;n++){const r=e[n];t+=1==r.length?r:`[${r}]`}return t};break;case l.Hi.SEPARATOR:a=(e,t)=>e.join(t);break;default:throw new Error(`Not supported notation '${t}'.`)}const i=(e,t)=>{const n=new Array(t);for(let r=0;r<t;r++)n[r]=e[Math.floor(Math.random()*e.length)];return a(n,o)},c=Array(s);for(let e=0;e<s;e++)c[e]=i(n,r);return e.Column.fromStrings("seq",c)}(o,[...(0,l.Qf)(a)],i,c,d),r=n.prepare({col:t});return await s(r),r})(),m=Date.now(),p=await(async e=>s(e))(h),f=Date.now();(function(e,n){const r=u.GO.forColumn(e);(0,t.E3)(e.semType===n.semType,!0),(0,t.E3)(r.notation===n.notation,!0),(0,t.E3)(r.alphabet===n.alphabet,!0),(0,t.E3)(r.separator===n.separator,!0)})(p,{semType:e.SEMTYPE.MACROMOLECULE,notation:o,alphabet:a,separator:d});const g=f-m;if(g>r){const e=`ET ${g} ms is more than max allowed ${r} ms.`;throw console.error(e),new Error(e)}return console.log(`ET ${g} ms is OK.`),g}(r)}async function s(e){await e.call();const t=e.getOutputParamValue(),n=e.inputs.col;return t&&(n.semType=t),n}(0,t.gM)((async()=>{const t=e.Func.find({package:"Bio",name:"detectMacromolecule"});n=t[0];const r=e.Column.fromStrings("seq",["ACGT","ACGT","ACGT"]);await n.prepare({col:r}).call()})),(0,t.t6)("fastaDnaShorts50Few50",(async()=>{await r(10,l.Hi.FASTA,l.YI.DNA,50,50)})),(0,t.t6)("fastaDnaShorts50Many1E6",(async()=>{await r(20,l.Hi.FASTA,l.YI.DNA,50,1e6)})),(0,t.t6)("fastaDnaLong1e6Few50",(async()=>{await r(20,l.Hi.FASTA,l.YI.DNA,1e6,50)})),(0,t.t6)("separatorDnaShorts50Few50",(async()=>{await r(10,l.Hi.SEPARATOR,l.YI.DNA,50,50,"/")})),(0,t.t6)("separatorDnaShorts50Many1E6",(async()=>{await r(20,l.Hi.SEPARATOR,l.YI.DNA,50,1e6,"/")})),(0,t.t6)("separatorDnaLong1e6Few50",(async()=>{await r(20,l.Hi.SEPARATOR,l.YI.DNA,1e6,50,"/")}))}));var y=n(608),w=n(1619),b=n(6740);async function A(n,r){const s=e.DataFrame.fromCsv(n);await i.data.detectSemanticTypes(s);const o=e.DataFrame.fromCsv(r),a=s.getCol("seq");(0,t.E3)(a.semType,e.SEMTYPE.MACROMOLECULE);const c=o.getCol("seq"),l=await(0,y.eE)(a,!0);(0,t.J6)(l.toList(),c.toList())}async function C(n,r,s,o,a,c){const u=e.DataFrame.fromCsv(n);await i.data.detectSemanticTypes(u);const d=e.DataFrame.fromCsv(r).getCol("seq"),h=u.getCol("seq");(0,t.E3)(h.semType,e.SEMTYPE.MACROMOLECULE),(0,t.E3)(h.meta.units,s),a&&(0,t.E3)(h.getTag(l.gp.alphabet),a);const m=await(0,w.D)({col:h,pepsea:{method:c}});(0,t.E3)(m.semType,e.SEMTYPE.MACROMOLECULE),(0,t.E3)(m.semType,e.SEMTYPE.MACROMOLECULE),(0,t.E3)(m.meta.units,o),(0,t.E3)(m.getTag(l.gp.aligned),"SEQ.MSA"),a&&(0,t.E3)(m.getTag(l.gp.alphabet),a),(0,t.J6)(m.toList(),d.toList())}(0,t.L1)("MSA",(async()=>{(0,t.t6)("isCorrect",(async()=>{await A("seq\nFWRWYVKHP\nYNRWYVKHP\nMWRSWYCKHP","seq\nFWR-WYVKHP\nYNR-WYVKHP\nMWRSWYCKHP")})),(0,t.t6)("isCorrectLong",(async()=>{await A("seq\nFWRWYVKHPFWRWYVKHPFWRWYVKHPFWRWYVKHPFWRWYVKHPFWRWYVKHPFWRWYVKHPFWRWYVKHP\nYNRWYVKHPYNRWYVKHPYNRWYVKHPYNRWYVKHPYNRWYVKHPYNRWYVKHPYNRWYVKHPYNRWYVKHP\nMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHP","seq\nFWR-WYVKHPFWR-WYVKHPFWR-WYVKHPFWR-WYVKHPFWR-WYVKHPFWR-WYVKHPFWR-WYVKHPFWR-WYVKHP\nYNR-WYVKHPYNR-WYVKHPYNR-WYVKHPYNR-WYVKHPYNR-WYVKHPYNR-WYVKHPYNR-WYVKHPYNR-WYVKHP\nMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHP")})),(0,t.t6)("isCorrectHelm",(async()=>{await(0,b.m8)(),await C("seq\n PEPTIDE1{meI.hHis.Aca.N.T.dE.Thr_PO3H2}$$$$\n PEPTIDE1{meI.Aca.N.T.dE.Thr_PO3H2}$$$$\n PEPTIDE1{hHis.Aca.N.T.dE.Thr_PO3H2}$$$$","seq\n meI.hHis.Aca.N.T.dE.Thr_PO3H2\n .meI.Aca.N.T.dE.Thr_PO3H2\n .hHis.Aca.N.T.dE.Thr_PO3H2",l.Hi.HELM,l.Hi.SEPARATOR,void 0,"mafft")}),{timeout:6e4}),(0,t.t6)("isCorrectHelmLong",(async()=>{await(0,b.m8)(),await C("seq\n PEPTIDE1{meI.hHis.Aca.N.T.dE.Thr_PO3H2.Aca.D-Tyr_Et.dV.E.N.D-Orn.D-aThr.Phe_4Me.Thr_PO3H2}$$$$\n PEPTIDE1{meI.hHis.Aca.Cys_SEt.T.dK.Tyr_PO3H2.D-Chg.dV.Phe_ab-dehydro.N.D-Orn.D-aThr.Phe_4Me}$$$$\n PEPTIDE1{Lys_Boc.hHis.Aca.Cys_SEt.T.dK.Tyr_PO3H2.D-Chg.dV.Thr_PO3H2.N.D-Orn.D-aThr.Phe_4Me}$$$$","seq\n meI.hHis.Aca.N.T.dE.Thr_PO3H2.Aca.D-Tyr_Et.dV.E.N.D-Orn.D-aThr.Phe_4Me.Thr_PO3H2\n meI.hHis.Aca.Cys_SEt.T.dK..Tyr_PO3H2.D-Chg.dV.Phe_ab-dehydro.N.D-Orn.D-aThr.Phe_4Me.\n Lys_Boc.hHis.Aca.Cys_SEt.T.dK..Tyr_PO3H2.D-Chg.dV.Thr_PO3H2.N.D-Orn.D-aThr.Phe_4Me.",l.Hi.HELM,l.Hi.SEPARATOR,void 0,"mafft")}),{timeout:6e4}),(0,t.t6)("isCorrectSeparator",(async()=>{await C("seq\n F-W-P-H-E-Y\n Y-N-R-Q-W-Y-V\n M-K-P-S-E-Y-V","seq\n FWPHEY-\n YNRQWYV\n MKPSEYV",l.Hi.SEPARATOR,l.Hi.FASTA,l.YI.PT)})),(0,t.t6)("isCorrectSeparatorLong",(async()=>{await C("seq\n M-I-E-V-F-L-F-G-I-V-L-G-L-I-P-I-T-L-A-G-L-F-V-T-A-Y-L-Q-Y-R-R-G-D-Q-L-D-L\n M-M-E-L-V-L-K-T-I-I-G-P-I-V-V-G-V-V-L-R-I-V-D-K-W-L-N-K-D-K\n M-D-R-T-D-E-V-S-N-H-T-H-D-K-P-T-L-T-W-F-E-E-I-F-E-E-Y-H-S-P-F-H-N","seq\n MIEV-FLFGIVLGLIPITLAGLFVTAYLQYRRGDQLDL\n MMEL-VLKTII-GPIVVGVVLRIVDKWLNKDK------\n MDRTDEVSNHTHDKPTLTWFEEIFEEYHSPFHN-----",l.Hi.SEPARATOR,l.Hi.FASTA,l.YI.PT)}))}));var T=n(1991),v=n.n(T),E=n(5785),S=n(6642);async function _(t){const n=await async function(e){return await ve.files.readAsText(e)}(t),r=e.DataFrame.fromCsv(n);return r.name=t.replace(".csv",""),r}async function P(e,n=5e3){await(0,t.cb)(0),await(0,t.PE)(e.onAfterDrawContent,(()=>{}),(()=>{e.invalidate()}),n);const r=e.columns.length;for(let t=0;t<r;++t){const n=e.columns.byIndex(t);if(n){const t=e.cell(n.name,0),[r,a,i]=(0,S.h)(t),c=(void 0,(o=s=i.rendererBack)&&void 0!==o.onRendered&&void 0!==o.invalidate&&void 0!==o.awaitRendered?s:null);c&&await c.awaitRendered()}}var s,o}var x=n(4139),$=n(9322);async function M(e,n){const r=(0,l.J9)(e);console.debug(`Bio: tests: splitters: src=${JSON.stringify(e)}, res=${JSON.stringify(r)} .`),(0,t.J6)(v()(r.originals).toArray(),n)}async function N(e,n){const r=(0,$.qp)(e);console.debug(`Bio: tests: splitters: src=${JSON.stringify(e)}, res=${JSON.stringify(r)} .`),(0,t.J6)(v()(r.originals).toArray(),n)}(0,t.L1)("splitters",(async()=>{(0,t.gM)((async()=>{})),(0,t.Pl)((async()=>{}));const n=["M[MeI]YKETLL[MeF]PKTDFPMRGGL[MeA]",["M","MeI","Y","K","E","T","L","L","MeF","P","K","T","D","F","P","M","R","G","G","L","MeA"]],r=["[meI][Pip][dK][Thr_PO3H2][L-hArg(Et,Et)][D-Tyr_Et][Tyr_ab-dehydroMe][dV]EN[D-Orn][D-aThr][Phe_4Me]",["meI","Pip","dK","Thr_PO3H2","L-hArg(Et,Et)","D-Tyr_Et","Tyr_ab-dehydroMe","dV","E","N","D-Orn","D-aThr","Phe_4Me"]],s=["PEPTIDE1{meI.hHis.Aca.N.T.dE.Thr_PO3H2.Aca.D-Tyr_Et.Tyr_ab-dehydroMe.dV.E.N.D-Orn.D-aThr.Phe_4Me}$$$",["meI","hHis","Aca","N","T","dE","Thr_PO3H2","Aca","D-Tyr_Et","Tyr_ab-dehydroMe","dV","E","N","D-Orn","D-aThr","Phe_4Me"]],o=["PEPTIDE1{meI.hHis.Aca.N.T.dK.Thr_PO3H2.Aca.D-Tyr_Et.D-Dap.dV.E.N.pnG.Phe_4Me}$$$",["meI","hHis","Aca","N","T","dK","Thr_PO3H2","Aca","D-Tyr_Et","D-Dap","dV","E","N","pnG","Phe_4Me"]],a=["PEPTIDE1{[meI].[hHis].[Aca].N.T.[dK].[Thr_PO3H2].[Aca].[D-Tyr_Et].[D-Dap].[dV].E.N.[pnG].[Phe_4Me]}$$$",["meI","hHis","Aca","N","T","dK","Thr_PO3H2","Aca","D-Tyr_Et","D-Dap","dV","E","N","pnG","Phe_4Me"]],u=["RNA1{R(U)P.R(T)P.R(G)P.R(C)P.R(A)}$$$$",["R(U)P","R(T)P","R(G)P","R(C)P","R(A)"]],d=["RNA1{P.R(U)P.R(T)}$$$$",["P","R(U)P","R(T)"]],h=["RNA1{P.R(U).P.R(T)}$$$$",["P","R(U)","P","R(T)"]];(0,t.t6)("fastaMulti",(async()=>{await M(n[0],n[1])})),(0,t.t6)("fastaFromHelm",(async()=>{await M(r[0],r[1])})),(0,t.t6)("helm1",(async()=>{await N(s[0],s[1])})),(0,t.t6)("helm2",(async()=>{await N(o[0],o[1])})),(0,t.t6)("helm3-multichar",(async()=>{await N(a[0],a[1])})),(0,t.t6)("testHelm1",(async()=>{await N(u[0],u[1])})),(0,t.t6)("testHelm2",(async()=>{await N(d[0],d[1])})),(0,t.t6)("testHelm3",(async()=>{await N(h[0],h[1])})),(0,t.t6)("splitToMonomers",(async()=>{const e=await i.dapi.files.readCsv("System:AppData/Bio/samples/MSA.csv"),n=e.getCol("MSA"),r=await i.functions.call("Bio:detectMacromolecule",{col:n});r&&(n.semType=r),n.setTag(l.gp.aligned,x.gN);const s=await(0,E.k)(e,n);(0,t.E3)(s.columns.names().includes("17"),!0),await i.data.detectSemanticTypes(s);const o=i.shell.addTableView(s);await P(o.grid),(0,t.E3)(o.grid.dataFrame.id,e.id)})),(0,t.t6)("getHelmMonomers",(async()=>{const t=e.DataFrame.fromCsv("HELM,Activity\nPEPTIDE1{hHis.N.T}$$$,5.30751\nPEPTIDE1{hHis.Aca.Cys_SEt}$$$,5.72388\n");await i.data.detectSemanticTypes(t);const n=["hHis","Aca","Cys_SEt","N","T"],r=t.getCol("HELM"),s=(0,c.getHelmMonomers)(r),o=n.filter((e=>!s.includes(e))),a=s.filter((e=>!n.includes(e)));if(o.length>0||a.length){const e=[];throw o.length>0&&e.push(`Missed monomers ${JSON.stringify(o)}.`),a.length>0&&e.push(`Unexpected monomers ${JSON.stringify(a)}.`),new Error(e.join(" "))}}))}));var I=n(6718),L=n(4356);(0,t.L1)("monomerLibraries",(()=>{let e,n=null;(0,t.gM)((async()=>{e=await(0,I.pj)(),n=(0,L.ub)()})),(0,t.Pl)((async()=>{await(0,L.Eu)(n)})),(0,t.t6)("default",(async()=>{await(0,L.Eu)({exclude:[],explicit:[]}),await e.loadLibraries(!0);const n=e.getBioLib();(0,t.E3)(n.getPolymerTypes().length>0,!0)})),(0,t.t6)("forTests",(async()=>{await(0,L.yZ)(),await e.loadLibraries(!0);const n=e.getBioLib();(0,t.E3)(n.getPolymerTypes().length,2),(0,t.E3)(n.getMonomerSymbolsByType("PEPTIDE").length,322),(0,t.E3)(n.getMonomerSymbolsByType("RNA").length,383)})),(0,t.t6)("empty",(async()=>{const n=await(0,L.ub)(),r=await e.getFileManager();let s=r.getValidLibraryPaths();0===s.length&&(s=await r.getValidLibraryPathsAsynchronously()),n.exclude=s,n.explicit=[],await(0,L.Eu)(n),await e.loadLibraries(!0);const o=e.getBioLib().getPolymerTypes();(0,t.E3)(0===o.length,!0)}))}));var R=n(7389),O=n(1757),H=n.n(O),F=n(1858),G=n(6873),D=n(5433);async function k(n,r){const s=n(),o=e.DataFrame.fromColumns(s);await i.data.detectSemanticTypes(o);const a=Date.now(),c=(o.columns.byName("MSA"),i.shell.addTableView(o));await P(c.grid),(0,t.E3)(c.grid.dataFrame.id,o.id);const l=Date.now()-a;console.log(`Performance test: ${r}: ${l}ms`)}(0,t.L1)("renderers",(()=>{(0,t.t6)("long sequence performance ",(async()=>{await k(G.dW,"Long sequences")})),(0,t.t6)("many sequence performance",(async()=>{await k(G.fD,"Many sequences")})),(0,t.t6)("rendererMacromoleculeFasta",(async()=>{await async function(){const n=await i.dapi.files.readAsText("System:AppData/Bio/samples/FASTA.csv"),r=e.DataFrame.fromCsv(n),s=r.getCol("Sequence"),o=await i.functions.call("Bio:detectMacromolecule",{col:s});o&&(s.semType=o);const a=i.shell.addTableView(r);await i.data.detectSemanticTypes(r),await P(a.grid),(0,t.E3)(a.grid.dataFrame.id,r.id);const c=s.getTag(e.TAGS.CELL_RENDERER);(0,t.E3)(c,"sequence")}()})),(0,t.t6)("rendererMacromoleculeSeparator",(async()=>{await async function(){const n=await i.dapi.files.readAsText("System:AppData/Bio/samples/SEPARATOR_PT.csv"),r=e.DataFrame.fromCsv(n),s=r.getCol("sequence"),o=await i.functions.call("Bio:detectMacromolecule",{col:s});o&&(s.semType=o);const a=i.shell.addTableView(r);await i.data.detectSemanticTypes(r),await P(a.grid),(0,t.E3)(a.grid.dataFrame.id,r.id);const c=s.getTag(e.TAGS.CELL_RENDERER);(0,t.E3)(c,"sequence")}()})),(0,t.t6)("rendererMacromoleculeDifference",(async()=>{await async function(){const n=e.Column.fromStrings("SequencesDiff",["meI/hHis/Aca/N/T/dK/Thr_PO3H2/Aca#D-Tyr_Et/Tyr_ab-dehydroMe/meN/E/N/dV"]);n.meta.units=l.Hi.SEPARATOR,n.setTag(l.gp.separator,"/"),n.setTag(l.gp.aligned,"SEQ"),n.setTag(l.gp.alphabet,"UN"),n.setTag(l.gp.alphabetIsMultichar,"true"),n.semType=x.uF.MACROMOLECULE_DIFFERENCE;const r=e.DataFrame.fromColumns([n]),s=i.shell.addTableView(r);await i.data.detectSemanticTypes(r),await P(s.grid),(0,t.E3)(s.grid.dataFrame.id,r.id);const o=n.getTag(e.TAGS.CELL_RENDERER);(0,t.E3)(o,x.uF.MACROMOLECULE_DIFFERENCE)}()})),(0,t.t6)("afterMsa",(async()=>{await async function(){const n=await i.dapi.files.readAsText("System:AppData/Bio/samples/FASTA.fasta"),r=(0,c.importFasta)(n)[0],s=r.getCol("sequence"),o=await i.functions.call("Bio:detectMacromolecule",{col:s});o&&(s.semType=o);const a=i.shell.addTableView(r);await i.data.detectSemanticTypes(r),console.log("Bio: tests/renderers/afterMsa, table view"),await P(a.grid),(0,t.E3)(a.grid.dataFrame.id,r.id),console.log(`Bio: tests/renderers/afterMsa, src before test semType="${s.semType}", units="${s.meta.units}", cell.renderer="${s.getTag(e.TAGS.CELL_RENDERER)}"`),(0,t.E3)(s.semType,e.SEMTYPE.MACROMOLECULE),(0,t.E3)(s.meta.units,l.Hi.FASTA),(0,t.E3)(s.getTag(l.gp.aligned),"SEQ"),(0,t.E3)(s.getTag(l.gp.alphabet),l.YI.PT),(0,t.E3)(s.getTag(e.TAGS.CELL_RENDERER),"sequence");const d=await(0,w.D)({col:s});await P(a.grid),(0,t.E3)(a.grid.dataFrame.id,r.id),(0,t.E3)(d.semType,e.SEMTYPE.MACROMOLECULE),(0,t.E3)(d.meta.units,l.Hi.FASTA),(0,t.E3)(d.getTag(l.gp.aligned),"SEQ.MSA"),(0,t.E3)(d.getTag(l.gp.alphabet),l.YI.PT),(0,t.E3)(d.getTag(e.TAGS.CELL_RENDERER),"sequence"),u.GO.forColumn(d)}()})),(0,t.t6)("afterConvert",(async()=>{await async function(){const n=await i.dapi.files.readAsText("System:AppData/Bio/samples/FASTA_PT.csv"),r=e.DataFrame.fromCsv(n),s=r.getCol("sequence"),o=await i.functions.call("Bio:detectMacromolecule",{col:s});o&&(s.semType=o);const a=i.shell.addTableView(r);await i.data.detectSemanticTypes(r);const c=await(0,D.r)(s,l.Hi.SEPARATOR,"/");await P(a.grid),(0,t.E3)(a.grid.dataFrame.id,r.id);const d=c.getTag(e.TAGS.CELL_RENDERER);(0,t.E3)(d,"sequence"),u.GO.forColumn(c)}()})),(0,t.t6)("afterConvertToHelm",(async()=>{await async function(){const n=await i.dapi.files.readCsv("System:AppData/Bio/samples/FASTA_PT.csv"),r=i.shell.addTableView(n);await P(r.grid);const s=n.getCol("sequence"),o=u.GO.forColumn(s).convert(l.Hi.HELM);n.columns.add(o),await P(r.grid),(0,t.E3)(o.getTag(e.TAGS.CELL_RENDERER),"helm")}()})),(0,t.t6)("selectRendererBySemType",(async()=>{await async function(){const n=e.Column.fromStrings("SequencesDiff",["meI/hHis/Aca/N/T/dK/Thr_PO3H2/Aca#D-Tyr_Et/Tyr_ab-dehydroMe/meN/E/N/dV"]);n.meta.units=l.Hi.SEPARATOR,n.setTag(l.gp.separator,"/"),n.setTag(l.gp.aligned,"SEQ"),n.setTag(l.gp.alphabet,"UN"),n.setTag(l.gp.alphabetIsMultichar,"true"),n.semType=x.uF.MACROMOLECULE_DIFFERENCE;const r=e.DataFrame.fromColumns([n]);i.shell.addTableView(r),await(0,t.cb)(100);const s=n.getTag(e.TAGS.CELL_RENDERER);if("MacromoleculeDifference"!==s)throw new Error(`Units 'separator', separator '/' and semType 'MacromoleculeDifference' have been manually set on column but after df was added as table, view renderer has set to '${s}' instead of correct 'MacromoleculeDifference'.`)}()})),(0,t.t6)("scatterPlotTooltip",(async()=>{await async function(){const r=e.DataFrame.fromCsv(n);r.currentRowIdx=0;const s=i.shell.addTableView(r),o=r.plot.scatter({x:"x",y:"y"});s.dockManager.dock(o,e.DOCK_TYPE.RIGHT,null),await Promise.all([(0,t.PE)(o.onAfterDrawScene,(()=>{}),(()=>{o.invalidateCanvas()}),1e3),P(s.grid,500)]);const a=o.root.getBoundingClientRect(),c=o.worldToScreen(1,0),l=new MouseEvent("mousemove",{cancelable:!0,bubbles:!0,view:window,button:0,clientX:a.left+c.x,clientY:a.top+c.y}),u=H()(o.root).find("canvas").get()[0];await(0,t.PE)((0,F.fromEvent)(u,"mousemove"),(()=>{ve.logger.debug(`Test: event, currentRowIdx=${r.currentRowIdx}`),(0,t.E3)(H()(R.tooltip.root).find("div table.d4-row-tooltip-table tr td canvas").length,1),(0,t.E3)(o.hitTest(c.x,c.y),1)}),(()=>{u.dispatchEvent(l)}),500),await P(s.grid,500)}()}));const n="seq,x,y\nACGGTGTCGT,0,0\nCGGTATCCCT,1,0\nCTCGGCATGC,2,0\n"}));var V=n(6882);(0,t.L1)("renderers: monomerPlacer",(()=>{let n,r;(0,t.gM)((async()=>{n=await(0,I.pj)(),r=await(0,L.ub)(),await(0,L.yZ)(),await n.awaitLoaded(),await n.loadLibraries(!0)})),(0,t.Pl)((async()=>{await(0,L.Eu)(r),await n.loadLibraries(!0)}));const s={splitter:{csv:"id,seq\nid1,m1-M-m3-mon4-mon5-N-T-MON8-N9\nid2,m1-mon2-m3-mon4-mon5-Num-MON8-N9\nid3,mon1-M-mon3-mon4-mon5-MON8-N9\n",testList:[{src:{row:0,x:-1},tgt:{pos:null}},{src:{row:1,x:0},tgt:{pos:null}},{src:{row:1,x:5},tgt:{pos:0}},{src:{row:1,x:6},tgt:{pos:0}},{src:{row:1,x:26},tgt:{pos:1}},{src:{row:1,x:160},tgt:{pos:6}},{src:{row:1,x:185},tgt:{pos:7}},{src:{row:2,x:140},tgt:{pos:5}},{src:{row:2,x:145},tgt:{pos:5}}]},splitterMsa:{csv:"id,seq\nid1,m1-M-m3-mon4-mon5-N-T-MON8-N9\nid2,m1-mon2-m3-mon4-mon5-Num--MON8-N9\nid3,\nid4,mon1-M-mon3-mon4-mon5---MON8-N9\n",testList:[{src:{row:0,x:-1},tgt:{pos:null}},{src:{row:1,x:0},tgt:{pos:null}},{src:{row:1,x:1},tgt:{pos:null}},{src:{row:1,x:4},tgt:{pos:null}},{src:{row:1,x:5},tgt:{pos:0}},{src:{row:1,x:37},tgt:{pos:0}},{src:{row:1,x:38},tgt:{pos:1}},{src:{row:1,x:170},tgt:{pos:5}},{src:{row:1,x:200},tgt:{pos:5}},{src:{row:2,x:20},tgt:{pos:null}},{src:{row:3,x:170},tgt:{pos:5}},{src:{row:3,x:200},tgt:{pos:5}},{src:{row:3,x:297},tgt:{pos:null}}]},fastaMsa:{csv:"id,seq\nid1,QQYNIYPLT\nid2,QQWSSFPYT\nid3,\nid3,QHIRE--LT\n",testList:[{src:{row:1,x:-1},tgt:{pos:null}},{src:{row:1,x:0},tgt:{pos:null}},{src:{row:1,x:1},tgt:{pos:null}},{src:{row:1,x:19},tgt:{pos:0}},{src:{row:1,x:170},tgt:{pos:8}},{src:{row:1,x:171},tgt:{pos:8}},{src:{row:2,x:5},tgt:{pos:null}},{src:{row:3,x:170},tgt:{pos:8}},{src:{row:3,x:181},tgt:{pos:null}}]}};for(const[n,r]of Object.entries(s))(0,t.t6)(`getPosition-${n}`,(async()=>{const t=e.DataFrame.fromCsv(r.csv);await i.data.detectSemanticTypes(t);const n=t.getCol("seq"),s=new V.J(null,n,ve.logger,3,(()=>({seqHandler:u.GO.forColumn(n),monomerCharWidth:7,separatorWidth:12,monomerToShort:l.zS}))),o=r.testList;for(let e=0;e<n.length;++e)s.getCellMonomerLengths(e,1e4);const a=[];for(const[e,t]of v().enumerate(o)){const t={pos:s.getPosition(e.src.row,e.src.x,1e4)};e.tgt.pos!=t.pos&&a.push(`Test src ${JSON.stringify(e.src)} expected tgt ${JSON.stringify(e.tgt)}, but get ${JSON.stringify({res:t})}`)}if(a.length>0)throw new Error("Test failed error(s):\n"+a.join(", \n"))}))})),(0,t.L1)("renderers: monomerPlacer",(()=>{const e=[10,20,30,40,50,60],n={left:{x:3,tgt:null},c0left:{x:10,tgt:0},c0mid:{x:12,tgt:0},c0right:{x:19,tgt:0},c1left:{x:20,tgt:1},c2right:{x:39,tgt:2},c4left:{x:50,tgt:4},c4right:{x:59,tgt:4},max:{x:60,tgt:null},right:{x:65,tgt:null}};for(const[r,s]of Object.entries(n))(0,t.t6)("hitBounds-"+r,(async()=>{const n=(0,V.B)(e,s.x);(0,t.E3)(n,s.tgt)}))})),(0,t.L1)("converters",(()=>{let n;!function(e){e.fastaPt="fastaPt",e.separatorPt="separatorPt",e.helmPt="helmPt",e.fastaDna="fastaDna",e.separatorDna="separatorDna",e.helmDna="helmDna",e.fastaRna="fastaRna",e.separatorRna="separatorRna",e.helmRna="helmRna",e.fastaGaps="fastaGaps",e.separatorGaps="separatorGaps",e.helmGaps="helmGaps",e.fastaUn="fastaUn",e.separatorUn="separatorUn",e.helmUn="helmUn",e.helmLoneDeoxyribose="helmLoneDeoxyribose",e.helmLoneRibose="helmLoneRibose",e.helmLonePhosphorus="helmLonePhosphorus",e.fastaLoneDeoxyribose="fastaLoneDeoxyribose",e.fastaLoneRibose="fastaLoneRibose",e.fastaLonePhosphorus="fastaLonePhosphorus"}(n||(n={}));const r={[n.fastaPt]:"seq\nFWPHEYFWPHEY\nYNRQWYVYNRQWYV\nMKPSEYVMKPSEYV",[n.separatorPt]:"seq\nF-W-P-H-E-Y-F-W-P-H-E-Y\nY-N-R-Q-W-Y-V-Y-N-R-Q-W-Y-V\nM-K-P-S-E-Y-V-M-K-P-S-E-Y-V",[n.helmPt]:"seq\nPEPTIDE1{F.W.P.H.E.Y.F.W.P.H.E.Y}$$$$\nPEPTIDE1{Y.N.R.Q.W.Y.V.Y.N.R.Q.W.Y.V}$$$$\nPEPTIDE1{M.K.P.S.E.Y.V.M.K.P.S.E.Y.V}$$$$",[n.fastaDna]:"seq\nACGTCACGTC\nCAGTGTCAGTGT\nTTCAACTTCAAC",[n.separatorDna]:"seq\nA/C/G/T/C/A/C/G/T/C\nC/A/G/T/G/T/C/A/G/T/G/T\nT/T/C/A/A/C/T/T/C/A/A/C",[n.helmDna]:"seq\nRNA1{d(A)p.d(C)p.d(G)p.d(T)p.d(C)p.d(A)p.d(C)p.d(G)p.d(T)p.d(C)p}$$$$\nRNA1{d(C)p.d(A)p.d(G)p.d(T)p.d(G)p.d(T)p.d(C)p.d(A)p.d(G)p.d(T)p.d(G)p.d(T)p}$$$$\nRNA1{d(T)p.d(T)p.d(C)p.d(A)p.d(A)p.d(C)p.d(T)p.d(T)p.d(C)p.d(A)p.d(A)p.d(C)p}$$$$",[n.fastaRna]:"seq\nACGUCACGUC\nCAGUGUCAGUGU\nUUCAACUUCAAC",[n.separatorRna]:"seq\nA*C*G*U*C*A*C*G*U*C\nC*A*G*U*G*U*C*A*G*U*G*U\nU*U*C*A*A*C*U*U*C*A*A*C",[n.helmRna]:"seq\nRNA1{r(A)p.r(C)p.r(G)p.r(U)p.r(C)p.r(A)p.r(C)p.r(G)p.r(U)p.r(C)p}$$$$\nRNA1{r(C)p.r(A)p.r(G)p.r(U)p.r(G)p.r(U)p.r(C)p.r(A)p.r(G)p.r(U)p.r(G)p.r(U)p}$$$$\nRNA1{r(U)p.r(U)p.r(C)p.r(A)p.r(A)p.r(C)p.r(U)p.r(U)p.r(C)p.r(A)p.r(A)p.r(C)p}$$$$",[n.fastaGaps]:"seq\nFW-PH-EYYFW-PH-EYY\nFYNRQWYV-FYNRQWYV-\nFKP-Q-SEYVFKP-Q-SEYV",[n.separatorGaps]:"seq\nF/W//P/H//E/Y/Y/F/W//P/H//E/Y/Y\nF/Y/N/R/Q/W/Y/V//F/Y/N/R/Q/W/Y/V/\nF/K/P//Q//S/E/Y/V/F/K/P//Q//S/E/Y/V",[n.helmGaps]:"seq\nPEPTIDE1{F.W.*.P.H.*.E.Y.Y.F.W.*.P.H.*.E.Y.Y}$$$$\nPEPTIDE1{F.Y.N.R.Q.W.Y.V.*.F.Y.N.R.Q.W.Y.V.*}$$$$\nPEPTIDE1{F.K.P.*.Q.*.S.E.Y.V.F.K.P.*.Q.*.S.E.Y.V}$$$$",[n.fastaUn]:"seq\n[meI][hHis][Aca]NT[dE][Thr_PO3H2][Aca]D[meI][hHis][Aca]NT[dE][Thr_PO3H2][Aca]D\n[meI][hHis][Aca][Cys_SEt]T[dK][Thr_PO3H2][Aca][Tyr_PO3H2][meI][hHis][Aca][Cys_SEt]T[dK][Thr_PO3H2][Aca][Tyr_PO3H2]\n[Lys_Boc][hHis][Aca][Cys_SEt]T[dK][Thr_PO3H2][Aca][Tyr_PO3H2][Lys_Boc][hHis][Aca][Cys_SEt]T[dK][Thr_PO3H2][Aca]",[n.separatorUn]:"seq\nmeI-hHis-Aca-N-T-dE-Thr_PO3H2-Aca-D-meI-hHis-Aca-N-T-dE-Thr_PO3H2-Aca-D\nmeI-hHis-Aca-Cys_SEt-T-dK-Thr_PO3H2-Aca-Tyr_PO3H2-meI-hHis-Aca-Cys_SEt-T-dK-Thr_PO3H2-Aca-Tyr_PO3H2\nLys_Boc-hHis-Aca-Cys_SEt-T-dK-Thr_PO3H2-Aca-Tyr_PO3H2-Lys_Boc-hHis-Aca-Cys_SEt-T-dK-Thr_PO3H2-Aca",[n.helmUn]:"seq\nPEPTIDE1{meI.hHis.Aca.N.T.dE.Thr_PO3H2.Aca.D.meI.hHis.Aca.N.T.dE.Thr_PO3H2.Aca.D}$$$$\nPEPTIDE1{meI.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca.Tyr_PO3H2.meI.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca.Tyr_PO3H2}$$$$\nPEPTIDE1{Lys_Boc.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca.Tyr_PO3H2.Lys_Boc.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca}$$$$",[n.helmLoneDeoxyribose]:"seq\nRNA1{d(A).d(C).d(G).d(T).d(C).d(A).d(C).d(G).d(T).d(C)}$$$$\nRNA1{d(C).d(A).d(G).d(T).d(G).d(T)p.d(C).d(A).d(G).d(T).d(G).d(T)p}$$$$\nRNA1{d(T).d(T).d(C).d(A).d(A).d(C)p.d(T).d(T).d(C).d(A).d(A).d(C)p}$$$$",[n.helmLoneRibose]:"seq\nRNA1{r(A).r(C).r(G).r(U).r(C).r(A).r(C).r(G).r(U).r(C)}$$$$\nRNA1{r(C).r(A).r(G).r(U).r(G).r(U)p.r(C).r(A).r(G).r(U).r(G).r(U)p}$$$$\nRNA1{r(U).r(U).r(C).r(A).r(A).r(C)p.r(U).r(U).r(C).r(A).r(A).r(C)p}$$$$",[n.helmLonePhosphorus]:"seq\nRNA1{p.p.r(A)p.r(C)p.r(G)p.r(U)p.r(C)p.r(A)p.r(C)p.r(G)p.r(U)p.r(C)p}$$$$\nRNA1{p.p.r(C)p.r(A)p.p.r(G)p.r(U)p.r(G)p.r(U)p.r(C)p.r(A)p.p.r(G)p.r(U)p.r(G)p.r(U)p}$$$$\nRNA1{p.r(U)p.r(U)p.r(C)p.r(A)p.r(A)p.r(C)p.r(U)p.r(U)p.r(C)p.r(A)p.r(A)p.r(C)p.p.p}$$$$"},s=new Set(Object.values(l.gp));async function o(t){const n=r[t],s=e.DataFrame.fromCsv(n);return await i.data.detectSemanticTypes(s),s}function a(e,n){if(e===l.Hi.SEPARATOR&&!n)throw new Error(`Argument 'separator' is mandatory for target notation '${e.toString()}'.`);return function(r){const s=u.GO.forColumn(r).convert(e,n);return(0,t.E3)(s.meta.units,e),s}}async function c(e,n,r){const a=(await o(e)).getCol("seq"),i=n(a),c=(await o(r)).getCol("seq");(0,t.J6)(i.toList(),c.toList());const d=u.GO.forColumn(a),h=u.GO.forColumn(i);for(const[e,n]of Object.entries(c.tags)){if(!s.has(e)||d.notation===l.Hi.HELM&&[l.gp.alphabet,l.gp.alphabetIsMultichar].includes(e)||h.notation===l.Hi.HELM&&[l.gp.alphabet,l.gp.alphabetIsMultichar].includes(e))continue;const r=i.getTag(e);(0,t.E3)(r,n,`Tag '${e}' expected value '${n}' is not equal to actual '${r}'.`)}}(0,t.t6)("testFastaPtToSeparator",(async()=>{await c(n.fastaPt,a(l.Hi.SEPARATOR,"-"),n.separatorPt)})),(0,t.t6)("testFastaDnaToSeparator",(async()=>{await c(n.fastaDna,a(l.Hi.SEPARATOR,"/"),n.separatorDna)})),(0,t.t6)("testFastaRnaToSeparator",(async()=>{await c(n.fastaRna,a(l.Hi.SEPARATOR,"*"),n.separatorRna)})),(0,t.t6)("testFastaGapsToSeparator",(async()=>{await c(n.fastaGaps,a(l.Hi.SEPARATOR,"/"),n.separatorGaps)})),(0,t.t6)("testFastaUnToSeparator",(async()=>{await c(n.fastaUn,a(l.Hi.SEPARATOR,"-"),n.separatorUn)})),(0,t.t6)("testFastaPtToHelm",(async()=>{await c(n.fastaPt,a(l.Hi.HELM),n.helmPt)})),(0,t.t6)("testFastaDnaToHelm",(async()=>{await c(n.fastaDna,a(l.Hi.HELM),n.helmDna)})),(0,t.t6)("testFastaRnaToHelm",(async()=>{await c(n.fastaRna,a(l.Hi.HELM),n.helmRna)})),(0,t.t6)("testFastaGapsToHelm",(async()=>{await c(n.fastaGaps,a(l.Hi.HELM),n.helmGaps)})),(0,t.t6)("testSeparatorPtToFasta",(async()=>{await c(n.separatorPt,a(l.Hi.FASTA),n.fastaPt)})),(0,t.t6)("testSeparatorDnaToFasta",(async()=>{await c(n.separatorDna,a(l.Hi.FASTA),n.fastaDna)})),(0,t.t6)("testSeparatorRnaToFasta",(async()=>{await c(n.separatorRna,a(l.Hi.FASTA),n.fastaRna)})),(0,t.t6)("testSeparatorGapsToFasta",(async()=>{await c(n.separatorGaps,a(l.Hi.FASTA),n.fastaGaps)})),(0,t.t6)("testSeparatorUnToFasta",(async()=>{await c(n.separatorUn,a(l.Hi.FASTA),n.fastaUn)})),(0,t.t6)("testSeparatorPtToHelm",(async()=>{await c(n.separatorPt,a(l.Hi.HELM),n.helmPt)})),(0,t.t6)("testSeparatorDnaToHelm",(async()=>{await c(n.separatorDna,a(l.Hi.HELM),n.helmDna)})),(0,t.t6)("testSeparatorRnaToHelm",(async()=>{await c(n.separatorRna,a(l.Hi.HELM),n.helmRna)})),(0,t.t6)("testSeparatorGapsToHelm",(async()=>{await c(n.separatorGaps,a(l.Hi.HELM),n.helmGaps)})),(0,t.t6)("testHelmDnaToFasta",(async()=>{await c(n.helmDna,a(l.Hi.FASTA),n.fastaDna)})),(0,t.t6)("testHelmRnaToFasta",(async()=>{await c(n.helmRna,a(l.Hi.FASTA),n.fastaRna)})),(0,t.t6)("testHelmPtToFasta",(async()=>{await c(n.helmPt,a(l.Hi.FASTA),n.fastaPt)})),(0,t.t6)("testHelmUnToFasta",(async()=>{await c(n.helmUn,a(l.Hi.FASTA),n.fastaUn)})),(0,t.t6)("testHelmDnaToSeparator",(async()=>{await c(n.helmDna,a(l.Hi.SEPARATOR,"/"),n.separatorDna)})),(0,t.t6)("testHelmRnaToSeparator",(async()=>{await c(n.helmRna,a(l.Hi.SEPARATOR,"*"),n.separatorRna)})),(0,t.t6)("testHelmPtToSeparator",(async()=>{await c(n.helmPt,a(l.Hi.SEPARATOR,"-"),n.separatorPt)})),(0,t.t6)("testHelmUnToSeparator",(async()=>{await c(n.helmUn,a(l.Hi.SEPARATOR,"-"),n.separatorUn)})),(0,t.t6)("testHelmLoneRibose",(async()=>{await c(n.helmLoneRibose,a(l.Hi.FASTA),n.fastaRna)})),(0,t.t6)("testHelmLoneDeoxyribose",(async()=>{await c(n.helmLoneDeoxyribose,a(l.Hi.SEPARATOR,"/"),n.separatorDna)})),(0,t.t6)("testHelmLonePhosphorus",(async()=>{await c(n.helmLonePhosphorus,a(l.Hi.FASTA),n.fastaRna)}))}));var U=n(3516);(0,t.L1)("fastaFileHandler",(()=>{const n=["description:1","description:2","description:3","description:4"],r=(e.Column.fromStrings("description",n),["MDYKETLLMPKTDFPMRGGLPNKEPQIQEKW","MIEVFLFGIVLGLIPITLAGLFVTAYLQYRRGDQLDL","MMELVLKTIIGPIVVGVVLRIVDKWLNKDK","MDRTDEVSNHTHDKPTLTWFEEIFEEYHSPFHN"]);function s(e){const s=new U.m(e),o=s.descriptionsArray,a=s.sequencesArray;(0,t.J6)([o,a],[n,r])}(0,t.t6)("testNormalFormatting",(async()=>{s(">description:1\nMDYKETLLMPKTDFPMRGGLPNKEPQIQEKW\n\n>description:2\nMIEVFLFGIVLGLIPITLAGLFVTAYLQYRRGDQLDL\n\n>description:3\nMMELVLKTIIGPIVVGVVLRIVDKWLNKDK\n\n>description:4\nMDRTDEVSNHTHDKPTLTWFEEIFEEYHSPFHN\n")})),(0,t.t6)("testExtraSpaces",(async()=>{s(">description:1\n MDYKETLLMPKTDFPMRGGLPNKEPQIQEKW\n\n>description:2\nMI EVF LFGIVLGLI PITLAGLFVTAY LQYRRGDQLDL\n\n>description:3\nM MELVLKTI IGPI VVGVVLR IVDKWLNKDK\n\n>description:4\nMDR TDEVSNHTHDKP TLTWFEEIFEEYHSPFHN\n ")})),(0,t.t6)("testExtraNewlines",(async()=>{s(">description:1\n\nMDYKETLLMPKTDFPMRGGLPNKEPQIQEKW\n\n>description:2\nMIEVF\nLFGIVLGLI\nPITLAGLFVTA\nYLQYRRGDQLDL\n\n>description:3\nM\nME\n\nLVLKTIIG\n\nPIVVGVVLRI\nVDKWLNKDK\n\n\n>description:4\n\nMDRT\n\nDEVSNHTHDKP\n\nTLTWFEEIFEE\n\n\n\nYHSPFHN\n")}))}));var B=n(3890);(0,t.L1)("fastaExport",(()=>{let n;!function(e){e.single="single",e.multi="multi"}(n||(n={}));const r={[n.single]:{src:"MDYKETLLMPKTDFPMRGGLP",tgt:["MDYKETLLMP","KTDFPMRGGL","P"]},[n.multi]:{src:"M[MeI]YKETLL[MeF]PKTDFPMRGGL[MeA]",tgt:["M[MeI]YKETLL[MeF]P","KTDFPMRGGL","[MeA]"]}};let s;!function(e){e.test1="test1",e.test2="test2"}(s||(s={}));const o={[s.test1]:{srcCsv:"id,seq\n1,MDYKETLLMP\n2,KTDFPMRGGL\n3,P",idCols:["id"],seqCol:"seq",lineWidth:10,tgtFasta:">1\nMDYKETLLMP\n>2\nKTDFPMRGGL\n>3\nP\n"},[s.test2]:{srcCsv:"id,id2,seq\n1,seqA,M[MeI]YKETLL[MeF]P\n2,seqB,KTDFPMRGGL\n3,seqC,[MeA]\n",idCols:["id2","id"],seqCol:"seq",lineWidth:5,tgtFasta:">seqA|1\nM[MeI]YKE\nTLL[MeF]P\n>seqB|2\nKTDFP\nMRGGL\n>seqC|3\n[MeA]\n"}};function a(n,s=10){const o=r[n].src,a=e.Column.fromStrings("src",[o]);a.semType=e.SEMTYPE.MACROMOLECULE,a.meta.units=l.Hi.FASTA;const i=u.GO.forColumn(a).getSplitted(0),c=(0,B.aS)(i,s),d=r[n].tgt;(0,t.J6)(c,d)}async function i(n){const r=e.DataFrame.fromCsv(n.srcCsv),s=r.getCol(n.seqCol);s.semType=e.SEMTYPE.MACROMOLECULE,s.meta.units=l.Hi.FASTA;const o=n.idCols.map((e=>r.getCol(e))),a=(0,B.wz)(o,s,n.lineWidth);(0,t.E3)(a,n.tgtFasta)}(0,t.t6)("wrapSequenceSingle",(async()=>{a(n.single,10)})),(0,t.t6)("wrapSequenceMulti",(async()=>{a(n.multi,10)})),(0,t.t6)("saveAsFastaTest1",(async()=>{i(o[s.test1])})),(0,t.t6)("saveAsFastaTest2",(async()=>{i(o[s.test2])}))}));var Y=n(4152),W=n(2738);const j=W._S;(0,t.L1)("bio",(()=>{const n="seq\nACGTCT\nCAGTGT\nTTCAAC";(0,t.t6)("testGetStatsHelm1",(async()=>{const n=e.DataFrame.fromCsv("seq\nPEPTIDE1{meI}$$$$").getCol("seq");n.semType=e.SEMTYPE.MACROMOLECULE,n.meta.units=l.Hi.HELM;const r=(0,$.vZ)(n,1,l.qp);(0,t.Xk)(r.freq,{meI:1}),(0,t.E3)(r.sameLength,!0)})),(0,t.t6)("testGetStatsN1",(async()=>{await async function(n){const r=e.DataFrame.fromCsv(n).col("seq");r.semType=e.SEMTYPE.MACROMOLECULE,r.meta.units=l.Hi.FASTA;const s=(0,$.vZ)(r,5,l.J9);(0,t.Xk)(s.freq,{A:4,C:5,G:3,T:6}),(0,t.E3)(s.sameLength,!0)}(n)})),(0,t.t6)("testGetAlphabetSimilarity",(async()=>{await async function(){const e={A:2041,C:3015,G:3015,T:2048,[j]:1e3},n=new Set(Object.keys(a.Q.Names)),r=(0,l.nq)(e,n);(0,t.E3)(r>.6,!0)}()})),(0,t.t6)("testPickupPaletteN1",(async()=>{await async function(n){const r=e.DataFrame.fromCsv(n).col("seq");r.semType=e.SEMTYPE.MACROMOLECULE,r.meta.units=l.Hi.FASTA;const s=(0,l.SM)(r);(0,t.E3)(s instanceof a.A,!0)}(n)})),(0,t.t6)("testPickupPaletteN1e",(async()=>{await async function(){const n=e.DataFrame.fromCsv("seq\nACGTAT\nCAGTTG\nTTCG2C").col("seq");n.semType=e.SEMTYPE.MACROMOLECULE,n.meta.units=l.Hi.FASTA;const r=(0,l.SM)(n);(0,t.E3)(r instanceof a.A,!0)}()})),(0,t.t6)("testPickupPaletteAA1",(async()=>{await async function(){const n=e.DataFrame.fromCsv("seq\nFWPHEYV\nYNRQWYV\nMKPSEYV").col("seq");n.semType=e.SEMTYPE.MACROMOLECULE,n.meta.units=l.Hi.FASTA;const r=(0,l.SM)(n);(0,t.E3)(r instanceof s.X,!0)}()})),(0,t.t6)("testPickupPaletteX",(async()=>{await async function(){const n=e.DataFrame.fromCsv("seq\nXZJ{}2\n5Z4733\n3Z6></\n675687").col("seq");n.semType=e.SEMTYPE.MACROMOLECULE,n.meta.units=l.Hi.FASTA;const r=(0,l.SM)(n);(0,t.E3)(r instanceof Y.$u,!0)}()}))})),(0,t.L1)("WebLogo.monomerToShort",(()=>{(0,t.t6)("longMonomerSingle",(async()=>{(0,t.E3)((0,l.zS)("S",5),"S")})),(0,t.t6)("longMonomerShort",(async()=>{(0,t.E3)((0,l.zS)("Short",5),"Short")})),(0,t.t6)("longMonomerLong56",(async()=>{(0,t.E3)((0,l.zS)("Long56",6),"Long56")})),(0,t.t6)("longMonomerComplexFirstPartShort",(async()=>{(0,t.E3)((0,l.zS)("Long-long",5),"Long…")})),(0,t.t6)("longMonomerComplexFirstPartLong56",(async()=>{(0,t.E3)((0,l.zS)("Long56-long",6),"Long5…")})),(0,t.t6)("monomerToShort",(async()=>{const e=[["AbC","AbC"],["AbCd","Ab…"],["ABc","ABc"],["ABcd","AB…"],["A_b","A_b"],["A_bc","A…"],["Ab_c","Ab…"],["A1_b","A1…"],["Abc_d","Ab…"],["Abcd_e","Ab…"],["A-b","A-b"],["A-bc","A…"],["Ab-c","Ab…"],["A1-b","A1…"],["Abc-d","Ab…"],["Abcd-e","Ab…"],["A","A"],["Ab","Ab"],["Abc","Abc"],["Ab…","Ab…"],["Abcd","Ab…"],["Abcde","Ab…"]],n=e.map((e=>e[0])),r=e.map((e=>e[1])),s=n.map((e=>(0,l.zS)(e,3)));(0,t.J6)(s,r)}))}));var K=n(8047);const q=W._S;function Z(e,n){(0,t.E3)(e.name,n.name),(0,t.J6)(e.getMonomers(),n.getMonomers());for(const r of e.getMonomers())(0,t.E3)(e.getFreq(r).rowCount,n.getFreq(r).rowCount)}(0,t.L1)("WebLogo-positions",(()=>{const n="seq\nATC-G-TTGC--\nATC-G-TTGC--\n-TC-G-TTGC--\n-TC-GCTTGC--\n-TC-GCTTGC--";(0,t.t6)("allPositions",(async()=>{const r=e.DataFrame.fromCsv(n),s=i.shell.addTableView(r),o=r.getCol("seq");o.semType=e.SEMTYPE.MACROMOLECULE,o.meta.units=l.Hi.FASTA,o.setTag(l.gp.alphabet,l.YI.DNA),o.setTag(l.gp.aligned,"SEQ.MSA");const a=await r.plot.fromType("WebLogo");await(0,t.PE)(a.onLayoutCalculated,(()=>{}),(()=>{s.dockManager.dock(a.root,e.DOCK_TYPE.DOWN)}),500);const c=a.positions,u=[new K.Ue(0,"1",{A:new K.Tc(2),[q]:new K.Tc(3)}),new K.Ue(1,"2",{T:new K.Tc(5)}),new K.Ue(2,"3",{C:new K.Tc(5)}),new K.Ue(3,"4",{[q]:new K.Tc(5)}),new K.Ue(4,"5",{G:new K.Tc(5)}),new K.Ue(5,"6",{[q]:new K.Tc(3),C:new K.Tc(2)}),new K.Ue(6,"7",{T:new K.Tc(5)}),new K.Ue(7,"8",{T:new K.Tc(5)}),new K.Ue(8,"9",{G:new K.Tc(5)}),new K.Ue(9,"10",{C:new K.Tc(5)}),new K.Ue(10,"11",{[q]:new K.Tc(5)}),new K.Ue(11,"12",{[q]:new K.Tc(5)})];(0,t.E3)(c.length,u.length);for(let e=0;e<c.length;e++){(0,t.E3)(c[e].name,u[e].name);for(const n of c[e].getMonomers())(0,t.E3)(c[e].getFreq(n).rowCount,u[e].getFreq(n).rowCount)}await a.awaitRendered()})),(0,t.t6)("positions with shrinkEmptyTail option true (filtered)",(async()=>{const n=e.DataFrame.fromCsv("seq\n-TC-G-TTGC--\n-TC-GCTTGC--\n-T--C-GT-\n-T--C-GT-\n-T--C-GT-\n-T--CCGT-"),r=i.shell.addTableView(n),s=n.getCol("seq");s.semType=e.SEMTYPE.MACROMOLECULE,s.meta.units=l.Hi.FASTA,s.setTag(l.gp.alphabet,l.YI.DNA),s.setTag(l.gp.aligned,"SEQ"),n.filter.init((e=>e>2)),n.filter.fireChanged();const o=await n.plot.fromType("WebLogo",{shrinkEmptyTail:!0});await(0,t.PE)(o.onLayoutCalculated,(()=>{}),(()=>{r.dockManager.dock(o.root,e.DOCK_TYPE.DOWN)}),500);const a=o.positions,c=[new K.Ue(0,"1",{[q]:new K.Tc(3)}),new K.Ue(1,"2",{T:new K.Tc(3)}),new K.Ue(2,"3",{[q]:new K.Tc(3)}),new K.Ue(3,"4",{[q]:new K.Tc(3)}),new K.Ue(4,"5",{C:new K.Tc(3)}),new K.Ue(5,"6",{[q]:new K.Tc(2),C:new K.Tc(1)}),new K.Ue(6,"7",{G:new K.Tc(3)}),new K.Ue(7,"8",{T:new K.Tc(3)}),new K.Ue(8,"9",{[q]:new K.Tc(3)})];(0,t.E3)(a.length,c.length);for(let e=0;e<a.length;e++){(0,t.E3)(a[e].name,c[e].name);for(const n of a[e].getMonomers())(0,t.E3)(a[e].getFreq(n).rowCount,c[e].getFreq(n).rowCount)}await o.awaitRendered()})),(0,t.t6)("positions with skipEmptyPositions option",(async()=>{const r=e.DataFrame.fromCsv(n),s=i.shell.addTableView(r),o=r.getCol("seq");o.semType=e.SEMTYPE.MACROMOLECULE,o.meta.units=l.Hi.FASTA,o.setTag(l.gp.alphabet,l.YI.DNA),o.setTag(l.gp.aligned,"SEQ.MSA");const a=await r.plot.fromType("WebLogo",{skipEmptyPositions:!0});await(0,t.PE)(a.onLayoutCalculated,(()=>{}),(()=>{s.dockManager.dock(a.root,e.DOCK_TYPE.DOWN)}),500);const c=a.positions,u=[new K.Ue(0,"1",{A:new K.Tc(2),[q]:new K.Tc(3)}),new K.Ue(1,"2",{T:new K.Tc(5)}),new K.Ue(2,"3",{C:new K.Tc(5)}),new K.Ue(4,"5",{G:new K.Tc(5)}),new K.Ue(5,"6",{[q]:new K.Tc(3),C:new K.Tc(2)}),new K.Ue(6,"7",{T:new K.Tc(5)}),new K.Ue(7,"8",{T:new K.Tc(5)}),new K.Ue(8,"9",{G:new K.Tc(5)}),new K.Ue(9,"10",{C:new K.Tc(5)})];(0,t.E3)(c.length,u.length);for(let e=0;e<c.length;e++)Z(c[e],u[e]);await a.awaitRendered()})),(0,t.t6)("count sequences for monomer at position",(async()=>{const r=function(t,n,r){const s=e.DataFrame.fromCsv(t),o=s.getCol("seq");return o.semType=e.SEMTYPE.MACROMOLECULE,o.meta.units=n,o.setTag(l.gp.alphabet,r),o.setTag(l.gp.aligned,"SEQ.MSA"),s}(n,l.Hi.FASTA,l.YI.DNA),s=r.getCol("seq"),o=i.shell.addTableView(r),a=await r.plot.fromType("WebLogo",{startPositionName:"3",endPositionName:"7",skipEmptyPositions:!0});await(0,t.PE)(a.onLayoutCalculated,(()=>{}),(()=>{o.dockManager.dock(a.root,e.DOCK_TYPE.DOWN)}),500);const c=a.positions,d=[new K.Ue(2,"3",{C:new K.Tc(5)}),new K.Ue(4,"5",{G:new K.Tc(5)}),new K.Ue(5,"6",{[q]:new K.Tc(3),C:new K.Tc(2)}),new K.Ue(6,"7",{T:new K.Tc(5)})];(0,t.E3)(c.length,d.length);for(let e=0;e<c.length;e++)Z(c[e],d[e]);const h=c[1],m=u.GO.forColumn(s),p=(0,K.eN)(r,m,r.filter,"G",h);(0,t.E3)(p,5),await a.awaitRendered()})),(0,t.t6)("empty",(async()=>{const n=e.DataFrame.fromColumns([(()=>{const t=e.Column.fromStrings("seq",[]);return t.semType=e.SEMTYPE.MACROMOLECULE,t.meta.units=l.Hi.FASTA,t.setTag(l.gp.alphabet,l.YI.DNA),t})()]),r=i.shell.addTableView(n),s=await n.plot.fromType("WebLogo");await(0,t.PE)(s.onLayoutCalculated,(()=>{}),(()=>{r.dockManager.dock(s.root,e.DOCK_TYPE.DOWN)}),500),s.positions,await s.awaitRendered()}))})),(0,t.L1)("WebLogo-project",(()=>{(0,t.t6)("fasta",(async()=>{const n="Tests.Bio.WebLogo-project.fasta",r=await ve.files.readCsv("tests/filter_FASTA.csv"),s=r.name,o=r.getCol("fasta");await i.data.detectSemanticTypes(r);const a=i.shell.addTableView(r),c=await r.plot.fromType("WebLogo",{sequenceColumnName:o.name});a.dockManager.dock(c),await c.awaitRendered(),await P(a.grid),await async function(t,n,r,s){const o=e.Project.create(),a=r.saveLayout();await i.dapi.layouts.save(r.saveLayout()),await i.dapi.tables.uploadDataFrame(s),await i.dapi.tables.save(n),o.name=t,o.addChild(n),o.addChild(a),await i.dapi.projects.save(o)}(n,r.getTableInfo(),a,r),i.shell.closeAll(),await(0,t.cb)(500),await i.dapi.projects.open(n);const l=i.shell.getTableView(s),u=v()(l.viewers).toArray();(0,t.E3)(u.length,2),(0,t.E3)(u.filter((e=>"Grid"===e.type)).length,1);const d=u.find((e=>"WebLogo"===e.type));(0,t.E3)(!!d,!0),await P(a.grid),await d.awaitRendered()}),{skipReason:"depends on 1.18"})})),(0,t.L1)("WebLogo-layout",(()=>{(0,t.t6)("fasta",(async()=>{const e=await ve.files.readCsv("tests/filter_FASTA.csv"),n=e.getCol("fasta");await i.data.detectSemanticTypes(e);const r=i.shell.addTableView(e),s=await e.plot.fromType("WebLogo",{sequenceColumnName:n.name});r.dockManager.dock(s),await(0,t.cb)(2*K.VN.render),await s.awaitRendered(),await P(r.grid);const o=r.saveLayout();o.toJson(),r.loadLayout(o),await(0,t.cb)(2*K.VN.render),await s.awaitRendered(),await P(r.grid);const a=v()(r.viewers).toArray();(0,t.E3)(a.length,2),(0,t.E3)(a.filter((e=>"Grid"===e.type)).length,1),(0,t.E3)(a.filter((e=>"WebLogo"===e.type)).length,1)}))}));var z=n(966);function X(e,t){let n=null;for(const r of e.viewers)r.type===t&&(n=r);return n}(0,t.L1)("checkInputColumn",(()=>{const n="seq\nseq1,\nseq2,\nseq3,\nseq4";(0,t.t6)("testMsaPos",(async()=>{const r=e.DataFrame.fromCsv(n).getCol("seq");r.semType=e.SEMTYPE.MACROMOLECULE,r.meta.units=l.Hi.FASTA,r.setTag(l.gp.alphabet,l.YI.DNA),r.setTag(l.gp.aligned,"SEQ");const[s,o]=(0,z.l)(r,"Test",[l.Hi.FASTA],[l.YI.DNA,l.YI.RNA,l.YI.PT]);(0,t.E3)(s,!0)})),(0,t.t6)("testMsaNegHelm",(async()=>{const r=e.DataFrame.fromCsv(n).getCol("seq");r.semType=e.SEMTYPE.MACROMOLECULE,r.meta.units=l.Hi.HELM,r.setTag(l.gp.alphabetIsMultichar,"true");const[s,o]=(0,z.l)(r,"Test",[l.Hi.FASTA],[l.YI.DNA,l.YI.RNA,l.YI.PT]);(0,t.E3)(s,!1)})),(0,t.t6)("testMsaNegUN",(async()=>{const r=e.DataFrame.fromCsv(n).getCol("seq");r.semType=e.SEMTYPE.MACROMOLECULE,r.meta.units=l.Hi.FASTA,r.setTag(l.gp.alphabet,"UN"),r.setTag(l.gp.alphabetSize,"11"),r.setTag(l.gp.alphabetIsMultichar,"true"),r.setTag(l.gp.aligned,"SEQ");const[s,o]=(0,z.l)(r,"Test",[l.Hi.FASTA],[l.YI.DNA,l.YI.RNA,l.YI.PT]);(0,t.E3)(s,!1)})),(0,t.t6)("testGetActionFunctionMeta",(async()=>{e.Func.find({package:"Bio",name:"multipleSequenceAlignmentDialog"})[0].inputs.find((e=>"sequence"==e.name))}))})),(0,t.L1)("similarity/diversity",(async()=>{(0,t.t6)("similaritySearchViewer",(async()=>{await async function(){const n=await ve.files.readAsText("tests/sample_MSA_data.csv"),r=e.DataFrame.fromCsv(n);await i.data.detectSemanticTypes(r);const s=i.shell.addTableView(r),o=s.dataFrame.getCol("MSA");(0,t.E3)(o.semType,e.SEMTYPE.MACROMOLECULE);const a=await s.dataFrame.plot.fromType("Sequence Similarity Search");let c=!1;if(a.computeCompleted.subscribe((e=>{e&&(c=!0)})),s.dockManager.dock(a,e.DOCK_TYPE.RIGHT,null,"Similarity"),await a.renderPromise,await(0,t.bk)((()=>void 0!==X(s,"Sequence Similarity Search")),"Sequence Similarity Search viewer has not been created",100),!a.initialized)throw new Error("The viewer is not initialized.");if(!a.moleculeColumn)throw new Error("The viewer has not molecule column (onTableAttached).");if(!a.beforeRender())throw new Error("The viewer is not able to render.");if(!a.computeRequested)throw new Error("The viewer has not compute requested even.");if(!c)throw new Error("The viewer has not compute completed.");const l=a;await(0,t.bk)((()=>0!==l.root.getElementsByClassName("d4-grid").length),"Sequence Similarity Search viewer grid has not been created",100);(0,t.E3)(l.fingerprint,"Morgan"),(0,t.E3)(l.distanceMetric,"Tanimoto"),(0,t.E3)(l.scores.get(0),e.FLOAT_NULL),(0,t.E3)(l.idxs.get(0),0),(0,t.E3)(l.molCol.get(0),"D-Tyr_Et/Tyr_ab-dehydroMe/dV/E/N/D-Orn/D-aThr//Phe_4Me"),(0,t.E3)(l.scores.get(1).toFixed(2),"0.73"),(0,t.E3)(l.idxs.get(1),4),(0,t.E3)(l.molCol.get(1),"Thr_PO3H2/Aca/D-Tyr_Et/Tyr_ab-dehydroMe/dV/Chg/N/D-Orn/D-aThr//Phe_4Me"),s.dataFrame.currentRowIdx=1,await(0,t.bk)((()=>1===l.targetMoleculeIdx),"Target molecule has not been changed",5e3),await(0,t.bk)((()=>"meI/hHis/Aca/Cys_SEt/T/dK/Thr_PO3H2/Aca/Tyr_PO3H2/D-Chg/dV/Phe_ab-dehydro/N/D-Orn/D-aThr//Phe_4Me"===l.molCol.get(0)),"Incorrect first similar molecule",5e3)}()})),(0,t.t6)("diversitySearchViewer",(async()=>{await async function(){const n=await ve.files.readAsText("tests/sample_MSA_data.csv"),r=e.DataFrame.fromCsv(n),s=i.shell.addTableView(r);await i.data.detectSemanticTypes(r);const o=s.dataFrame.getCol("MSA");(0,t.E3)(o.semType,e.SEMTYPE.MACROMOLECULE);const a=await s.dataFrame.plot.fromType("Sequence Diversity Search");let c=!1;if(a.computeCompleted.subscribe((e=>{e&&(c=!0)})),s.dockManager.dock(a,e.DOCK_TYPE.DOWN,null,"Diversity"),await a.renderPromise,await(0,t.bk)((()=>void 0!==X(s,"Sequence Diversity Search")),"Sequence Diversity Search viewer has not been created",100),!a.initialized)throw new Error("The viewer is not initialized.");if(!a.moleculeColumn)throw new Error("The viewer has not molecule column (onTableAttached).");if(!a.beforeRender())throw new Error("The viewer is not able to render.");if(!a.computeRequested)throw new Error("The viewer has not compute requested even.");if(!c)throw new Error("The viewer has not compute completed.");const l=a;await(0,t.bk)((()=>0!==l.root.getElementsByClassName("d4-grid").length),"Sequence Diversity Search viewer grid has not been created",100),(0,t.E3)(l.fingerprint,"Morgan"),(0,t.E3)(l.distanceMetric,"Tanimoto"),(0,t.E3)(l.initialized,!0),(0,t.E3)(l.renderMolIds.length>0,!0)}()}))}));var J=n(9124),Q=n(1687),ee=n(4577);async function te(e,t){if(!t.columns.names().includes(e))throw new Error(`The column '${e}' not found. Available in data frame are ${JSON.stringify(t.columns.names())}`);const n=new Q._i;return n.attach(t),n.applyState({columnName:e}),n.column=t.col(e),n.columnName=e,n}(0,t.L1)("bio-substructure-filters",(async()=>{let n,r,s;(0,t.gM)((async()=>{n=await(0,J.b)(),r=await(0,I.pj)(),s=await(0,L.ub)(),await(0,L.yZ)(),await r.loadLibraries(!0)})),(0,t.Pl)((async()=>{await(0,L.Eu)(s),await r.loadLibraries(!0)})),(0,t.t6)("fasta",(async()=>{const e=await _("tests/filter_FASTA.csv");await i.data.detectSemanticTypes(e);const n=new Q._i;n.attach(e),await n.awaitRendered();try{(0,t.E3)(!!n.bioFilter,!0),(0,t.E3)(n.bioFilter.type,"FastaBioFilter");const r=n.bioFilter;await(0,t.PE)(e.onRowsFiltered,(()=>{}),(()=>{r.props=new ee.n("MD")}),5e3,"testEvent onRowsFiltered"),(0,t.E3)(n.dataFrame.filter.trueCount,3),(0,t.E3)(n.dataFrame?.filter.toBinaryString(),"10010000100000")}finally{n.detach()}await n.awaitRendered()})),(0,t.t6)("separator",(async()=>{const e=await _("tests/filter_MSA.csv"),n=new Q._i;await i.data.detectSemanticTypes(e),n.attach(e),await n.awaitRendered();try{(0,t.E3)(!!n.bioFilter,!0),(0,t.E3)(n.bioFilter.type,"SeparatorBioFilter");const r=n.bioFilter;await(0,t.PE)(e.onRowsFiltered,(()=>{}),(()=>{r.props=new Q.AR("meI")}),5e3,"testEvent onRowsFiltered"),(0,t.E3)(n.dataFrame.filter.trueCount,7),(0,t.E3)(n.dataFrame.filter.get(2),!1),await(0,t.PE)(e.onRowsFiltered,(()=>{}),(()=>{r.props=new Q.AR("/meI")}),5e3,"testEvent onRowsFiltered"),(0,t.E3)(n.dataFrame.filter.trueCount,0),await(0,t.PE)(e.onRowsFiltered,(()=>{}),(()=>{r.props=new Q.AR("meI-hHis","-")}),5e3,"testEvent onRowsFiltered"),(0,t.E3)(n.dataFrame.filter.trueCount,7),(0,t.E3)(n.dataFrame.filter.get(2),!1)}finally{n.detach()}await n.awaitRendered()})),(0,t.t6)("helm-dialog",(async()=>{const e="Bio tests: substructureFilters/helm-dialog",n=await _("tests/filter_HELM.csv");await i.data.detectSemanticTypes(n);const r=i.shell.addTableView(n);ve.logger.debug(`${e}, filter attaching.`);const s=new Q._i;s.attach(n);const o=R.dialog("Test filters").add(s.root).show();await s.awaitRendered();try{const o=s.bioFilter;(0,t.E3)(null!==s.bioFilter,!0,"bioFilter is not created"),ve.logger.debug(`${e}, filter 1 change awaiting...`),await(0,t.PE)(n.onRowsFiltered,(()=>{}),(()=>{o.props=new ee.n("PEPTIDE1{A.C}$$$$V2.0")}),2e4),ve.logger.debug(`${e}, filter 1 changed.`),(0,t.E3)(s.dataFrame.filter.trueCount,1),(0,t.E3)(s.dataFrame.filter.toBinaryString(),"0001"),ve.logger.debug(`${e}, filter 2 change awaiting...`),await(0,t.PE)(n.onRowsFiltered,(()=>{}),(()=>{o.props=new ee.n("PEPTIDE1{C}$$$$V2.0")}),2e4),await P(r.grid),ve.logger.debug(`${e}, filter 2 changed.`),(0,t.E3)(s.dataFrame.filter.trueCount,2),(0,t.E3)(s.dataFrame.filter.toBinaryString(),"1001")}finally{o.close()}await s.awaitRendered(),await(0,t.cb)(3e3)})),(0,t.t6)("helm-view",(async()=>{const e=await _("tests/filter_HELM.csv");e.getCol("HELM string"),await i.data.detectSemanticTypes(e);const t=i.shell.addTableView(e);t.getFiltersGroup(),await P(t.grid)})),(0,t.t6)("sync-fasta",(async()=>{const e=await ve.files.readCsv("tests/filter_FASTA.csv");await i.data.detectSemanticTypes(e);const n=await te("fasta",e),r=await te("fasta",e);await Promise.all([n.awaitRendered(),r.awaitRendered()]);try{(0,t.E3)(!!n.bioFilter,!0),(0,t.E3)(!!r.bioFilter,!0),(0,t.E3)(n.bioFilter.type,"FastaBioFilter"),(0,t.E3)(r.bioFilter.type,"FastaBioFilter");const s=n.bioFilter,o=r.bioFilter;await(0,t.PE)(e.onRowsFiltered,(()=>{}),(()=>{s.props=new ee.n("MD")}),1e4,"await onRowsFiltered"),(0,t.E3)(e.filter.trueCount,3),await n.awaitRendered(),(0,t.E3)(o.props.substructure,"MD")}finally{n.detach(),r.detach()}await Promise.all([n.awaitRendered(),r.awaitRendered()])})),(0,t.t6)("sync-msa",(async()=>{const e=await ve.files.readCsv("tests/filter_MSA.csv");await i.data.detectSemanticTypes(e);const n="hHis-Aca",r=await te("MSA",e),s=await te("MSA",e);await Promise.all([r.awaitRendered(),s.awaitRendered()]);try{(0,t.E3)(!!r.bioFilter,!0),(0,t.E3)(!!s.bioFilter,!0),(0,t.E3)(r.bioFilter.type,"SeparatorBioFilter"),(0,t.E3)(s.bioFilter.type,"SeparatorBioFilter");const o=r.bioFilter,a=s.bioFilter;await(0,t.PE)(e.onRowsFiltered,(()=>{}),(()=>{o.props=new Q.AR(n,"-")}),1e4,"await onRowsFiltered"),(0,t.E3)(e.filter.trueCount,8),(0,t.E3)(a.props.substructure,n),(0,t.E3)(a.props.separator,"-")}finally{r.detach(),s.detach()}await Promise.all([r.awaitRendered(),s.awaitRendered()])})),(0,t.t6)("sync-helm",(async()=>{const e=await ve.files.readCsv("tests/filter_HELM.csv");await i.data.detectSemanticTypes(e);const n=i.shell.addTableView(e),r="PEPTIDE1{A.C}$$$$V2.0",s=await te("HELM string",e),o=await te("HELM string",e),a=R.dialog("Test filters").add(s.root).add(o.root).show();await Promise.all([s.awaitRendered(),o.awaitRendered()]);try{(0,t.E3)(!!s.bioFilter,!0),(0,t.E3)(!!o.bioFilter,!0),(0,t.E3)(s.bioFilter.type,"HelmBioFilter"),(0,t.E3)(o.bioFilter.type,"HelmBioFilter");const a=s.bioFilter,i=o.bioFilter;await(0,t.PE)(e.onRowsFiltered,(()=>{}),(()=>{a.props=new ee.n(r)}),6e4,"await onRowsFiltered"),await P(n.grid),ve.logger.debug("Bio tests: substructureFilters/sync-helm, before changed event"),await(0,t.cb)(2*s.debounceTime),ve.logger.debug("Bio tests: substructureFilters/sync-helm, after changed event"),(0,t.E3)(e.filter.trueCount,1),await s.awaitRendered(),(0,t.E3)(i.props.substructure,r)}finally{s.detach(),o.detach(),a.close()}await Promise.all([s.awaitRendered(),o.awaitRendered()]),await P(n.grid),await(0,t.cb)(3e3)})),(0,t.t6)("two-columns-fasta",(async()=>{const n=e.DataFrame.fromCsv("id,seq1,seq2,trueSeq1,trueSeq2\n0,CGGCTACGGC,ATTGCATTCG,0,1,\n1,CGGCTGCCGC,ATAGCATTCG,1,1,\n2,CGGCTGCGCC,AATGCATACG,1,0,\n3,CGGCTGCATT,TTTGCATTCG,1,1,\n4,CGGCTGCATT,AAAGCATACG,1,0,\n");await i.data.detectSemanticTypes(n);const r=i.shell.addTableView(n),s="seq1",o="CGGCTG",a=n.getCol("trueSeq1").toList(),c="seq2",l="GCATT",u=n.getCol("trueSeq2").toList(),d=[{type:"Bio:bioSubstructureFilter",columnName:s},{type:"Bio:bioSubstructureFilter",columnName:c}],h=await n.plot.fromType(e.VIEWER.FILTERS,{filters:d});r.dockManager.dock(h,e.DOCK_TYPE.LEFT),await(0,t.cb)(100),await P(r.grid);const m=h.filters[0],p=h.filters[1];(0,t.E3)(m.column.name,s),(0,t.E3)(p.column.name,c);const f=m.bioFilter,g=p.bioFilter;await(0,t.PE)(n.onRowsFiltered,(()=>{}),(()=>{f.props=new ee.n(o)}),1e3),await(0,t.PE)(n.onRowsFiltered,(()=>{}),(()=>{g.props=new ee.n("")}),1e3,"testEvent onRowsFiltered on seq1"),(0,t.E3)(n.filter.trueCount,a.filter((e=>1===e)).length),(0,t.E3)(n.filter.toBinaryString(),a.map((e=>e.toString())).join("")),await(0,t.PE)(n.onRowsFiltered,(()=>{}),(()=>{f.props=new ee.n("")}),1e3),await(0,t.PE)(n.onRowsFiltered,(()=>{}),(()=>{g.props=new ee.n(l)}),1e3,"testEvent onRowsFiltered on seq2"),(0,t.E3)(n.filter.trueCount,u.filter((e=>1===e)).length),(0,t.E3)(n.filter.toBinaryString(),u.map((e=>e.toString())).join("")),await(0,t.PE)(n.onRowsFiltered,(()=>{}),(()=>{f.props=new ee.n("")}),1e3),await(0,t.PE)(n.onRowsFiltered,(()=>{}),(()=>{g.props=new ee.n("")}),1e3,"testEvent onRowsFiltered on neither"),(0,t.E3)(n.filter.trueCount,n.rowCount),await(0,t.PE)(n.onRowsFiltered,(()=>{}),(()=>{f.props=new ee.n(o)}),5e3),await(0,t.PE)(n.onRowsFiltered,(()=>{}),(()=>{g.props=new ee.n(l)}),5e3,"testEvent onRowsFiltered on both");const y=v().count(0).take(n.rowCount).map((e=>a[e]*u[e])).toArray();(0,t.E3)(n.filter.trueCount,y.filter((e=>1===e)).length),(0,t.E3)(n.filter.toBinaryString(),y.map((e=>e.toString())).join("")),await Promise.all([m.awaitRendered(),p.awaitRendered(),P(r.grid)])})),(0,t.t6)("reset-fasta",(async()=>{const n=await _("tests/filter_FASTA.csv");await i.data.detectSemanticTypes(n);const r=i.shell.addTableView(n),s="MD",o=await n.plot.fromType(e.VIEWER.FILTERS,{filters:[{type:"Bio:bioSubstructureFilter",columnName:"fasta"}]});r.dockManager.dock(o,e.DOCK_TYPE.LEFT),await(0,t.cb)(100),await P(r.grid);const a=o.filters[0].bioFilter;await(0,t.PE)(n.onRowsFiltered,(()=>{}),(()=>{a.props=new ee.n(s)}),1e3,"testEvent onRowsFiltered"),(0,t.E3)(n.filter.trueCount,3),(0,t.E3)(a.props.substructure,s),(0,t.E3)(a.substructureInput.value,s),H()(o.root).find('i[name="icon-arrow-rotate-left"]')[0].click(),await(0,t.cb)(100),await P(r.grid),(0,t.E3)(a.props.substructure,""),(0,t.E3)(a.substructureInput.value,"")})),(0,t.t6)("reopen",(async()=>{const n=await ve.files.readCsv("tests/filter_FASTA.csv"),r=i.shell.addTableView(n),s=[{type:"Bio:bioSubstructureFilter",columnName:"fasta"}],o=await n.plot.fromType(e.VIEWER.FILTERS,{filters:s});r.dockManager.dock(o,e.DOCK_TYPE.LEFT),await(0,t.cb)(100),await P(r.grid),o.close(),await P(r.grid);const a=await n.plot.fromType(e.VIEWER.FILTERS,{filters:s});r.dockManager.dock(a,e.DOCK_TYPE.LEFT),await(0,t.cb)(100),await P(r.grid)}))}));var ne=n(8152);class re{errorList=[];warningList=[];infoList=[];debugList=[];error(e,t,n){this.errorList.push({message:e,params:t,stackTrace:n})}warning(e,t){this.warningList.push({message:e,params:t})}info(e,t){this.infoList.push({message:e,params:t})}debug(e,t){this.debugList.push({message:e,params:t})}}var se=n(9192);(0,t.L1)("PepSeA",(()=>{(0,t.gM)((async()=>{await(0,b.m8)()})),(0,t.t6)("Basic alignment",(async()=>{const n=e.DataFrame.fromCsv('HELM,MSA\n"PEPTIDE1{F.L.R.G.W.[MeF].Y.S.N.N.C}$$$$","F.L.R.G.W.MeF.Y..S.N.N.C"\n"PEPTIDE1{F.L.R.G.Y.[MeF].Y.W.N.C}$$$$","F.L.R.G.Y.MeF.Y.W...N.C"\n"PEPTIDE1{F.G.Y.[MeF].Y.W.S.D.N.C}$$$$","F...G.Y.MeF.Y.W.S.D.N.C"\n"PEPTIDE1{F.L.R.G.Y.[MeF].Y.W.S.N.D.C}$$$$","F.L.R.G.Y.MeF.Y.W.S.N.D.C"\n"PEPTIDE1{F.V.R.G.Y.[MeF].Y.W.S.N.C}$$$$","F.V.R.G.Y.MeF.Y.W.S..N.C"\n'),r=await(0,ne.GD)(n.getCol("HELM"),"msa(HELM)"),s=n.getCol("MSA");for(let e=0;e<r.length;++e)(0,t.E3)(r.get(e)==s.get(e),!0)}),{timeout:6e4}),(0,t.t6)("stderr",(async()=>{const n=new re,r=e.DataFrame.fromCsv('HELM,MSA\n"PEPTIDE1{F.L.Mis.G.W.[MeF].Y.S.N.N.C}$$$$","F.L.Mis.G.W.MeF.Y..S.N.N.C"\n"PEPTIDE1{F.L.Mis.G.Y.[MeF].Y.W.N.C}$$$$","F.L.Mis.G.Y.MeF.Y...W.N.C"\n"PEPTIDE1{F.G.Y.[MeF].Y.W.S.D.N.C}$$$$","F...G.Y.MeF.Y.W.S.D.N.C"\n'),s=await(0,ne.GD)(r.getCol("HELM"),"msa(HELM)",void 0,void 0,void 0,void 0,n),o=r.getCol("MSA");(0,t.J6)(s.toList(),o.toList()),(0,t.E3)(n.warningList[0].message,"Mis not found in Monomer Map\nMeF not found in Monomer Map\n")}),{timeout:6e4}),(0,t.t6)("error",(async()=>{const n=new re;try{const t=e.DataFrame.fromCsv('HELM\n"PEPTIDE1{[NH2].*.A.Q.T.T.Y.K.N.Y.R.R.N.L.L.*.[COOH]}$$$$"\n"PEPTIDE1{[NH2].M.A.N.T.T.Y.K.N.Y.R.N.N.L.L.*.[COOH]}$$$$"\n"PEPTIDE1{[NH2].*.A.N.T.T.Y.K.C.Y.R.R.N.L.L.*.[COOH]}$$$$"\n"PEPTIDE1{[NH2].*.A.N.T.T.Y.K.F.Y.R.R.N.L.L.*.[COOH]}$$$$"\n');await(0,ne.GD)(t.getCol("HELM"),"msa(HELM)",void 0,void 0,void 0,void 0,n)}catch(e){const[t,r]=(0,se.AP)(e);n.error(t,void 0,r)}(0,t.E3)(n.errorList[0].message,"PepSeA error: The pair (*,M) couldn't be found in the substitution matrix")}))})),(0,t.L1)("viewers",(()=>{const n=e.Func.find({package:"Bio",tags:["viewer"]}).map((e=>e.friendlyName));for(const e of n)(0,t.t6)(e,(async()=>{const n=await _("samples/FASTA_DNA.csv");await(0,t.Bl)(e,n,{detectSemanticTypes:!0})}),{skipReason:{"Sequence Similarity Search":"GROK-13162","Sequence Diversity Search":"GROK-13162",WebLogo:"GROK-13162",VdRegions:"GROK-13162"}[e]})}));const oe="seq\nACGTCACGTC\nCAGTGTCAGTGT\nTTCAACTTCAAC",ae="seq\nAC-GT-CTAC-GT-CT\nCAC-T-GTCAC-T-GT\nACCGTACTACCGTACT",ie="seq\nabc-dfgg-abc1-cfr3-rty-wert-abc-dfgg-abc1-cfr3-rty-wert\nrut12-her2-rty-wert-abc-abc1-dfgg-rut12-her2-rty-wert-abc-abc1-dfgg\nrut12-rty-her2-abc-cfr3-wert-rut12-rut12-rty-her2-abc-cfr3-wert-rut12";var ce;(0,t.L1)("SeqHandler",(()=>{async function n(t){const n=e.DataFrame.fromCsv(t);await i.data.detectSemanticTypes(n);const r=u.GO.forColumn(n.getCol("seq"));return[n,r]}(0,t.t6)("Seq-Fasta",(async()=>{const[e,r]=await n(oe);(0,t.E3)(r.notation,l.Hi.FASTA),(0,t.E3)(r.isMsa(),!1)})),(0,t.t6)("Seq-Fasta-MSA",(async()=>{const[e,r]=await n(ae);(0,t.E3)(r.notation,l.Hi.FASTA),(0,t.E3)(r.isMsa(),!0)})),(0,t.t6)("Seq-Fasta-units",(async()=>{const[e,r]=await n(oe);(0,t.E3)(r.notation,l.Hi.FASTA),(0,t.E3)(r.isMsa(),!1)})),(0,t.t6)("Seq-Fasta-MSA-units",(async()=>{const[e,r]=await n(ae);(0,t.E3)(r.notation,l.Hi.FASTA),(0,t.E3)(r.isMsa(),!0)})),(0,t.t6)("Seq-Helm",(async()=>{const[e,r]=await n("seq\nPEPTIDE1{meI.hHis.Aca.N.T.dE.Thr_PO3H2.Aca.D-Tyr_Et.Tyr_ab-dehydroMe.dV.E.N.D-Orn.D-aThr.Phe_4Me}$$$$\nPEPTIDE1{meI.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca.Tyr_PO3H2.D-Chg.dV.Phe_ab-dehydro.N.D-Orn.D-aThr.Phe_4Me}$$$$\nPEPTIDE1{Lys_Boc.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca.Tyr_PO3H2.D-Chg.dV.Thr_PO3H2.N.D-Orn.D-aThr.Phe_4Me}$$$$\nPEPTIDE1{meI.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca.Tyr_PO3H2.D-Chg.dV.Thr_PO3H2.N.D-Orn.D-aThr.Phe_4Me}$$$$");(0,t.E3)(r.notation,l.Hi.HELM),(0,t.E3)(r.isHelm(),!0)})),(0,t.t6)("Seq-UN",(async()=>{const[e,r]=await n(ie);(0,t.E3)(r.notation,l.Hi.SEPARATOR),(0,t.E3)(r.separator,"-"),(0,t.E3)(r.alphabet,l.YI.UN)})),(0,t.t6)("Seq-UN-auto",(async()=>{const[e,r]=await n(ie);(0,t.E3)(r.notation,l.Hi.SEPARATOR),(0,t.E3)(r.separator,"-"),(0,t.E3)(r.alphabet,l.YI.UN)})),(0,t.t6)("column-version",(async()=>{const n=e.DataFrame.fromCsv(oe);await i.data.detectSemanticTypes(n);const r=n.getCol("seq"),s=u.GO.forColumn(r),o=r.version,a=u.GO.forColumn(r),c=r.version;(0,t.E3)(o,c,"Unexpected column version changed"),(0,t.E3)(s,a,"Unexpected SeqHandler object changed"),n.rows.addNew(["TACCCCTTCAAC"]);const l=u.GO.forColumn(r),d=r.version;(0,t.E3)(c<d,!0,"Stalled column version on add row"),(0,t.E3)(a!==l,!0,"Stalled SeqHandler object on add row"),r.set(1,"CAGTGTCCCCGT");const h=u.GO.forColumn(r),m=r.version;(0,t.E3)(d<m,!0,"Stalled column version on change data"),(0,t.E3)(l!==h,!0,"Stalled SeqHandler object on change data"),r.setTag("testTag","testValue");const p=u.GO.forColumn(r),f=r.version;(0,t.E3)(m<f,!0,"Stalled column version on set tag"),(0,t.E3)(h!==p,!0,"Stalled SeqHandler object on set tag")}))})),function(e){e.fasta="fasta",e.fastaMsa="fastaMsa",e.separator="separator",e.separatorMsa="separatorMsa",e.helm="helm"}(ce||(ce={})),(0,t.L1)("SeqHandler",(()=>{u.b9[l.Hi.FASTA],u.b9[l.Hi.HELM];const n=u.b9[l.Hi.SEPARATOR],r={[ce.fasta]:{src:{csv:"seq\nACGTCACGTC\nCAGTGTCAGTGT\nTTCAACTTCAAC"},tgt:{notation:l.Hi.FASTA,splitted:[["A","C","G","T","C","A","C","G","T","C"],["C","A","G","T","G","T","C","A","G","T","G","T"],["T","T","C","A","A","C","T","T","C","A","A","C"]]}},[ce.fastaMsa]:{src:{csv:"seq\nAC-GT-CTAC-GT-CT\nCAC-T-GTCAC-T-GT\nACCGTACTACCGTACT"},tgt:{notation:l.Hi.FASTA,splitted:[["A","C","-","G","T","-","C","T","A","C","-","G","T","-","C","T"],["C","A","C","-","T","-","G","T","C","A","C","-","T","-","G","T"],["A","C","C","G","T","A","C","T","A","C","C","G","T","A","C","T"]]}},[ce.separator]:{src:{csv:"seq\nabc-dfgg-abc1-cfr3-rty-wert-abc-dfgg-abc1-cfr3-rty-wert\nrut12-her2-rty-wert-abc-abc1-dfgg-rut12-her2-rty-wert-abc\nrut12-rty-her2-abc-cfr3-wert-rut12-rut12-rty-her2-abc-cfr3"},tgt:{notation:l.Hi.SEPARATOR,separator:"-",splitted:[["abc","dfgg","abc1","cfr3","rty","wert","abc","dfgg","abc1","cfr3","rty","wert"],["rut12","her2","rty","wert","abc","abc1","dfgg","rut12","her2","rty","wert","abc"],["rut12","rty","her2","abc","cfr3","wert","rut12","rut12","rty","her2","abc","cfr3"]]}},[ce.separatorMsa]:{src:{csv:'seq\nrut0-dfgg-abc1-cfr3-rty-wert-abc-dfgg-abc1-cfr3-rty-wert\nrut1-her2-rty--abc1-dfgg-rut12-her2-rty--abc1-dfgg\nrut2-rty-her2---wert-rut12-rty-her2---wert\n"rut3-rty-her2-""-""-""-""-wert-rut12-rty-her2-""-""-""-""-wert"\n"""-""-rut4-her2-wert-rut12-rty-her2-wert"\n"rut5-rty-her2-wert-rut12-rty-her2-wert-""-"""'},tgt:{notation:l.Hi.SEPARATOR,separator:"-",splitted:[["rut0","dfgg","abc1","cfr3","rty","wert","abc","dfgg","abc1","cfr3","rty","wert"],["rut1","her2","rty",n,"abc1","dfgg","rut12","her2","rty",n,"abc1","dfgg"],["rut2","rty","her2",n,n,"wert","rut12","rty","her2",n,n,"wert"],["rut3","rty","her2",n,n,"wert","rut12","rty","her2",n,n,"wert"],[n,"rut4","her2","wert","rut12","rty","her2","wert"],["rut5","rty","her2","wert","rut12","rty","her2","wert",n]]}},[ce.helm]:{src:{csv:"seq\nPEPTIDE1{meI.hHis.Aca.N.T.dE.Thr_PO3H2.Aca.D-Tyr_Et.Thr_PO3H2.Aca.D-Tyr_Et}$$$$\nPEPTIDE1{meI.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca.dK.Thr_PO3H2.Aca}$$$$\nPEPTIDE1{Lys_Boc.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca.dK.Thr_PO3H2.Aca}$$$$\nPEPTIDE1{meI.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.T.dK.Thr_PO3H2}$$$$"},tgt:{notation:l.Hi.HELM,splitted:[["meI","hHis","Aca","N","T","dE","Thr_PO3H2","Aca","D-Tyr_Et","Thr_PO3H2","Aca","D-Tyr_Et"],["meI","hHis","Aca","Cys_SEt","T","dK","Thr_PO3H2","Aca","dK","Thr_PO3H2","Aca"],["Lys_Boc","hHis","Aca","Cys_SEt","T","dK","Thr_PO3H2","Aca","dK","Thr_PO3H2","Aca"],["meI","hHis","Aca","Cys_SEt","T","dK","Thr_PO3H2","T","dK","Thr_PO3H2"]]}}};for(const[n,s]of Object.entries(r))(0,t.t6)(`splitted-${n}`,(async()=>{const n=e.DataFrame.fromCsv(s.src.csv).getCol("seq"),r=await i.functions.call("Bio:detectMacromolecule",{col:n});r&&(n.semType=r),(0,t.E3)(n.semType,e.SEMTYPE.MACROMOLECULE);const o=u.GO.forColumn(n);(0,t.E3)(o.notation,s.tgt.notation),(0,t.E3)(o.separator===s.tgt.separator,!0);const a=v().count(0).take(o.length).map((e=>v()(o.getSplitted(e).originals).toArray())).toArray();(0,t.J6)(a,s.tgt.splitted)}))})),(0,t.L1)("SeqHandler: getRegion",(()=>{const n={fastaDna:{srcCsv:"seq\nATTCGT\nACTGCTC\nATTCCGTA",startIdx:2,endIdx:4,tgtCsv:"seq\nTCG\nTGC\nTCC",units:l.Hi.FASTA,alphabet:l.YI.DNA,positionNames:{tag:"a, b, c, d, e, f, g, h",start:"c",end:"e"}},separatorPt:{srcCsv:"seq\nM-D-Y-K-E-T-L\nM-I-E-V-F-L-F-G-I\nM-M-",startIdx:5,endIdx:null,tgtCsv:"seq\nT-L--\nL-F-G-I\n---",units:l.Hi.SEPARATOR,alphabet:l.YI.PT,positionNames:{tag:"1, 1A, 1B, 2, 3, 4, 4A, 4A, 4C",start:"4",end:null}},helm:{srcCsv:"seq\nPEPTIDE1{[meI].[hHis].[Aca].N.T.[dE].[Thr_PO3H2].[Aca].[D-Tyr_Et].[Tyr_ab-dehydroMe].[dV].E.N.[D-Orn]}$$$$\nPEPTIDE1{[meI].[hHis].[Aca].[Cys_SEt].T.[dK].[Thr_PO3H2].[Aca].[Tyr_PO3H2].[D-Chg].[dV].[Phe_ab-dehydro]}$$$$\nPEPTIDE1{[Lys_Boc].[hHis].[Aca].[Cys_SEt].T}$$$$",startIdx:3,endIdx:6,tgtCsv:"seq\nPEPTIDE1{N.T.[dE].[Thr_PO3H2]}$$$$\nPEPTIDE1{[Cys_SEt].T.[dK].[Thr_PO3H2]}$$$$\nPEPTIDE1{[Cys_SEt].T.*.*}$$$$",units:l.Hi.HELM,alphabet:null,positionNames:{tag:null,start:"4",end:"7"}}};for(const[r,s]of Object.entries(n))(0,t.t6)(`${r}-idx`,(async()=>{const n=e.DataFrame.fromCsv(s.srcCsv).getCol("seq"),r=await i.functions.call("Bio:detectMacromolecule",{col:n});r&&(n.semType=r);const o=u.GO.forColumn(n).getRegion(s.startIdx,s.endIdx,"regSeq"),a=e.DataFrame.fromCsv(s.tgtCsv).getCol("seq");(0,t.E3)(n.meta.units,s.units),(0,t.E3)(o.meta.units,s.units),(0,t.E3)(n.getTag(l.gp.alphabet),s.alphabet),(0,t.E3)(o.getTag(l.gp.alphabet),s.alphabet),(0,t.J6)(o.toList(),a.toList())})),s.positionNames&&(0,t.t6)(`${r}-positionNames`,(async()=>{const n=e.DataFrame.fromCsv(s.srcCsv).getCol("seq");s.positionNames.tag&&n.setTag(l.gp.positionNames,s.positionNames.tag);const r=await i.functions.call("Bio:detectMacromolecule",{col:n});r&&(n.semType=r);const o=await i.functions.call("Bio:getRegion",{sequence:n,start:s.positionNames.start,end:s.positionNames.end}),a=e.DataFrame.fromCsv(s.tgtCsv).getCol("seq");(0,t.E3)(n.meta.units,s.units),(0,t.E3)(o.meta.units,s.units),(0,t.E3)(n.getTag(l.gp.alphabet),s.alphabet),(0,t.E3)(o.getTag(l.gp.alphabet),s.alphabet),(0,t.J6)(o.toList(),a.toList())}))}));var le=n(7384);const ue=new e.FileSource("System:AppData/Bio"),de={"peptides-fasta":{inPath:"tests/to-atomic-level-peptides-fasta-input.csv",outPath:"tests/to-atomic-level-peptides-fasta-output.csv"},"dna-fasta":{inPath:"tests/to-atomic-level-dna-fasta-input.csv",outPath:"tests/to-atomic-level-dna-fasta-output.csv"},"msa-separator":{inPath:"tests/to-atomic-level-msa-separator-input.csv",outPath:"tests/to-atomic-level-msa-separator-output.csv"},"msa-fasta":{inPath:"tests/to-atomic-level-msa-fasta-input.csv",outPath:"tests/to-atomic-level-msa-fasta-output.csv"}},he="molfile(sequence)";async function me(e,t="seq",n){const r=e.getCol(t),s=n.getBioLib(),o=await(0,le.C4)(e,r,s);return o.warnings.length>0&&ve.logger.warning(`_toAtomicLevel() warnings ${o.warnings.join("\n")}`),o.col}function pe(e){return e.replaceAll("\r\n","\n").replace(/\n$/,"").split("\n").map((e=>e.trimEnd())).join("\n")}(0,t.L1)("toAtomicLevel",(async()=>{const n={},r={};let s,o,a;async function d(e,n){const r=e.getCol("sequence");await(0,c.toAtomicLevel)(e,r,!1);const s=e.getCol(he),o=n.getCol(he),a=v()(s.values()).map((e=>pe(e))).toArray(),i=v()(o.values()).map((e=>pe(e))).toArray();(0,t.J6)(a,i)}(0,t.gM)((async()=>{s=await(0,I.pj)(),o=await(0,L.ub)(),await(0,L.yZ)(),await s.loadLibraries(!0);for(const[t,s]of Object.entries(de))s.inPath,n[t]=e.DataFrame.fromCsv((await ue.readAsText(s.inPath)).replace(/\n$/,"")),await i.data.detectSemanticTypes(n[t]),r[t]=e.DataFrame.fromCsv((await ue.readAsText(s.outPath)).replace(/\n$/,""))})),(0,t.Pl)((async()=>{await(0,L.Eu)(o),await s.loadLibraries(!0)}));for(const[e,s]of Object.entries(de))(0,t.t6)(`${e}`,(async()=>{await d(n[e],r[e])}));!function(e){e.fastaDna="fastaDna",e.fastaRna="fastaRna",e.fastaPt="fastaPt",e.fastaUn="fastaUn",e.separatorDna="separatorDna",e.separatorRna="separatorRna",e.separatorPt="separatorPt",e.separatorUn="separatorUn",e.helm="helm"}(a||(a={}));const h={[a.fastaDna]:"seq\nACGTCACGTC\nCAGTGTCAGTGT\nTTCAACTTCAAC",[a.fastaRna]:"seq\nACGUCACGUC\nCAGUGUCAGUGU\nUUCAACUUCAAC",[a.fastaPt]:"seq\nFWPHEYFWPHEY\nYNRQWYVYNRQWYV\nMKPSEYVMKPSEYV",[a.fastaUn]:"seq\n[meI][hHis][Aca]NT[dE][Thr_PO3H2][Aca]D[meI][hHis][Aca]NT[dE][Thr_PO3H2][Aca]D\n[meI][hHis][Aca][Cys_SEt]T[dK][Thr_PO3H2][Aca][Tyr_PO3H2][meI][hHis][Aca][Cys_SEt]T[dK][Thr_PO3H2][Aca][Tyr_PO3H2]\n[Lys_Boc][hHis][Aca][Cys_SEt]T[dK][Thr_PO3H2][Aca][Tyr_PO3H2][Lys_Boc][hHis][Aca][Cys_SEt]T[dK][Thr_PO3H2][Aca][Tyr_PO3H2]",[a.separatorDna]:"seq\nA/C/G/T/C/A/C/G/T/C\nC/A/G/T/G/T/C/A/G/T/G/T\nT/T/C/A/A/C/T/T/C/A/A/C",[a.separatorRna]:"seq\nA*C*G*U*C*A*C*G*U*C\nC*A*G*U*G*U*C*A*G*U*G*U\nU*U*C*A*A*C*U*U*C*A*A*C",[a.separatorPt]:"seq\nF-W-P-H-E-Y-F-W-P-H-E-Y\nY-N-R-Q-W-Y-V-Y-N-R-Q-W-Y-V\nM-K-P-S-E-Y-V-M-K-P-S-E-Y-V",[a.separatorUn]:"seq\nmeI-hHis-Aca-N-T-dE-Thr_PO3H2-Aca-D-meI-hHis-Aca-N-T-dE-Thr_PO3H2-Aca-D\nmeI-hHis-Aca-Cys_SEt-T-dK-Thr_PO3H2-Aca-Tyr_PO3H2-meI-hHis-Aca-Cys_SEt-T-dK-Thr_PO3H2-Aca-Tyr_PO3H2\nLys_Boc-hHis-Aca-Cys_SEt-T-dK-Thr_PO3H2-Aca-Tyr_PO3H2-Lys_Boc-hHis-Aca-Cys_SEt-T-dK-Thr_PO3H2-Aca-Tyr_PO3H2",[a.helm]:"seq\nPEPTIDE1{meI.D-gGlu.Aca.N.T.dE.Thr_PO3H2.Aca.D.Thr_PO3H2.Aca.D}$$$\nPEPTIDE1{meI.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca.Tyr_PO3H2.Thr_PO3H2.Aca.Tyr_PO3H2}$$$\nPEPTIDE1{Lys_Boc.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca.Tyr_PO3H2.Thr_PO3H2.Aca.Tyr_PO3H2}$$$"};async function m(t){const n=h[t],r=e.DataFrame.fromCsv(n.replace(/\n$/,""));return await i.data.detectSemanticTypes(r),r}(0,t.t6)("fastaDna",(async()=>{await me(await m(a.fastaDna),"seq",s)})),(0,t.t6)("fastaRna",(async()=>{await me(await m(a.fastaRna),"seq",s)})),(0,t.t6)("fastaPt",(async()=>{await me(await m(a.fastaPt),"seq",s)})),(0,t.t6)("fastaUn",(async()=>{await me(await m(a.fastaUn),"seq",s)})),(0,t.t6)("separatorDna",(async()=>{await me(await m(a.separatorDna),"seq",s)})),(0,t.t6)("separatorDna",(async()=>{await me(await m(a.separatorRna),"seq",s)})),(0,t.t6)("separatorPt",(async()=>{await me(await m(a.separatorPt),"seq",s)})),(0,t.t6)("separatorUn",(async()=>{await me(await m(a.separatorUn),"seq",s)})),(0,t.t6)("helm",(async()=>{await me(await m(a.helm),"seq",s)})),(0,t.t6)("ptFasta2",(async()=>{const n=await ve.files.readAsText("tests/to-atomic-level-pt-fasta-2.mol"),r=e.DataFrame.fromCsv("seq\nAR"),o=r.getCol("seq");o.semType=e.SEMTYPE.MACROMOLECULE,o.meta.units=l.Hi.FASTA,o.setTag(l.gp.alphabet,l.YI.PT),u.GO.forColumn(o);const a=await me(r,"seq",s);(0,t.E3)(pe(a.get(0)),pe(n))}))}));var fe=n(6863);async function ge(t){const n=e.DataFrame.fromCsv(t),r=n.col("seq"),s=await i.functions.call("Bio:detectMacromolecule",{col:r});return s&&(r.semType=s),await i.data.detectSemanticTypes(n),u.GO.forColumn(r)}function ye(e,n,r,s){const o=r(e,n);(0,t.E3)(Number(o.toFixed(3)),Number(s.toFixed(3)))}(0,t.L1)("Distance",(async()=>{const n=[[1,0,0,0],[0,1,0,0],[0,0,1,0],[0,0,0,1]],r={F:0,W:1,R:2,Y:3},s="FWRWY",o="FWRWW",a="FWY",i="FWRWY",c="FWY",l="FWRRRRY";(0,t.t6)("protein-distance-function",(async()=>{const e=(await ge("seq\nFWRWYVKHPFWRWYVKHP\nYNRWYVKHPYNRWYVKHP\nMWRSWYCKHPMWRSWYCKHP")).getDistanceFunctionName();(0,t.E3)(e,fe.Z.LEVENSHTEIN)})),(0,t.t6)("DNA-distance-function",(async()=>{const e=(await ge("seq\nATAACGATAACG\nATCGAATCGA\nATCGAATCGA")).getDistanceFunctionName();(0,t.E3)(e,fe.Z.LEVENSHTEIN)})),(0,t.t6)("MSA-distance-function",(async()=>{const e=(await ge("seq\nATAACATAAC\nATCGAATCGA\nATCGAATCGA")).getDistanceFunctionName();(0,t.E3)(e,fe.Z.HAMMING)})),(0,t.t6)("levenstein-sub",(async()=>{const e=fe.V[fe.Z.LEVENSHTEIN]();ye(s,o,e,.2)})),(0,t.t6)("levenstein-del",(async()=>{const e=fe.V[fe.Z.LEVENSHTEIN]();ye(a,i,e,.4)})),(0,t.t6)("hamming",(async()=>{const e=fe.V[fe.Z.HAMMING]();ye(a,i,e,.6)})),(0,t.t6)("needleman-blosum62",(async()=>{const e=fe.V[fe.Z.NEEDLEMANN_WUNSCH]({gapOpen:8,gapExtend:2});ye(s,o,e,-6)})),(0,t.t6)("needleman-blosum62-del",(async()=>{const e=fe.V[fe.Z.NEEDLEMANN_WUNSCH]({gapOpen:8,gapExtend:2});ye(a,i,e,-1.8)})),(0,t.t6)("needleman-custom-sub",(async()=>{const e=fe.V[fe.Z.NEEDLEMANN_WUNSCH]({scoringMatrix:n,alphabetIndexes:r,gapOpen:1,gapExtend:1});ye(s,o,e,.2)})),(0,t.t6)("needleman-custom-del",(async()=>{const e=fe.V[fe.Z.NEEDLEMANN_WUNSCH]({scoringMatrix:n,alphabetIndexes:r,gapOpen:1,gapExtend:1});ye(a,i,e,.8)})),(0,t.t6)("needleman-custom-zero-extend",(async()=>{const e=fe.V[fe.Z.NEEDLEMANN_WUNSCH]({scoringMatrix:n,alphabetIndexes:r,gapOpen:1,gapExtend:0});ye(c,l,e,.714)})),(0,t.t6)("needleman-custom-half-extend",(async()=>{const e=fe.V[fe.Z.NEEDLEMANN_WUNSCH]({scoringMatrix:n,alphabetIndexes:r,gapOpen:2,gapExtend:1});ye(c,l,e,1.286)})),(0,t.t6)("needleman-custom-same-extend",(async()=>{const t=fe.V[fe.Z.NEEDLEMANN_WUNSCH]({scoringMatrix:n,alphabetIndexes:r,gapOpen:1,gapExtend:1});e.Test.isInBenchmark?ye(Array(1e4).fill("FWRY").join(""),Array(1e4).fill("FYWRRY").join(""),t,.667):ye(c,l,t,1.143)}),{benchmark:!0})}));var we=n(684);async function be(e,n,r,s,o,a,l,u){await i.data.detectSemanticTypes(e);const d=await(0,c.activityCliffs)(e,e.getCol(r),e.getCol(s),o,n,l,u,{[`${we.vb}`]:!0});(0,t.E3)(null!=d,!0);const h=Array.from(d.root.children).find((e=>{const t=e.className.split(" ");return["ui-btn","ui-btn-ok"].every((e=>t.includes(e)))}));(0,t.E3)(h.innerText.toLowerCase(),`${a} cliffs`)}var Ae=n(2780),Ce=n(9039);async function Te(n,r,s){const o=n.getCol(s),a=await i.functions.call("Bio:detectMacromolecule",{col:o});a&&(o.semType=a);const l=e.Func.find({package:"Bio",name:"macromoleculePreprocessingFunction"})[0];if(!l)throw new Error("Preprocessing function not found");const u=await(0,c.sequenceSpaceTopMenu)(n,n.col(s),r,fe.Z.LEVENSHTEIN,!0,l,{[we.vb]:!0});(0,t.E3)(null!=u,!0)}(0,t.L1)("activityCliffs",(async()=>{let n,r,s,o=[],a=[];const c=e.Func.find({name:"macromoleculePreprocessingFunction",package:"Bio"})[0],l=e.Func.find({name:"helmPreprocessingFunction",package:"Bio"})[0];(0,t.gM)((async()=>{n=await(0,J.b)(),r=await(0,I.pj)(),s=await(0,L.ub)(),await(0,L.yZ)(),await r.loadLibraries(!0),o=[],a=[]})),(0,t.Pl)((async()=>{await(0,L.Eu)(s),await r.loadLibraries(!0)})),(0,t.t6)("activityCliffsOpens",(async()=>{const t=await _(e.Test.isInBenchmark?"test/peptides_motif-with-random_10000.csv":"tests/100_3_clustests.csv");a.push(t);const n=i.shell.addTableView(t);o.push(n);const r=e.Test.isInBenchmark?6:3;await be(t,Ce.c.UMAP,"sequence","Activity",90,r,fe.Z.LEVENSHTEIN,c)}),{benchmark:!0}),(0,t.t6)("activityCliffsWithEmptyRows",(async()=>{const e=await _("tests/100_3_clustests_empty_vals.csv");a.push(e);const t=i.shell.addTableView(e);o.push(t),await be(e,Ce.c.UMAP,"sequence","Activity",90,3,fe.Z.LEVENSHTEIN,c)})),(0,t.t6)("Helm",(async()=>{const e=await ve.files.readCsv("samples/HELM_50.csv");i.shell.addTableView(e),await be(e,Ce.c.UMAP,"HELM","Activity",65,20,Ae.aT.Tanimoto,l)}))})),(0,t.L1)("sequenceSpace",(async()=>{let n,r,s,o;(0,t.t6)("sequenceSpaceOpens",(async()=>{n=await _(e.Test.isInBenchmark?"test/peptides_motif-with-random_10000.csv":"tests/100_3_clustests.csv"),r=i.shell.addTableView(n),await Te(n,Ce.c.UMAP,"sequence")}),{benchmark:!0}),(0,t.t6)("sequenceSpaceWithEmptyRows",(async()=>{s=await _("tests/100_3_clustests_empty_vals.csv"),o=i.shell.addTableView(s),await Te(s,Ce.c.UMAP,"sequence")}))})),(0,t.L1)("Scoring",(()=>{const n="sequence",r="expected_similarity",s="expected_identity",o=e.DataFrame.fromCsv(`${n},${r},${s}\nPEPTIDE1{Aca.Orn.gGlu.Pqa.D-His_1Bn.dH.hHis.4Abz.D-Tic.D-Dap.Y.Iva.meS.F.P.F.D-1Nal}$$$$,1.0,1.0\nPEPTIDE1{Iva.Gly_allyl.gGlu.Pqa.D-Dip.dH.hHis.4Abz.D-aHyp.D-Dap.Y.Iva.I.Tyr_26diMe.P.Asu.meC}$$$$,0.68,0.53\nPEPTIDE1{[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal]}$$$$V2.0,0.34,0.0`),a=o.getCol(n);a.meta.units=l.Hi.HELM,a.semType=e.SEMTYPE.MACROMOLECULE;const i=a.get(0);let u,d;(0,t.gM)((async()=>{u=await(0,c.getMonomerLibHelper)(),d=await(0,L.ub)(),await(0,L.yZ)(),await u.loadLibraries(!0)})),(0,t.Pl)((async()=>{await(0,L.Eu)(d),await u.loadLibraries(!0)})),(0,t.t6)("Identity",(async()=>{const e=await(0,c.sequenceIdentityScoring)(o,a,i);for(let n=0;n<e.length;n++){const r=e.get(n),a=o.get(s,n);(0,t.Wj)(r,a,.01,`Wrong identity score for sequence at position ${n}`)}})),(0,t.t6)("Identity-shortReference",(async()=>{const e=await(0,c.sequenceIdentityScoring)(o,a,"PEPTIDE1{Iva.Gly_allyl.gGlu.Pqa.D-Dip.dH.hHis.4Abz.D-aHyp.D-Dap.Y.Iva}$$$$");(0,t.E3)(v().count(0).take(e.length).map((t=>e.get(t))).every((e=>null!=e&&!isNaN(e))),!0)})),(0,t.t6)("Identity-longReference",(async()=>{const e=await(0,c.sequenceIdentityScoring)(o,a,"PEPTIDE1{Iva.Gly_allyl.gGlu.Pqa.D-Dip.dH.hHis.4Abz.D-aHyp.D-Dap.Y.Iva.I.Tyr_26diMe.P.Asu.meC.I.Tyr_26diMe.P.Asu.meC}$$$$");(0,t.E3)(v().count(0).take(e.length).map((t=>e.get(t))).every((e=>null!=e&&!isNaN(e))),!0)})),(0,t.t6)("Similarity",(async()=>{const e=await(0,c.sequenceSimilarityScoring)(o,a,i);for(let n=0;n<e.length;n++){const s=e.get(n),a=o.get(r,n);(0,t.Wj)(s,a,.01,`Wrong similarity score for sequence at position ${n}`)}}))}));const ve=new e.Package;async function Ee(n,r,s){const o=await(0,t.N$)({category:n,test:r,testContext:s});return e.DataFrame.fromObjects(o)}})(),bio_test=r})();
9
8
  //# sourceMappingURL=package-test.js.map