@teselagen/sequence-utils 0.3.36 → 0.3.37
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 +1 -1
- package/index.js +1 -1
- package/index.umd.cjs +1 -1
- package/package.json +1 -1
- package/src/featureTypesAndColors.js +1 -1
package/index.cjs
CHANGED
|
@@ -3563,7 +3563,7 @@ const genbankFeatureTypes = [
|
|
|
3563
3563
|
{ name: "regulatory", color: "#3F6C51" },
|
|
3564
3564
|
{ name: "SecStr", color: "#7B4B94" },
|
|
3565
3565
|
{ name: "Site", color: "#7D82B8" },
|
|
3566
|
-
{ name: "telomere", color: "DE9151" },
|
|
3566
|
+
{ name: "telomere", color: "#DE9151" },
|
|
3567
3567
|
{ name: "tmRNA", color: "#B7E3CC" },
|
|
3568
3568
|
{ name: "unsure", color: "#C4FFB2" },
|
|
3569
3569
|
{ name: "V_segment", color: "#D6F7A3" },
|
package/index.js
CHANGED
|
@@ -3561,7 +3561,7 @@ const genbankFeatureTypes = [
|
|
|
3561
3561
|
{ name: "regulatory", color: "#3F6C51" },
|
|
3562
3562
|
{ name: "SecStr", color: "#7B4B94" },
|
|
3563
3563
|
{ name: "Site", color: "#7D82B8" },
|
|
3564
|
-
{ name: "telomere", color: "DE9151" },
|
|
3564
|
+
{ name: "telomere", color: "#DE9151" },
|
|
3565
3565
|
{ name: "tmRNA", color: "#B7E3CC" },
|
|
3566
3566
|
{ name: "unsure", color: "#C4FFB2" },
|
|
3567
3567
|
{ name: "V_segment", color: "#D6F7A3" },
|
package/index.umd.cjs
CHANGED
|
@@ -3565,7 +3565,7 @@ var __name = (target, value) => __defProp(target, "name", { value, configurable:
|
|
|
3565
3565
|
{ name: "regulatory", color: "#3F6C51" },
|
|
3566
3566
|
{ name: "SecStr", color: "#7B4B94" },
|
|
3567
3567
|
{ name: "Site", color: "#7D82B8" },
|
|
3568
|
-
{ name: "telomere", color: "DE9151" },
|
|
3568
|
+
{ name: "telomere", color: "#DE9151" },
|
|
3569
3569
|
{ name: "tmRNA", color: "#B7E3CC" },
|
|
3570
3570
|
{ name: "unsure", color: "#C4FFB2" },
|
|
3571
3571
|
{ name: "V_segment", color: "#D6F7A3" },
|
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@ const genbankFeatureTypes = [
|
|
|
17
17
|
{ name: "regulatory", color: "#3F6C51" },
|
|
18
18
|
{ name: "SecStr", color: "#7B4B94" },
|
|
19
19
|
{ name: "Site", color: "#7D82B8" },
|
|
20
|
-
{ name: "telomere", color: "DE9151" },
|
|
20
|
+
{ name: "telomere", color: "#DE9151" },
|
|
21
21
|
{ name: "tmRNA", color: "#B7E3CC" },
|
|
22
22
|
{ name: "unsure", color: "#C4FFB2" },
|
|
23
23
|
{ name: "V_segment", color: "#D6F7A3" },
|