mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
24 lines
531 B
Text
24 lines
531 B
Text
//Profile config names for nf-core/configs
|
|
params {
|
|
config_profile_description = 'The ABiMS cluster profile'
|
|
config_profile_contact = 'Gildas Le Corguillé (@lecorguille)'
|
|
config_profile_url = 'https://abims.sb-roscoff.fr'
|
|
}
|
|
|
|
singularity {
|
|
enabled = true
|
|
autoMounts = false
|
|
runOptions = '-B /scratch:/scratch -B /scratch2:/scratch2 -B /shared:/shared'
|
|
}
|
|
|
|
process {
|
|
executor = 'slurm'
|
|
}
|
|
|
|
params {
|
|
igenomes_ignore = true
|
|
igenomesIgnore = true //deprecated
|
|
max_memory = 750.GB
|
|
max_cpus = 200
|
|
max_time = 24.h
|
|
}
|