We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8eae5 commit 36d8e4fCopy full SHA for 36d8e4f
README.md
@@ -41,8 +41,8 @@ Below is a minimal example of how to run the pipeline. The `minimal-example` dat
41
42
```
43
## from the TCRtoolkit-Bulk directory
44
-nextflow run main.nf -entry bulk -c configs/bulk.config \
+nextflow run main.nf --data_dir test_data/minimal-example \
45
--samplesheet test_data/minimal-example/samplesheet.csv \
46
- --data_dir test_data/minimal-example/ \
47
- --output results/minimal-example
+ --output out-minimal-dev \
+ --max_memory 10GB --max_cpus 4
48
0 commit comments