You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Canonical queues:
46
46
-`ilmn_start_seq_run`
47
47
-`ont_start_seq_run`
48
48
49
-
Atlas records intake outcomes first. Bloom accepts only Atlas-approved material, links that material to Atlas TRF/Test/process-item context through explicit graph-linked reference objects, and preserves lineage from specimen/container through plate and well placement, library prep, pooling, sequencing run creation, and sequenced library assignment.
49
+
Atlas records intake outcomes first. Bloom accepts only Atlas-approved material, links that material to Atlas TRF/Test/fulfillment-item context through explicit graph-linked reference objects, and preserves lineage from specimen/container through plate and well placement, library prep, pooling, sequencing run creation, and sequenced library assignment.
50
50
The atomic business/fulfillment/reporting unit is `TRF.test`; `TRF` is a rollup container across child tests.
51
51
Accepted-material ingress queue membership is applied to the physical container (`container_euid`), with specimen queue reads falling back to containing-container queue state when needed.
52
52
@@ -63,7 +63,7 @@ Bloom returns:
63
63
-`atlas_tenant_id`
64
64
-`atlas_trf_euid`
65
65
-`atlas_test_euid`
66
-
-`atlas_test_process_item_euid`
66
+
-`atlas_test_fulfillment_item_euid`
67
67
68
68
Public beta APIs return EUIDs only. Internal UUIDs are not part of the supported contract.
69
69
@@ -137,7 +137,7 @@ Workflow/workset runtime surfaces are retired from active API/GUI mounts for the
137
137
138
138
## Development
139
139
140
-
Bloom runs on the TapDB-backed adapter layer used across the LSMC refactor. The beta queue flow uses explicit object creation, lineage writes, targeted lookup queries, process-item references, and idempotency keys on direct integration calls.
140
+
Bloom runs on the TapDB-backed adapter layer used across the LSMC refactor. The beta queue flow uses explicit object creation, lineage writes, targeted lookup queries, fulfillment-item references, and idempotency keys on direct integration calls.
Bloom persists Atlas linkage through graph-linked reference objects and returns EUID-only identifiers for created material plus `process_item_euids[]`.
18
+
Bloom persists Atlas linkage through graph-linked reference objects and returns EUID-only identifiers for created material plus `fulfillment_item_euids[]`.
19
19
20
20
For accepted-material ingress, queue transitions are expected on `container_euid` (container-first lab movement).
0 commit comments