Skip to content

Commit

Permalink
additional fixes for TagCount
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolotin committed Jul 24, 2023
1 parent 48aa407 commit e7c217a
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-develop"
val mixcrAlgoVersion = "4.4.0-11-tag-sequence-quality-fix"
val milibVersion = "3.1.0-2-master"
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 e7c217a

Please sign in to comment.