Skip to content

Commit 849dc39

Browse files
committed
qiacuity dpcr - Added unread data
1 parent cfe0eae commit 849dc39

4 files changed

Lines changed: 316 additions & 3 deletions

File tree

src/allotropy/parsers/qiacuity_dpcr/qiacuity_dpcr_structure.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def create_measurements(data: SeriesData) -> Measurement:
4242
positive_partition_count=data[int, "Partitions (positive)"],
4343
negative_partition_count=data.get(int, "Partitions (negative)"),
4444
fluorescence_intensity_threshold_setting=data.get(float, "Threshold"),
45+
custom_info=data.get_unread(),
4546
)
4647

4748

tests/parsers/qiacuity_dpcr/testdata/qiacuity_dpcr_example01.json

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@
5959
}
6060
}
6161
]
62+
},
63+
"custom information document": {
64+
"Reaction Mix": "5p",
65+
"IC": "-",
66+
"Control type": "-",
67+
"CI (95%)": 4.6
6268
}
6369
},
6470
{
@@ -106,6 +112,12 @@
106112
}
107113
}
108114
]
115+
},
116+
"custom information document": {
117+
"Reaction Mix": "5p",
118+
"IC": "-",
119+
"Control type": "-",
120+
"CI (95%)": 15.2
109121
}
110122
},
111123
{
@@ -153,6 +165,12 @@
153165
}
154166
}
155167
]
168+
},
169+
"custom information document": {
170+
"Reaction Mix": "5p",
171+
"IC": "-",
172+
"Control type": "-",
173+
"CI (95%)": 10.3
156174
}
157175
},
158176
{
@@ -200,6 +218,12 @@
200218
}
201219
}
202220
]
221+
},
222+
"custom information document": {
223+
"Reaction Mix": "5p",
224+
"IC": "-",
225+
"Control type": "-",
226+
"CI (95%)": 4.2
203227
}
204228
},
205229
{
@@ -247,6 +271,12 @@
247271
}
248272
}
249273
]
274+
},
275+
"custom information document": {
276+
"Reaction Mix": "5p",
277+
"IC": "-",
278+
"Control type": "-",
279+
"CI (95%)": 3.3
250280
}
251281
},
252282
{
@@ -294,6 +324,12 @@
294324
}
295325
}
296326
]
327+
},
328+
"custom information document": {
329+
"Reaction Mix": "5p",
330+
"IC": "-",
331+
"Control type": "-",
332+
"CI (95%)": 6.6
297333
}
298334
}
299335
]
@@ -305,7 +341,7 @@
305341
"UNC path": "tests/parsers/qiacuity_dpcr/testdata/qiacuity_dpcr_example01.csv",
306342
"software name": "Qiacuity Software Suite",
307343
"ASM converter name": "allotropy_qiacuity_dpcr",
308-
"ASM converter version": "0.1.92"
344+
"ASM converter version": "0.1.106"
309345
}
310346
}
311347
}

tests/parsers/qiacuity_dpcr/testdata/qiacuity_dpcr_example02.json

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@
5959
}
6060
}
6161
]
62+
},
63+
"custom information document": {
64+
"IC": "-",
65+
"Control type": "-",
66+
"Reaction Mix": "5p",
67+
"CI (95%)": 4.6
6268
}
6369
},
6470
{
@@ -106,6 +112,12 @@
106112
}
107113
}
108114
]
115+
},
116+
"custom information document": {
117+
"IC": "-",
118+
"Control type": "-",
119+
"Reaction Mix": "5p",
120+
"CI (95%)": 15.2
109121
}
110122
},
111123
{
@@ -153,6 +165,12 @@
153165
}
154166
}
155167
]
168+
},
169+
"custom information document": {
170+
"IC": "-",
171+
"Control type": "-",
172+
"Reaction Mix": "5p",
173+
"CI (95%)": 10.3
156174
}
157175
},
158176
{
@@ -200,6 +218,12 @@
200218
}
201219
}
202220
]
221+
},
222+
"custom information document": {
223+
"IC": "-",
224+
"Control type": "-",
225+
"Reaction Mix": "5p",
226+
"CI (95%)": 4.2
203227
}
204228
},
205229
{
@@ -247,6 +271,12 @@
247271
}
248272
}
249273
]
274+
},
275+
"custom information document": {
276+
"IC": "-",
277+
"Control type": "-",
278+
"Reaction Mix": "5p",
279+
"CI (95%)": 3.3
250280
}
251281
},
252282
{
@@ -294,6 +324,12 @@
294324
}
295325
}
296326
]
327+
},
328+
"custom information document": {
329+
"IC": "-",
330+
"Control type": "-",
331+
"Reaction Mix": "5p",
332+
"CI (95%)": 6.6
297333
}
298334
}
299335
]
@@ -305,7 +341,7 @@
305341
"UNC path": "tests/parsers/qiacuity_dpcr/testdata/qiacuity_dpcr_example02.csv",
306342
"software name": "Qiacuity Software Suite",
307343
"ASM converter name": "allotropy_qiacuity_dpcr",
308-
"ASM converter version": "0.1.61"
344+
"ASM converter version": "0.1.106"
309345
}
310346
}
311347
}

0 commit comments

Comments
 (0)