Skip to content

Commit

Permalink
updatinge letter case message and bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcain committed Dec 18, 2024
1 parent fad3539 commit ab04985
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"main": "dist/index.js",
"module": "esm/index.js",
"version": "1.5.3",
"version": "1.6.0",
"keywords": [
"bioinformatics",
"gene page",
Expand Down
6 changes: 4 additions & 2 deletions lib/src/components/GenericSeqPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,10 @@ const GenericSeqPanel = observer(function ({
assembly.
</p>
<p style={{ fontSize: "small" }}>
&nbsp;Lowercase bases have been soft masked by NCBI Genomes to
mark repetitive sequences.
&nbsp;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

Check failure on line 159 in lib/src/components/GenericSeqPanel.tsx

View workflow job for this annotation

GitHub Actions / Lint, build, and test on node 22.x and ubuntu-latest

`'` can be escaped with `&apos;`, `&lsquo;`, `&#39;`, `&rsquo;`
(i.e., CDS).
</p>
</div>
</div>
Expand Down

0 comments on commit ab04985

Please sign in to comment.