forked from jackhump/WGS-QC-Pipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcluster.yaml
54 lines (54 loc) · 920 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
50
51
52
53
54
__default__:
#partition: chimera
queue: premium
cores: 1
mem: 3750
time: 144:00
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: 16
mem: 3750
setID:
cores: 32
mem: 50
Filter9_Sample_Missingness:
cores: 1
mem: 32000
KingRelatedness:
cores: 1
mem: 128000
# 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'