-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcluster.yaml
87 lines (64 loc) · 937 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
__default__:
partition: "low2"
nodes: 1
cpus: "{threads}"
tasks: 1
name: "{rule}.{wildcards}"
output: "logs_slurm/{rule}.{wildcards}.out"
time: "{params.time}"
email: "[email protected]"
email_type: "FAIL"
mem: "2g"
subSample:
mem: "10g"
partition: "med2"
plotEnrichment:
mem: "10g"
partition: "med2"
plotEnrichment_macs2:
mem: "10g"
partition: "med2"
macs2:
mem: "10g"
partition: "bml"
fastqc:
mem: "500M"
hmmratac:
mem: "80g"
partition: "bmm"
trim:
mem: 3g
mapping:
mem: 20g
partition: "bmm"
convert_sam:
mem: 4g
sort_bam:
mem: 8g
sortShiftedReads:
mem: 8g
markdup:
mem: 20g
bam_stat:
mem: 6g
filtered_stat:
mem: 6g
EstFragSize:
mem: 4g
bamCoverage:
mem: 8g
makebedGraph:
mem: 8g
multiBigWig:
mem: 20g
getMitoReads:
mem: 10g
chrMStats:
mem: 6g
plotFingerprint_all:
mem: 20g
partition: "bmm"
filterBam:
mem: 10g
shiftReads:
mem: 8g