@platforma-open/milaboratories.sort-seq-analysis.block 1.0.5 → 1.1.0
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/block-pack/CHANGELOG.md +26 -0
- package/block-pack/description.md +40 -11
- package/block-pack/main.plj.gz +0 -0
- package/block-pack/manifest.json +1 -1
- package/block-pack/model.json +1 -1
- package/block-pack/published.json +1 -1
- package/block-pack/ui.tgz +0 -0
- package/dist/AGENTS.d.ts +2973 -2561
- package/dist/AGENTS.d.ts.map +1 -1
- package/dist/index.d.ts +2973 -2561
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +370 -223
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platforma-open/milaboratories.sort-seq-analysis.block",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist",
|
|
6
6
|
"block-pack"
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@milaboratories/ts-builder": "1.7.2",
|
|
22
22
|
"@milaboratories/ts-configs": "1.4.0",
|
|
23
|
-
"@platforma-sdk/block-tools": "2.
|
|
24
|
-
"@platforma-sdk/model": "1.83.
|
|
23
|
+
"@platforma-sdk/block-tools": "2.16.1",
|
|
24
|
+
"@platforma-sdk/model": "1.83.17",
|
|
25
25
|
"shx": "~0.4.0",
|
|
26
26
|
"typescript": "~5.6.3",
|
|
27
|
+
"@platforma-open/milaboratories.sort-seq-analysis.model": "1.1.0",
|
|
28
|
+
"@platforma-open/milaboratories.sort-seq-analysis.workflow": "1.1.0",
|
|
27
29
|
"@platforma-open/milaboratories.sort-seq-analysis.kind": "1.0.1",
|
|
28
|
-
"@platforma-open/milaboratories.sort-seq-analysis.
|
|
29
|
-
"@platforma-open/milaboratories.sort-seq-analysis.workflow": "1.0.5",
|
|
30
|
-
"@platforma-open/milaboratories.sort-seq-analysis.ui": "1.0.5"
|
|
30
|
+
"@platforma-open/milaboratories.sort-seq-analysis.ui": "1.1.0"
|
|
31
31
|
},
|
|
32
32
|
"block": {
|
|
33
33
|
"components": {
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"logo": "file:logos/block-logo.png",
|
|
41
41
|
"url": "https://github.com/platforma-open/sort-seq-analysis",
|
|
42
42
|
"support": "mailto:support@milaboratories.com",
|
|
43
|
-
"description": "Scores protein variants from a sort-seq (FACS bin) experiment
|
|
43
|
+
"description": "Scores protein variants from a sort-seq (FACS bin) experiment. Ordered gates give each variant a read-weighted mean gate rank and its difference from the parent's. An unsorted input gate adds a per-gate enrichment, on ordered or unordered gates.",
|
|
44
44
|
"longDescription": "file:../docs/description.md",
|
|
45
45
|
"changelog": "file:./CHANGELOG.md",
|
|
46
46
|
"tags": [
|