Skip to content

Commit

Permalink
fix: fixes wrong column name for FR4 sequences in exports
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolotin committed Apr 11, 2023
1 parent 4a2b973 commit 7d77a3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@ val obfuscationLibs: Configuration by configurations.creating
val mixcrAlgoVersion = "4.3.0-46-allele_fix"
val milibVersion = "2.4.0-7-master"
val mitoolVersion = "1.7.0-5-main"
val repseqioVersion = "1.8.0-20-master"
val repseqioVersion = "1.8.0-21-master"

val picocliVersion = "4.6.3"
val jacksonBomVersion = "2.14.2"
val milmVersion = "3.4.0"
val milmVersion = "3.5.0"

val cliktVersion = "3.5.0"
val jcommanderVersion = "1.72"
Expand Down
1 change: 1 addition & 0 deletions changelogs/v4.3.2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Bug fixes

- fixes wrong column name for `FR4` sequences in exports
- fixed inconsistency in report and behaviour in `assemble` when `badQualityThreshold=0`
- fixes X axis label for k-mer filters in tags filtering QC plots
- adds threshold lines for tags filtering QC plots for composite operators (like operators with cumtop fallbacks)
Expand Down

0 comments on commit 7d77a3b

Please sign in to comment.