@platforma-open/milaboratories.sort-seq-analysis.block 1.1.0 → 1.1.1
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
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @platforma-open/milaboratories.sort-seq-analysis.block
|
|
2
2
|
|
|
3
|
+
## 1.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- ea684c4: Republish the software package off version 1.1.0
|
|
8
|
+
|
|
9
|
+
The binary registry already held `software/.../main/1.1.0.tgz`, uploaded on 13 August from a much
|
|
10
|
+
older source tree. The 1.1.0 release did not replace it, so the block paired its new workflow with
|
|
11
|
+
that old Python and every run failed with `unrecognized arguments: --positions --parents`.
|
|
12
|
+
|
|
13
|
+
No behaviour changes. This moves every package to 1.1.1, which is free on both registries.
|
|
14
|
+
|
|
15
|
+
Column labels are also put in title case, so "Mean bin vs parent" now reads "Mean Bin vs Parent".
|
|
16
|
+
Only the display labels change; column names, domains and values are untouched.
|
|
17
|
+
|
|
3
18
|
## 1.1.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
|
@@ -16,9 +16,9 @@ A run may have either, or both. With both, the block emits both sets of scores.
|
|
|
16
16
|
|
|
17
17
|
When the gates are ordered, every variant gets two values per condition:
|
|
18
18
|
|
|
19
|
-
- **Mean
|
|
19
|
+
- **Mean Bin** — the read-weighted mean of the gate ranks the variant's reads fell in, in gate-rank units.
|
|
20
20
|
Higher means the variant sorted into higher gates. Not an affinity and not calibrated.
|
|
21
|
-
- **Mean
|
|
21
|
+
- **Mean Bin vs Parent** — the mean bin minus the parent's. Zero means the variant behaves like the parent at
|
|
22
22
|
that condition.
|
|
23
23
|
|
|
24
24
|
## An Unsorted Input: Per-Gate Enrichment
|
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.1.
|
|
1
|
+
{"schema":"v2","description":{"id":{"organization":"milaboratories","name":"sort-seq-analysis","version":"1.1.1"},"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. 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.","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":1790252137315,"files":[{"name":"main.plj.gz","size":811071,"sha256":"E91D8788DB5A095C25B84B8EE1FC31E736EA6E34A9CD5D96C5DC1C1ADC0C9462"},{"name":"model.json","size":567097,"sha256":"575503B818163120E48B98F57213E34B3FBAE9072B178CA824E198A369B07329"},{"name":"ui.tgz","size":6382459,"sha256":"E59BE802C742C16228016B31B7ADBCFDD7106D801E665029B3A70158101DAE43"},{"name":"organization-logo.png","size":24439,"sha256":"FA71390C77C91E4B7FAAE5640D00F92F1E3F2869296F68B6040DD7CC549A50B5"},{"name":"description.md","size":2503,"sha256":"843423713EA6DAED8FB89B910716733E048D5DB657688FC35F9854821227A57C"},{"name":"CHANGELOG.md","size":6744,"sha256":"95D5C4ED224C03E91E20B7BFEA4EBFF6198BF258BD111F5367C47FCBC145A4F3"},{"name":"block-logo.png","size":21527,"sha256":"6BB33BAF0CD039549661B51AE490373BE60D1811EC71F5023400928293BC2427"}]}
|
package/block-pack/ui.tgz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platforma-open/milaboratories.sort-seq-analysis.block",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist",
|
|
6
6
|
"block-pack"
|
|
@@ -24,10 +24,10 @@
|
|
|
24
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.
|
|
28
|
-
"@platforma-open/milaboratories.sort-seq-analysis.workflow": "1.1.0",
|
|
27
|
+
"@platforma-open/milaboratories.sort-seq-analysis.workflow": "1.1.1",
|
|
29
28
|
"@platforma-open/milaboratories.sort-seq-analysis.kind": "1.0.1",
|
|
30
|
-
"@platforma-open/milaboratories.sort-seq-analysis.ui": "1.1.
|
|
29
|
+
"@platforma-open/milaboratories.sort-seq-analysis.ui": "1.1.1",
|
|
30
|
+
"@platforma-open/milaboratories.sort-seq-analysis.model": "1.1.1"
|
|
31
31
|
},
|
|
32
32
|
"block": {
|
|
33
33
|
"components": {
|