mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-27 07:18:12 +08:00
Add layout and diffexp calculations to cli options
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ def run_scanpy(args):
|
||||
)
|
||||
|
||||
from .scanpy_engine.scanpy_engine import ScanpyEngine
|
||||
app.data = ScanpyEngine(args.data_directory, schema="data_schema.json")
|
||||
data = ScanpyEngine(args.data_directory, schema="data_schema.json", graph_method=args.layout, diffexp_method=args.diffexp)
|
||||
app.run(host="127.0.0.1", debug=True, port=args.port)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user