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
recurseSubmodules Turn this flag to ``true`` to pull submodules recursively from the Git repository
417
418
description Free text describing the workflow project.
418
419
doi Project related publication DOI identifier.
419
420
homePage Project home page URL.
@@ -809,6 +810,8 @@ NXF_OFFLINE When ``true`` disables the project automatic downloa
809
810
NXF_CLOUD_DRIVER Defines the default cloud driver to be used if not specified in the config file or as command line option, either ``aws`` or ``google``.
810
811
NXF_ANSI_LOG Enables/disables ANSI console output (default ``true`` when ANSI terminal is detected).
811
812
NXF_ANSI_SUMMARY Enables/disables ANSI completion summary: `true|false` (default: print summary if execution last more than 1 minute).
813
+
NXF_SCM_FILE Defines the path location of the SCM config file (requires version ``20.10.0`` or later).
814
+
NXF_PARAMS_FILE Defines the path location of the pipeline parameters file (requires version ``20.10.0`` or later).
812
815
JAVA_HOME Defines the path location of the Java VM installation used to run Nextflow.
813
816
JAVA_CMD Defines the path location of the Java binary command used to launch Nextflow.
Copy file name to clipboardExpand all lines: assets/docs/latest/_sources/getstarted.rst.txt
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Requirements
10
10
============
11
11
12
12
`Nextflow` can be used on any POSIX compatible system (Linux, OS X, etc).
13
-
It requires Bash 3.2 (or later) and `Java 8 (or later, up to 11) <http://www.oracle.com/technetwork/java/javase/downloads/index.html>`_ to be installed.
13
+
It requires Bash 3.2 (or later) and `Java 8 (or later, up to 15) <http://www.oracle.com/technetwork/java/javase/downloads/index.html>`_ to be installed.
14
14
15
15
For the execution in a cluster of computers the use a shared file system is required to allow
0 commit comments