-
Gervaise Henry authored850d99f8
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
aws_spot.config 597 B
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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 = 'default-3278a8b0-1fc8-11ea-b1ac-021e2396e2cc'
cpus = 1
memory = '2 GB'
withName:parseMetadata {
cpus = 5
}
withName:getRef {
cpus = 8
}
withName:trimData {
cpus = 8
memory = '2 GB'
}
withName:alignData {
cpus = 50
memory = '5 GB'
}
withName:dedupData {
cpus = 2
memory = '20 GB'
}
withName:fastq {
memory = '5 GB'
}
}