@teselagen/ove 0.3.28 → 0.3.29

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 (4) hide show
  1. package/index.cjs.js +76 -366
  2. package/index.es.js +76 -366
  3. package/index.umd.js +31 -312
  4. package/package.json +3 -3
package/index.es.js CHANGED
@@ -6799,10 +6799,10 @@ var ownKeys$7 = typeof Reflect !== "undefined" && Reflect.ownKeys ? Reflect.ownK
6799
6799
  /* istanbul ignore next */
6800
6800
  Object.getOwnPropertyNames
6801
6801
  );
6802
- function toPrimitive$2(value) {
6802
+ function toPrimitive$3(value) {
6803
6803
  return value === null ? null : typeof value === "object" ? "" + value : value;
6804
6804
  }
6805
- __name(toPrimitive$2, "toPrimitive$2");
6805
+ __name(toPrimitive$3, "toPrimitive$3");
6806
6806
  function hasProp(target, prop2) {
6807
6807
  return objectPrototype$1.hasOwnProperty.call(target, prop2);
6808
6808
  }
@@ -7699,7 +7699,7 @@ var ObservableValue = /* @__PURE__ */ function(_Atom) {
7699
7699
  return this.name_ + "[" + this.value_ + "]";
7700
7700
  }, "toString");
7701
7701
  _proto.valueOf = /* @__PURE__ */ __name(function valueOf() {
7702
- return toPrimitive$2(this.get());
7702
+ return toPrimitive$3(this.get());
7703
7703
  }, "valueOf");
7704
7704
  _proto[_Symbol$toPrimitive] = function() {
7705
7705
  return this.valueOf();
@@ -7884,7 +7884,7 @@ var ComputedValue = /* @__PURE__ */ function() {
7884
7884
  return this.name_ + "[" + this.derivation.toString() + "]";
7885
7885
  }, "toString");
7886
7886
  _proto.valueOf = /* @__PURE__ */ __name(function valueOf() {
7887
- return toPrimitive$2(this.get());
7887
+ return toPrimitive$3(this.get());
7888
7888
  }, "valueOf");
7889
7889
  _proto[_Symbol$toPrimitive$1] = function() {
7890
7890
  return this.valueOf();
@@ -12518,7 +12518,7 @@ lodash.exports;
12518
12518
  "^" + funcToString2.call(hasOwnProperty2).replace(reRegExpChar2, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
12519
12519
  );
12520
12520
  var Buffer2 = moduleExports2 ? context.Buffer : undefined$12, Symbol2 = context.Symbol, Uint8Array2 = context.Uint8Array, allocUnsafe2 = Buffer2 ? Buffer2.allocUnsafe : undefined$12, getPrototype2 = overArg2(Object2.getPrototypeOf, Object2), objectCreate2 = Object2.create, propertyIsEnumerable3 = objectProto2.propertyIsEnumerable, splice3 = arrayProto2.splice, spreadableSymbol2 = Symbol2 ? Symbol2.isConcatSpreadable : undefined$12, symIterator = Symbol2 ? Symbol2.iterator : undefined$12, symToStringTag2 = Symbol2 ? Symbol2.toStringTag : undefined$12;
12521
- var defineProperty5 = function() {
12521
+ var defineProperty6 = function() {
12522
12522
  try {
12523
12523
  var func = getNative2(Object2, "defineProperty");
12524
12524
  func({}, "", {});
@@ -12958,8 +12958,8 @@ lodash.exports;
12958
12958
  }
12959
12959
  __name(baseAssignIn2, "baseAssignIn");
12960
12960
  function baseAssignValue2(object3, key, value) {
12961
- if (key == "__proto__" && defineProperty5) {
12962
- defineProperty5(object3, key, {
12961
+ if (key == "__proto__" && defineProperty6) {
12962
+ defineProperty6(object3, key, {
12963
12963
  "configurable": true,
12964
12964
  "enumerable": true,
12965
12965
  "value": value,
@@ -13692,8 +13692,8 @@ lodash.exports;
13692
13692
  metaMap.set(func, data);
13693
13693
  return func;
13694
13694
  };
13695
- var baseSetToString2 = !defineProperty5 ? identity4 : function(func, string2) {
13696
- return defineProperty5(func, "toString", {
13695
+ var baseSetToString2 = !defineProperty6 ? identity4 : function(func, string2) {
13696
+ return defineProperty6(func, "toString", {
13697
13697
  "configurable": true,
13698
13698
  "enumerable": false,
13699
13699
  "value": constant2(string2),
@@ -18247,20 +18247,11 @@ function require_domCreate() {
18247
18247
  return _domCreate;
18248
18248
  }
18249
18249
  __name(require_domCreate, "require_domCreate");
18250
- var _ie8DomDefine;
18251
- var hasRequired_ie8DomDefine;
18252
- function require_ie8DomDefine() {
18253
- if (hasRequired_ie8DomDefine)
18254
- return _ie8DomDefine;
18255
- hasRequired_ie8DomDefine = 1;
18256
- _ie8DomDefine = !require_descriptors() && !_fails(function() {
18257
- return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
18258
- return 7;
18259
- } }).a != 7;
18260
- });
18261
- return _ie8DomDefine;
18262
- }
18263
- __name(require_ie8DomDefine, "require_ie8DomDefine");
18250
+ var _ie8DomDefine = !require_descriptors() && !_fails(function() {
18251
+ return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
18252
+ return 7;
18253
+ } }).a != 7;
18254
+ });
18264
18255
  var isObject$d = _isObject;
18265
18256
  var _toPrimitive$1 = /* @__PURE__ */ __name(function(it, S2) {
18266
18257
  if (!isObject$d(it))
@@ -18274,33 +18265,25 @@ var _toPrimitive$1 = /* @__PURE__ */ __name(function(it, S2) {
18274
18265
  return val2;
18275
18266
  throw TypeError("Can't convert object to primitive value");
18276
18267
  }, "_toPrimitive$1");
18277
- var hasRequired_objectDp;
18278
- function require_objectDp() {
18279
- if (hasRequired_objectDp)
18280
- return _objectDp;
18281
- hasRequired_objectDp = 1;
18282
- var anObject2 = _anObject;
18283
- var IE8_DOM_DEFINE2 = require_ie8DomDefine();
18284
- var toPrimitive2 = _toPrimitive$1;
18285
- var dP2 = Object.defineProperty;
18286
- _objectDp.f = require_descriptors() ? Object.defineProperty : /* @__PURE__ */ __name(function defineProperty5(O2, P2, Attributes) {
18287
- anObject2(O2);
18288
- P2 = toPrimitive2(P2, true);
18289
- anObject2(Attributes);
18290
- if (IE8_DOM_DEFINE2)
18291
- try {
18292
- return dP2(O2, P2, Attributes);
18293
- } catch (e2) {
18294
- }
18295
- if ("get" in Attributes || "set" in Attributes)
18296
- throw TypeError("Accessors not supported!");
18297
- if ("value" in Attributes)
18298
- O2[P2] = Attributes.value;
18299
- return O2;
18300
- }, "defineProperty");
18301
- return _objectDp;
18302
- }
18303
- __name(require_objectDp, "require_objectDp");
18268
+ var anObject$3 = _anObject;
18269
+ var IE8_DOM_DEFINE$1 = _ie8DomDefine;
18270
+ var toPrimitive$2 = _toPrimitive$1;
18271
+ var dP$2 = Object.defineProperty;
18272
+ _objectDp.f = require_descriptors() ? Object.defineProperty : /* @__PURE__ */ __name(function defineProperty2(O2, P2, Attributes) {
18273
+ anObject$3(O2);
18274
+ P2 = toPrimitive$2(P2, true);
18275
+ anObject$3(Attributes);
18276
+ if (IE8_DOM_DEFINE$1)
18277
+ try {
18278
+ return dP$2(O2, P2, Attributes);
18279
+ } catch (e2) {
18280
+ }
18281
+ if ("get" in Attributes || "set" in Attributes)
18282
+ throw TypeError("Accessors not supported!");
18283
+ if ("value" in Attributes)
18284
+ O2[P2] = Attributes.value;
18285
+ return O2;
18286
+ }, "defineProperty");
18304
18287
  var _propertyDesc = /* @__PURE__ */ __name(function(bitmap, value) {
18305
18288
  return {
18306
18289
  enumerable: !(bitmap & 1),
@@ -18309,7 +18292,7 @@ var _propertyDesc = /* @__PURE__ */ __name(function(bitmap, value) {
18309
18292
  value
18310
18293
  };
18311
18294
  }, "_propertyDesc");
18312
- var dP$1 = require_objectDp();
18295
+ var dP$1 = _objectDp;
18313
18296
  var createDesc$3 = _propertyDesc;
18314
18297
  var _hide = require_descriptors() ? function(object3, key, value) {
18315
18298
  return dP$1.f(object3, key, createDesc$3(1, value));
@@ -18580,7 +18563,7 @@ function require_objectDps() {
18580
18563
  if (hasRequired_objectDps)
18581
18564
  return _objectDps;
18582
18565
  hasRequired_objectDps = 1;
18583
- var dP2 = require_objectDp();
18566
+ var dP2 = _objectDp;
18584
18567
  var anObject2 = _anObject;
18585
18568
  var getKeys2 = _objectKeys;
18586
18569
  _objectDps = require_descriptors() ? Object.defineProperties : /* @__PURE__ */ __name(function defineProperties3(O2, Properties2) {
@@ -18662,7 +18645,7 @@ var $exports = _wks.exports = function(name2) {
18662
18645
  };
18663
18646
  $exports.store = store$2;
18664
18647
  var _wksExports = _wks.exports;
18665
- var def = require_objectDp().f;
18648
+ var def = _objectDp.f;
18666
18649
  var has$c = _has;
18667
18650
  var TAG$1 = _wksExports("toStringTag");
18668
18651
  var _setToStringTag = /* @__PURE__ */ __name(function(it, tag, stat) {
@@ -18935,7 +18918,7 @@ var ArrayProto = Array.prototype;
18935
18918
  var _isArrayIter = /* @__PURE__ */ __name(function(it) {
18936
18919
  return it !== void 0 && (Iterators.Array === it || ArrayProto[ITERATOR] === it);
18937
18920
  }, "_isArrayIter");
18938
- var $defineProperty$2 = require_objectDp();
18921
+ var $defineProperty$2 = _objectDp;
18939
18922
  var createDesc$2 = _propertyDesc;
18940
18923
  var _createProperty = /* @__PURE__ */ __name(function(object3, index2, value) {
18941
18924
  if (index2 in object3)
@@ -19064,9 +19047,9 @@ var _default$8 = /* @__PURE__ */ __name(function(instance, Constructor) {
19064
19047
  }
19065
19048
  }, "_default$8");
19066
19049
  var $export$3 = _export;
19067
- $export$3($export$3.S + $export$3.F * !require_descriptors(), "Object", { defineProperty: require_objectDp().f });
19050
+ $export$3($export$3.S + $export$3.F * !require_descriptors(), "Object", { defineProperty: _objectDp.f });
19068
19051
  var $Object$2 = _coreExports.Object;
19069
- var defineProperty$c = /* @__PURE__ */ __name(function defineProperty2(it, key, desc) {
19052
+ var defineProperty$c = /* @__PURE__ */ __name(function defineProperty3(it, key, desc) {
19070
19053
  return $Object$2.defineProperty(it, key, desc);
19071
19054
  }, "defineProperty");
19072
19055
  var defineProperty$b = { "default": defineProperty$c, __esModule: true };
@@ -19105,7 +19088,7 @@ var _meta = { exports: {} };
19105
19088
  var META$1 = _uid("meta");
19106
19089
  var isObject$c = _isObject;
19107
19090
  var has$a = _has;
19108
- var setDesc = require_objectDp().f;
19091
+ var setDesc = _objectDp.f;
19109
19092
  var id$1 = 0;
19110
19093
  var isExtensible = Object.isExtensible || function() {
19111
19094
  return true;
@@ -19158,7 +19141,7 @@ var meta = _meta.exports = {
19158
19141
  var _metaExports = _meta.exports;
19159
19142
  var core = _coreExports;
19160
19143
  var wksExt$1 = _wksExt;
19161
- var defineProperty$a = require_objectDp().f;
19144
+ var defineProperty$a = _objectDp.f;
19162
19145
  var _wksDefine = /* @__PURE__ */ __name(function(name2) {
19163
19146
  var $Symbol2 = core.Symbol || (core.Symbol = {});
19164
19147
  if (name2.charAt(0) != "_" && !(name2 in $Symbol2))
@@ -19212,7 +19195,7 @@ var createDesc$1 = _propertyDesc;
19212
19195
  var toIObject$1 = _toIobject;
19213
19196
  var toPrimitive$1 = _toPrimitive$1;
19214
19197
  var has$9 = _has;
19215
- var IE8_DOM_DEFINE = require_ie8DomDefine();
19198
+ var IE8_DOM_DEFINE = _ie8DomDefine;
19216
19199
  var gOPD$5 = Object.getOwnPropertyDescriptor;
19217
19200
  _objectGopd.f = require_descriptors() ? gOPD$5 : /* @__PURE__ */ __name(function getOwnPropertyDescriptor(O2, P2) {
19218
19201
  O2 = toIObject$1(O2);
@@ -19250,7 +19233,7 @@ var _create$1 = require_objectCreate();
19250
19233
  var gOPNExt = _objectGopnExt;
19251
19234
  var $GOPD = _objectGopd;
19252
19235
  var $GOPS = _objectGops;
19253
- var $DP = require_objectDp();
19236
+ var $DP = _objectDp;
19254
19237
  var $keys$1 = _objectKeys;
19255
19238
  var gOPD$4 = $GOPD.f;
19256
19239
  var dP = $DP.f;
@@ -19293,7 +19276,7 @@ var isSymbol$8 = USE_NATIVE && typeof $Symbol.iterator == "symbol" ? function(it
19293
19276
  } : function(it) {
19294
19277
  return it instanceof $Symbol;
19295
19278
  };
19296
- var $defineProperty$1 = /* @__PURE__ */ __name(function defineProperty3(it, key, D2) {
19279
+ var $defineProperty$1 = /* @__PURE__ */ __name(function defineProperty4(it, key, D2) {
19297
19280
  if (it === ObjectProto)
19298
19281
  $defineProperty$1(OPSymbols, key, D2);
19299
19282
  anObject(it);
@@ -77852,30 +77835,6 @@ const minimumOrfSize$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
77852
77835
  }, Symbol.toStringTag, { value: "Module" }));
77853
77836
  const protein_letters = "ACDEFGHIKLMNPQRSTVWY";
77854
77837
  const extended_protein_letters = "ACDEFGHIKLMNPQRSTVWYBXZJUO.*-";
77855
- const protein_letters_1to3 = {
77856
- A: "Ala",
77857
- C: "Cys",
77858
- D: "Asp",
77859
- E: "Glu",
77860
- F: "Phe",
77861
- G: "Gly",
77862
- H: "His",
77863
- I: "Ile",
77864
- K: "Lys",
77865
- L: "Leu",
77866
- M: "Met",
77867
- N: "Asn",
77868
- P: "Pro",
77869
- Q: "Gln",
77870
- R: "Arg",
77871
- S: "Ser",
77872
- T: "Thr",
77873
- V: "Val",
77874
- W: "Trp",
77875
- Y: "Tyr",
77876
- O: "Pyl",
77877
- U: "Sec"
77878
- };
77879
77838
  const ambiguous_dna_letters = "GATCRYWSMKHBVDN";
77880
77839
  const unambiguous_dna_letters = "GATC";
77881
77840
  const ambiguous_rna_letters = "GAUCRYWSMKHBVDN";
@@ -77900,135 +77859,6 @@ const ambiguous_dna_values$1 = {
77900
77859
  X: "GATC",
77901
77860
  N: "GATC"
77902
77861
  };
77903
- const ambiguous_rna_values = {
77904
- ".": ".",
77905
- A: "A",
77906
- C: "C",
77907
- G: "G",
77908
- U: "U",
77909
- M: "AC",
77910
- R: "AG",
77911
- W: "AU",
77912
- S: "CG",
77913
- Y: "CU",
77914
- K: "GU",
77915
- V: "ACG",
77916
- H: "ACU",
77917
- D: "AGU",
77918
- B: "CGU",
77919
- X: "GAUC",
77920
- N: "GAUC"
77921
- };
77922
- const ambiguous_dna_complement = {
77923
- ".": ".",
77924
- A: "T",
77925
- C: "G",
77926
- G: "C",
77927
- T: "A",
77928
- M: "K",
77929
- R: "Y",
77930
- W: "W",
77931
- S: "S",
77932
- Y: "R",
77933
- K: "M",
77934
- V: "B",
77935
- H: "D",
77936
- D: "H",
77937
- B: "V",
77938
- X: "X",
77939
- N: "N"
77940
- };
77941
- const ambiguous_rna_complement = {
77942
- ".": ".",
77943
- A: "U",
77944
- C: "G",
77945
- G: "C",
77946
- U: "A",
77947
- M: "K",
77948
- R: "Y",
77949
- W: "W",
77950
- S: "S",
77951
- Y: "R",
77952
- K: "M",
77953
- V: "B",
77954
- H: "D",
77955
- D: "H",
77956
- B: "V",
77957
- X: "X",
77958
- N: "N"
77959
- };
77960
- const unambiguous_dna_weights = {
77961
- A: 331.2218,
77962
- C: 307.1971,
77963
- G: 347.2212,
77964
- T: 322.2085
77965
- };
77966
- const monoisotopic_unambiguous_dna_weights = {
77967
- A: 331.06817,
77968
- C: 307.056936,
77969
- G: 347.063084,
77970
- T: 322.056602
77971
- };
77972
- const unambiguous_rna_weights = {
77973
- A: 347.2212,
77974
- C: 323.1965,
77975
- G: 363.2206,
77976
- U: 324.1813
77977
- };
77978
- const monoisotopic_unambiguous_rna_weights = {
77979
- A: 347.063084,
77980
- C: 323.051851,
77981
- G: 363.057999,
77982
- U: 324.035867
77983
- };
77984
- const protein_weights = {
77985
- A: 89.0932,
77986
- C: 121.1582,
77987
- D: 133.1027,
77988
- E: 147.1293,
77989
- F: 165.1891,
77990
- G: 75.0666,
77991
- H: 155.1546,
77992
- I: 131.1729,
77993
- K: 146.1876,
77994
- L: 131.1729,
77995
- M: 149.2113,
77996
- N: 132.1179,
77997
- O: 255.3134,
77998
- P: 115.1305,
77999
- Q: 146.1445,
78000
- R: 174.201,
78001
- S: 105.0926,
78002
- T: 119.1192,
78003
- U: 168.0532,
78004
- V: 117.1463,
78005
- W: 204.2252,
78006
- Y: 181.1885
78007
- };
78008
- const monoisotopic_protein_weights = {
78009
- A: 89.047678,
78010
- C: 121.019749,
78011
- D: 133.037508,
78012
- E: 147.053158,
78013
- F: 165.078979,
78014
- G: 75.032028,
78015
- H: 155.069477,
78016
- I: 131.094629,
78017
- K: 146.105528,
78018
- L: 131.094629,
78019
- M: 149.051049,
78020
- N: 132.053492,
78021
- O: 255.158292,
78022
- P: 115.063329,
78023
- Q: 146.069142,
78024
- R: 174.111676,
78025
- S: 105.042593,
78026
- T: 119.058243,
78027
- U: 168.964203,
78028
- V: 117.078979,
78029
- W: 204.089878,
78030
- Y: 181.073893
78031
- };
78032
77862
  const extended_protein_values = {
78033
77863
  A: "A",
78034
77864
  B: "ND",
@@ -78063,140 +77893,17 @@ const extended_protein_values = {
78063
77893
  ".": "\\.\\.",
78064
77894
  "-": "\\-"
78065
77895
  };
78066
- const atom_weights = {
78067
- H: 1.00794,
78068
- D: 2.0141,
78069
- He: 4.002602,
78070
- Li: 6.941,
78071
- Be: 9.012182,
78072
- B: 10.811,
78073
- C: 12.0107,
78074
- N: 14.0067,
78075
- O: 15.9994,
78076
- F: 18.9984032,
78077
- Ne: 20.1797,
78078
- Na: 22.98977,
78079
- Mg: 24.305,
78080
- Al: 26.981538,
78081
- Si: 28.0855,
78082
- P: 30.973761,
78083
- S: 32.065,
78084
- Cl: 35.453,
78085
- Ar: 39.948,
78086
- K: 39.0983,
78087
- Ca: 40.078,
78088
- Sc: 44.95591,
78089
- Ti: 47.867,
78090
- V: 50.9415,
78091
- Cr: 51.9961,
78092
- Mn: 54.938049,
78093
- Fe: 55.845,
78094
- Co: 58.9332,
78095
- Ni: 58.6934,
78096
- Cu: 63.546,
78097
- Zn: 65.39,
78098
- Ga: 69.723,
78099
- Ge: 72.64,
78100
- As: 74.9216,
78101
- Se: 78.96,
78102
- Br: 79.904,
78103
- Kr: 83.8,
78104
- Rb: 85.4678,
78105
- Sr: 87.62,
78106
- Y: 88.90585,
78107
- Zr: 91.224,
78108
- Nb: 92.90638,
78109
- Mo: 95.94,
78110
- Tc: 98,
78111
- Ru: 101.07,
78112
- Rh: 102.9055,
78113
- Pd: 106.42,
78114
- Ag: 107.8682,
78115
- Cd: 112.411,
78116
- In: 114.818,
78117
- Sn: 118.71,
78118
- Sb: 121.76,
78119
- Te: 127.6,
78120
- I: 126.90447,
78121
- Xe: 131.293,
78122
- Cs: 132.90545,
78123
- Ba: 137.327,
78124
- La: 138.9055,
78125
- Ce: 140.116,
78126
- Pr: 140.90765,
78127
- Nd: 144.24,
78128
- Pm: 145,
78129
- Sm: 150.36,
78130
- Eu: 151.964,
78131
- Gd: 157.25,
78132
- Tb: 158.92534,
78133
- Dy: 162.5,
78134
- Ho: 164.93032,
78135
- Er: 167.259,
78136
- Tm: 168.93421,
78137
- Yb: 173.04,
78138
- Lu: 174.967,
78139
- Hf: 178.49,
78140
- Ta: 180.9479,
78141
- W: 183.84,
78142
- Re: 186.207,
78143
- Os: 190.23,
78144
- Ir: 192.217,
78145
- Pt: 195.078,
78146
- Au: 196.96655,
78147
- Hg: 200.59,
78148
- Tl: 204.3833,
78149
- Pb: 207.2,
78150
- Bi: 208.98038,
78151
- Po: 208.98,
78152
- At: 209.99,
78153
- Rn: 222.02,
78154
- Fr: 223.02,
78155
- Ra: 226.03,
78156
- Ac: 227.03,
78157
- Th: 232.0381,
78158
- Pa: 231.03588,
78159
- U: 238.02891,
78160
- Np: 237.05,
78161
- Pu: 244.06,
78162
- Am: 243.06,
78163
- Cm: 247.07,
78164
- Bk: 247.07,
78165
- Cf: 251.08,
78166
- Es: 252.08,
78167
- Fm: 257.1,
78168
- Md: 258.1,
78169
- No: 259.1,
78170
- Lr: 262.11,
78171
- Rf: 261.11,
78172
- Db: 262.11,
78173
- Sg: 266.12,
78174
- Bh: 264.12,
78175
- Hs: 269.13,
78176
- Mt: 268.14
78177
- };
78178
77896
  const bioData = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
78179
77897
  __proto__: null,
78180
- ambiguous_dna_complement,
78181
77898
  ambiguous_dna_letters,
78182
77899
  ambiguous_dna_values: ambiguous_dna_values$1,
78183
- ambiguous_rna_complement,
78184
77900
  ambiguous_rna_letters,
78185
- ambiguous_rna_values,
78186
- atom_weights,
78187
77901
  extended_dna_letters,
78188
77902
  extended_protein_letters,
78189
77903
  extended_protein_values,
78190
- monoisotopic_protein_weights,
78191
- monoisotopic_unambiguous_dna_weights,
78192
- monoisotopic_unambiguous_rna_weights,
78193
77904
  protein_letters,
78194
- protein_letters_1to3,
78195
- protein_weights,
78196
77905
  unambiguous_dna_letters,
78197
- unambiguous_dna_weights,
78198
- unambiguous_rna_letters,
78199
- unambiguous_rna_weights
77906
+ unambiguous_rna_letters
78200
77907
  }, Symbol.toStringTag, { value: "Module" }));
78201
77908
  const aminoAcidToDegenerateDnaMap = {
78202
77909
  "-": "---",
@@ -83705,7 +83412,7 @@ const proteinAlphabet = {
83705
83412
  hydrophobicity: 1.8,
83706
83413
  colorByFamily: "#00FFFF",
83707
83414
  color: "hsl(327.3, 100%, 69%)",
83708
- mass: 89.1
83415
+ mass: 71.0779
83709
83416
  },
83710
83417
  R: {
83711
83418
  value: "R",
@@ -83714,7 +83421,7 @@ const proteinAlphabet = {
83714
83421
  hydrophobicity: -4.5,
83715
83422
  colorByFamily: "#FFC0CB",
83716
83423
  color: "hsl(258.1, 100%, 69%)",
83717
- mass: 174.2
83424
+ mass: 156.18568
83718
83425
  },
83719
83426
  N: {
83720
83427
  value: "N",
@@ -83723,7 +83430,7 @@ const proteinAlphabet = {
83723
83430
  hydrophobicity: -3.5,
83724
83431
  colorByFamily: "#D3D3D3",
83725
83432
  color: "hsl(268.9, 100%, 69%)",
83726
- mass: 132.1
83433
+ mass: 114.10264
83727
83434
  },
83728
83435
  D: {
83729
83436
  value: "D",
@@ -83732,7 +83439,7 @@ const proteinAlphabet = {
83732
83439
  hydrophobicity: -3.5,
83733
83440
  colorByFamily: "#EE82EE",
83734
83441
  color: "hsl(268.9, 100%, 69%)",
83735
- mass: 133.1
83442
+ mass: 115.0874
83736
83443
  },
83737
83444
  C: {
83738
83445
  value: "C",
@@ -83741,7 +83448,7 @@ const proteinAlphabet = {
83741
83448
  hydrophobicity: 2.5,
83742
83449
  colorByFamily: "#FFFF00",
83743
83450
  color: "hsl(335.1, 100%, 69%)",
83744
- mass: 121.2
83451
+ mass: 103.1429
83745
83452
  },
83746
83453
  E: {
83747
83454
  value: "E",
@@ -83750,7 +83457,7 @@ const proteinAlphabet = {
83750
83457
  hydrophobicity: -3.5,
83751
83458
  colorByFamily: "#EE82EE",
83752
83459
  color: "hsl(268.9, 100%, 69%)",
83753
- mass: 147.1
83460
+ mass: 129.11398
83754
83461
  },
83755
83462
  Q: {
83756
83463
  value: "Q",
@@ -83759,7 +83466,7 @@ const proteinAlphabet = {
83759
83466
  hydrophobicity: -3.5,
83760
83467
  colorByFamily: "#D3D3D3",
83761
83468
  color: "hsl(268.9, 100%, 69%)",
83762
- mass: 146.2
83469
+ mass: 128.12922
83763
83470
  },
83764
83471
  G: {
83765
83472
  value: "G",
@@ -83768,7 +83475,7 @@ const proteinAlphabet = {
83768
83475
  hydrophobicity: -0.4,
83769
83476
  colorByFamily: "#00FFFF",
83770
83477
  color: "hsl(303.1, 100%, 69%)",
83771
- mass: 75.1
83478
+ mass: 57.05132
83772
83479
  },
83773
83480
  H: {
83774
83481
  value: "H",
@@ -83777,7 +83484,7 @@ const proteinAlphabet = {
83777
83484
  hydrophobicity: -3.2,
83778
83485
  colorByFamily: "#FFC0CB",
83779
83486
  color: "hsl(272.2, 100%, 69%)",
83780
- mass: 155.2
83487
+ mass: 137.13928
83781
83488
  },
83782
83489
  I: {
83783
83490
  value: "I",
@@ -83786,7 +83493,7 @@ const proteinAlphabet = {
83786
83493
  hydrophobicity: 4.5,
83787
83494
  colorByFamily: "#00FFFF",
83788
83495
  color: "hsl(356.9, 100%, 69%)",
83789
- mass: 131.2
83496
+ mass: 113.15764
83790
83497
  },
83791
83498
  L: {
83792
83499
  value: "L",
@@ -83795,7 +83502,7 @@ const proteinAlphabet = {
83795
83502
  hydrophobicity: 3.8,
83796
83503
  colorByFamily: "#00FFFF",
83797
83504
  color: "hsl(349.4, 100%, 69%)",
83798
- mass: 131.2
83505
+ mass: 113.15764
83799
83506
  },
83800
83507
  K: {
83801
83508
  value: "K",
@@ -83804,7 +83511,7 @@ const proteinAlphabet = {
83804
83511
  hydrophobicity: -3.9,
83805
83512
  colorByFamily: "#FFC0CB",
83806
83513
  color: "hsl(264.7, 100%, 69%)",
83807
- mass: 146.2
83514
+ mass: 128.17228
83808
83515
  },
83809
83516
  M: {
83810
83517
  value: "M",
@@ -83813,7 +83520,7 @@ const proteinAlphabet = {
83813
83520
  hydrophobicity: 1.9,
83814
83521
  colorByFamily: "#FFFF00",
83815
83522
  color: "hsl(328.5, 100%, 69%)",
83816
- mass: 149.2
83523
+ mass: 131.19606
83817
83524
  },
83818
83525
  F: {
83819
83526
  value: "F",
@@ -83822,7 +83529,7 @@ const proteinAlphabet = {
83822
83529
  hydrophobicity: 2.8,
83823
83530
  colorByFamily: "#FFA500",
83824
83531
  color: "hsl(338.4, 100%, 69%)",
83825
- mass: 165.2
83532
+ mass: 147.17386
83826
83533
  },
83827
83534
  P: {
83828
83535
  value: "P",
@@ -83831,7 +83538,7 @@ const proteinAlphabet = {
83831
83538
  hydrophobicity: -1.6,
83832
83539
  colorByFamily: "#00FFFF",
83833
83540
  color: "hsl(289.9, 100%, 69%)",
83834
- mass: 115.1
83541
+ mass: 97.11518
83835
83542
  },
83836
83543
  S: {
83837
83544
  value: "S",
@@ -83840,7 +83547,7 @@ const proteinAlphabet = {
83840
83547
  hydrophobicity: -0.8,
83841
83548
  colorByFamily: "#90EE90",
83842
83549
  color: "hsl(298.6, 100%, 69%)",
83843
- mass: 105.1
83550
+ mass: 87.0773
83844
83551
  },
83845
83552
  T: {
83846
83553
  value: "T",
@@ -83849,7 +83556,7 @@ const proteinAlphabet = {
83849
83556
  hydrophobicity: -0.7,
83850
83557
  colorByFamily: "#90EE90",
83851
83558
  color: "hsl(299.8, 100%, 69%)",
83852
- mass: 119.1
83559
+ mass: 101.10388
83853
83560
  },
83854
83561
  U: {
83855
83562
  value: "U",
@@ -83857,7 +83564,7 @@ const proteinAlphabet = {
83857
83564
  threeLettersName: "Sec",
83858
83565
  colorByFamily: "#FF0000",
83859
83566
  color: "hsl(0, 100%, 69%)",
83860
- mass: 168.1
83567
+ mass: 150.3079
83861
83568
  },
83862
83569
  W: {
83863
83570
  value: "W",
@@ -83866,7 +83573,7 @@ const proteinAlphabet = {
83866
83573
  hydrophobicity: -0.9,
83867
83574
  colorByFamily: "#FFA500",
83868
83575
  color: "hsl(297.6, 100%, 69%)",
83869
- mass: 204.2
83576
+ mass: 186.2099
83870
83577
  },
83871
83578
  Y: {
83872
83579
  value: "Y",
@@ -83875,7 +83582,7 @@ const proteinAlphabet = {
83875
83582
  hydrophobicity: -1.3,
83876
83583
  colorByFamily: "#FFA500",
83877
83584
  color: "hsl(293.2, 100%, 69%)",
83878
- mass: 181.2
83585
+ mass: 163.17326
83879
83586
  },
83880
83587
  V: {
83881
83588
  value: "V",
@@ -83884,7 +83591,7 @@ const proteinAlphabet = {
83884
83591
  hydrophobicity: 4.2,
83885
83592
  colorByFamily: "#00FFFF",
83886
83593
  color: "hsl(353.6, 100%, 69%)",
83887
- mass: 117.1
83594
+ mass: 99.13106
83888
83595
  },
83889
83596
  "*": {
83890
83597
  value: "*",
@@ -93553,6 +93260,9 @@ function getMassOfAaString(aaString, numsAfterDecimal = 2, divideByThree = false
93553
93260
  if (divideByThree) {
93554
93261
  sumMass /= 3;
93555
93262
  }
93263
+ if (aaString.length > 0) {
93264
+ sumMass = sumMass + 18.0153;
93265
+ }
93556
93266
  return Math.round(sumMass * __pow(10, numsAfterDecimal)) / __pow(10, numsAfterDecimal);
93557
93267
  }
93558
93268
  __name(getMassOfAaString, "getMassOfAaString");
@@ -125951,7 +125661,7 @@ function showFileDialog({ multiple = false, onSelect }) {
125951
125661
  }
125952
125662
  __name(showFileDialog, "showFileDialog");
125953
125663
  const name = "@teselagen/ove";
125954
- const version = "0.3.27";
125664
+ const version = "0.3.28";
125955
125665
  const main = "./src/index.js";
125956
125666
  const exports$1 = {
125957
125667
  ".": {
@@ -128278,7 +127988,7 @@ var createClass = function() {
128278
127988
  return Constructor;
128279
127989
  };
128280
127990
  }();
128281
- var defineProperty4 = /* @__PURE__ */ __name(function(obj, key, value) {
127991
+ var defineProperty5 = /* @__PURE__ */ __name(function(obj, key, value) {
128282
127992
  if (key in obj) {
128283
127993
  Object.defineProperty(obj, key, {
128284
127994
  value,
@@ -128889,7 +128599,7 @@ function arrow(data, options) {
128889
128599
  var sideValue = center - data.offsets.popper[side] - popperMarginSide - popperBorderSide;
128890
128600
  sideValue = Math.max(Math.min(popper2[len] - arrowElementSize, sideValue), 0);
128891
128601
  data.arrowElement = arrowElement;
128892
- data.offsets.arrow = (_data$offsets$arrow = {}, defineProperty4(_data$offsets$arrow, side, Math.round(sideValue)), defineProperty4(_data$offsets$arrow, altSide, ""), _data$offsets$arrow);
128602
+ data.offsets.arrow = (_data$offsets$arrow = {}, defineProperty5(_data$offsets$arrow, side, Math.round(sideValue)), defineProperty5(_data$offsets$arrow, altSide, ""), _data$offsets$arrow);
128893
128603
  return data;
128894
128604
  }
128895
128605
  __name(arrow, "arrow");
@@ -129120,7 +128830,7 @@ function preventOverflow(data, options) {
129120
128830
  if (popper2[placement] < boundaries[placement] && !options.escapeWithReference) {
129121
128831
  value = Math.max(popper2[placement], boundaries[placement]);
129122
128832
  }
129123
- return defineProperty4({}, placement, value);
128833
+ return defineProperty5({}, placement, value);
129124
128834
  }, "primary"),
129125
128835
  secondary: /* @__PURE__ */ __name(function secondary(placement) {
129126
128836
  var mainSide = placement === "right" ? "left" : "top";
@@ -129128,7 +128838,7 @@ function preventOverflow(data, options) {
129128
128838
  if (popper2[placement] > boundaries[placement] && !options.escapeWithReference) {
129129
128839
  value = Math.min(popper2[mainSide], boundaries[placement] - (placement === "right" ? popper2.width : popper2.height));
129130
128840
  }
129131
- return defineProperty4({}, mainSide, value);
128841
+ return defineProperty5({}, mainSide, value);
129132
128842
  }, "secondary")
129133
128843
  };
129134
128844
  order2.forEach(function(placement) {
@@ -129149,8 +128859,8 @@ function shift3(data) {
129149
128859
  var side = isVertical ? "left" : "top";
129150
128860
  var measurement = isVertical ? "width" : "height";
129151
128861
  var shiftOffsets = {
129152
- start: defineProperty4({}, side, reference2[side]),
129153
- end: defineProperty4({}, side, reference2[side] + reference2[measurement] - popper2[measurement])
128862
+ start: defineProperty5({}, side, reference2[side]),
128863
+ end: defineProperty5({}, side, reference2[side] + reference2[measurement] - popper2[measurement])
129154
128864
  };
129155
128865
  data.offsets.popper = _extends$1({}, popper2, shiftOffsets[shiftvariation]);
129156
128866
  }