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

  withLabel: trackStart {
    executor = 'local'
  }
  withName: getBag {
Gervaise Henry's avatar
Gervaise Henry committed
    executor = 'local'
  withName: getData {
Gervaise Henry's avatar
Gervaise Henry committed
    executor = 'local'
Gervaise Henry's avatar
Gervaise Henry committed
  }
  withName: parseMetadata {
    executor = 'local'
  }
  withName: trimData {
    queue = 'super'
  }
Gervaise Henry's avatar
Gervaise Henry committed
  withName: getRefInfer {
    executor = 'local'
  }
  withName: downsampleData {
    executor = 'local'
  }
  withName: alignSampleData {
  withName: inferMetadata {
Gervaise Henry's avatar
Gervaise Henry committed
    queue = 'super'
  }
  withName: getRef {
    executor = 'local'
  }
  withName: alignData {
Gervaise Henry's avatar
Gervaise Henry committed
    queue = '256GB,256GBv1'
Gervaise Henry's avatar
Gervaise Henry committed
  withName: dedupData {
  withName: countData {
Gervaise Henry's avatar
Gervaise Henry committed
    queue = 'super'
  }
  withName: makeBigWig {
    queue = 'super'
  }
  withName: fastqc {
    queue = 'super'
  }
  withName: dataQC {
  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'