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

container = null

This commit is contained in:
MaxUlysse 2019-11-26 15:21:53 +01:00
parent f9fe789ef4
commit 25f3bd68f8

View file

@ -18,7 +18,7 @@ process {
withLabel:sentieon {
if (params.sentieon) {
module = 'sentieon/201808.05'
container = ''
container = null
}
}
}