mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-25 02:58:12 +08:00
[EASY] fix max-category-items (#813)
* fix max-category-items * match default for max category items fe had 1000, be had 100
This commit is contained in:
@@ -62,10 +62,10 @@ BIG_FILE_SIZE_THRESHOLD = 100 * 2**20 # 100MB
|
||||
@click.option("--host", default="127.0.0.1", help="Host IP address")
|
||||
@click.option(
|
||||
"--max-category-items",
|
||||
default=100,
|
||||
default=1000,
|
||||
metavar="",
|
||||
show_default=True,
|
||||
help="Limits the number of categorical annotation items displayed.",
|
||||
help="Categories with more distinct values than this will not be displayed.",
|
||||
)
|
||||
@click.option(
|
||||
"--diffexp-lfc-cutoff",
|
||||
|
||||
Reference in New Issue
Block a user