From ab049850f90d7692df1b1e923269c712c99dbab5 Mon Sep 17 00:00:00 2001
From: Scott Cain
Date: Wed, 18 Dec 2024 14:22:08 -0800
Subject: [PATCH] updatinge letter case message and bumping version
---
lib/package.json | 2 +-
lib/src/components/GenericSeqPanel.tsx | 6 ++++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/lib/package.json b/lib/package.json
index b11e73e..c12331e 100644
--- a/lib/package.json
+++ b/lib/package.json
@@ -8,7 +8,7 @@
},
"main": "dist/index.js",
"module": "esm/index.js",
- "version": "1.5.3",
+ "version": "1.6.0",
"keywords": [
"bioinformatics",
"gene page",
diff --git a/lib/src/components/GenericSeqPanel.tsx b/lib/src/components/GenericSeqPanel.tsx
index bd108be..25266dc 100644
--- a/lib/src/components/GenericSeqPanel.tsx
+++ b/lib/src/components/GenericSeqPanel.tsx
@@ -154,8 +154,10 @@ const GenericSeqPanel = observer(function ({
assembly.
- Lowercase bases have been soft masked by NCBI Genomes to
- mark repetitive sequences.
+ Lower case bases for noncoding transcripts indicate mature
+ transcript sequence (i.e., spliced exons when applicable) and for
+ coding transcripts indicate mature transcript's coding region
+ (i.e., CDS).