Skip to content

Commit

Permalink
Small tweaks to Nextclade builds (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer authored Nov 16, 2024
1 parent 0418e5d commit af33cf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nextclade/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ rule tree:
--alignment {input.alignment} \
--output {output.tree} \
--nthreads 3 \
--tree-builder-args '--redo --pathogen-force --tree-search EXHAUSTIVE --output-multifurcating-tree --make-consistent'
--tree-builder-args '--polytomy --pathogen-force --tree-search EXHAUSTIVE --output-multifurcating-tree --make-consistent'
"""


Expand Down
6 changes: 3 additions & 3 deletions nextclade/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ clade-iib:
clade-i:
root: "reconstructed_ancestral_mpox"
min_date: ""
exclude_where: "--exclude-where clade!=I"
subsampling: "--subsample-max-sequences 300 --group-by clade lineage year month country --probabilistic-sampling"
exclude_where: "--exclude-where clade=II clade=IIa clade=IIb clade=outgroup"
subsampling: "--subsample-max-sequences 1000 --group-by clade lineage year month country --probabilistic-sampling"
annotation: "resources/clade-i/genome_annotation.gff3"
genes: "resources/clade-i/genes.txt"
general_include: "resources/clade-i/include_accessions.txt"
Expand All @@ -18,7 +18,7 @@ all-clades:
root: "reconstructed_ancestral_mpox"
min_date: ""
exclude_where: ""
subsampling: "--subsample-max-sequences 1000 --group-by clade lineage year month country --probabilistic-sampling"
subsampling: "--subsample-max-sequences 2000 --group-by clade lineage year month country --probabilistic-sampling"
general_include: "resources/include_accessions.txt"

lineage-b.1:
Expand Down

0 comments on commit af33cf2

Please sign in to comment.