mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
2 config files for Maestro HPC at Pasteur Institute, Paris
This commit is contained in:
parent
b8e60c503f
commit
482e7cf8de
2 changed files with 52 additions and 0 deletions
26
conf/pasteurMaestroLong.config
Normal file
26
conf/pasteurMaestroLong.config
Normal file
|
@ -0,0 +1,26 @@
|
|||
params {
|
||||
config_profile_description = 'Institut Pasteur Maestro cluster profile'
|
||||
config_profile_contact = 'Pierre Luisi (@pierrespc)'
|
||||
}
|
||||
|
||||
singularity {
|
||||
enabled = true
|
||||
autoMounts = true
|
||||
runOptions = '--home $HOME:/home/$USER --bind /pasteur'
|
||||
}
|
||||
|
||||
process {
|
||||
executor = 'slurm'
|
||||
scratch=false
|
||||
queue = "common"
|
||||
clusterOptions = "--qos=long"
|
||||
|
||||
}
|
||||
|
||||
params {
|
||||
igenomes_ignore = true
|
||||
igenomesIgnore = true
|
||||
max_memory = 100.GB
|
||||
max_cpus = 5
|
||||
max_time = 8760.h
|
||||
}
|
26
conf/pasteurMaestroNormnal.config
Normal file
26
conf/pasteurMaestroNormnal.config
Normal file
|
@ -0,0 +1,26 @@
|
|||
params {
|
||||
config_profile_description = 'Institut Pasteur Maestro cluster profile'
|
||||
config_profile_contact = 'Pierre Luisi (@pierrespc)'
|
||||
}
|
||||
|
||||
singularity {
|
||||
enabled = true
|
||||
autoMounts = true
|
||||
runOptions = '--home $HOME:/home/$USER --bind /pasteur'
|
||||
}
|
||||
|
||||
process {
|
||||
executor = 'slurm'
|
||||
scratch=false
|
||||
queue = "common"
|
||||
clusterOptions = "--qos=normal"
|
||||
|
||||
}
|
||||
|
||||
params {
|
||||
igenomes_ignore = true
|
||||
igenomesIgnore = true
|
||||
max_memory = 300.GB
|
||||
max_cpus = 200
|
||||
max_time = 24.h
|
||||
}
|
Loading…
Reference in a new issue