Skip to content
Snippets Groups Projects
Unverified Commit 8c378784 authored by Nicolas Servant's avatar Nicolas Servant Committed by GitHub
Browse files

Update usage.md

parent f34f7a0b
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ process {
}
```
To find the exact name of a process you wish to modify the compute resources, check the live-status of a nextflow run displayed on your terminal or check the nextflow error for a line like so: `Error executing process > 'bwa'`. In this case the name to specify in the custom config file is `bwa`.
To find the exact name of a process you wish to modify the compute resources, check the live-status of a nextflow run displayed on your terminal or check the nextflow error for a line like so: `Error executing process > 'bowtie2_end_to_end'`. In this case the name to specify in the custom config file is `bowtie2_end_to_end`.
See the main [Nextflow documentation](https://www.nextflow.io/docs/latest/config.html) for more information.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment