diff --git a/SUPPORTED_INSTRUMENT_SOFTWARE.adoc b/SUPPORTED_INSTRUMENT_SOFTWARE.adoc index 962bb892f..4b8923808 100644 --- a/SUPPORTED_INSTRUMENT_SOFTWARE.adoc +++ b/SUPPORTED_INSTRUMENT_SOFTWARE.adoc @@ -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 diff --git a/src/allotropy/parsers/agilent_openlab_cds/agilent_openlab_cds_parser.py b/src/allotropy/parsers/agilent_openlab_cds/agilent_openlab_cds_parser.py index ce26b41dd..f4e7bdb46 100644 --- a/src/allotropy/parsers/agilent_openlab_cds/agilent_openlab_cds_parser.py +++ b/src/allotropy/parsers/agilent_openlab_cds/agilent_openlab_cds_parser.py @@ -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