Skip to content
Snippets Groups Projects
nextflow.config 203 B
Newer Older
process {
  container='ubuntu'
  executor='slurm'
  clusterOptions="--export=http_proxy,https_proxy,ftp_proxy,USER"
  queue='bcf'
}
podman {
  enabled=true
  engineOptions="--cgroup-manager=cgroupfs"