@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/dist/package.js +1 -1
- package/dist/package.js.map +1 -1
- package/package.json +1 -1
- package/src/polytool/pt-combine-dialog.ts +1 -1
- package/test-console-output-1.log +67 -68
- package/test-record-1.mp4 +0 -0
package/package.json
CHANGED
|
@@ -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);
|