mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-22 06:28:12 +08:00
Allow user_annotations in the eb app (#1781)
This commit is contained in:
+1
-1
@@ -158,7 +158,7 @@ try:
|
||||
|
||||
# features are unsupported in the current hosted server
|
||||
app_config.update_default_dataset_config(
|
||||
user_annotations__enable=False, embeddings__enable_reembedding=False,
|
||||
embeddings__enable_reembedding=False,
|
||||
)
|
||||
app_config.update_server_config(multi_dataset__allowed_matrix_types=["cxg"],)
|
||||
app_config.complete_config(logging.info)
|
||||
|
||||
Reference in New Issue
Block a user