-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcluster.yaml
89 lines (89 loc) · 1.35 KB
/
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
88
89
__default__:
account: akrinos
command_options:
slurm:
account: --account={}
command: sbatch --parsable --qos=unlim
key_mapping: null
mem: --mem={}g
name: --job-name={}
nodes: -N {}
queue: --partition={}
threads: -n {}
time: --time={}
cpupertask: 18
mem: 180
nodes: 1
queue: scavenger
system: slurm
tasks: 1
time: 5000
fastqc:
account: akrinos
cpupertask: 5
mem: 1
queue: scavenger
tasks: 1
time: 720
fastqc_trimmed:
account: akrinos
cpupertask: 5
mem: 1
queue: scavenger
tasks: 1
time: 720
required:
accountname: akrinos
defaultqueue: scavenger
maxcores: 1
maxcpuspertask: 18
maxmemory: 180
maxtasks: 1
transabyssmerge:
account: akrinos
cpupertask: 18
mem: 180
nodes: 1
queue: compute
tasks: 1
time: 10000
transabyss:
account: akrinos
cpupertask: 36
mem: 180
nodes: 3
queue: compute
tasks: 3
time: 10000
trimmomatic:
account: akrinos
cpupertask: 5
mem: 48
nodes: 1
queue: scavenger
tasks: 1
time: 1400
trinity:
account: akrinos
cpupertask: 72
mem: 800
nodes: 1
queue: bigmem
tasks: 1
time: 10000
velvet:
account: akrinos
cpupertask: 72
mem: 800
nodes: 1
queue: bigmem
tasks: 1
time: 15000
rnaspades:
account: akrinos
cpupertask: 36
mem: 180
nodes: 2
queue: scavenger
tasks: 2
time: 5000