Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
gnefedev committed Jul 24, 2023
2 parents 17b37e2 + f053570 commit b34b7c1
Show file tree
Hide file tree
Showing 2 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 @@ -133,7 +133,7 @@ val toObfuscate: Configuration by configurations.creating {
val obfuscationLibs: Configuration by configurations.creating


val mixcrAlgoVersion = "4.4.0-10-small-fixes"
val mixcrAlgoVersion = "4.4.0-15-small-fixes"
val milibVersion = ""
val mitoolVersion = ""
val repseqioVersion = ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ object CommandRefineTagsAndSort {
"This procedure don't support aggregated tags. " +
"Please run tag correction for *.vdjca files produced by 'align'."
)
val tagTuple = als.tagCount.tuples().iterator().next()
val tagTuple = als.tagCount.singletonTuple
Array(tagNames.size) { tIdx -> // <- local index for the procedure
val tagValue = tagTuple[tIdx]
if (correctionEnabled[tIdx]) (tagValue as SequenceAndQualityTagValue).data
Expand Down

0 comments on commit b34b7c1

Please sign in to comment.