mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-25 07:08:12 +08:00
integrate prepare cli (#401)
* move prepare into main CLI as subcommand * naming and formatting tweaks to better match launch subcommand
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import click
|
||||
|
||||
from .launch import launch
|
||||
from .prepare import prepare
|
||||
|
||||
|
||||
@click.group(name='cellxgene', context_settings=dict(max_content_width=85))
|
||||
@@ -10,3 +11,4 @@ def cli():
|
||||
|
||||
|
||||
cli.add_command(launch)
|
||||
cli.add_command(prepare)
|
||||
|
||||
Reference in New Issue
Block a user