process {
  executor = 'slurm'
  queue = 'super'
  clusterOptions = '--hold'

  withName:getBag {
    executor = 'local'
    container = 'docker://bicf/gudmaprbkfilexfer:1.1'
  }
  withName:getData {
    executor = 'local'
    container = 'docker://bicf/gudmaprbkfilexfer:1.1'
  }
  withName:trimData {
    container = 'docker://bicf/trimgalore:1.1'
    queue = '256GB,256GBv1,384GB'
  }
}