@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.
- package/index.cjs.js +76 -366
- package/index.es.js +76 -366
- package/index.umd.js +31 -312
- package/package.json +3 -3
package/index.cjs.js
CHANGED
|
@@ -6817,10 +6817,10 @@ var ownKeys$7 = typeof Reflect !== "undefined" && Reflect.ownKeys ? Reflect.ownK
|
|
|
6817
6817
|
/* istanbul ignore next */
|
|
6818
6818
|
Object.getOwnPropertyNames
|
|
6819
6819
|
);
|
|
6820
|
-
function toPrimitive$
|
|
6820
|
+
function toPrimitive$3(value) {
|
|
6821
6821
|
return value === null ? null : typeof value === "object" ? "" + value : value;
|
|
6822
6822
|
}
|
|
6823
|
-
__name(toPrimitive$
|
|
6823
|
+
__name(toPrimitive$3, "toPrimitive$3");
|
|
6824
6824
|
function hasProp(target, prop2) {
|
|
6825
6825
|
return objectPrototype$1.hasOwnProperty.call(target, prop2);
|
|
6826
6826
|
}
|
|
@@ -7717,7 +7717,7 @@ var ObservableValue = /* @__PURE__ */ function(_Atom) {
|
|
|
7717
7717
|
return this.name_ + "[" + this.value_ + "]";
|
|
7718
7718
|
}, "toString");
|
|
7719
7719
|
_proto.valueOf = /* @__PURE__ */ __name(function valueOf() {
|
|
7720
|
-
return toPrimitive$
|
|
7720
|
+
return toPrimitive$3(this.get());
|
|
7721
7721
|
}, "valueOf");
|
|
7722
7722
|
_proto[_Symbol$toPrimitive] = function() {
|
|
7723
7723
|
return this.valueOf();
|
|
@@ -7902,7 +7902,7 @@ var ComputedValue = /* @__PURE__ */ function() {
|
|
|
7902
7902
|
return this.name_ + "[" + this.derivation.toString() + "]";
|
|
7903
7903
|
}, "toString");
|
|
7904
7904
|
_proto.valueOf = /* @__PURE__ */ __name(function valueOf() {
|
|
7905
|
-
return toPrimitive$
|
|
7905
|
+
return toPrimitive$3(this.get());
|
|
7906
7906
|
}, "valueOf");
|
|
7907
7907
|
_proto[_Symbol$toPrimitive$1] = function() {
|
|
7908
7908
|
return this.valueOf();
|
|
@@ -12536,7 +12536,7 @@ lodash.exports;
|
|
|
12536
12536
|
"^" + funcToString2.call(hasOwnProperty2).replace(reRegExpChar2, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
12537
12537
|
);
|
|
12538
12538
|
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;
|
|
12539
|
-
var
|
|
12539
|
+
var defineProperty6 = function() {
|
|
12540
12540
|
try {
|
|
12541
12541
|
var func = getNative2(Object2, "defineProperty");
|
|
12542
12542
|
func({}, "", {});
|
|
@@ -12976,8 +12976,8 @@ lodash.exports;
|
|
|
12976
12976
|
}
|
|
12977
12977
|
__name(baseAssignIn2, "baseAssignIn");
|
|
12978
12978
|
function baseAssignValue2(object3, key, value) {
|
|
12979
|
-
if (key == "__proto__" &&
|
|
12980
|
-
|
|
12979
|
+
if (key == "__proto__" && defineProperty6) {
|
|
12980
|
+
defineProperty6(object3, key, {
|
|
12981
12981
|
"configurable": true,
|
|
12982
12982
|
"enumerable": true,
|
|
12983
12983
|
"value": value,
|
|
@@ -13710,8 +13710,8 @@ lodash.exports;
|
|
|
13710
13710
|
metaMap.set(func, data);
|
|
13711
13711
|
return func;
|
|
13712
13712
|
};
|
|
13713
|
-
var baseSetToString2 = !
|
|
13714
|
-
return
|
|
13713
|
+
var baseSetToString2 = !defineProperty6 ? identity4 : function(func, string2) {
|
|
13714
|
+
return defineProperty6(func, "toString", {
|
|
13715
13715
|
"configurable": true,
|
|
13716
13716
|
"enumerable": false,
|
|
13717
13717
|
"value": constant2(string2),
|
|
@@ -18265,20 +18265,11 @@ function require_domCreate() {
|
|
|
18265
18265
|
return _domCreate;
|
|
18266
18266
|
}
|
|
18267
18267
|
__name(require_domCreate, "require_domCreate");
|
|
18268
|
-
var _ie8DomDefine
|
|
18269
|
-
|
|
18270
|
-
|
|
18271
|
-
|
|
18272
|
-
|
|
18273
|
-
hasRequired_ie8DomDefine = 1;
|
|
18274
|
-
_ie8DomDefine = !require_descriptors() && !_fails(function() {
|
|
18275
|
-
return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
|
|
18276
|
-
return 7;
|
|
18277
|
-
} }).a != 7;
|
|
18278
|
-
});
|
|
18279
|
-
return _ie8DomDefine;
|
|
18280
|
-
}
|
|
18281
|
-
__name(require_ie8DomDefine, "require_ie8DomDefine");
|
|
18268
|
+
var _ie8DomDefine = !require_descriptors() && !_fails(function() {
|
|
18269
|
+
return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
|
|
18270
|
+
return 7;
|
|
18271
|
+
} }).a != 7;
|
|
18272
|
+
});
|
|
18282
18273
|
var isObject$d = _isObject;
|
|
18283
18274
|
var _toPrimitive$1 = /* @__PURE__ */ __name(function(it, S2) {
|
|
18284
18275
|
if (!isObject$d(it))
|
|
@@ -18292,33 +18283,25 @@ var _toPrimitive$1 = /* @__PURE__ */ __name(function(it, S2) {
|
|
|
18292
18283
|
return val2;
|
|
18293
18284
|
throw TypeError("Can't convert object to primitive value");
|
|
18294
18285
|
}, "_toPrimitive$1");
|
|
18295
|
-
var
|
|
18296
|
-
|
|
18297
|
-
|
|
18298
|
-
|
|
18299
|
-
|
|
18300
|
-
|
|
18301
|
-
|
|
18302
|
-
|
|
18303
|
-
|
|
18304
|
-
|
|
18305
|
-
|
|
18306
|
-
|
|
18307
|
-
|
|
18308
|
-
|
|
18309
|
-
|
|
18310
|
-
|
|
18311
|
-
|
|
18312
|
-
|
|
18313
|
-
|
|
18314
|
-
throw TypeError("Accessors not supported!");
|
|
18315
|
-
if ("value" in Attributes)
|
|
18316
|
-
O2[P2] = Attributes.value;
|
|
18317
|
-
return O2;
|
|
18318
|
-
}, "defineProperty");
|
|
18319
|
-
return _objectDp;
|
|
18320
|
-
}
|
|
18321
|
-
__name(require_objectDp, "require_objectDp");
|
|
18286
|
+
var anObject$3 = _anObject;
|
|
18287
|
+
var IE8_DOM_DEFINE$1 = _ie8DomDefine;
|
|
18288
|
+
var toPrimitive$2 = _toPrimitive$1;
|
|
18289
|
+
var dP$2 = Object.defineProperty;
|
|
18290
|
+
_objectDp.f = require_descriptors() ? Object.defineProperty : /* @__PURE__ */ __name(function defineProperty2(O2, P2, Attributes) {
|
|
18291
|
+
anObject$3(O2);
|
|
18292
|
+
P2 = toPrimitive$2(P2, true);
|
|
18293
|
+
anObject$3(Attributes);
|
|
18294
|
+
if (IE8_DOM_DEFINE$1)
|
|
18295
|
+
try {
|
|
18296
|
+
return dP$2(O2, P2, Attributes);
|
|
18297
|
+
} catch (e2) {
|
|
18298
|
+
}
|
|
18299
|
+
if ("get" in Attributes || "set" in Attributes)
|
|
18300
|
+
throw TypeError("Accessors not supported!");
|
|
18301
|
+
if ("value" in Attributes)
|
|
18302
|
+
O2[P2] = Attributes.value;
|
|
18303
|
+
return O2;
|
|
18304
|
+
}, "defineProperty");
|
|
18322
18305
|
var _propertyDesc = /* @__PURE__ */ __name(function(bitmap, value) {
|
|
18323
18306
|
return {
|
|
18324
18307
|
enumerable: !(bitmap & 1),
|
|
@@ -18327,7 +18310,7 @@ var _propertyDesc = /* @__PURE__ */ __name(function(bitmap, value) {
|
|
|
18327
18310
|
value
|
|
18328
18311
|
};
|
|
18329
18312
|
}, "_propertyDesc");
|
|
18330
|
-
var dP$1 =
|
|
18313
|
+
var dP$1 = _objectDp;
|
|
18331
18314
|
var createDesc$3 = _propertyDesc;
|
|
18332
18315
|
var _hide = require_descriptors() ? function(object3, key, value) {
|
|
18333
18316
|
return dP$1.f(object3, key, createDesc$3(1, value));
|
|
@@ -18598,7 +18581,7 @@ function require_objectDps() {
|
|
|
18598
18581
|
if (hasRequired_objectDps)
|
|
18599
18582
|
return _objectDps;
|
|
18600
18583
|
hasRequired_objectDps = 1;
|
|
18601
|
-
var dP2 =
|
|
18584
|
+
var dP2 = _objectDp;
|
|
18602
18585
|
var anObject2 = _anObject;
|
|
18603
18586
|
var getKeys2 = _objectKeys;
|
|
18604
18587
|
_objectDps = require_descriptors() ? Object.defineProperties : /* @__PURE__ */ __name(function defineProperties3(O2, Properties2) {
|
|
@@ -18680,7 +18663,7 @@ var $exports = _wks.exports = function(name2) {
|
|
|
18680
18663
|
};
|
|
18681
18664
|
$exports.store = store$2;
|
|
18682
18665
|
var _wksExports = _wks.exports;
|
|
18683
|
-
var def =
|
|
18666
|
+
var def = _objectDp.f;
|
|
18684
18667
|
var has$c = _has;
|
|
18685
18668
|
var TAG$1 = _wksExports("toStringTag");
|
|
18686
18669
|
var _setToStringTag = /* @__PURE__ */ __name(function(it, tag, stat) {
|
|
@@ -18953,7 +18936,7 @@ var ArrayProto = Array.prototype;
|
|
|
18953
18936
|
var _isArrayIter = /* @__PURE__ */ __name(function(it) {
|
|
18954
18937
|
return it !== void 0 && (Iterators.Array === it || ArrayProto[ITERATOR] === it);
|
|
18955
18938
|
}, "_isArrayIter");
|
|
18956
|
-
var $defineProperty$2 =
|
|
18939
|
+
var $defineProperty$2 = _objectDp;
|
|
18957
18940
|
var createDesc$2 = _propertyDesc;
|
|
18958
18941
|
var _createProperty = /* @__PURE__ */ __name(function(object3, index2, value) {
|
|
18959
18942
|
if (index2 in object3)
|
|
@@ -19082,9 +19065,9 @@ var _default$8 = /* @__PURE__ */ __name(function(instance, Constructor) {
|
|
|
19082
19065
|
}
|
|
19083
19066
|
}, "_default$8");
|
|
19084
19067
|
var $export$3 = _export;
|
|
19085
|
-
$export$3($export$3.S + $export$3.F * !require_descriptors(), "Object", { defineProperty:
|
|
19068
|
+
$export$3($export$3.S + $export$3.F * !require_descriptors(), "Object", { defineProperty: _objectDp.f });
|
|
19086
19069
|
var $Object$2 = _coreExports.Object;
|
|
19087
|
-
var defineProperty$c = /* @__PURE__ */ __name(function
|
|
19070
|
+
var defineProperty$c = /* @__PURE__ */ __name(function defineProperty3(it, key, desc) {
|
|
19088
19071
|
return $Object$2.defineProperty(it, key, desc);
|
|
19089
19072
|
}, "defineProperty");
|
|
19090
19073
|
var defineProperty$b = { "default": defineProperty$c, __esModule: true };
|
|
@@ -19123,7 +19106,7 @@ var _meta = { exports: {} };
|
|
|
19123
19106
|
var META$1 = _uid("meta");
|
|
19124
19107
|
var isObject$c = _isObject;
|
|
19125
19108
|
var has$a = _has;
|
|
19126
|
-
var setDesc =
|
|
19109
|
+
var setDesc = _objectDp.f;
|
|
19127
19110
|
var id$1 = 0;
|
|
19128
19111
|
var isExtensible = Object.isExtensible || function() {
|
|
19129
19112
|
return true;
|
|
@@ -19176,7 +19159,7 @@ var meta = _meta.exports = {
|
|
|
19176
19159
|
var _metaExports = _meta.exports;
|
|
19177
19160
|
var core = _coreExports;
|
|
19178
19161
|
var wksExt$1 = _wksExt;
|
|
19179
|
-
var defineProperty$a =
|
|
19162
|
+
var defineProperty$a = _objectDp.f;
|
|
19180
19163
|
var _wksDefine = /* @__PURE__ */ __name(function(name2) {
|
|
19181
19164
|
var $Symbol2 = core.Symbol || (core.Symbol = {});
|
|
19182
19165
|
if (name2.charAt(0) != "_" && !(name2 in $Symbol2))
|
|
@@ -19230,7 +19213,7 @@ var createDesc$1 = _propertyDesc;
|
|
|
19230
19213
|
var toIObject$1 = _toIobject;
|
|
19231
19214
|
var toPrimitive$1 = _toPrimitive$1;
|
|
19232
19215
|
var has$9 = _has;
|
|
19233
|
-
var IE8_DOM_DEFINE =
|
|
19216
|
+
var IE8_DOM_DEFINE = _ie8DomDefine;
|
|
19234
19217
|
var gOPD$5 = Object.getOwnPropertyDescriptor;
|
|
19235
19218
|
_objectGopd.f = require_descriptors() ? gOPD$5 : /* @__PURE__ */ __name(function getOwnPropertyDescriptor(O2, P2) {
|
|
19236
19219
|
O2 = toIObject$1(O2);
|
|
@@ -19268,7 +19251,7 @@ var _create$1 = require_objectCreate();
|
|
|
19268
19251
|
var gOPNExt = _objectGopnExt;
|
|
19269
19252
|
var $GOPD = _objectGopd;
|
|
19270
19253
|
var $GOPS = _objectGops;
|
|
19271
|
-
var $DP =
|
|
19254
|
+
var $DP = _objectDp;
|
|
19272
19255
|
var $keys$1 = _objectKeys;
|
|
19273
19256
|
var gOPD$4 = $GOPD.f;
|
|
19274
19257
|
var dP = $DP.f;
|
|
@@ -19311,7 +19294,7 @@ var isSymbol$8 = USE_NATIVE && typeof $Symbol.iterator == "symbol" ? function(it
|
|
|
19311
19294
|
} : function(it) {
|
|
19312
19295
|
return it instanceof $Symbol;
|
|
19313
19296
|
};
|
|
19314
|
-
var $defineProperty$1 = /* @__PURE__ */ __name(function
|
|
19297
|
+
var $defineProperty$1 = /* @__PURE__ */ __name(function defineProperty4(it, key, D2) {
|
|
19315
19298
|
if (it === ObjectProto)
|
|
19316
19299
|
$defineProperty$1(OPSymbols, key, D2);
|
|
19317
19300
|
anObject(it);
|
|
@@ -77870,30 +77853,6 @@ const minimumOrfSize$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
|
|
|
77870
77853
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
77871
77854
|
const protein_letters = "ACDEFGHIKLMNPQRSTVWY";
|
|
77872
77855
|
const extended_protein_letters = "ACDEFGHIKLMNPQRSTVWYBXZJUO.*-";
|
|
77873
|
-
const protein_letters_1to3 = {
|
|
77874
|
-
A: "Ala",
|
|
77875
|
-
C: "Cys",
|
|
77876
|
-
D: "Asp",
|
|
77877
|
-
E: "Glu",
|
|
77878
|
-
F: "Phe",
|
|
77879
|
-
G: "Gly",
|
|
77880
|
-
H: "His",
|
|
77881
|
-
I: "Ile",
|
|
77882
|
-
K: "Lys",
|
|
77883
|
-
L: "Leu",
|
|
77884
|
-
M: "Met",
|
|
77885
|
-
N: "Asn",
|
|
77886
|
-
P: "Pro",
|
|
77887
|
-
Q: "Gln",
|
|
77888
|
-
R: "Arg",
|
|
77889
|
-
S: "Ser",
|
|
77890
|
-
T: "Thr",
|
|
77891
|
-
V: "Val",
|
|
77892
|
-
W: "Trp",
|
|
77893
|
-
Y: "Tyr",
|
|
77894
|
-
O: "Pyl",
|
|
77895
|
-
U: "Sec"
|
|
77896
|
-
};
|
|
77897
77856
|
const ambiguous_dna_letters = "GATCRYWSMKHBVDN";
|
|
77898
77857
|
const unambiguous_dna_letters = "GATC";
|
|
77899
77858
|
const ambiguous_rna_letters = "GAUCRYWSMKHBVDN";
|
|
@@ -77918,135 +77877,6 @@ const ambiguous_dna_values$1 = {
|
|
|
77918
77877
|
X: "GATC",
|
|
77919
77878
|
N: "GATC"
|
|
77920
77879
|
};
|
|
77921
|
-
const ambiguous_rna_values = {
|
|
77922
|
-
".": ".",
|
|
77923
|
-
A: "A",
|
|
77924
|
-
C: "C",
|
|
77925
|
-
G: "G",
|
|
77926
|
-
U: "U",
|
|
77927
|
-
M: "AC",
|
|
77928
|
-
R: "AG",
|
|
77929
|
-
W: "AU",
|
|
77930
|
-
S: "CG",
|
|
77931
|
-
Y: "CU",
|
|
77932
|
-
K: "GU",
|
|
77933
|
-
V: "ACG",
|
|
77934
|
-
H: "ACU",
|
|
77935
|
-
D: "AGU",
|
|
77936
|
-
B: "CGU",
|
|
77937
|
-
X: "GAUC",
|
|
77938
|
-
N: "GAUC"
|
|
77939
|
-
};
|
|
77940
|
-
const ambiguous_dna_complement = {
|
|
77941
|
-
".": ".",
|
|
77942
|
-
A: "T",
|
|
77943
|
-
C: "G",
|
|
77944
|
-
G: "C",
|
|
77945
|
-
T: "A",
|
|
77946
|
-
M: "K",
|
|
77947
|
-
R: "Y",
|
|
77948
|
-
W: "W",
|
|
77949
|
-
S: "S",
|
|
77950
|
-
Y: "R",
|
|
77951
|
-
K: "M",
|
|
77952
|
-
V: "B",
|
|
77953
|
-
H: "D",
|
|
77954
|
-
D: "H",
|
|
77955
|
-
B: "V",
|
|
77956
|
-
X: "X",
|
|
77957
|
-
N: "N"
|
|
77958
|
-
};
|
|
77959
|
-
const ambiguous_rna_complement = {
|
|
77960
|
-
".": ".",
|
|
77961
|
-
A: "U",
|
|
77962
|
-
C: "G",
|
|
77963
|
-
G: "C",
|
|
77964
|
-
U: "A",
|
|
77965
|
-
M: "K",
|
|
77966
|
-
R: "Y",
|
|
77967
|
-
W: "W",
|
|
77968
|
-
S: "S",
|
|
77969
|
-
Y: "R",
|
|
77970
|
-
K: "M",
|
|
77971
|
-
V: "B",
|
|
77972
|
-
H: "D",
|
|
77973
|
-
D: "H",
|
|
77974
|
-
B: "V",
|
|
77975
|
-
X: "X",
|
|
77976
|
-
N: "N"
|
|
77977
|
-
};
|
|
77978
|
-
const unambiguous_dna_weights = {
|
|
77979
|
-
A: 331.2218,
|
|
77980
|
-
C: 307.1971,
|
|
77981
|
-
G: 347.2212,
|
|
77982
|
-
T: 322.2085
|
|
77983
|
-
};
|
|
77984
|
-
const monoisotopic_unambiguous_dna_weights = {
|
|
77985
|
-
A: 331.06817,
|
|
77986
|
-
C: 307.056936,
|
|
77987
|
-
G: 347.063084,
|
|
77988
|
-
T: 322.056602
|
|
77989
|
-
};
|
|
77990
|
-
const unambiguous_rna_weights = {
|
|
77991
|
-
A: 347.2212,
|
|
77992
|
-
C: 323.1965,
|
|
77993
|
-
G: 363.2206,
|
|
77994
|
-
U: 324.1813
|
|
77995
|
-
};
|
|
77996
|
-
const monoisotopic_unambiguous_rna_weights = {
|
|
77997
|
-
A: 347.063084,
|
|
77998
|
-
C: 323.051851,
|
|
77999
|
-
G: 363.057999,
|
|
78000
|
-
U: 324.035867
|
|
78001
|
-
};
|
|
78002
|
-
const protein_weights = {
|
|
78003
|
-
A: 89.0932,
|
|
78004
|
-
C: 121.1582,
|
|
78005
|
-
D: 133.1027,
|
|
78006
|
-
E: 147.1293,
|
|
78007
|
-
F: 165.1891,
|
|
78008
|
-
G: 75.0666,
|
|
78009
|
-
H: 155.1546,
|
|
78010
|
-
I: 131.1729,
|
|
78011
|
-
K: 146.1876,
|
|
78012
|
-
L: 131.1729,
|
|
78013
|
-
M: 149.2113,
|
|
78014
|
-
N: 132.1179,
|
|
78015
|
-
O: 255.3134,
|
|
78016
|
-
P: 115.1305,
|
|
78017
|
-
Q: 146.1445,
|
|
78018
|
-
R: 174.201,
|
|
78019
|
-
S: 105.0926,
|
|
78020
|
-
T: 119.1192,
|
|
78021
|
-
U: 168.0532,
|
|
78022
|
-
V: 117.1463,
|
|
78023
|
-
W: 204.2252,
|
|
78024
|
-
Y: 181.1885
|
|
78025
|
-
};
|
|
78026
|
-
const monoisotopic_protein_weights = {
|
|
78027
|
-
A: 89.047678,
|
|
78028
|
-
C: 121.019749,
|
|
78029
|
-
D: 133.037508,
|
|
78030
|
-
E: 147.053158,
|
|
78031
|
-
F: 165.078979,
|
|
78032
|
-
G: 75.032028,
|
|
78033
|
-
H: 155.069477,
|
|
78034
|
-
I: 131.094629,
|
|
78035
|
-
K: 146.105528,
|
|
78036
|
-
L: 131.094629,
|
|
78037
|
-
M: 149.051049,
|
|
78038
|
-
N: 132.053492,
|
|
78039
|
-
O: 255.158292,
|
|
78040
|
-
P: 115.063329,
|
|
78041
|
-
Q: 146.069142,
|
|
78042
|
-
R: 174.111676,
|
|
78043
|
-
S: 105.042593,
|
|
78044
|
-
T: 119.058243,
|
|
78045
|
-
U: 168.964203,
|
|
78046
|
-
V: 117.078979,
|
|
78047
|
-
W: 204.089878,
|
|
78048
|
-
Y: 181.073893
|
|
78049
|
-
};
|
|
78050
77880
|
const extended_protein_values = {
|
|
78051
77881
|
A: "A",
|
|
78052
77882
|
B: "ND",
|
|
@@ -78081,140 +77911,17 @@ const extended_protein_values = {
|
|
|
78081
77911
|
".": "\\.\\.",
|
|
78082
77912
|
"-": "\\-"
|
|
78083
77913
|
};
|
|
78084
|
-
const atom_weights = {
|
|
78085
|
-
H: 1.00794,
|
|
78086
|
-
D: 2.0141,
|
|
78087
|
-
He: 4.002602,
|
|
78088
|
-
Li: 6.941,
|
|
78089
|
-
Be: 9.012182,
|
|
78090
|
-
B: 10.811,
|
|
78091
|
-
C: 12.0107,
|
|
78092
|
-
N: 14.0067,
|
|
78093
|
-
O: 15.9994,
|
|
78094
|
-
F: 18.9984032,
|
|
78095
|
-
Ne: 20.1797,
|
|
78096
|
-
Na: 22.98977,
|
|
78097
|
-
Mg: 24.305,
|
|
78098
|
-
Al: 26.981538,
|
|
78099
|
-
Si: 28.0855,
|
|
78100
|
-
P: 30.973761,
|
|
78101
|
-
S: 32.065,
|
|
78102
|
-
Cl: 35.453,
|
|
78103
|
-
Ar: 39.948,
|
|
78104
|
-
K: 39.0983,
|
|
78105
|
-
Ca: 40.078,
|
|
78106
|
-
Sc: 44.95591,
|
|
78107
|
-
Ti: 47.867,
|
|
78108
|
-
V: 50.9415,
|
|
78109
|
-
Cr: 51.9961,
|
|
78110
|
-
Mn: 54.938049,
|
|
78111
|
-
Fe: 55.845,
|
|
78112
|
-
Co: 58.9332,
|
|
78113
|
-
Ni: 58.6934,
|
|
78114
|
-
Cu: 63.546,
|
|
78115
|
-
Zn: 65.39,
|
|
78116
|
-
Ga: 69.723,
|
|
78117
|
-
Ge: 72.64,
|
|
78118
|
-
As: 74.9216,
|
|
78119
|
-
Se: 78.96,
|
|
78120
|
-
Br: 79.904,
|
|
78121
|
-
Kr: 83.8,
|
|
78122
|
-
Rb: 85.4678,
|
|
78123
|
-
Sr: 87.62,
|
|
78124
|
-
Y: 88.90585,
|
|
78125
|
-
Zr: 91.224,
|
|
78126
|
-
Nb: 92.90638,
|
|
78127
|
-
Mo: 95.94,
|
|
78128
|
-
Tc: 98,
|
|
78129
|
-
Ru: 101.07,
|
|
78130
|
-
Rh: 102.9055,
|
|
78131
|
-
Pd: 106.42,
|
|
78132
|
-
Ag: 107.8682,
|
|
78133
|
-
Cd: 112.411,
|
|
78134
|
-
In: 114.818,
|
|
78135
|
-
Sn: 118.71,
|
|
78136
|
-
Sb: 121.76,
|
|
78137
|
-
Te: 127.6,
|
|
78138
|
-
I: 126.90447,
|
|
78139
|
-
Xe: 131.293,
|
|
78140
|
-
Cs: 132.90545,
|
|
78141
|
-
Ba: 137.327,
|
|
78142
|
-
La: 138.9055,
|
|
78143
|
-
Ce: 140.116,
|
|
78144
|
-
Pr: 140.90765,
|
|
78145
|
-
Nd: 144.24,
|
|
78146
|
-
Pm: 145,
|
|
78147
|
-
Sm: 150.36,
|
|
78148
|
-
Eu: 151.964,
|
|
78149
|
-
Gd: 157.25,
|
|
78150
|
-
Tb: 158.92534,
|
|
78151
|
-
Dy: 162.5,
|
|
78152
|
-
Ho: 164.93032,
|
|
78153
|
-
Er: 167.259,
|
|
78154
|
-
Tm: 168.93421,
|
|
78155
|
-
Yb: 173.04,
|
|
78156
|
-
Lu: 174.967,
|
|
78157
|
-
Hf: 178.49,
|
|
78158
|
-
Ta: 180.9479,
|
|
78159
|
-
W: 183.84,
|
|
78160
|
-
Re: 186.207,
|
|
78161
|
-
Os: 190.23,
|
|
78162
|
-
Ir: 192.217,
|
|
78163
|
-
Pt: 195.078,
|
|
78164
|
-
Au: 196.96655,
|
|
78165
|
-
Hg: 200.59,
|
|
78166
|
-
Tl: 204.3833,
|
|
78167
|
-
Pb: 207.2,
|
|
78168
|
-
Bi: 208.98038,
|
|
78169
|
-
Po: 208.98,
|
|
78170
|
-
At: 209.99,
|
|
78171
|
-
Rn: 222.02,
|
|
78172
|
-
Fr: 223.02,
|
|
78173
|
-
Ra: 226.03,
|
|
78174
|
-
Ac: 227.03,
|
|
78175
|
-
Th: 232.0381,
|
|
78176
|
-
Pa: 231.03588,
|
|
78177
|
-
U: 238.02891,
|
|
78178
|
-
Np: 237.05,
|
|
78179
|
-
Pu: 244.06,
|
|
78180
|
-
Am: 243.06,
|
|
78181
|
-
Cm: 247.07,
|
|
78182
|
-
Bk: 247.07,
|
|
78183
|
-
Cf: 251.08,
|
|
78184
|
-
Es: 252.08,
|
|
78185
|
-
Fm: 257.1,
|
|
78186
|
-
Md: 258.1,
|
|
78187
|
-
No: 259.1,
|
|
78188
|
-
Lr: 262.11,
|
|
78189
|
-
Rf: 261.11,
|
|
78190
|
-
Db: 262.11,
|
|
78191
|
-
Sg: 266.12,
|
|
78192
|
-
Bh: 264.12,
|
|
78193
|
-
Hs: 269.13,
|
|
78194
|
-
Mt: 268.14
|
|
78195
|
-
};
|
|
78196
77914
|
const bioData = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
78197
77915
|
__proto__: null,
|
|
78198
|
-
ambiguous_dna_complement,
|
|
78199
77916
|
ambiguous_dna_letters,
|
|
78200
77917
|
ambiguous_dna_values: ambiguous_dna_values$1,
|
|
78201
|
-
ambiguous_rna_complement,
|
|
78202
77918
|
ambiguous_rna_letters,
|
|
78203
|
-
ambiguous_rna_values,
|
|
78204
|
-
atom_weights,
|
|
78205
77919
|
extended_dna_letters,
|
|
78206
77920
|
extended_protein_letters,
|
|
78207
77921
|
extended_protein_values,
|
|
78208
|
-
monoisotopic_protein_weights,
|
|
78209
|
-
monoisotopic_unambiguous_dna_weights,
|
|
78210
|
-
monoisotopic_unambiguous_rna_weights,
|
|
78211
77922
|
protein_letters,
|
|
78212
|
-
protein_letters_1to3,
|
|
78213
|
-
protein_weights,
|
|
78214
77923
|
unambiguous_dna_letters,
|
|
78215
|
-
|
|
78216
|
-
unambiguous_rna_letters,
|
|
78217
|
-
unambiguous_rna_weights
|
|
77924
|
+
unambiguous_rna_letters
|
|
78218
77925
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
78219
77926
|
const aminoAcidToDegenerateDnaMap = {
|
|
78220
77927
|
"-": "---",
|
|
@@ -83723,7 +83430,7 @@ const proteinAlphabet = {
|
|
|
83723
83430
|
hydrophobicity: 1.8,
|
|
83724
83431
|
colorByFamily: "#00FFFF",
|
|
83725
83432
|
color: "hsl(327.3, 100%, 69%)",
|
|
83726
|
-
mass:
|
|
83433
|
+
mass: 71.0779
|
|
83727
83434
|
},
|
|
83728
83435
|
R: {
|
|
83729
83436
|
value: "R",
|
|
@@ -83732,7 +83439,7 @@ const proteinAlphabet = {
|
|
|
83732
83439
|
hydrophobicity: -4.5,
|
|
83733
83440
|
colorByFamily: "#FFC0CB",
|
|
83734
83441
|
color: "hsl(258.1, 100%, 69%)",
|
|
83735
|
-
mass:
|
|
83442
|
+
mass: 156.18568
|
|
83736
83443
|
},
|
|
83737
83444
|
N: {
|
|
83738
83445
|
value: "N",
|
|
@@ -83741,7 +83448,7 @@ const proteinAlphabet = {
|
|
|
83741
83448
|
hydrophobicity: -3.5,
|
|
83742
83449
|
colorByFamily: "#D3D3D3",
|
|
83743
83450
|
color: "hsl(268.9, 100%, 69%)",
|
|
83744
|
-
mass:
|
|
83451
|
+
mass: 114.10264
|
|
83745
83452
|
},
|
|
83746
83453
|
D: {
|
|
83747
83454
|
value: "D",
|
|
@@ -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:
|
|
83460
|
+
mass: 115.0874
|
|
83754
83461
|
},
|
|
83755
83462
|
C: {
|
|
83756
83463
|
value: "C",
|
|
@@ -83759,7 +83466,7 @@ const proteinAlphabet = {
|
|
|
83759
83466
|
hydrophobicity: 2.5,
|
|
83760
83467
|
colorByFamily: "#FFFF00",
|
|
83761
83468
|
color: "hsl(335.1, 100%, 69%)",
|
|
83762
|
-
mass:
|
|
83469
|
+
mass: 103.1429
|
|
83763
83470
|
},
|
|
83764
83471
|
E: {
|
|
83765
83472
|
value: "E",
|
|
@@ -83768,7 +83475,7 @@ const proteinAlphabet = {
|
|
|
83768
83475
|
hydrophobicity: -3.5,
|
|
83769
83476
|
colorByFamily: "#EE82EE",
|
|
83770
83477
|
color: "hsl(268.9, 100%, 69%)",
|
|
83771
|
-
mass:
|
|
83478
|
+
mass: 129.11398
|
|
83772
83479
|
},
|
|
83773
83480
|
Q: {
|
|
83774
83481
|
value: "Q",
|
|
@@ -83777,7 +83484,7 @@ const proteinAlphabet = {
|
|
|
83777
83484
|
hydrophobicity: -3.5,
|
|
83778
83485
|
colorByFamily: "#D3D3D3",
|
|
83779
83486
|
color: "hsl(268.9, 100%, 69%)",
|
|
83780
|
-
mass:
|
|
83487
|
+
mass: 128.12922
|
|
83781
83488
|
},
|
|
83782
83489
|
G: {
|
|
83783
83490
|
value: "G",
|
|
@@ -83786,7 +83493,7 @@ const proteinAlphabet = {
|
|
|
83786
83493
|
hydrophobicity: -0.4,
|
|
83787
83494
|
colorByFamily: "#00FFFF",
|
|
83788
83495
|
color: "hsl(303.1, 100%, 69%)",
|
|
83789
|
-
mass:
|
|
83496
|
+
mass: 57.05132
|
|
83790
83497
|
},
|
|
83791
83498
|
H: {
|
|
83792
83499
|
value: "H",
|
|
@@ -83795,7 +83502,7 @@ const proteinAlphabet = {
|
|
|
83795
83502
|
hydrophobicity: -3.2,
|
|
83796
83503
|
colorByFamily: "#FFC0CB",
|
|
83797
83504
|
color: "hsl(272.2, 100%, 69%)",
|
|
83798
|
-
mass:
|
|
83505
|
+
mass: 137.13928
|
|
83799
83506
|
},
|
|
83800
83507
|
I: {
|
|
83801
83508
|
value: "I",
|
|
@@ -83804,7 +83511,7 @@ const proteinAlphabet = {
|
|
|
83804
83511
|
hydrophobicity: 4.5,
|
|
83805
83512
|
colorByFamily: "#00FFFF",
|
|
83806
83513
|
color: "hsl(356.9, 100%, 69%)",
|
|
83807
|
-
mass:
|
|
83514
|
+
mass: 113.15764
|
|
83808
83515
|
},
|
|
83809
83516
|
L: {
|
|
83810
83517
|
value: "L",
|
|
@@ -83813,7 +83520,7 @@ const proteinAlphabet = {
|
|
|
83813
83520
|
hydrophobicity: 3.8,
|
|
83814
83521
|
colorByFamily: "#00FFFF",
|
|
83815
83522
|
color: "hsl(349.4, 100%, 69%)",
|
|
83816
|
-
mass:
|
|
83523
|
+
mass: 113.15764
|
|
83817
83524
|
},
|
|
83818
83525
|
K: {
|
|
83819
83526
|
value: "K",
|
|
@@ -83822,7 +83529,7 @@ const proteinAlphabet = {
|
|
|
83822
83529
|
hydrophobicity: -3.9,
|
|
83823
83530
|
colorByFamily: "#FFC0CB",
|
|
83824
83531
|
color: "hsl(264.7, 100%, 69%)",
|
|
83825
|
-
mass:
|
|
83532
|
+
mass: 128.17228
|
|
83826
83533
|
},
|
|
83827
83534
|
M: {
|
|
83828
83535
|
value: "M",
|
|
@@ -83831,7 +83538,7 @@ const proteinAlphabet = {
|
|
|
83831
83538
|
hydrophobicity: 1.9,
|
|
83832
83539
|
colorByFamily: "#FFFF00",
|
|
83833
83540
|
color: "hsl(328.5, 100%, 69%)",
|
|
83834
|
-
mass:
|
|
83541
|
+
mass: 131.19606
|
|
83835
83542
|
},
|
|
83836
83543
|
F: {
|
|
83837
83544
|
value: "F",
|
|
@@ -83840,7 +83547,7 @@ const proteinAlphabet = {
|
|
|
83840
83547
|
hydrophobicity: 2.8,
|
|
83841
83548
|
colorByFamily: "#FFA500",
|
|
83842
83549
|
color: "hsl(338.4, 100%, 69%)",
|
|
83843
|
-
mass:
|
|
83550
|
+
mass: 147.17386
|
|
83844
83551
|
},
|
|
83845
83552
|
P: {
|
|
83846
83553
|
value: "P",
|
|
@@ -83849,7 +83556,7 @@ const proteinAlphabet = {
|
|
|
83849
83556
|
hydrophobicity: -1.6,
|
|
83850
83557
|
colorByFamily: "#00FFFF",
|
|
83851
83558
|
color: "hsl(289.9, 100%, 69%)",
|
|
83852
|
-
mass:
|
|
83559
|
+
mass: 97.11518
|
|
83853
83560
|
},
|
|
83854
83561
|
S: {
|
|
83855
83562
|
value: "S",
|
|
@@ -83858,7 +83565,7 @@ const proteinAlphabet = {
|
|
|
83858
83565
|
hydrophobicity: -0.8,
|
|
83859
83566
|
colorByFamily: "#90EE90",
|
|
83860
83567
|
color: "hsl(298.6, 100%, 69%)",
|
|
83861
|
-
mass:
|
|
83568
|
+
mass: 87.0773
|
|
83862
83569
|
},
|
|
83863
83570
|
T: {
|
|
83864
83571
|
value: "T",
|
|
@@ -83867,7 +83574,7 @@ const proteinAlphabet = {
|
|
|
83867
83574
|
hydrophobicity: -0.7,
|
|
83868
83575
|
colorByFamily: "#90EE90",
|
|
83869
83576
|
color: "hsl(299.8, 100%, 69%)",
|
|
83870
|
-
mass:
|
|
83577
|
+
mass: 101.10388
|
|
83871
83578
|
},
|
|
83872
83579
|
U: {
|
|
83873
83580
|
value: "U",
|
|
@@ -83875,7 +83582,7 @@ const proteinAlphabet = {
|
|
|
83875
83582
|
threeLettersName: "Sec",
|
|
83876
83583
|
colorByFamily: "#FF0000",
|
|
83877
83584
|
color: "hsl(0, 100%, 69%)",
|
|
83878
|
-
mass:
|
|
83585
|
+
mass: 150.3079
|
|
83879
83586
|
},
|
|
83880
83587
|
W: {
|
|
83881
83588
|
value: "W",
|
|
@@ -83884,7 +83591,7 @@ const proteinAlphabet = {
|
|
|
83884
83591
|
hydrophobicity: -0.9,
|
|
83885
83592
|
colorByFamily: "#FFA500",
|
|
83886
83593
|
color: "hsl(297.6, 100%, 69%)",
|
|
83887
|
-
mass:
|
|
83594
|
+
mass: 186.2099
|
|
83888
83595
|
},
|
|
83889
83596
|
Y: {
|
|
83890
83597
|
value: "Y",
|
|
@@ -83893,7 +83600,7 @@ const proteinAlphabet = {
|
|
|
83893
83600
|
hydrophobicity: -1.3,
|
|
83894
83601
|
colorByFamily: "#FFA500",
|
|
83895
83602
|
color: "hsl(293.2, 100%, 69%)",
|
|
83896
|
-
mass:
|
|
83603
|
+
mass: 163.17326
|
|
83897
83604
|
},
|
|
83898
83605
|
V: {
|
|
83899
83606
|
value: "V",
|
|
@@ -83902,7 +83609,7 @@ const proteinAlphabet = {
|
|
|
83902
83609
|
hydrophobicity: 4.2,
|
|
83903
83610
|
colorByFamily: "#00FFFF",
|
|
83904
83611
|
color: "hsl(353.6, 100%, 69%)",
|
|
83905
|
-
mass:
|
|
83612
|
+
mass: 99.13106
|
|
83906
83613
|
},
|
|
83907
83614
|
"*": {
|
|
83908
83615
|
value: "*",
|
|
@@ -93571,6 +93278,9 @@ function getMassOfAaString(aaString, numsAfterDecimal = 2, divideByThree = false
|
|
|
93571
93278
|
if (divideByThree) {
|
|
93572
93279
|
sumMass /= 3;
|
|
93573
93280
|
}
|
|
93281
|
+
if (aaString.length > 0) {
|
|
93282
|
+
sumMass = sumMass + 18.0153;
|
|
93283
|
+
}
|
|
93574
93284
|
return Math.round(sumMass * __pow(10, numsAfterDecimal)) / __pow(10, numsAfterDecimal);
|
|
93575
93285
|
}
|
|
93576
93286
|
__name(getMassOfAaString, "getMassOfAaString");
|
|
@@ -125969,7 +125679,7 @@ function showFileDialog({ multiple = false, onSelect }) {
|
|
|
125969
125679
|
}
|
|
125970
125680
|
__name(showFileDialog, "showFileDialog");
|
|
125971
125681
|
const name = "@teselagen/ove";
|
|
125972
|
-
const version = "0.3.
|
|
125682
|
+
const version = "0.3.28";
|
|
125973
125683
|
const main = "./src/index.js";
|
|
125974
125684
|
const exports$1 = {
|
|
125975
125685
|
".": {
|
|
@@ -128296,7 +128006,7 @@ var createClass = function() {
|
|
|
128296
128006
|
return Constructor;
|
|
128297
128007
|
};
|
|
128298
128008
|
}();
|
|
128299
|
-
var
|
|
128009
|
+
var defineProperty5 = /* @__PURE__ */ __name(function(obj, key, value) {
|
|
128300
128010
|
if (key in obj) {
|
|
128301
128011
|
Object.defineProperty(obj, key, {
|
|
128302
128012
|
value,
|
|
@@ -128907,7 +128617,7 @@ function arrow(data, options) {
|
|
|
128907
128617
|
var sideValue = center - data.offsets.popper[side] - popperMarginSide - popperBorderSide;
|
|
128908
128618
|
sideValue = Math.max(Math.min(popper2[len] - arrowElementSize, sideValue), 0);
|
|
128909
128619
|
data.arrowElement = arrowElement;
|
|
128910
|
-
data.offsets.arrow = (_data$offsets$arrow = {},
|
|
128620
|
+
data.offsets.arrow = (_data$offsets$arrow = {}, defineProperty5(_data$offsets$arrow, side, Math.round(sideValue)), defineProperty5(_data$offsets$arrow, altSide, ""), _data$offsets$arrow);
|
|
128911
128621
|
return data;
|
|
128912
128622
|
}
|
|
128913
128623
|
__name(arrow, "arrow");
|
|
@@ -129138,7 +128848,7 @@ function preventOverflow(data, options) {
|
|
|
129138
128848
|
if (popper2[placement] < boundaries[placement] && !options.escapeWithReference) {
|
|
129139
128849
|
value = Math.max(popper2[placement], boundaries[placement]);
|
|
129140
128850
|
}
|
|
129141
|
-
return
|
|
128851
|
+
return defineProperty5({}, placement, value);
|
|
129142
128852
|
}, "primary"),
|
|
129143
128853
|
secondary: /* @__PURE__ */ __name(function secondary(placement) {
|
|
129144
128854
|
var mainSide = placement === "right" ? "left" : "top";
|
|
@@ -129146,7 +128856,7 @@ function preventOverflow(data, options) {
|
|
|
129146
128856
|
if (popper2[placement] > boundaries[placement] && !options.escapeWithReference) {
|
|
129147
128857
|
value = Math.min(popper2[mainSide], boundaries[placement] - (placement === "right" ? popper2.width : popper2.height));
|
|
129148
128858
|
}
|
|
129149
|
-
return
|
|
128859
|
+
return defineProperty5({}, mainSide, value);
|
|
129150
128860
|
}, "secondary")
|
|
129151
128861
|
};
|
|
129152
128862
|
order2.forEach(function(placement) {
|
|
@@ -129167,8 +128877,8 @@ function shift3(data) {
|
|
|
129167
128877
|
var side = isVertical ? "left" : "top";
|
|
129168
128878
|
var measurement = isVertical ? "width" : "height";
|
|
129169
128879
|
var shiftOffsets = {
|
|
129170
|
-
start:
|
|
129171
|
-
end:
|
|
128880
|
+
start: defineProperty5({}, side, reference2[side]),
|
|
128881
|
+
end: defineProperty5({}, side, reference2[side] + reference2[measurement] - popper2[measurement])
|
|
129172
128882
|
};
|
|
129173
128883
|
data.offsets.popper = _extends$1({}, popper2, shiftOffsets[shiftvariation]);
|
|
129174
128884
|
}
|