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

  // Process specific configuration
    container = 'docker://bicf/gudmaprbkfilexfer:1.0'
  withName:getData {
    container = 'docker://bicf/gudmaprbkfilexfer:1.0'
Gervaise Henry's avatar
Gervaise Henry committed
  }
  withName:trimData {
    container = 'docker://bicf/trimgalore:1.0'
    queue = '256GB,256GBv1,384GB'
  }
Gervaise Henry's avatar
Gervaise Henry committed
}


trace {
  enabled = true
  file = 'pipeline_trace.txt'
  fields = 'task_id,native_id,process,name,status,exit,submit,start,complete,duration,realtime,%cpu,%mem,rss'
}

timeline {
  enabled = true
  file = 'timeline.html'
}

report {
  enabled = true
  file = 'report.html'
}

tower {
  accessToken = '3ade8f325d4855434b49aa387421a44c63e3360f'
  enabled = true
}

singularity {
  enabled = true
  cacheDir = '/project/shared/bicf_workflow_ref/singularity_images/'
  http_proxy = 'http://proxy.swmed.edu:3128'
  https_proxy = 'http://proxy.swmed.edu:3128'
  all_proxy = 'http://proxy.swmed.edu:3128'