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
ab40bcb3
Commit
ab40bcb3
authored
Nov 21, 2018
by
Thomas Van Parys
Browse files
Limit numpy threads to 4 in WGD and increase starting mem (
#19
)
parent
de4ee6c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.nf
View file @
ab40bcb3
...
...
@@ -1094,9 +1094,9 @@ process wgd_ksd_paranome{
module
'paml'
module
'fasttree'
time
'
5
h'
time
'
10
h'
memory
{
4
.
GB
+
4
.
GB
*
task
.
attempt
}
memory
{
6
.
GB
+
4
.
GB
*
task
.
attempt
}
errorStrategy
{
task
.
attempt
<
5
?
'retry'
:
'finish'
}
maxRetries
4
...
...
@@ -1111,7 +1111,7 @@ process wgd_ksd_paranome{
"""
$activate_venv
wgd ksd $mcl_file $species_cds_fasta -o . --ignore_prefixes
OMP_NUM_THREADS=4
wgd ksd $mcl_file $species_cds_fasta -o . --ignore_prefixes
mv *.ks.svg ${species}\\.ks.svg
mv *.ks.tsv ${species}\\.ks.tsv
"""
...
...
@@ -1126,9 +1126,9 @@ process wgd_ksd_one_v_one{
module
'paml'
module
'fasttree'
time
'
5
h'
time
'
10
h'
memory
{
4
.
GB
+
4
.
GB
*
task
.
attempt
}
memory
{
6
.
GB
+
4
.
GB
*
task
.
attempt
}
errorStrategy
{
task
.
attempt
<
5
?
'retry'
:
'finish'
}
maxRetries
4
...
...
@@ -1144,7 +1144,7 @@ process wgd_ksd_one_v_one{
"""
$activate_venv
wgd ksd --one_v_one $ovo_file $species_cds_fasta $db_species_cds_fasta -o .
OMP_NUM_THREADS=4
wgd ksd --one_v_one $ovo_file $species_cds_fasta $db_species_cds_fasta -o .
mv *.ks.svg ${species}_${databaseSpecies}\\.ks.svg
mv *.ks.tsv ${species}_${databaseSpecies}\\.ks.tsv
"""
...
...
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