Skip to content

Commit 1d83c9c

Browse files
committed
Update readme and doc
1 parent e91b4fa commit 1d83c9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ More information on the [read the doc page](https://checkatlas.readthedocs.io/en
2727
Powered by nextflow, checkatlas can be ran in one command line:
2828

2929
```bash
30-
nextflow run nf-core-checkatlas --path search_folder/
30+
nextflow run nf-core-checkatlas -r dev --path search_folder/
3131
```
3232

3333
The checkatlas workflow start with a fast crawl through your working directory. It detects Seurat (.rds), Scanpy (.h5ad) or cellranger (.h5) atlas files.

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
Powered by nextflow, checkatlas can be ran in one command line:
44

55
```bash
6-
nextflow run nf-core-checkatlas --path search_folder/
6+
nextflow run nf-core-checkatlas -r dev --path search_folder/
77
```
88

0 commit comments

Comments
 (0)