mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
30 lines
No EOL
646 B
Text
30 lines
No EOL
646 B
Text
//Profile config names for nf-core/configs
|
|
params {
|
|
config_profile_description = 'MPI SHH cluster profile provided by nf-core/configs.'
|
|
config_profile_contact = 'James Fellows Yates (@jfy133)'
|
|
config_profile_url = 'https://shh.mpg.de'
|
|
}
|
|
|
|
singularity {
|
|
enabled = true
|
|
autoMounts = true
|
|
runOptions = '-B /run/shm:/run/shm'
|
|
cacheDir = "/projects1/singularity_scratch/cache/"
|
|
}
|
|
|
|
process {
|
|
executor = 'slurm'
|
|
queue = 'short'
|
|
}
|
|
|
|
executor {
|
|
queueSize = 16
|
|
}
|
|
|
|
params {
|
|
max_memory = 256.GB
|
|
max_cpus = 32
|
|
max_time = 2.h
|
|
//Illumina iGenomes reference file path
|
|
igenomes_base = "/projects1/public_data/igenomes/"
|
|
} |