template update
This commit is contained in:
parent
474c0fae3b
commit
d38c7f3661
@ -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:
|
||||
|
||||
@ -95,7 +95,7 @@ params {
|
||||
]
|
||||
agent = null
|
||||
container_sha = "shad8671ea3a8ed52f2c0f40355e8eb5c6f00d2cbda"
|
||||
common_sha = "shad28e55140f75a68f59bbecc74e880aeab16ab158"
|
||||
common_sha="shaf15f9d80aba72c20e3e71f84869619873a56b8af"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user