-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'jdaw/fix-5mCG-model-config' into 'master'
fix v4.2 sup 5mCG_5hmCG motif in config See merge request machine-learning/dorado!664
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -235,7 +235,7 @@ Below is a table of the available basecalling models and the modified basecallin | |
| :-------- | :------- | :--- | :--- | | ||
| **[email protected]** | 5mCG_5hmCG | v2 | 5 kHz | | ||
| **[email protected]** | 5mCG_5hmCG | v2 | 5 kHz | | ||
| **[email protected]** | 5mCG_5hmCG<br />5mC_5hmC<br />5mC<br />6mA<br />| v3<br />v1<br />v2<br />v3| 5 kHz | | ||
| **[email protected]** | 5mCG_5hmCG<br />5mC_5hmC<br />5mC<br />6mA<br />| v3.1<br />v1<br />v2<br />v3| 5 kHz | | ||
| [email protected] | 5mCG_5hmCG | v2 | 4 kHz | | ||
| [email protected] | 5mCG_5hmCG | v2 | 4 kHz | | ||
| [email protected] | 5mCG_5hmCG | v2 | 4 kHz | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -194,8 +194,8 @@ const ModelMap models = { | |
{"2112aa355757906bfb815bf178fee260ad90cd353781ee45c121024c5caa7c6b"}}, | ||
{"[email protected]_5mCG_5hmCG@v2", | ||
{"6b3604799d85e81d06c97181af093b30483cec9ad02f54a631eca5806f7848ef"}}, | ||
{"[email protected]_5mCG_5hmCG@v3", | ||
{"9aad5395452ed49fb8442892a8b077afacb80664cf21cc442de76e820ed6e09c"}}, | ||
{"[email protected]_5mCG_5hmCG@v3.1", | ||
{"5f8016f1b47e3c31825233e1eac8b7074bd61705cb5dfeca9e588d5077b18b66"}}, | ||
{"[email protected]_5mC@v2", | ||
{"61ecdba6292637942bc9f143180054084f268d4f8a7e1c7a454413519d5458a7"}}, | ||
{"[email protected]_6mA@v2", | ||
|