Skip to content

Commit

Permalink
🎨🔥📝 Update docs with fixed executor typo!
Browse files Browse the repository at this point in the history
  • Loading branch information
evanroyrees committed Jan 26, 2022
1 parent e80f6ab commit b898249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/autometa-nextflow-workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ The slurm partition available on our cluster is ``queue``. You'll need to updat
profiles {
// Find this section of code in nextflow.config
slurm {
process.executer = "slurm"
process.executor = "slurm"
// NOTE: You can determine your slurm partition (e.g. process.queue) with the `sinfo` command
// Set SLURM partition with queue directive.
process.queue = "queue" // <<-- change this to whatever your partition is called
Expand Down

0 comments on commit b898249

Please sign in to comment.