mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
Update mpcdf.config
This commit is contained in:
parent
11f1fb71db
commit
05deeca2d6
1 changed files with 25 additions and 2 deletions
|
@ -9,7 +9,7 @@ profiles {
|
||||||
cobra {
|
cobra {
|
||||||
// Does not have singularity! Conda module must be used, but it is
|
// Does not have singularity! Conda module must be used, but it is
|
||||||
// recommended to set NXF_CONDA_CACHEDIR var in ~/.bash{_profile,rc}
|
// recommended to set NXF_CONDA_CACHEDIR var in ~/.bash{_profile,rc}
|
||||||
// To create common cache dir (only until /u/ periodically cleared!)
|
// To create common cache dir
|
||||||
|
|
||||||
process {
|
process {
|
||||||
beforeScript = 'module load anaconda/3/2020.02'
|
beforeScript = 'module load anaconda/3/2020.02'
|
||||||
|
@ -21,10 +21,33 @@ profiles {
|
||||||
}
|
}
|
||||||
|
|
||||||
params {
|
params {
|
||||||
config_profile_description = 'MPCDF cobra profile provided by nf-core/configs.'
|
config_profile_description = 'MPCDF cobra profile (unofficially) provided by nf-core/configs.'
|
||||||
max_memory = 725.GB
|
max_memory = 725.GB
|
||||||
max_cpus = 80
|
max_cpus = 80
|
||||||
max_time = 24.h
|
max_time = 24.h
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
raven {
|
||||||
|
// Does not have singularity! Conda module must be used, but it is
|
||||||
|
// recommended to set NXF_CONDA_CACHEDIR var in ~/.bash{_profile,rc}
|
||||||
|
// to create common cache dir
|
||||||
|
|
||||||
|
process {
|
||||||
|
beforeScript = 'module load anaconda/3/2020.02'
|
||||||
|
executor = 'slurm'
|
||||||
|
}
|
||||||
|
|
||||||
|
executor {
|
||||||
|
queueSize = 8
|
||||||
|
}
|
||||||
|
|
||||||
|
params {
|
||||||
|
config_profile_description = 'MPCDF raven profile (unofficially) provided by nf-core/configs.'
|
||||||
|
max_memory = 368.GB
|
||||||
|
max_cpus = 192
|
||||||
|
max_time = 24.h
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue