Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
deep_genome
cedalion
Commits
e22b9645
Commit
e22b9645
authored
Nov 19, 2018
by
Thomas Van Parys
Browse files
More memory for jobs spread over 4 cpus (
#19
)
parent
541ec443
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.nf
View file @
e22b9645
...
...
@@ -1040,8 +1040,9 @@ process wgd_mcl{
publishDir
"${params.output}/wgd/mcl"
,
mode:
'copy'
tag
"$species - $databaseSpecies"
module
'mcl'
memory
'
8
GB'
memory
'
16
GB'
time
'1h'
cpus
4
input:
set
file
(
blast_results
),
val
(
species
),
val
(
databaseSpecies
)
from
new_species_blasts_tagged
...
...
@@ -1095,7 +1096,7 @@ process wgd_ksd_paranome{
time
'1h'
memory
{
4
.
GB
+
2
.
GB
*
task
.
attempt
}
memory
{
4
.
GB
+
4
.
GB
*
task
.
attempt
}
errorStrategy
{
task
.
attempt
<
5
?
'retry'
:
'finish'
}
maxRetries
4
...
...
@@ -1127,7 +1128,7 @@ process wgd_ksd_one_v_one{
time
'1h'
memory
{
4
.
GB
+
1
.
GB
*
task
.
attempt
}
memory
{
4
.
GB
+
4
.
GB
*
task
.
attempt
}
errorStrategy
{
task
.
attempt
<
5
?
'retry'
:
'finish'
}
maxRetries
4
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment