File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,6 +92,11 @@ nextflow pull Pioneer-Research-Labs/long-read-qc
9292``` bash
9393nextflow run Pioneer-Research-Labs/long-read-qc --samplesheet samples.csv
9494```
95+ - Run without Docker using your own environment (ensure all required tools are installed and in PATH):
96+
97+ ``` bash
98+ nextflow run Pioneer-Research-Labs/long-read-qc --samplesheet samples.csv -profile local
99+ ````
95100
96101- Run on AWS Batch on the Insight server with a sample sheet entitled ` samples.csv` located in the same directory:
97102
Original file line number Diff line number Diff line change @@ -87,6 +87,11 @@ profiles {
8787 cleanup = true
8888 }
8989
90+ local {
91+ process. executor = ' local'
92+ cleanup = true
93+ }
94+
9095 awsbatch {
9196 process. executor = ' awsbatch'
9297 process. queue = params. queue
You can’t perform that action at this time.
0 commit comments