Skip to content

Commit

Permalink
fix branch support param
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Jun 19, 2020
1 parent 3cebf05 commit c46c2c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
conda info --envs
conda activate ${PHYLO_CONDA_ENV}
nextflow run ktmeaton/plague-phylogeography -r ${PHYLO_NF_REV}\
--max_datasets_assembly 4 \
--max_datasets_assembly 2 \
--skip_sra_download \
--skip_outgroup_download \
--iqtree_runs 1 \
Expand Down
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@ process iqtree{
fi
# Setup the branch support param
if [[ ${params.skip_outgroup_download} == "true" ]]; then
if [[ ${params.iqtree_branch_support} == "true" ]]; then
BRANCH_SUPPORT="--bnni --alrt ${params.iqtree_alrt} --ufboot ${params.iqtree_ufboot}";
SUFFIX="_bootstrap";
else
Expand Down

0 comments on commit c46c2c5

Please sign in to comment.