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
1684342e
Commit
1684342e
authored
Nov 27, 2018
by
Thomas Van Parys
Browse files
Give WGD ksd more time and limit with mp500 flag
parent
b5478d0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.nf
View file @
1684342e
...
...
@@ -1100,7 +1100,7 @@ process wgd_ksd_paranome{
module
'paml'
module
'fasttree'
time
'1
0
h'
time
'1
5
h'
memory
{
6
.
GB
+
4
.
GB
*
task
.
attempt
}
errorStrategy
{
task
.
attempt
<
5
?
'retry'
:
'finish'
}
...
...
@@ -1117,7 +1117,7 @@ process wgd_ksd_paranome{
"""
$activate_venv
OMP_NUM_THREADS=4 wgd ksd $mcl_file $species_cds_fasta -o . --ignore_prefixes
OMP_NUM_THREADS=4 wgd ksd $mcl_file $species_cds_fasta
-mp500
-o . --ignore_prefixes
mv *.ks.svg ${species}\\.ks.svg
mv *.ks.tsv ${species}\\.ks.tsv
"""
...
...
@@ -1132,7 +1132,7 @@ process wgd_ksd_one_v_one{
module
'paml'
module
'fasttree'
time
'1
0
h'
time
'1
2
h'
memory
{
6
.
GB
+
4
.
GB
*
task
.
attempt
}
errorStrategy
{
task
.
attempt
<
5
?
'retry'
:
'finish'
}
...
...
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