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/crick.config

26 lines
658 B
Text
Raw Normal View History

//Profile config names for nf-core/configs
params {
config_profile_name = 'CRICK'
config_profile_description = 'CAMP HPC @ The Crick Cluster Profile provided by nf-core/configs.'
config_profile_contact = 'Harshil Patel (@drpatelh )'
config_profile_url = 'https://www.crick.ac.uk/research/platforms-and-facilities/scientific-computing/technologies'
}
singularity {
enabled = true
autoMounts = true
}
process {
beforeScript = 'module load Singularity/2.6.0-foss-2016b'
executor = 'slurm'
}
params {
max_memory = 224.GB
max_cpus = 32
max_time = 72.h
igenomes_base = '/camp/svc/reference/Genomics/iGenomes'
}