-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
34 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +0,0 @@ | ||
Additional check for the same V hits in merging sequences in `assemblePartial` | ||
Fix: list of C hits limited by `relativeMinScore` in `assemblePartial` | ||
Not aligned mates from fully aligned opposite PE reads are now taken into `assemblePartial` procedure (case when V and J parts of the target read are shorter than 12 nt) | ||
Additional consistency cehcks in `assemblePartial`, overlaps of non-CDR3-covering mates of PE reads are also taken into account | ||
More sophisticated algorithm for alignment-guided merging of paired-end reads in `align` | ||
Several anchor point positions in export points changed their meaning. | ||
Fixed absent space in `AA. Seq. ...` column name and excessive space in the end of several column names (affects `exportClones` and `exportAlignments` with `-v` option; fixes compatibility with VDJTools v1.1.3 and below). | ||
Fixes NPE in `exportClones` in some cases with mmu reference | ||
`-p` option in `assemblePartial` enabled by default; deprecated; will be removed in 2.2 | ||
Added `-d` option in `assemblePartial` to drop non-assembled partial reads to reduce output file size | ||
Added `sortAlignments` action. Sort `*.vdjca` files by read id, allows diffing alignments after `assembleParial` and other actions that shuffle records inside file. | ||
Fixed incorrect behaviour of `exportClones` and `exportAlignments` in cases like `mixcr exportAlignments -p full -descrR1 ...` | ||
minor: Multiple reads in `exportAlignmentsPretty` and `filterAlignments` should be now specified as `-i 123 -i 456` or `-i 123,456` etc. | ||
minor: `--reads-ids` in `exportAlignmentsPretty` and `--readsIds` in `filterAlignments` both renamed to `--read-ids` | ||
minor: infrastructure for post-build tests in Travis CI | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters