@datagrok/peptides 1.8.2 → 1.8.3
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-test.js +2 -2
- package/dist/package.js +2 -2
- package/package.json +2 -2
- package/src/package.ts +1 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datagrok/peptides",
|
|
3
3
|
"friendlyName": "Peptides",
|
|
4
|
-
"version": "1.8.
|
|
4
|
+
"version": "1.8.3",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Volodymyr Dyma",
|
|
7
7
|
"email": "vdyma@datagrok.ai"
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@datagrok-libraries/ml": "^6.3.3",
|
|
18
18
|
"@datagrok-libraries/statistics": "^1.1.7",
|
|
19
19
|
"@datagrok-libraries/utils": "^4.0.2",
|
|
20
|
-
"@datagrok-libraries/tutorials": "^1.3.
|
|
20
|
+
"@datagrok-libraries/tutorials": "^1.3.2",
|
|
21
21
|
"cash-dom": "^8.1.2",
|
|
22
22
|
"datagrok-api": "^1.6.0",
|
|
23
23
|
"file-loader": "^6.2.0",
|
package/src/package.ts
CHANGED
|
@@ -176,6 +176,7 @@ export async function peptideSpacePanel(col: DG.Column): Promise<DG.Widget> {
|
|
|
176
176
|
//name: Macromolecule SAR Analysis
|
|
177
177
|
//description: Macromolecule SAR Analysis demo on peptide sequences in FASTA format
|
|
178
178
|
//meta.demoPath: Bioinformatics | Macromolecule SAR Analysis
|
|
179
|
+
//meta.isDemoScript: True
|
|
179
180
|
export async function macromoleculeSarFastaDemo(): Promise<void> {
|
|
180
181
|
return macromoleculeSarFastaDemoUI();
|
|
181
182
|
}
|