Skip to content
Snippets Groups Projects
aws_ondemand.config 601 B
Newer Older
workDir = 's3://gudmap.rbk/work'
aws.client.storageEncryption = 'AES256'
aws {
  region = 'us-east-2'
  batch {
    cliPath = '/home/ec2-user/miniconda/bin/aws'
  }
}

process {
  executor = 'awsbatch'
  queue = 'highpriority-3278a8b0-1fc8-11ea-b1ac-021e2396e2cc'
  cpus = 1
  memory = '2 GB'
Gervaise Henry's avatar
Gervaise Henry committed
  withName:parseMetadata {
    cpus = 5
  }
  withName:getRef {
    cpus = 8
  }
  withName:trimData {
Gervaise Henry's avatar
Gervaise Henry committed
    cpus = 8
    memory = '2 GB'
  withName:alignData {
    cpus = 50
    memory = '5 GB'
Gervaise Henry's avatar
Gervaise Henry committed
  }
  withName:dedupData {
    cpus = 2
    memory = '20 GB'
  withName:fastqc {
    memory = '5 GB'
  }