Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
biohpc.config 636 B
process {
  executor = 'slurm'
  queue = 'super'
  clusterOptions = '--hold'

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

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'
}