Skip to content

Commit

Permalink
No need for redo, it's now set by default
Browse files Browse the repository at this point in the history
Change sampling now that we have more lineage A sequences
  • Loading branch information
corneliusroemer committed Nov 14, 2024
1 parent 442a5a5 commit be63389
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion phylogenetic/defaults/hmpxv1/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ subsample:
- B.1.23
b1:
group_by: "--group-by country year"
sequences_per_group: "--subsample-max-sequences 100"
sequences_per_group: "--subsample-max-sequences 300"
other_filters: "--exclude-where outbreak!=hMPXV-1 clade!=IIb"

## align
Expand Down
1 change: 0 additions & 1 deletion phylogenetic/rules/construct_phylogeny.smk
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ rule tree:
augur tree \
--alignment {input.alignment} \
--exclude-sites {input.tree_mask} \
--tree-builder-args="-redo" \
--output {output.tree} \
--nthreads {threads}
"""
Expand Down

0 comments on commit be63389

Please sign in to comment.