Skip to content

Commit

Permalink
Merge pull request #1832 from milaboratory/mixcr-regression-tests/fixes
Browse files Browse the repository at this point in the history
Regression tests changes in the fixes
  • Loading branch information
gnefedev authored Oct 23, 2024
2 parents 8953bae + acdb58a commit 0cbd8c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions regression/cli-help/findShmTrees.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Usage: mixcr findShmTrees [--v-gene-names <gene_name>]... [--j-gene-names <gene_name>]...
[--cdr3-lengths <n>]... [--min-count <n>] [--productive-only]
[--alleles-search-could-be-skipped] [--dont-combine-tree-by-cells] [-O
[--dont-combine-tree-by-cells] [--alleles-search-could-be-skipped] [-O
<key=value>]... [--report <path>] [--json-report <path>]
[--use-local-temp] [--threads <n>] [--force-overwrite] [--no-warnings]
[--verbose] [--help] (input_file.clns|directory)... output_file.shmt
Expand All @@ -20,6 +20,8 @@ All inputs must be fully covered by the same feature, have the same library prod
--min-count <n> Filter clones with counts great or equal to that parameter
--productive-only Build trees only on productive clones (no stop codons in all features
and no out of frame in CDR3)
--dont-combine-tree-by-cells
In case of data with cell groups, will not combine trees by cells.
--alleles-search-could-be-skipped
In specific cases preliminary search for alleles could be skipped. For
example:
Expand All @@ -30,8 +32,6 @@ All inputs must be fully covered by the same feature, have the same library prod
- you have homogeneous specie and have a library with all presented
genes beforehand (but better to run `findAlleles` to check that
there is no diversity)
--dont-combine-tree-by-cells
In case of data with cell groups, will not combine trees by cells.
-O <key=value> Overrides default build SHM parameter values
-r, --report <path> Report file (human readable version, see `-j / --json-report` for
machine readable report).
Expand Down

0 comments on commit 0cbd8c2

Please sign in to comment.