Skip to content

Commit

Permalink
fix: fix for export column name taqCounts -> tagCounts
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolotin committed Oct 18, 2022
1 parent 5b4bdd3 commit 55c691e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ object VDJCObjectFieldExtractors {
"-tagCounts",
"All tags with counts",
"All tags counts",
"taqCounts"
"tagCounts"
) { vdjcObject: VDJCObject ->
vdjcObject.tagCount.toString()
}
Expand Down

0 comments on commit 55c691e

Please sign in to comment.