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

Update computerome.config

This commit is contained in:
Marc Trunjer Kusk Nielsen 2021-09-01 22:06:56 +02:00 committed by GitHub
parent a1413ce18e
commit e2d54cb56c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,3 @@
singularityDir = "/scratch/${USER}/singularity_images_nextflow"
//Profile config names for nf-core/configs //Profile config names for nf-core/configs
params { params {
config_profile_description = 'Computerome 2.0 cluster profile provided by nf-core/configs.' config_profile_description = 'Computerome 2.0 cluster profile provided by nf-core/configs.'
@ -10,7 +8,6 @@ params {
singularity { singularity {
enabled = true enabled = true
autoMounts = true autoMounts = true
cacheDir = singularityDir
} }
process { process {