1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 14:02:05 +00:00
nf-configs/conf/marvin.config
2021-12-15 14:44:05 +01:00

20 lines
441 B
Text

//Profile config names for nf-core/configs
params {
config_profile_description = 'Config file for Marvin Cluster (UPF-CSIC), based on nf-core/configs'
config_profile_contact = 'pc.quilis@gmail.com (Pablo Carrion)'
config_profile_url = 'https://www.ibe.upf-csic.es'
max_memory = 256.GB
max_cpus = 32
max_time = 960.h
}
cleanup = false
singularity {
enabled = true
autoMounts = true
}
process {
executor = 'slurm'
}