mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-24 13:08:12 +08:00
Launch validation (#414)
* WIP * Cleanup * Validation * typo * Max category limit 100 -> 500
This commit is contained in:
+2
-2
@@ -4,8 +4,8 @@ from .launch import launch
|
||||
from .prepare import prepare
|
||||
|
||||
|
||||
@click.group(name='cellxgene', context_settings=dict(max_content_width=85))
|
||||
@click.version_option(version='0.0.1', prog_name='cellxgene', message='[%(prog)s] Version %(version)s')
|
||||
@click.group(name="cellxgene", context_settings=dict(max_content_width=85))
|
||||
@click.version_option(version="0.0.1", prog_name="cellxgene", message="[%(prog)s] Version %(version)s")
|
||||
def cli():
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user