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
Remember, we can change the default value of `chr` to a different value such as `B`, by running the Nextflow script using the command below. **Note:** parameters to the workflow have two hyphens `--`.
422
426
423
427
```bash
424
-
nextflow run process_script_params.nf --chr B
428
+
nextflow run process_script_params.nf --chr B -process.debug
0 commit comments