mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-12-04 12:39:55 +00:00
Update imperial.config
Moved params configs from internal profile to universal
This commit is contained in:
parent
683564de1b
commit
3ce32f50c4
1 changed files with 12 additions and 24 deletions
|
@ -1,8 +1,6 @@
|
||||||
//Profile config names for nf-core/configs
|
//Profile config names for nf-core/configs
|
||||||
|
|
||||||
profiles {
|
params {
|
||||||
imperial {
|
|
||||||
params {
|
|
||||||
// Config Params
|
// Config Params
|
||||||
config_profile_description = 'Imperial College London - HPC Profile -- provided by nf-core/configs.'
|
config_profile_description = 'Imperial College London - HPC Profile -- provided by nf-core/configs.'
|
||||||
config_profile_contact = 'Combiz Khozoie (c.khozoie@imperial.ac.uk)'
|
config_profile_contact = 'Combiz Khozoie (c.khozoie@imperial.ac.uk)'
|
||||||
|
@ -12,8 +10,10 @@ profiles {
|
||||||
max_memory = 480.GB
|
max_memory = 480.GB
|
||||||
max_cpus = 40
|
max_cpus = 40
|
||||||
max_time = 1000.h
|
max_time = 1000.h
|
||||||
}
|
}
|
||||||
|
|
||||||
|
profiles {
|
||||||
|
imperial {
|
||||||
process {
|
process {
|
||||||
executor = 'pbspro'
|
executor = 'pbspro'
|
||||||
|
|
||||||
|
@ -51,18 +51,6 @@ profiles {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
medbio {
|
medbio {
|
||||||
params {
|
|
||||||
// Config Params
|
|
||||||
config_profile_description = 'Imperial College London - MEDBIO QUEUE - HPC Profile -- provided by nf-core/configs.'
|
|
||||||
config_profile_contact = 'Combiz Khozoie (c.khozoie@imperial.ac.uk)'
|
|
||||||
config_profile_url = 'https://www.imperial.ac.uk/bioinformatics-data-science-group/resources/uk-med-bio/'
|
|
||||||
|
|
||||||
// Resources
|
|
||||||
max_memory = 480.GB
|
|
||||||
max_cpus = 40
|
|
||||||
max_time = 1000.h
|
|
||||||
}
|
|
||||||
|
|
||||||
process {
|
process {
|
||||||
executor = 'pbspro'
|
executor = 'pbspro'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue