Skip to content

Commit

Permalink
Fix OOM for long-read data caused by n=14 in KMapper2 (milaboratory#1269
Browse files Browse the repository at this point in the history
)
  • Loading branch information
PoslavskySV authored Jul 29, 2023
1 parent bccff24 commit c627f4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ val toObfuscate: Configuration by configurations.creating {
val obfuscationLibs: Configuration by configurations.creating


val mixcrAlgoVersion = "4.4.0-15-small-fixes"
val mixcrAlgoVersion = "4.4.0-18-kmapper2-for-long-read-data-"
val milibVersion = ""
val mitoolVersion = ""
val repseqioVersion = ""
Expand Down
1 change: 1 addition & 0 deletions changelogs/v4.4.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
## Bug fixes

- Fixes crush when input contains quality scores > 70
- Fixes excessive memory consumption issue for long read data

0 comments on commit c627f4b

Please sign in to comment.