Increase prepareAnnotationReference memory [CW-7185]

This commit is contained in:
Kiah McIntosh 2026-05-08 21:04:12 +00:00 committed by Sam Nicholls
parent 0eb808b605
commit c783fdf6c6
2 changed files with 4 additions and 3 deletions

View File

@ -250,8 +250,9 @@ class Annotation:
if part
)
raise ValueError(
"Failed to convert annotation to GTF with "
"gffread:\n" + details
"Failed to convert annotation to GTF with gffread.\n"
f"Return code: {result.returncode}\n"
"Error message:" + details
)
if not dest.exists() or dest.stat().st_size < 1:

View File

@ -6,7 +6,7 @@ OPTIONAL_FILE = file("$projectDir/data/OPTIONAL_FILE")
process prepareAnnotationReference {
label "wf_transcriptomes"
cpus 1
memory "4 GB"
memory "6 GB"
input:
path ref_annotation
path ref_genome