Skip to content

Commit 1e582c4

Browse files
author
j23414
committed
add: color invariant regions to match the live build
> Genotypes with no observed mutations can only be coloured with the optional _root-sequence.json sidecar file. > Without this we have no way of knowing what the base is at this position. #9
1 parent a0b9465 commit 1e582c4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Snakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ rule export:
203203
--colors {input.colors} \
204204
--lat-longs {input.lat_longs} \
205205
--auspice-config {input.auspice_config} \
206+
--include-root-sequence \
206207
--output {output.auspice_json}
207208
"""
208209

0 commit comments

Comments
 (0)