Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/cactus/cactus_progressive_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -516,10 +516,10 @@
<!-- max_num_outgroups: maximum number of outgroups per alignment job-->
<!-- extra_chrom_outgroups: if max_num_outgroups is not sufficent to satisfy sex chromosome requirements of an ancestor while still using nearest species, allow up to this many extra (when -1 set to the number of unique sex chromosomes for the ancestor). -->
<outgroup
strategy="greedyLeavesPreference"
strategy="greedyPreference"
threshold="0"
ancestor_quality_fraction="0.75"
max_num_outgroups="2"
max_num_outgroups="3"
extra_chrom_outgroups="-1"
/>

Expand Down