mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
23 lines
477 B
Text
23 lines
477 B
Text
//Profile config names for nf-core/configs
|
|
params {
|
|
config_profile_description = 'The Institut Pasteur HPC cluster profile'
|
|
config_profile_contact = 'Remi Planel (@rplanel)'
|
|
config_profile_url = 'https://research.pasteur.fr/en/service/tars-cluster'
|
|
}
|
|
|
|
singularity {
|
|
enabled = true
|
|
autoMounts = true
|
|
runOptions = '-B /local/scratch:/tmp'
|
|
}
|
|
|
|
process {
|
|
executor = 'slurm'
|
|
}
|
|
|
|
params {
|
|
igenomesIgnore = true
|
|
max_memory = 256.GB
|
|
max_cpus = 28
|
|
max_time = 24.h
|
|
}
|