Skip to content

Commit 587953c

Browse files
Merge pull request #2107 from milaboratory/julenmendieta/adaptToNewMitoolLogs
Julenmendieta/adapt to new mitool logs
2 parents e27c5fb + 96fc4eb commit 587953c

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ val obfuscationLibs: Configuration by configurations.creating
135135

136136

137137

138-
val mixcrAlgoVersion = "4.7.0-65-develop"
138+
val mixcrAlgoVersion = "4.7.0-67-develop"
139139
// may be blank (will be inherited from mixcr-algo)
140140
val milibVersion = ""
141141
// may be blank (will be inherited from mixcr-algo or milib)

src/test/kotlin/com/milaboratory/mixcr/cli/AlignerReportBuilderTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ class AlignerReportBuilderTest {
5656
val rep = reportBuilder()
5757
.setTagReport(
5858
ParseReport(
59-
0L,
6059
0L,
6160
0L,
6261
0.0,

src/test/kotlin/com/milaboratory/mixcr/util/SerializationTest.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class SerializationTest {
1414
fun `mitool tag correction report`() {
1515
val report = MiToolReportsDelegate.RefineTags(
1616
TagCorrectionCmdReport(
17-
0,
1817
"mitool refineTags",
1918
listOf("input"),
2019
listOf("output"),
@@ -36,7 +35,7 @@ class SerializationTest {
3635
fun `mitool parse correction report`() {
3736
val report = MiToolReportsDelegate.Parse(
3837
ParseCmdReport(
39-
ParseReport(null, 5L, 1L, 0.5, emptyMap(), emptyList()),
38+
ParseReport(5L, 1L, 0.5, emptyMap(), emptyList()),
4039
null,
4140
"mitool refineTags",
4241
listOf("input"),

0 commit comments

Comments
 (0)