Skip to content

Commit d6b5313

Browse files
committed
Removed section on "SLURM usage", documented elsewhere
1 parent 21b9eef commit d6b5313

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -131,21 +131,6 @@ Options:
131131
The log file `.nextflow.log` will be produced when running and can be monitored
132132
by e.g. `tail -f .nextflow.log`
133133

134-
### SLURM usage
135-
136-
There are three ways to run the pipeline:
137-
```bash
138-
# Local run on node where one is logged in
139-
nextflow main.nf -profile local<cluster> <options>
140-
141-
# Called from login node, nextflow will queue SLURM jobs itself
142-
nextflow main.nf -profile <cluster> <options>
143-
144-
# When running inside a SLURM job nextflow will run on the local node
145-
srun nextflow main.nf -profile local<cluster> <options>
146-
```
147-
148-
Where `<cluster>` can be either _bianca_ or _milou_.
149134

150135
### Customization
151136

0 commit comments

Comments
 (0)