Increase prepareAnnotationReference memory [CW-7185]
This commit is contained in:
parent
0eb808b605
commit
c783fdf6c6
@ -250,8 +250,9 @@ class Annotation:
|
|||||||
if part
|
if part
|
||||||
)
|
)
|
||||||
raise ValueError(
|
raise ValueError(
|
||||||
"Failed to convert annotation to GTF with "
|
"Failed to convert annotation to GTF with gffread.\n"
|
||||||
"gffread:\n" + details
|
f"Return code: {result.returncode}\n"
|
||||||
|
"Error message:" + details
|
||||||
)
|
)
|
||||||
|
|
||||||
if not dest.exists() or dest.stat().st_size < 1:
|
if not dest.exists() or dest.stat().st_size < 1:
|
||||||
|
|||||||
@ -6,7 +6,7 @@ OPTIONAL_FILE = file("$projectDir/data/OPTIONAL_FILE")
|
|||||||
process prepareAnnotationReference {
|
process prepareAnnotationReference {
|
||||||
label "wf_transcriptomes"
|
label "wf_transcriptomes"
|
||||||
cpus 1
|
cpus 1
|
||||||
memory "4 GB"
|
memory "6 GB"
|
||||||
input:
|
input:
|
||||||
path ref_annotation
|
path ref_annotation
|
||||||
path ref_genome
|
path ref_genome
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user