Skip to content

Commit 287b42d

Browse files
feat: Thermo Fisher Scientific SkanIt - Support multiplates (#1025)
* Migrate Thermo Fisher Scientific SkanIt to Plate Reader REC 25/03 * Support error documents for nan values * Fix error IntCastingNaNError. * Add support for multiplates --------- Co-authored-by: Nathan Stender <nathan.stender@benchling.com>
1 parent 1ecd574 commit 287b42d

8 files changed

Lines changed: 10480 additions & 1770 deletions

File tree

SUPPORTED_INSTRUMENT_SOFTWARE.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The parsers follow maturation levels of: Recommended, Candidate Release, Working
4545
|PerkinElmer Envision|Recommended|REC/2024/06
4646
|Revvity Kaleido|Recommended|BENCHLING/2023/09
4747
|Tecan Magellan|Recommended|REC/2024/06
48-
|Thermo Fisher Scientific SkanIt|Recommended|BENCHLING/2023/09
48+
|Thermo Fisher Scientific SkanIt|Recommended|REC/2025/03
4949
|Unchained Labs Lunatic|Recommended|REC/2024/06
5050
.3+|Solution Analyzer|Beckman Coulter PharmSpec|Recommended|REC/2024/09
5151
|NovaBio Flex2|Recommended|BENCHLING/2024/09

src/allotropy/parsers/thermo_skanit/thermo_skanit_parser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
from allotropy.allotrope.models.adm.plate_reader.benchling._2023._09.plate_reader import (
1+
from allotropy.allotrope.models.adm.plate_reader.rec._2025._03.plate_reader import (
22
Model,
33
)
4-
from allotropy.allotrope.schema_mappers.adm.plate_reader.benchling._2023._09.plate_reader import (
4+
from allotropy.allotrope.schema_mappers.adm.plate_reader.rec._2025._03.plate_reader import (
55
Data,
66
Mapper,
77
)

0 commit comments

Comments
 (0)