1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-21 16:16:04 +00:00

Create ebc.config

This commit is contained in:
marcel-keller 2020-03-09 16:08:01 +02:00 committed by GitHub
parent 362c737073
commit de914e56ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

26
conf/ebc.config Normal file
View file

@ -0,0 +1,26 @@
//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 = '/ebc_data/nf-core/conda'
}
process {
executor = 'slurm'
conda = "$baseDir/environment.yml"
}
executor {
queueSize = 16
}
params {
max_memory = 12.GB
max_cpus = 20
max_time = 120.h
}