1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-10 12:13:08 +00:00

Add debug profile

This commit is contained in:
Nathan S. Watson-Haigh 2022-03-17 13:38:43 +10:30 committed by GitHub
parent a0f5ac7445
commit 30f710ada4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,3 +27,8 @@ singularity {
cacheDir = '/cancer/storage/shared/simg' cacheDir = '/cancer/storage/shared/simg'
} }
cleanup = true cleanup = true
profiles {
debug {
cleanup = false
}
}