Skip to content

Commit

Permalink
Merge branch 'release/v3.0.13' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolotin committed Apr 15, 2020
2 parents f614226 + 885576f commit fbbff0f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@

MiXCR 3.0.13 (15 Apr 2020)
========================

-- Fixed bug with wrong V gene selection in `assembleContigs`.
-- `analyze` doesn't use `.clna` when contig assembly is not specified
-- Fixed `AlignConfiguration` to account for trimming
-- Added `--threads` option to `analyze`
-- Added `--library` option to `analyze`
-- Bug fix in partial assembler


MiXCR 3.0.12 (20 Nov 2019)
========================

Expand Down
6 changes: 0 additions & 6 deletions CHANGELOG_CURRENT
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
Fixed bug with wrong V gene selection in `assembleContigs`.
`analyze` doesn't use `.clna` when contig assembly is not specified
Fixed `AlignConfiguration` to account for trimming
Added `--threads` option to `analyze`
Added `--library` option to `analyze`
Bug fix in partial assembler
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<groupId>com.milaboratory</groupId>
<artifactId>mixcr</artifactId>
<version>3.0.13-SNAPSHOT</version>
<version>3.0.13</version>
<packaging>jar</packaging>
<name>MiXCR</name>

Expand Down

0 comments on commit fbbff0f

Please sign in to comment.