Skip to content

Commit 108ce20

Browse files
committed
Explain a little more the configuration file
1 parent ef87c99 commit 108ce20

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,16 @@ pip install '.[dev]'
3333

3434
## Configuration
3535

36-
Edit or create your `config.yaml` file like so:
36+
Edit or create your `config.yaml` file in the `workflow` folder. This file contains all the parameters for the pipeline, including paths to your raw data, processed data, and Suite2p options.
37+
Here is an example of a `config.yaml` file:
3738

3839
```yaml
3940
raw_data_base: "/path/to/raw/"
4041
processed_data_base: "/path/to/processed/"
4142
4243
suite2p_ops:
4344
fs: 7.5
44-
nplanes: 2
45+
nplanes: 1
4546
tau: 0.8
4647
nonrigid: true
4748
diameter: 10

0 commit comments

Comments
 (0)