cambiotraining / bioinformatics-software-pipelines

Course materials for "Managing Bioinformatics Software and Pipelines"
https://cambiotraining.github.io/bioinformatics-software-pipelines/
Other
1 stars 3 forks source link

nextflow config for CSD3 #3

Closed tavareshugo closed 1 week ago

tavareshugo commented 1 year ago

Look at things like:

tavareshugo commented 8 months ago

Some instructions that could be included in these materials.

In your ~/.nextflow/config file, set something like this:

process {
  executor = 'slurm'
  clusterOptions = '-A YOUR-SL-ACCOUNT -p icelake'
}

That will ensure that Nextflow submits jobs to SLURM, rather than run on the login node or in an interactive session. My usual procedure is: