Skip to content

Commit 36d8e4f

Browse files
authored
Update example command
1 parent 0c8eae5 commit 36d8e4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Below is a minimal example of how to run the pipeline. The `minimal-example` dat
4141

4242
```
4343
## from the TCRtoolkit-Bulk directory
44-
nextflow run main.nf -entry bulk -c configs/bulk.config \
44+
nextflow run main.nf --data_dir test_data/minimal-example \
4545
--samplesheet test_data/minimal-example/samplesheet.csv \
46-
--data_dir test_data/minimal-example/ \
47-
--output results/minimal-example
46+
--output out-minimal-dev \
47+
--max_memory 10GB --max_cpus 4
4848
```

0 commit comments

Comments
 (0)