Skip to content

Commit

Permalink
Fix typo in Hyperqueue section (#4635)
Browse files Browse the repository at this point in the history

Signed-off-by: Nathan Spix <56930974+njspix@users.noreply.github.com>
Co-authored-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
  • Loading branch information
njspix and pditommaso committed Jan 5, 2024
1 parent e7a20af commit d5a6a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/executor.md
Expand Up @@ -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:

Expand Down

0 comments on commit d5a6a96

Please sign in to comment.