Skip to content

Commit fc60876

Browse files
ablotgitbook-bot
authored andcommitted
GitBook: [master] one page modified
1 parent 79cc7f3 commit fc60876

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

user-guide/getting-started.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,13 @@ Make sure you activate your conda environment before running cellfinder
1818
cellfinder can be run with a single terminal command \(`cellfinder`\):
1919

2020
```text
21-
cellfinder -s signal_channel_images optional_signal_channel_images -b background_channel_images -o /path/to/output_directory -x 2 -y 2 -z 5
21+
cellfinder -s signal_channel_images -b background_channel_images -o /path/to/output_directory -x 2 -y 2 -z 5
22+
```
23+
24+
Multiple channels can also be processed at once with the same registration:
25+
26+
```text
27+
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
2228
```
2329

2430
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/).

0 commit comments

Comments
 (0)