@datagrok/sequence-translator 1.9.1 → 1.9.2

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@datagrok/sequence-translator",
3
3
  "friendlyName": "Sequence Translator",
4
- "version": "1.9.1",
4
+ "version": "1.9.2",
5
5
  "author": {
6
6
  "name": "Leonid Stolbov",
7
7
  "email": "lstolbov@datagrok.ai"
@@ -115,7 +115,7 @@ export async function getPTCombineDialog() {
115
115
  }
116
116
  }
117
117
  dfs('', 0);
118
- const df = DG.DataFrame.fromColumns([DG.Column.fromStrings('Combined', result)]);
118
+ const df = DG.DataFrame.fromColumns([DG.Column.fromStrings('Combined Sequences', result)]);
119
119
  df.name = 'Combined Sequences';
120
120
  await df.meta.detectSemanticTypes();
121
121
  await grok.data.detectSemanticTypes(df);