From 83e7685f570bc8047ff4dc42b86741f7b9e5a8ea Mon Sep 17 00:00:00 2001 From: Charlotte Weaver Date: Fri, 20 Jul 2018 11:47:42 -0700 Subject: [PATCH] Update readme for CLI --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43c249ed..425004a8 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,15 @@ A React + Redux web application for exploring large scale single cell RNA sequen python3 setup.py install +#### commandline help + + cellxgene --help + # For help with the scanpy engine + cellxgene scanpy --help + #### run (with demo data) - cellxgene + cellxgene --title PBMC3K scanpy example-dataset/ *Thanks to Alex Wolf his help with test data*