@platforma-open/milaboratories.sort-seq-analysis.block 1.0.3 → 1.0.4
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 +14 -0
- 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 +727 -5882
- package/dist/AGENTS.d.ts.map +1 -1
- package/dist/index.d.ts +735 -5892
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4944 -4177
- package/dist/index.js.map +1 -1
- package/dist/rolldown-runtime-DC62tzP2.js +33 -0
- package/package.json +8 -7
package/block-pack/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @platforma-open/milaboratories.sort-seq-analysis.block
|
|
2
2
|
|
|
3
|
+
## 1.0.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d3a1dba: Migrate to the latest block template and declare the block kind.
|
|
8
|
+
|
|
9
|
+
Adds the mandatory `kind/` package with the block's init-params contract: the condition, gate
|
|
10
|
+
and sort-fraction column refs, the gate ladder, and the value snapshots a template needs to
|
|
11
|
+
arrive runnable. The model is built with the kind and projects the same fields back out
|
|
12
|
+
through `templateParams`.
|
|
13
|
+
|
|
14
|
+
Also takes the block through the canonical SDK upgrade — model/ui-vue 1.83.x, workflow-tengo
|
|
15
|
+
6.8.3, tengo-builder 4.0.23, block-tools 2.14.3.
|
|
16
|
+
|
|
3
17
|
## 1.0.3
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/block-pack/main.plj.gz
CHANGED
|
Binary file
|
package/block-pack/manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"schema":"v2","description":{"id":{"organization":"milaboratories","name":"sort-seq-analysis","version":"1.0.
|
|
1
|
+
{"schema":"v2","description":{"id":{"organization":"milaboratories","name":"sort-seq-analysis","version":"1.0.4"},"components":{"workflow":{"type":"workflow-v1","main":{"type":"relative","path":"main.plj.gz"}},"model":{"type":"relative","path":"model.json"},"ui":{"type":"relative","path":"ui.tgz"}},"meta":{"title":"Sort-Seq Analysis","description":"Scores protein variants from a sort-seq (FACS bin) experiment: per condition, the read-weighted mean of the gate ranks each variant sorted into, and that value minus the parent's.","longDescription":{"type":"relative","path":"description.md"},"changelog":{"type":"relative","path":"CHANGELOG.md"},"logo":{"type":"relative","path":"block-logo.png"},"url":"https://github.com/platforma-open/sort-seq-analysis","support":"mailto:support@milaboratories.com","tags":["downstream","dms","antibody","assay"],"organization":{"name":"MiLaboratories Inc","url":"https://milaboratories.com/","logo":{"type":"relative","path":"organization-logo.png"}}},"featureFlags":{"supportsLazyState":true,"supportsPframeQueryRanking":true,"requiresUIAPIVersion":3,"requiresModelAPIVersion":2,"requiresCreatePTable":2,"requiresPFramesVersion":1001031,"requiresPFrameSpec":true,"requiresPFrame":true,"requiresDialog":true,"requiresColumnsCollection":true},"kind":"@platforma-open/milaboratories.sort-seq-analysis.kind@1.0.1"},"timestamp":1788175666353,"files":[{"name":"main.plj.gz","size":798290,"sha256":"6F320562B9817FDC193BF4D5EA1AF464B27E52F74CFD066463BED305332165F4"},{"name":"model.json","size":556964,"sha256":"4E3D36DB2755E5A9B8F06FC9A65CE3DEB3AFC5C3D65B2D77009D639CF10EE08A"},{"name":"ui.tgz","size":6369593,"sha256":"A65D330DFA53434561A7A0575507EE1C74DD2A9FD1A2B97F40134FCCFA777195"},{"name":"organization-logo.png","size":21527,"sha256":"6BB33BAF0CD039549661B51AE490373BE60D1811EC71F5023400928293BC2427"},{"name":"description.md","size":1035,"sha256":"49CEBEA9C9B395A12ECC5D1FF7CDEE9E6BA371C5D4E6E7FA874C07A3DC1AB3E1"},{"name":"CHANGELOG.md","size":3316,"sha256":"E9DB4161D31E4A6A1AD99CB10098A8462E8154BA831AD497C9A89384468129A7"},{"name":"block-logo.png","size":21527,"sha256":"6BB33BAF0CD039549661B51AE490373BE60D1811EC71F5023400928293BC2427"}]}
|