mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
15 lines
382 B
Text
15 lines
382 B
Text
|
params {
|
||
|
config_profile_description = 'Telethon Institute of Genetic and Medicine (TIGEM) provided by nf-core/configs.'
|
||
|
config_profile_contact = 'Giuseppe Martone (@giusmar)'
|
||
|
config_profile_url = 'https://github.com/giusmar'
|
||
|
}
|
||
|
|
||
|
process.executor = 'slurm'
|
||
|
google.zone = 'europe-west1'
|
||
|
|
||
|
singularity {
|
||
|
enabled = true
|
||
|
autoMounts = true
|
||
|
cacheDir = 'work/singularity'
|
||
|
}
|