mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-15 20:57:56 +08:00
See sample of current behavior below: ``` venv❯ cellxgene prepare example-dataset/pbmc3k.h5ad [cellxgene] Starting CLI... Error: [cellxgene] cellxgene prepare has not been installed. Please run `pip install cellxgene[prepare]` to install the necessary requirements. ~/workspace/cellxgene mweiden/446-custom-color-palette* 1 venv❯ pip install cellxgene[prepare] zsh: no matches found: cellxgene[prepare] ``` Fix: Wrap cellxgene[prepare] in single quotes.