-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcluster.yaml
49 lines (49 loc) · 834 Bytes
/
cluster.yaml
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
38
39
40
41
42
43
44
45
46
47
48
49
__default__:
#partition: chimera
queue: express
cores: 1
mem: 3750
time: '600'
name: $(basename $(pwd)):{rule}:{wildcards}
output: logs/{rule}:{wildcards}.stdout
error: logs/{rule}:{wildcards}.stderr
annotateVCF:
cores: 4
mem: 3000
time: 600
liftOverVCFs:
cores: 4
mem: 3000
time: '360'
Biallelic_Combine_Indels_and_SNPs:
cores: 16
mem: 3750
time: '180'
recombineChunks:
cores: 8
mem: 3750
time: '180'
recombineChromosomes:
cores: 8
mem: 3750
time: '180'
KingRelatedness:
cores: 4
mem: 3750
time: '360'
convertPlinkToVCF:
cores: 4
mem: 3750
time: '360'
convertVCFtoPLINK:
cores: 4
mem: 3750
time: '360'
removeRelatedSamples:
cores: 4
mem: 3750
time: '360'
filterMAF:
cores: 4
mem: 3750
time: '360'