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
Depending on the nextflow version you have installed, this command might fail due to a version mismatch.
140
-
If that happens, you can temporarily run the pipeline with a different version than you have installed by adding NXF_VER=<version> to the start of your command as shown below:
143
+
If that happens, you can temporarily run the pipeline with a different version than you have installed by adding `NXF_VER=version` to the start of your command as shown below:
141
144
142
-
```bash
143
-
NXF_VER=24.09.2-edge nextflow run nf-core/demo -profile docker,test --outdir results
144
-
```
145
+
```bash
146
+
NXF_VER=24.09.2-edge nextflow run nf-core/demo -profile docker,test --outdir results
0 commit comments