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