Skip to content

Commit f1ecf68

Browse files
author
Seqera AI
committed
Fix XENGSORT_SUMMARY: add missing container directive
Added ubuntu:22.04 container to fix AWS Batch execution error. Process only uses bash and awk, so standard ubuntu image is sufficient. Fixes workflow run 45Cf6sKCIIpuuO
1 parent 11aa98b commit f1ecf68

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/xengsort_summary.nf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
process XENGSORT_SUMMARY {
2+
container "ubuntu:22.04"
23
publishDir "${params.outdir_base}/xengsort", mode: 'copy'
34

45
input:

0 commit comments

Comments
 (0)