Increase prepareAnnotationReference memory [CW-7185]
This commit is contained in:
parent
0eb808b605
commit
c783fdf6c6
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user