-
Notifications
You must be signed in to change notification settings - Fork 4
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
1 parent
1abd6b3
commit 457cb24
Showing
49 changed files
with
9,316 additions
and
75 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# `mixcr groupClones` | ||
|
||
Groups clones in .clna/.clns files by Cell tags. Grouped clones can be exported using [`mixcr exportCloneGroups`](./mixcr-export.md#clone-groups-by-cell). | ||
|
||
``` | ||
mixcr exportClonesOverlap | ||
[--report <path>] | ||
[--json-report <path>] | ||
[--use-local-temp] | ||
[--force-overwrite] | ||
[--no-warnings] | ||
[--verbose] | ||
[--help] | ||
clones.(clns|clna) | ||
grouped.(clns|clna) | ||
``` | ||
|
||
`clones.(clns|clna)` | ||
: Path to input file. | ||
|
||
`grouped.(clns|clna)` | ||
: Path where to write output. Will have the same file type. | ||
|
||
`-r, --report <path>` | ||
: Report file (human-readable version, see `-j / --json-report` for machine readable report). | ||
|
||
`-j, --json-report <path>` | ||
: JSON formatted report file. | ||
|
||
`--use-local-temp` | ||
: Put temporary files in the same folder as the output files. | ||
|
||
`-f, --force-overwrite` | ||
: Force overwrite of output file(s). | ||
|
||
`-nw, --no-warnings` | ||
: Suppress all warning messages. | ||
|
||
`--verbose` | ||
: Verbose messages. | ||
|
||
`-h, --help` | ||
: Show this help message and exit. |
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
Oops, something went wrong.