Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SUPPORTED_INSTRUMENT_SOFTWARE.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The parsers follow maturation levels of: Recommended, Candidate Release, Working
.1+|Electrophoresis|Agilent TapeStation Analysis|Recommended|BENCHLING/2024/09
.2+|Flow Cytometry|BD Biosciences FACSDiva|Recommended|BENCHLING/2025/03
|FlowJo|Recommended|BENCHLING/2025/03
.4+|Liquid Chromatography|Agilent OpenLab CDS|Working Draft|BENCHLING/2023/09
.4+|Liquid Chromatography|Agilent OpenLab CDS|Recommended|BENCHLING/2023/09
|Benchling Waters Empower Adapter|Recommended|BENCHLING/2023/09
|Cytiva Unicorn|Recommended|BENCHLING/2023/09
|Benchling Thermo Fisher Scientific Chromeleon|Recommended|BENCHLING/2023/09
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

class AgilentOpenLabCDSParser(VendorParser[Data, Model]):
DISPLAY_NAME = constants.DISPLAY_NAME
RELEASE_STATE = ReleaseState.WORKING_DRAFT
RELEASE_STATE = ReleaseState.RECOMMENDED
SUPPORTED_EXTENSIONS = "rslt"
SCHEMA_MAPPER = Mapper

Expand Down
Loading