Skip to content

Commit fce2909

Browse files
chore: Agilent OpenLab CDS - mark as RECOMMENDED (#1017)
1 parent 71c389a commit fce2909

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

SUPPORTED_INSTRUMENT_SOFTWARE.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The parsers follow maturation levels of: Recommended, Candidate Release, Working
2525
.1+|Electrophoresis|Agilent TapeStation Analysis|Recommended|BENCHLING/2024/09
2626
.2+|Flow Cytometry|BD Biosciences FACSDiva|Recommended|BENCHLING/2025/03
2727
|FlowJo|Recommended|BENCHLING/2025/03
28-
.4+|Liquid Chromatography|Agilent OpenLab CDS|Working Draft|BENCHLING/2023/09
28+
.4+|Liquid Chromatography|Agilent OpenLab CDS|Recommended|BENCHLING/2023/09
2929
|Benchling Waters Empower Adapter|Recommended|BENCHLING/2023/09
3030
|Cytiva Unicorn|Recommended|BENCHLING/2023/09
3131
|Benchling Thermo Fisher Scientific Chromeleon|Recommended|BENCHLING/2023/09

src/allotropy/parsers/agilent_openlab_cds/agilent_openlab_cds_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
class AgilentOpenLabCDSParser(VendorParser[Data, Model]):
2323
DISPLAY_NAME = constants.DISPLAY_NAME
24-
RELEASE_STATE = ReleaseState.WORKING_DRAFT
24+
RELEASE_STATE = ReleaseState.RECOMMENDED
2525
SUPPORTED_EXTENSIONS = "rslt"
2626
SCHEMA_MAPPER = Mapper
2727

0 commit comments

Comments
 (0)