Skip to content

Commit

Permalink
Merge pull request #1480 from milaboratory/fix-shmt-export
Browse files Browse the repository at this point in the history
fix shmt export
  • Loading branch information
gnefedev authored Dec 15, 2023
2 parents 0561370 + dcf0ffd commit ef15e3c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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.6.0"
val mixcrAlgoVersion = "4.6.0-3-fix-shmt-export"
// may be blank (will be inherited from mixcr-algo)
val milibVersion = ""
// may be blank (will be inherited from mixcr-algo or milib)
Expand Down
7 changes: 7 additions & 0 deletions changelogs/v4.6.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 🛠️ Minor improvements & fixes

- Fixed parsing of optional arguments
for `exportShmTreesWithNodes`: `-nMutationsRelative`, `-aaMutations`, `-nMutations`, `-aaMutationsRelative`, `-allNMutations`, `-allAAMutations`, `-allNMutationsCount`, `-allAAMutationsCount`.
- Fixed parsing of optional arguments for `exportClones`
and `exportAlignments`: `-allNMutations`, `-allAAMutations`, `-allNMutationsCount`, `-allAAMutationsCount`.
- Fixed possible errors on exporting amino acid mutations in `exportShmTreesWithNodes`

0 comments on commit ef15e3c

Please sign in to comment.