Merge branch 'template_2024_12_02' into 'dev'
template update See merge request epi2melabs/workflows/wf-transcriptomes!191
This commit is contained in:
commit
112e87ad94
@ -2,6 +2,8 @@ import groovy.json.JsonBuilder
|
|||||||
|
|
||||||
process getParams {
|
process getParams {
|
||||||
label "wf_common"
|
label "wf_common"
|
||||||
|
publishDir "${params.out_dir}", mode: 'copy', pattern: "params.json"
|
||||||
|
cache false
|
||||||
cpus 1
|
cpus 1
|
||||||
memory "2 GB"
|
memory "2 GB"
|
||||||
output:
|
output:
|
||||||
|
|||||||
@ -95,7 +95,7 @@ params {
|
|||||||
]
|
]
|
||||||
agent = null
|
agent = null
|
||||||
container_sha = "shad8671ea3a8ed52f2c0f40355e8eb5c6f00d2cbda"
|
container_sha = "shad8671ea3a8ed52f2c0f40355e8eb5c6f00d2cbda"
|
||||||
common_sha = "shad28e55140f75a68f59bbecc74e880aeab16ab158"
|
common_sha="shaf15f9d80aba72c20e3e71f84869619873a56b8af"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user