1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 08:29:54 +00:00
nf-configs/conf/computerome.config
Marc Trunjer Kusk Nielsen fdac67afbf
Create computerome.config
2021-08-31 13:58:39 +02:00

26 lines
638 B
Text

singularityDir = "/gpfs/scratch/${USER}/singularity_images_nextflow"
//Profile config names for nf-core/configs
params {
config_profile_description = 'Computerome 2.0 cluster profile provided by nf-core/configs.'
config_profile_contact = 'Marc Trunjer Kusk Nielsen (@marcmtk)'
config_profile_url = 'https://www.computerome.dk/'
}
singularity {
enabled = true
autoMounts = true
cacheDir = singularityDir
}
process {
beforeScript = 'module load singularity squashfs-tools'
executor = 'pbs'
queue = { task.memory >= 192.GB ? 'fatnode': 'thinnode'}
}
params {
max_memory = 1500.GB
max_cpus = 40
max_time = 168.h
}