1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2025-01-09 15:21:13 -05:00
nf-configs/conf/crick.config

24 lines
592 B
Text
Raw Normal View History

//Profile config names for nf-core/configs
params {
2019-01-07 08:25:06 -05:00
config_profile_description = 'The Francis Crick Institute CAMP HPC cluster profile provided by nf-core/configs.'
2021-11-03 07:11:05 -04:00
config_profile_contact = 'Chris Cheshire (@chris-cheshire)'
2019-01-07 06:35:49 -05:00
config_profile_url = 'https://www.crick.ac.uk/research/platforms-and-facilities/scientific-computing/technologies'
}
singularity {
enabled = true
autoMounts = true
}
process {
executor = 'slurm'
}
params {
max_memory = 224.GB
max_cpus = 32
2021-04-13 12:07:02 -04:00
max_time = '72.h'
2019-12-18 05:54:23 -05:00
igenomes_base = '/camp/svc/reference/Genomics/aws-igenomes'
}