// executor {
//     name = 'slurm'
//     queueSize = 2
// }

docker {
    enabled = true
    registry = ""
    runOptions = '-u $(id -u):$(id -g)'
}

aws {
  accessKey = 'nxf_anon'
  secretKey = 'a4ay0TwCg7'
  client {
     endpoint = "https://s3.embl.de"
     s3PathStyleAccess = true
  }
}