@datagrok-libraries/bio
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -8,10 +8,12 @@ { | ||
"friendlyName": "Datagrok bio library", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
"dependencies": { | ||
"@datagrok-libraries/utils": ">=0.0.22", | ||
"@types/wu": "latest", | ||
"cash-dom": "latest", | ||
"datagrok-api": "^1.1.5", | ||
"dayjs": "latest", | ||
"rxjs": "^6.5.5" | ||
"rxjs": "^6.5.5", | ||
"wu": "latest" | ||
}, | ||
@@ -18,0 +20,0 @@ "devDependencies": { |
@@ -88,3 +88,7 @@ import * as DG from 'datagrok-api/dg'; | ||
private pickUpSeqCol; | ||
private static splitRe; | ||
private splitSeqToMonomers; | ||
/** Only some of the synonyms. These were obtained from the clustered oligopeptide dataset. */ | ||
private static aaSynonyms; | ||
} | ||
//# sourceMappingURL=web-logo.d.ts.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
180749
1326
7
+ Added@types/wu@latest
+ Addedwu@latest