Skip to content

Commit

Permalink
limit iqtree threads, remove bnni param
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Jul 28, 2020
1 parent 275563f commit f94d823
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -1310,7 +1310,7 @@ process iqtree{
# Setup the branch support param
if [[ ${params.iqtree_branch_support} == "true" ]]; then
BRANCH_SUPPORT="--bnni --ufboot ${params.iqtree_ufboot} --alrt ${params.iqtree_ufboot}";
BRANCH_SUPPORT="--ufboot ${params.iqtree_ufboot} --alrt ${params.iqtree_ufboot}";
SUFFIX="_bootstrap";
else
BRANCH_SUPPORT="";
Expand All @@ -1321,6 +1321,7 @@ process iqtree{
iqtree \
-s ${snippy_core_filter_aln} \
-m \$MODEL \
--threads-max ${task.cpus} \
-nt AUTO \
-o \$OUTGROUP \
-seed \$RANDOM \
Expand Down

0 comments on commit f94d823

Please sign in to comment.