Skip to content

Commit

Permalink
Snakefile.genome/refine: Add comments on root_strain
Browse files Browse the repository at this point in the history
Adding some comments to clarify the `root_strain`.

Thanks @genehack for calling out the magic-number¹
We will probably want to refactor the workflow to pull out these types
of values into a config YAML at some point, but I'm punting on that
for now.

¹ <#40 (comment)>
  • Loading branch information
joverlee521 committed May 30, 2024
1 parent 4346e82 commit b477716
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Snakefile.genome
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ rule refine:
coalescent = "const",
date_inference = "marginal",
clock_rate = clock_rate,
# Using the closest outgroup as the root
# Make sure this strain is force included via augur filter --include
root_strain = "A/skunk/NewMexico/24-006483-001/2024"
shell:
"""
Expand Down

0 comments on commit b477716

Please sign in to comment.