1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00
nf-configs/conf/ebc.config

26 lines
689 B
Text
Raw Normal View History

2020-03-09 14:08:01 +00:00
//Profile config names for nf-core/configs
params {
config_profile_description = 'Generic Estonian Biocentre profile provided by nf-core/configs.'
config_profile_contact = 'Marcel Keller (@marcel-keller)'
config_profile_url = 'https://genomics.ut.ee/en/about-us/estonian-biocentre'
}
cleanup = true
conda {
cacheDir = '/gpfs/space/GI/ebc_data/software/nf-core/conda'
2020-03-09 14:08:01 +00:00
}
process {
executor = 'slurm'
conda = "$baseDir/environment.yml"
2020-03-09 14:48:50 +00:00
beforeScript = 'module load nextflow'
2020-03-09 14:08:01 +00:00
}
executor {
2020-11-26 13:05:25 +00:00
queueSize = 64
2020-03-09 14:08:01 +00:00
}
params {
max_memory = 12.GB
max_cpus = 20
max_time = 120.h
}