template update

This commit is contained in:
Neil Horner 2024-12-05 10:26:25 +00:00
parent 474c0fae3b
commit d38c7f3661
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@ import groovy.json.JsonBuilder
process getParams {
label "wf_common"
publishDir "${params.out_dir}", mode: 'copy', pattern: "params.json"
cache false
cpus 1
memory "2 GB"
output:

View File

@ -95,7 +95,7 @@ params {
]
agent = null
container_sha = "shad8671ea3a8ed52f2c0f40355e8eb5c6f00d2cbda"
common_sha = "shad28e55140f75a68f59bbecc74e880aeab16ab158"
common_sha="shaf15f9d80aba72c20e3e71f84869619873a56b8af"
}
}