Skip to content

Commit

Permalink
Merge pull request #66 from nextstrain/reduce-inference-in-cattle-out…
Browse files Browse the repository at this point in the history
…break

Reduce inference in cattle outbreak
  • Loading branch information
trvrb authored Jun 27, 2024
2 parents 96d4f9d + 0ad7d7a commit 5763ebb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Snakefile.genome
Original file line number Diff line number Diff line change
Expand Up @@ -248,14 +248,16 @@ rule traits:
output:
node_data = "results/{build_name}/genome/traits.json"
params:
columns = 'division'
columns = 'division',
sampling_bias_correction = 5
shell:
"""
augur traits \
--tree {input.tree} \
--metadata {input.metadata} \
--output {output.node_data} \
--columns {params.columns} \
--sampling-bias-correction {params.sampling_bias_correction} \
--confidence
"""

Expand Down
3 changes: 2 additions & 1 deletion config/auspice_config_h5n1-cattle-outbreak.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@
"display_defaults": {
"map_triplicate": false,
"color_by": "host",
"geo_resolution": "division"
"geo_resolution": "division",
"distance_measure": "div"
},
"filters": [
"host",
Expand Down

0 comments on commit 5763ebb

Please sign in to comment.