@platforma-open/milaboratories.sort-seq-analysis.block 1.0.4 → 1.0.5
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 +25 -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/organization-logo.png +0 -0
- package/block-pack/published.json +1 -1
- package/block-pack/ui.tgz +0 -0
- package/dist/AGENTS.d.ts +10 -0
- package/dist/AGENTS.d.ts.map +1 -1
- package/dist/index.d.ts +10 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +27 -4
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/block-pack/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @platforma-open/milaboratories.sort-seq-analysis.block
|
|
2
2
|
|
|
3
|
+
## 1.0.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 4945fef: Pool replicate samples instead of refusing the run
|
|
8
|
+
|
|
9
|
+
A condition-and-gate group holding more than one sample used to fail the run. Its reads are
|
|
10
|
+
now summed, matching what `titeseq-analysis` and `clonotype-enrichment` already do.
|
|
11
|
+
|
|
12
|
+
The pooling is reported rather than silent, which is the objection the original refusal was
|
|
13
|
+
raised against: the manifest gains a `pooledGroups` list, the run log names every merged
|
|
14
|
+
group and its samples, and the Run statistics dialog shows a warning listing them. The dialog
|
|
15
|
+
resolves sample ids to sample labels through the sample axis's label column, so the alert
|
|
16
|
+
names samples the way the user does. Only retained conditions are reported — an excluded
|
|
17
|
+
condition is not part of the run. Where replicates supplied different sort fractions, the
|
|
18
|
+
non-null values are averaged and that is flagged separately.
|
|
19
|
+
|
|
20
|
+
Two things broke quietly on replicate samples and are fixed at the source, by pooling before
|
|
21
|
+
anything reads the table: the read-distribution file emitted duplicate `(variantKey, gate)`
|
|
22
|
+
keys, and the sort-fraction check counted a twice-collected gate's fraction twice and refused
|
|
23
|
+
runs that were entirely valid.
|
|
24
|
+
|
|
25
|
+
This is temporary. It does not decide whether replicates should be pooled at all rather than
|
|
26
|
+
scored separately, nor what to do when they disagree on the sort fraction.
|
|
27
|
+
|
|
3
28
|
## 1.0.4
|
|
4
29
|
|
|
5
30
|
### 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.5"},"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":1788210798702,"files":[{"name":"main.plj.gz","size":798311,"sha256":"044CACD9C274199813F699E5E52B08DA3756BCEF9CF1F66B2B28139D028D91EC"},{"name":"model.json","size":558265,"sha256":"9001FEA3057EFE3C05A1B5E9A7E9066A73BD657DB496A40F6198E440AFE8B68B"},{"name":"ui.tgz","size":6371295,"sha256":"B6F9E9168395F1FC9495BCAC47B5BA7E211A183A60A0CCB67D747A47A1325C09"},{"name":"organization-logo.png","size":24439,"sha256":"FA71390C77C91E4B7FAAE5640D00F92F1E3F2869296F68B6040DD7CC549A50B5"},{"name":"description.md","size":1035,"sha256":"49CEBEA9C9B395A12ECC5D1FF7CDEE9E6BA371C5D4E6E7FA874C07A3DC1AB3E1"},{"name":"CHANGELOG.md","size":4703,"sha256":"DBD90BBD153D15B86AEC1211804A0A1AF8D03A71F13EFAD8B5C719D3C44CC010"},{"name":"block-logo.png","size":21527,"sha256":"6BB33BAF0CD039549661B51AE490373BE60D1811EC71F5023400928293BC2427"}]}
|