Skip to content

Commit

Permalink
Minor changelog fixes before release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolotin committed Nov 27, 2017
1 parent 3c48620 commit 9626dc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG_CURRENT
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Report file appends made atomic. Now you can safely specify the same report file in several invocations of MiXCR even if you run several instances of MiXCR in parallel. Should also work for NFS etc if file locking is supported.
(beta) Added JSON-formatted reports. Use `--json-report` option in `align`, `extendAlignments`, `assemblePartial` or `assemble` actions to append json report to the end of the file ([jsonl](http://jsonlines.org/)). This feature intended ot simplify batch analysis, and analysis automation. E.g. [jq](https://stedolan.github.io/jq/) util can be used to aggregate information from multi-json-report file.
*(beta)* Added JSON-formatted reports. Use `--json-report` option in `align`, `extendAlignments`, `assemblePartial` or `assemble` actions to create JSON report or append it to already existing report file ([jsonl](http://jsonlines.org/)). This feature is intended to simplify batch analysis, and analysis automation. E.g. [jq](https://stedolan.github.io/jq/) util can be used to aggregate information from multi-json-report files.
Report file appends are made atomic. Now you can safely specify the same report file name in several invocations of MiXCR, even if you run several instances of MiXCR in parallel. Should also work for NFS and other remote FS, suppporting file locking.
Added chains column in export (`-chains` and `-topChains`)
minor: Several new counters added to `align` report
minor: Added proper filtering for alleles with wildcard symbols in `featureToAlign` region
Expand Down

0 comments on commit 9626dc3

Please sign in to comment.