Skip to content
Snippets Groups Projects
biohpc.config 535 B
Newer Older
Gervaise Henry's avatar
Gervaise Henry committed
process {
  executor = 'slurm'
  queue = 'super'
  clusterOptions = '--hold'
Gervaise Henry's avatar
Gervaise Henry committed

Gervaise Henry's avatar
Gervaise Henry committed
  withName:getBag {
    executor = 'local'
  withName:getData {
Gervaise Henry's avatar
Gervaise Henry committed
    executor = 'local'
Gervaise Henry's avatar
Gervaise Henry committed
  }
  withName:trimData {
    queue = '256GB,256GBv1,384GB'
  }
  withName:parseMetadata {
    executor = 'local'
  }
}

singularity {
  enabled = true
  cacheDir = '/project/shared/bicf_workflow_ref/singularity_images/'
}

env {
  http_proxy = 'http://proxy.swmed.edu:3128'
  https_proxy = 'http://proxy.swmed.edu:3128'
  all_proxy = 'http://proxy.swmed.edu:3128'