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
Copy file name to clipboardExpand all lines: docs/cli.rst
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1252,11 +1252,11 @@ facilitates rapid iterations, inspections of any pipeline as well as debugging.
1252
1252
"beta": "foo"
1253
1253
}
1254
1254
1255
-
Is equivalent to the following command line::
1255
+
Is equivalent to this command in CLI::
1256
1256
1257
1257
$ nextflow run main.nf --alpha 1 --beta foo
1258
1258
1259
-
The parameters which are specified through this mechanism are merged with the resolved configuration (base configuration and profiles). The values provided via params file overwrites the ones with the same name in the Nextflow configuration file.
1259
+
The parameters specified with this mechanism are merged with the resolved configuration (base configuration and profiles). The values provided via a params file overwrite those of the same name in the Nextflow configuration file.
1260
1260
1261
1261
--------------------
1262
1262
self-update
@@ -1295,7 +1295,7 @@ Update Nextflow. ::
1295
1295
view
1296
1296
--------------------
1297
1297
1298
-
View a projects script file(s).
1298
+
View a project's script file(s).
1299
1299
1300
1300
**Usage**
1301
1301
@@ -1305,8 +1305,8 @@ View a projects script file(s).
1305
1305
1306
1306
**Description**
1307
1307
1308
-
The ``view`` command is used to inspect the pipelines which are already stored in the global nextflow cache.
1309
-
For downloading a pipeline into the global cache ``~/.nextflow/assets``, please refer to the ``pull`` command.
1308
+
The ``view`` command is used to inspect the pipelines that are already stored in the global nextflow cache.
1309
+
For downloading a pipeline into the global cache ``~/.nextflow/assets``, refer to the ``pull`` command.
1310
1310
1311
1311
**Options**
1312
1312
@@ -1345,7 +1345,7 @@ Viewing the contents of a downloaded pipeline. ::
0 commit comments