Skip to content

Commit 3a445de

Browse files
authored
Update FastOMA.nf
1 parent f24c9a1 commit 3a445de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

FastOMA.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ process hog_big{
7070
publishDir params.pickles_temp
7171
cpus 6
7272
time {60.h} // for very big rhog it might need more, or you could re-run and add `-resume`
73-
memory {50.GB}
73+
memory {150.GB}
7474
input:
7575
val rhogsbig_tree_ready
7676
output:
@@ -161,4 +161,4 @@ workflow {
161161

162162

163163

164-
// todo: check input files very beginning (before omamer starts) e.g all species are in the species tree. No species chars in fasta recrod.
164+
// todo: check input files very beginning (before omamer starts) e.g all species are in the species tree. No species chars in fasta recrod.

0 commit comments

Comments
 (0)