Skip to content

Commit

Permalink
Merge branch 'mvella/add-rna004-models' into 'master'
Browse files Browse the repository at this point in the history
Add RNA004 models

See merge request machine-learning/dorado!481
  • Loading branch information
tijyojwad committed Jul 13, 2023
2 parents 24b6c4e + 12cc63c commit 4ce0cb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ The following simplex models are also available:
* rna002_70bps_fast@v3
* rna002_70bps_hac@v3
* rna003_120bps_sup@v3
* rna004_130bps_fast@v3
* rna004_130bps_hac@v3
* rna004_130bps_sup@v3

### **Modified base models**

Expand Down
4 changes: 4 additions & 0 deletions dorado/utils/models.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ static const std::vector<std::string> models = {
// RNA003
"rna003_120bps_sup@v3",

// RNA004
"rna004_130bps_fast@v3",
"rna004_130bps_hac@v3",
"rna004_130bps_sup@v3",
};

} // namespace simplex
Expand Down

0 comments on commit 4ce0cb0

Please sign in to comment.