Skip to content
Snippets Groups Projects
biohpc.config 1.79 KiB
Newer Older
params {
  refSource = "biohpc"
Gervaise Henry's avatar
Gervaise Henry committed
process {
  executor = 'slurm'
  queue = 'super'
  clusterOptions = '--hold'
Gervaise Henry's avatar
Gervaise Henry committed
  time = '4h'
  errorStrategy = 'retry'
  maxRetries = 1
Gervaise Henry's avatar
Gervaise Henry committed

    executor = 'local'
  }
Gervaise Henry's avatar
Gervaise Henry committed
    executor = 'local'
Gervaise Henry's avatar
Gervaise Henry committed
    queue = 'super'
Gervaise Henry's avatar
Gervaise Henry committed
  }
    executor = 'local'
  }
    queue = 'super'
    queue = 'super'
    executor = 'local'
  }
    queue = '128GB,256GB,256GBv1,384GB'
Gervaise Henry's avatar
Gervaise Henry committed
    queue = 'super'
  }
  withName:checkMetadata {
    executor = 'local'
  }
  withName:getRef {
    queue = 'super'
Gervaise Henry's avatar
Gervaise Henry committed
    queue = '256GB,256GBv1'
Gervaise Henry's avatar
Gervaise Henry committed
    queue = 'super'
  }
    queue = 'super'
  }
  withName:aggrQC {
    executor = 'local'
  }
  withName:uploadInputBag {
    executor = 'local'
  }
  withName:uploadExecutionRun {
Gervaise Henry's avatar
Gervaise Henry committed
    executor = 'local'
  }
    executor = 'local'
  }
  withName:uploadProcessedFile {
Gervaise Henry's avatar
Gervaise Henry committed
    executor = 'local'
  }
Gervaise Henry's avatar
Gervaise Henry committed
    executor = 'local'
  }
  withName:finalizeExecutionRun {
Gervaise Henry's avatar
Gervaise Henry committed
    executor = 'local'
  }
  withName:failPreExecutionRun {
    executor = 'local'
  }
  withName:failExecutionRun {
    executor = 'local'
  }
  withName:uploadQC_fail {
    executor = 'local'
  }
  cacheDir = '/project/BICF/BICF_Core/shared/gudmap/singularity_cache/'
}

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