Skip to content

Commit

Permalink
Release v3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolotin committed Jul 22, 2019
1 parent b14271f commit 3340fd4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 12 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@

MiXCR 3.0.8 (22 Jul 2019)
========================

-- Alignments are forced to the corresponding edge if the same V/J gene is detected in the opposite
PE read mate
-- Average quality threshold (`-OaverageQualityThreshold=...`) in `assembleContigs` increased to
`20`
-- Added `exportAlignmentsForClones` action
-- All indels in homopolimeric stretches are now shifted left in all alignment algorihtms
-- Smarter base V/J/C hit selection in `assembleContigs`
-- Read quality trimming (see help for `--trimming-window-size` and `--trimming-quality-threshold`
options in `align`) (disabled by default until 3.1)
-- Fix exception in `-mutationsDetailed` and similar export options
-- Fixes in step skipping logic in `analyze` (additional automatic parameter adjustment for VDJC
libraries covering only `VRegion`)
-- Several more fixes for `assembleContigs`
-- minor: Fixes incorrect numbers in `assemble` report
-- minor: Fix for filterAlignmentsAction


MiXCR 3.0.7 (20 May 2019)
========================

Expand Down
11 changes: 0 additions & 11 deletions CHANGELOG_CURRENT
Original file line number Diff line number Diff line change
@@ -1,11 +0,0 @@
Alignments are forced to the corresponding edge if the same V/J gene is detected in the opposite PE read mate
Average quality threshold (`-OaverageQualityThreshold=...`) in `assembleContigs` increased to `20`
Added `exportAlignmentsForClones` action
All indels in homopolimeric stretches are now shifted left in all alignment algorihtms
Smarter base V/J/C hit selection in `assembleContigs`
Read quality trimming (see help for `--trimming-window-size` and `--trimming-quality-threshold` options in `align`) (disabled by default until 3.1)
Fix exception in `-mutationsDetailed` and similar export options
Fixes in step skipping logic in `analyze` (additional automatic parameter adjustment for VDJC libraries covering only `VRegion`)
Several more fixes for `assembleContigs`
minor: Fixes incorrect numbers in `assemble` report
minor: Fix for filterAlignmentsAction
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.8-SNAPSHOT</version>
<version>3.0.8</version>
<packaging>jar</packaging>
<name>MiXCR</name>

Expand Down

0 comments on commit 3340fd4

Please sign in to comment.