From 81132b909d75d25dfdaa4149c227bbed672b9a1f Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 15 Jan 2019 06:38:42 -0800 Subject: [PATCH] docs --- docs/seurat.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/seurat.rst b/docs/seurat.rst index d7212790..d370e330 100644 --- a/docs/seurat.rst +++ b/docs/seurat.rst @@ -15,8 +15,8 @@ Browser. You can create an .rds file in R as described in the Seurat tutorial:: saveRDS(pbmc, "pbmc3k_small.rds") -Then, on the Unix command line, you specify the input .rds file, the output directory and -the name for the dataset in the cell browser:: +Then, on the Unix command line, you specify the input .rds file and the output directory (the name +in the cell browser defaults to the output directory name, but you can change this with -n):: cbImportSeurat2 -i pbmc3k_small.rds -o pbmc3kImport