Skip to content

Commit

Permalink
Handle empty substitution model case in augur_tree task
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal-Babins committed Nov 12, 2024
1 parent 2ac0c0d commit a9a4e65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/phylogenetic_inference/augur/task_augur_tree.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ task augur_tree {
MODEL="~{substitution_model}"
fi
echo "$MODEL" > FINAL_MODEL.txt
else
echo "" > FINAL_MODEL.txt
fi
>>>

Expand Down

0 comments on commit a9a4e65

Please sign in to comment.