@datagrok-libraries/bio
Advanced tools
Comparing version 5.45.1 to 5.45.2
# bio changelog | ||
## 5.45.2 (2024-10-11) | ||
### Bug fixes | ||
* Fix moving setUnits methods to ISeqHelper | ||
* Fix dependencies version | ||
## 5.45.1 (2024-10-11) | ||
@@ -4,0 +11,0 @@ |
@@ -11,3 +11,3 @@ { | ||
"friendlyName": "Datagrok bio library", | ||
"version": "5.45.1", | ||
"version": "5.45.2", | ||
"description": "Bio utilities, types supporting Macromolecule, Molecule3D data", | ||
@@ -41,3 +41,3 @@ "dependencies": { | ||
"datagrok-tools": "latest", | ||
"eslint": "^9.12.0", | ||
"eslint": "8.57.1", | ||
"eslint-config-google": "^0.14.0", | ||
@@ -44,0 +44,0 @@ "eslint-plugin-deprecation": "^3.0.0", |
@@ -15,2 +15,3 @@ import * as DG from 'datagrok-api/dg'; | ||
export interface ISeqHandler { | ||
get column(): DG.Column<string>; | ||
get alphabet(): string; | ||
@@ -17,0 +18,0 @@ get notation(): NOTATION; |
@@ -18,4 +18,7 @@ import * as DG from 'datagrok-api/dg'; | ||
getSeqMonomers(seqCol: DG.Column<string>): string[]; | ||
setUnitsToFastaColumn(sh: ISeqHandler): void; | ||
setUnitsToSeparatorColumn(sh: ISeqHandler): void; | ||
setUnitsToHelmColumn(sh: ISeqHandler): void; | ||
} | ||
export declare function getSeqHelper(): Promise<ISeqHelper>; | ||
//# sourceMappingURL=seq-helper.d.ts.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
758987
9280