Skip to content

Commit 4aae0a2

Browse files
release v1.0.1
1 parent 7d2cbad commit 4aae0a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/tutorials/snakemake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Sopa comes with an existing [Snakemake](https://snakemake.readthedocs.io/en/stab
77
Follow the ["Snakemake setup" instructions](../../getting_started/#snakemake-setup) of our installation page.
88

99
!!! warning "Baysor usage"
10-
Even though `pip install 'sopa[baysor]'` will install some dependencies related to baysor, you still have to install the `baysor` command line (see the [official repository](https://github.com/kharchenkolab/Baysor)) if you want to use it.
10+
Even though `pip install -e '.[baysor]'` will install some dependencies related to baysor, you still have to install the `baysor` command line (see the [official repository](https://github.com/kharchenkolab/Baysor)) if you want to use it.
1111

1212
If your path to the baysor executable is not the default one (i.e. `~/.julia/bin/baysor`), update the config described below to provide the right path to the executable
1313

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sopa"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "Spatial-omics pipeline and analysis"
55
documentation = "https://gustaveroussy.github.io/sopa"
66
homepage = "https://gustaveroussy.github.io/sopa"

0 commit comments

Comments
 (0)