Skip to content
Snippets Groups Projects
nextflow.config 160 B
Newer Older
process {
  container='ubuntu:24.10'
  executor='slurm'
  clusterOptions="--export=http_proxy,https_proxy,ftp_proxy"
  queue='bcf'
}
podman {
  enabled=true
}