-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_cluster.yaml
More file actions
49 lines (45 loc) · 1010 Bytes
/
config_cluster.yaml
File metadata and controls
49 lines (45 loc) · 1010 Bytes
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__:
mem: "50G"
cpus: "20"
ntasks: "1"
name: "{rule}.{wildcards}"
output: "logs/{rule}/smk.{rule}.{wildcards}.out"
time: "3:00:00"
partition: "quick,norm"
gres: "lscratch:10"
make_fastqs:
mem: "50G"
cpus: "20"
ntasks: "1"
gres: "lscratch:100"
name: "{rule}.{wildcards}"
output: "logs/{rule}/smk.{rule}.{wildcards}.out"
time: "24:00:00"
partition: "norm"
spaceranger_count:
mem: "50G"
cpus: "32"
ntasks: "1"
gres: "lscratch:100"
name: "{rule}.{wildcards}"
output: "logs/{rule}/smk.{rule}.{wildcards}.out"
time: "24:00:00"
partition: "norm"
correct_bleed:
mem: "100G"
cpus: "20"
ntasks: "1"
gres: "lscratch:100"
name: "{rule}.{wildcards}"
output: "logs/{rule}/smk.{rule}.{wildcards}.out"
time: "3:00:00"
partition: "quick,norm"
convert_anndata:
mem: "100G"
cpus: "20"
ntasks: "1"
gres: "lscratch:100"
name: "{rule}.{wildcards}"
output: "logs/{rule}/smk.{rule}.{wildcards}.out"
time: "3:00:00"
partition: "quick,norm"