From d5a6a963a2b7fd9433da61d3cbd13399a619674e Mon Sep 17 00:00:00 2001 From: Nathan Spix <56930974+njspix@users.noreply.github.com> Date: Fri, 5 Jan 2024 16:27:16 -0500 Subject: [PATCH] Fix typo in Hyperqueue section (#4635) Signed-off-by: Nathan Spix <56930974+njspix@users.noreply.github.com> Co-authored-by: Paolo Di Tommaso --- docs/executor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/executor.md b/docs/executor.md index 08aba7bc2d..f623d56892 100644 --- a/docs/executor.md +++ b/docs/executor.md @@ -270,7 +270,7 @@ Nextflow manages each process as a separate job that is submitted to the cluster The pipeline must be launched from a node where the `hq` command is available, which is typically the cluster login node. -To enable the HTCondor executor, set `process.executor = 'hyperqueue'` in the `nextflow.config` file. +To enable the HyperQueue executor, set `process.executor = 'hq'` in the `nextflow.config` file. Resource requests and other job characteristics can be controlled via the following process directives: