From fbc7e43f1d60a9f09378f5b751cab22d14bad185 Mon Sep 17 00:00:00 2001 From: Mike Vella Date: Thu, 13 Jul 2023 10:34:27 +0100 Subject: [PATCH 1/4] Added RNA004 models --- README.md | 3 +++ dorado/utils/models.h | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index fc80d25f3..71138cf20 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,9 @@ The following simplex models are also available: * rna002_70bps_fast@v3 * rna002_70bps_hac@v3 * rna003_120bps_sup@v3 +* rna004_120bps_fast@v3 +* rna004_120bps_hac@v3 +* rna004_120bps_sup@v3 ### **Modified base models** diff --git a/dorado/utils/models.h b/dorado/utils/models.h index b60fbdd9e..67904e461 100644 --- a/dorado/utils/models.h +++ b/dorado/utils/models.h @@ -61,6 +61,10 @@ static const std::vector models = { // RNA003 "rna003_120bps_sup@v3", + // RNA004 + "rna004_120bps_fast@v3", + "rna004_120bps_hac@v3", + "rna004_120bps_sup@v3", }; } // namespace simplex From 9fb1bd672db97c68f63aba2b81b23e4f90b206bc Mon Sep 17 00:00:00 2001 From: Mike Vella Date: Thu, 13 Jul 2023 14:31:42 +0100 Subject: [PATCH 2/4] Updated RNA004 model names to use 125bps --- dorado/utils/models.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dorado/utils/models.h b/dorado/utils/models.h index 67904e461..76e353096 100644 --- a/dorado/utils/models.h +++ b/dorado/utils/models.h @@ -62,9 +62,9 @@ static const std::vector models = { "rna003_120bps_sup@v3", // RNA004 - "rna004_120bps_fast@v3", - "rna004_120bps_hac@v3", - "rna004_120bps_sup@v3", + "rna004_125bps_fast@v3", + "rna004_125bps_hac@v3", + "rna004_125bps_sup@v3", }; } // namespace simplex From be316637770f7e1f0d1bc8457ebbd1d972d629bc Mon Sep 17 00:00:00 2001 From: Mike Vella Date: Thu, 13 Jul 2023 14:54:46 +0100 Subject: [PATCH 3/4] Updated RNA004 model names to use 130bps --- dorado/utils/models.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dorado/utils/models.h b/dorado/utils/models.h index 76e353096..76e8bb9aa 100644 --- a/dorado/utils/models.h +++ b/dorado/utils/models.h @@ -62,9 +62,9 @@ static const std::vector models = { "rna003_120bps_sup@v3", // RNA004 - "rna004_125bps_fast@v3", - "rna004_125bps_hac@v3", - "rna004_125bps_sup@v3", + "rna004_130bps_fast@v3", + "rna004_130bps_hac@v3", + "rna004_130bps_sup@v3", }; } // namespace simplex From 80ad48c21e76cd83ba193df427f82fd5505f6d05 Mon Sep 17 00:00:00 2001 From: Mike Vella Date: Thu, 13 Jul 2023 15:46:00 +0100 Subject: [PATCH 4/4] Updated RNA004 model names to use 130bps --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 71138cf20..4dc55054a 100644 --- a/README.md +++ b/README.md @@ -176,9 +176,9 @@ The following simplex models are also available: * rna002_70bps_fast@v3 * rna002_70bps_hac@v3 * rna003_120bps_sup@v3 -* rna004_120bps_fast@v3 -* rna004_120bps_hac@v3 -* rna004_120bps_sup@v3 +* rna004_130bps_fast@v3 +* rna004_130bps_hac@v3 +* rna004_130bps_sup@v3 ### **Modified base models**