From 8c378784f2bd60614f25c464aa941263f8883f5a Mon Sep 17 00:00:00 2001 From: Nicolas Servant <nicolas.servant@curie.fr> Date: Fri, 21 May 2021 19:23:00 +0200 Subject: [PATCH] Update usage.md --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index 55ae20d..800d447 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -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. -- GitLab