fix broken link (#978)

This commit is contained in:
Bruce Martin
2019-10-07 11:08:18 -07:00
committed by GitHub
parent 296352b620
commit de6721b682
+1 -2
View File
@@ -45,7 +45,7 @@ To see all options call
cellxgene launch --help
```
There is an additional subcommand called `cellxgene prepare` that takes an existing dataset in one of several formats and applies minimal preprocessing and reformatting so that `launch` can use it (see [the next section](##data-formatting) for more info on `prepare`).
There is an additional subcommand called `cellxgene prepare` that takes an existing dataset in one of several formats and applies minimal preprocessing and reformatting so that `launch` can use it (see [the next section](#data-formatting) for more info on `prepare`).
## data formatting
@@ -94,7 +94,6 @@ To see all options call
cellxgene prepare --help
```
## conda and virtual environments
If you use conda and want to create a conda environment for `cellxgene` you can use the following commands