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:
parent
a0f5ac7445
commit
30f710ada4
1 changed files with 5 additions and 0 deletions
|
@ -27,3 +27,8 @@ singularity {
|
||||||
cacheDir = '/cancer/storage/shared/simg'
|
cacheDir = '/cancer/storage/shared/simg'
|
||||||
}
|
}
|
||||||
cleanup = true
|
cleanup = true
|
||||||
|
profiles {
|
||||||
|
debug {
|
||||||
|
cleanup = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue