Skip to content

Commit

Permalink
Ignore non-productive alignemnts in consensus assembly in assemble ac…
Browse files Browse the repository at this point in the history
…tion (#1043)

* chore: algo upgrade

* chore: changelog
  • Loading branch information
dbolotin authored Mar 17, 2023
1 parent f92242a commit fe32883
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ val toObfuscate: Configuration by configurations.creating {

val obfuscationLibs: Configuration by configurations.creating

val mixcrAlgoVersion = "4.2.0-76-intersection-debug"
val mixcrAlgoVersion = "4.2.0-78-ignore-non-productive-in-consensus"
val milibVersion = "2.3.0-24-fix_obfuscation"
val mitoolVersion = "1.6.0-57-main"
val repseqioVersion = "1.7.0-36-intersect-debug"
Expand Down
1 change: 1 addition & 0 deletions changelogs/v4.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@
to `:`), allowing multi-sample analysis on Windows
- Fixed usage of composite features for `--assemble-contigs-by`
- Removed some restrictions for possible combinations of gene features used in analysis and export
- Fixed behaviour of empirical alignment assignment in `assemble` if `--write-all` was used in `align`
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ object CommandRefineTagsAndSort {
override fun run1() {
val startTimeMillis = System.currentTimeMillis()


val refineTagsAndSortReport: RefineTagsAndSortReport
val mitoolReport: TagCorrectionReport?
var thresholds: Map<CriticalThresholdKey, Double> = emptyMap()
Expand Down

0 comments on commit fe32883

Please sign in to comment.