@datagrok/bio 2.4.24 → 2.4.25

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/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "name": "Leonid Stolbov",
6
6
  "email": "lstolbov@datagrok.ai"
7
7
  },
8
- "version": "2.4.24",
8
+ "version": "2.4.25",
9
9
  "description": "Bioinformatics support (import/export of sequences, conversion, visualization, analysis). [See more](https://github.com/datagrok-ai/public/blob/master/packages/Bio/README.md) for details.",
10
10
  "repository": {
11
11
  "type": "git",
@@ -27,7 +27,7 @@ export async function demoBio01aUI() {
27
27
 
28
28
  try {
29
29
  const demoScript = new DemoScript(
30
- 'Demo',
30
+ 'Sequence Space',
31
31
  'Exploring sequence space of Macromolecules, comparison with hierarchical clustering results');
32
32
  await demoScript
33
33
  .step(`Load DNA sequences`, async () => {