You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-output-dir is displayed in nextflow run -h menu but the actual pipeline is asking for -outdir.
$ nextflow run -h
Execute a pipeline project
Usage: run [options] Project name or repository url
Options:
-o, -output-dir
Directory where workflow outputs are stored
nextflow run nf-core/rnaseq \
-revision dev \
-profile docker,test \
-output-dir './results/' \
-work-dir './work/'
ERROR ~ Validation of pipeline parameters failed!
-- Check '.nextflow.log' file for details
The following invalid input values have been detected:
* Missing required parameter(s): outdir
$ nextflow info
Version: 24.10.5 build 5935
Created: 04-03-2025 17:55 UTC (05-03-2025 01:55 GMT+08:20)
System: Mac OS X 15.3.1
Runtime: Groovy 4.0.23 on OpenJDK 64-Bit Server VM 23.0.2+7
Encoding: UTF-8 (UTF-8)
The text was updated successfully, but these errors were encountered:
-output-dir
is displayed innextflow run -h
menu but the actual pipeline is asking for-outdir
.The text was updated successfully, but these errors were encountered: