Skip to content

Commit 71b6c63

Browse files
ablotgitbook-bot
authored andcommitted
GitBook: [master] 2 pages modified
1 parent b8996f5 commit 71b6c63

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@ For detailed instructions see [Installation](installation/installation.md)
2828

2929
## Usage
3030

31+
To run the cell detection just do:
32+
3133
```text
3234
cellfinder -s signal_channel_images optional_signal_channel_images -b background_channel_images -o /path/to/output_directory -x 2 -y 2 -z 5
3335
```
3436

3537
{% hint style="info" %}
36-
For more information see [Getting started](user-guide/getting-started.md)
38+
For more information and other options or analysis see [Getting started](user-guide/getting-started.md)
3739
{% endhint %}
3840

user-guide/getting-started.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ Make sure you activate your conda environment before running cellfinder
1515

1616
### Running cellfinder
1717

18-
cellfinder can be run with a single terminal command \(`cellfinder`\):
18+
The cell detection via cellfinder can be run with a single terminal command \(`cellfinder`\):
1919

2020
```text
2121
cellfinder -s signal_channel_images -b background_channel_images -o /path/to/output_directory -x 2 -y 2 -z 5
2222
```
2323

24-
Multiple channels can also be processed at once with the same registration:
24+
Multiple channels can also be processed at once:
2525

2626
```text
2727
cellfinder -s first_signal_channel_images second_signal_channel_images -b background_channel_images -o /path/to/output_directory -x 2 -y 2 -z 5
2828
```
2929

30-
However, there are many options to change what parts of the analysis are run, and how they are run. I recommend looking through the [Command line options](usage/).
30+
However, there are many options to change what parts of the analysis are run, and how they are run. For instance, to register the brain to the allen reference atlas, use `--register`. I recommend looking through the [Command line options](usage/).
3131

3232
{% hint style="warning" %}
3333
If you have any spaces in your file-path, please enclose it in quotation marks, otherwise cellfinder will interpret it as two inputs, separated by a space.

0 commit comments

Comments
 (0)