@platforma-open/milaboratories.sort-seq-analysis.block 1.0.2 → 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.
@@ -1,5 +1,45 @@
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
+
17
+ ## 1.0.3
18
+
19
+ ### Patch Changes
20
+
21
+ - 97db2d1: Gate order is a selection, not a ranking of every value the gate column carries
22
+
23
+ The block no longer refuses to run until every distinct value of the gate column has been
24
+ given an order position. The gate column of a real sort-seq run routinely carries values
25
+ that are not rungs on the binding ladder — an unsorted input, a specificity arm, a
26
+ stability arm — and demanding a rank for each refused configurations the computation runs
27
+ perfectly well.
28
+
29
+ The ordered list is now the run's gate scope: the gates it holds, in the order it holds
30
+ them, are the ladder, and removing a value takes it and its samples out of the run. Ranks
31
+ stay contiguous from 1 over the gates that remain, so a removal leaves no gap that would
32
+ shift every score.
33
+
34
+ - **Model** — the coverage check is gone; what remains is that the list is non-empty and
35
+ names nothing the column does not carry.
36
+ - **Computation** — rows outside the declared ladder are dropped before the depths are
37
+ taken, so an unselected gate contributes to neither sum of the weighted mean. Its
38
+ samples are likewise outside the one-sample-per-group and sort-fraction refusals, and
39
+ its fraction is not part of a condition's sum.
40
+ - **A condition whose every sample sits in an unselected gate** is dropped from the run,
41
+ exactly as an excluded condition is, rather than scored to an empty file.
42
+
3
43
  ## 1.0.2
4
44
 
5
45
  ### Patch Changes
@@ -16,12 +16,3 @@ A run over N conditions emits both quantities N times, once per condition. A one
16
16
  ordinary run: it gets both quantities, with the run's single condition on each column exactly as a
17
17
  two-condition run would carry two.
18
18
 
19
- ## Downstream
20
-
21
- Everything downstream of this block is a comparison of these scores — a pH switch is the difference between
22
- a variant's bin score at two pH arms, the on-state is its raw score at the arm the campaign treats as *on*,
23
- and a shortlist is a ranking over one of them.
24
-
25
- ## Status
26
-
27
- Under development. The specification lives in `docs/text/work/projects/sequence-repertoires/facs-bin-analysis/`.
Binary file
@@ -1 +1 @@
1
- {"schema":"v2","description":{"id":{"organization":"milaboratories","name":"sort-seq-analysis","version":"1.0.2"},"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}},"timestamp":1786626175783,"files":[{"name":"main.plj.gz","size":798171,"sha256":"124BF01136DF6B1B80D8DBEFB0FE5921695865FD123231C2CC5D5A899852A2F7"},{"name":"model.json","size":516776,"sha256":"947CB59870AE4CD43D50EB2DB80A3CA5827481709E3EBDF0AF0353653D5497CF"},{"name":"ui.tgz","size":6346495,"sha256":"8F4B1B1FCEB3E2C5BD90DB279DC8E92A85FE2D1DDE85AB3EA5AA52798CEB5EB3"},{"name":"organization-logo.png","size":21527,"sha256":"6BB33BAF0CD039549661B51AE490373BE60D1811EC71F5023400928293BC2427"},{"name":"description.md","size":1440,"sha256":"96855F0CDDA06EEF7457DFB3111760BDDCAFB7B7406437F8547B03BFA821D1E7"},{"name":"CHANGELOG.md","size":1327,"sha256":"ACB5A155D76D8F1F07CC842C6537EF3A45FE8A03FC17A7F3644E024F254A00FF"},{"name":"block-logo.png","size":21527,"sha256":"6BB33BAF0CD039549661B51AE490373BE60D1811EC71F5023400928293BC2427"}]}
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"}]}