Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo in Hyperqueue section #4635

Merged
merged 2 commits into from
Jan 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/executor.md
Original file line number Diff line number Diff line change
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 HTCondor executor, set `process.executor = 'hq'` in the `nextflow.config` file.
njspix marked this conversation as resolved.
Show resolved Hide resolved

Resource requests and other job characteristics can be controlled via the following process directives:

Expand Down