From cb8188c448a0f5b5637364eb58d6b7881e294165 Mon Sep 17 00:00:00 2001 From: james-leinas <157071641+james-leinas@users.noreply.github.com> Date: Thu, 17 Oct 2024 10:01:29 -0700 Subject: [PATCH 1/2] Fix typo in SUPPORTED_INSTRUMENT_SOFTWARE.adoc Signed-off-by: james-leinas <157071641+james-leinas@users.noreply.github.com> --- SUPPORTED_INSTRUMENT_SOFTWARE.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SUPPORTED_INSTRUMENT_SOFTWARE.adoc b/SUPPORTED_INSTRUMENT_SOFTWARE.adoc index 4cef1997b..47ffb0a01 100644 --- a/SUPPORTED_INSTRUMENT_SOFTWARE.adoc +++ b/SUPPORTED_INSTRUMENT_SOFTWARE.adoc @@ -2,7 +2,7 @@ The parsers follow maturation levels of: Recommended, Candidate Release, Working Draft. * Recommended - the parser is ready for production use. -* Candidate Release - "beta" - the parser is working for some cases, but may have bugs or need more test test cases for hardening. +* Candidate Release - "beta" - the parser is working for some cases, but may have bugs or need more test cases for hardening. * Working Draft - "alpha" - in development, not recommended for production use. [cols="4*^.^"] |=== @@ -40,4 +40,4 @@ The parsers follow maturation levels of: Recommended, Candidate Release, Working |Qiacuity dPCR|Recommended|BENCHLING/2023/09 .2+|qPCR|AppBio QuantStudio RT-PCR|Recommended|BENCHLING/2023/09 |AppBio QuantStudio Design & Analysis|Recommended|BENCHLING/2023/09 -|=== \ No newline at end of file +|=== From 5c156d70ad1ca062c59e1c9532da270ee11f0f6e Mon Sep 17 00:00:00 2001 From: james-leinas Date: Thu, 17 Oct 2024 11:14:20 -0700 Subject: [PATCH 2/2] Update parser_factory.py and regenerate SUPPORTED_INSTRUMENT_SOFTWARE.adoc Signed-off-by: james-leinas --- SUPPORTED_INSTRUMENT_SOFTWARE.adoc | 2 +- src/allotropy/parser_factory.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SUPPORTED_INSTRUMENT_SOFTWARE.adoc b/SUPPORTED_INSTRUMENT_SOFTWARE.adoc index 47ffb0a01..9509cb0fe 100644 --- a/SUPPORTED_INSTRUMENT_SOFTWARE.adoc +++ b/SUPPORTED_INSTRUMENT_SOFTWARE.adoc @@ -40,4 +40,4 @@ The parsers follow maturation levels of: Recommended, Candidate Release, Working |Qiacuity dPCR|Recommended|BENCHLING/2023/09 .2+|qPCR|AppBio QuantStudio RT-PCR|Recommended|BENCHLING/2023/09 |AppBio QuantStudio Design & Analysis|Recommended|BENCHLING/2023/09 -|=== +|=== \ No newline at end of file diff --git a/src/allotropy/parser_factory.py b/src/allotropy/parser_factory.py index 7ae62c0bf..e1797ead9 100644 --- a/src/allotropy/parser_factory.py +++ b/src/allotropy/parser_factory.py @@ -211,7 +211,7 @@ def get_table_contents() -> str: The parsers follow maturation levels of: Recommended, Candidate Release, Working Draft. * Recommended - the parser is ready for production use. -* Candidate Release - "beta" - the parser is working for some cases, but may have bugs or need more test test cases for hardening. +* Candidate Release - "beta" - the parser is working for some cases, but may have bugs or need more test cases for hardening. * Working Draft - "alpha" - in development, not recommended for production use. """ table_data: defaultdict[str, list[Vendor]] = defaultdict(list)