forked from nf-core/configs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtuos_stanage.config
More file actions
56 lines (29 loc) · 792 Bytes
/
tuos_stanage.config
File metadata and controls
56 lines (29 loc) · 792 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
50
51
52
53
54
55
// Sheffield Bioinformatics Core Configuration Profile - Stanage
// Base Institutional Configuration
// nf-core specific parameters displayed in header summary of each run
params {
config_profile_description = 'Sheffield Bioinformatics Core - Stanage'
config_profile_contact = 'Sheffield Bioinformatics Core (bioinformatics-core@sheffield.ac.uk)'
config_profile_url = 'https://docs.hpc.shef.ac.uk/en/latest/stanage/index.html#stanage'
}
// hpc resource limits
params {
max_cpus = 64
max_memory = 251.GB
max_time = 96.h
}
// hpc configuration
process {
// scheduler
executor = 'slurm'
}
// optional executor settings
executor {
queueSize = 50
submitRateLimit = '1 sec'
}
// container engine
singularity {
enabled = true
autoMounts = true
}