Skip to content

Commit

Permalink
Release v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolotin committed Oct 25, 2018
1 parent 7b62e8e commit 3485afa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

MiXCR 3.0.1 (25 Oct 2018)
========================

-- This fixes problem with repeated CLI options in export
-- `VRegionWithP` now is used as `featureToAlign` for V gene
-- `VTranscriptWithP` instead of `VTranscriptWithout5UTRWithP` used for RNA-Seq parameters
-- Rename `-sequence` to `-targetSequences` and `-quality` to `-targetQualities` in export #298
-- Minor cosmetics for clone ordering #401


MiXCR 3.0 (23 Oct 2018)
========================

Expand Down
5 changes: 0 additions & 5 deletions CHANGELOG_CURRENT
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
This fixes problem with repeated CLI options in export
`VRegionWithP` now is used as `featureToAlign` for V gene
`VTranscriptWithP` instead of `VTranscriptWithout5UTRWithP` used for RNA-Seq parameters
Rename `-sequence` to `-targetSequences` and `-quality` to `-targetQualities` in export #298
Minor cosmetics for clone ordering #401
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.1-SNAPSHOT</version>
<version>3.0.1</version>
<packaging>jar</packaging>
<name>MiXCR</name>

Expand Down

0 comments on commit 3485afa

Please sign in to comment.