-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcluster.yaml
More file actions
126 lines (126 loc) · 1.93 KB
/
cluster.yaml
File metadata and controls
126 lines (126 loc) · 1.93 KB
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
# cluster.yaml
# set job submission parameters for each rule
# himem - default should be "", "-R himem" if you need the himem nodes
__default__:
queue: express
cores: 8
mem: 3000
time: '120'
name: $(basename $(pwd)):{rule}:{wildcards}
output: logs/{rule}:{wildcards}.stdout
error: logs/{rule}:{wildcards}.stderr
himem: ""
run_stringtie:
cores: 4
mem: 6000
time: 720
merge_stringtie:
cores: 8
mem: 3000
time: 720
talon_filter:
cores: 1
mem: 30000
queue: premium
time: 720
himem: "-R himem"
talon_label_reads:
cores: 8
mem: 3000
time: 500
cupcake_collapse:
cores: 16
mem: 24000
time: '144:00'
queue: premium
himem: "-R himem"
run_bambu:
cores: 8
mem: 24000
time: 72:00
queue: premium
himem: "-R himem"
run_isoquant:
cores: 8
mem: 24000
time: 72:00
queue: premium
himem: "-R himem"
run_talon_simul:
cores: 8
mem: 24000
time: 72:00
queue: premium
himem: "-R himem"
merge_flnc_bams:
cores: 1
mem: 3000
time: 1440
queue: premium
chain_samples:
time: '180'
mem: 3000
cores: 30
samtools:
cores: 8
mem: 3000
time: 60
minimap:
cores: 16
mem: 3000
time: 360
nanopore_alignment:
cores: 4
mem: 24000
time: 360
himem: "-R himem"
SQANTI:
time: 720
mem: 3000
cores: 8
TAMA_collapse:
cores: 16
mem: 3000
time: 60
CCS:
time: 72:00
queue: 'long'
mem: 25000
cores: 36
LIMA:
cores: 2
mem: 12000
refine:
cores: 4
mem: 25000
align_flnc_bam:
cores: 16
mem: 3000
time: 720
split_flnc_bam:
cores: 1
mem: 3000
time: 719
split_unmapped_flnc_bam:
cores: 1
mem: 3000
time: 719
isoseq3_cluster:
queue: premium
cores: 28
mem: 3000
time: 2880
#himem: "-R himem"
demultiplex_abundances:
cores: 16
mem: 3000
time: '720'
#himem: "-R himem"
sam_to_bam:
cores: 4
mem: 3000
time: 360
fastqc:
cores: 8
mem: 3000
time: 360