We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f24c9a1 commit 3a445deCopy full SHA for 3a445de
1 file changed
FastOMA.nf
@@ -70,7 +70,7 @@ process hog_big{
70
publishDir params.pickles_temp
71
cpus 6
72
time {60.h} // for very big rhog it might need more, or you could re-run and add `-resume`
73
- memory {50.GB}
+ memory {150.GB}
74
input:
75
val rhogsbig_tree_ready
76
output:
@@ -161,4 +161,4 @@ workflow {
161
162
163
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.
+// 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