Skip to content

Commit

Permalink
Indices: set _calc_phylo_abc_lists precalc to _calc_abc_any
Browse files Browse the repository at this point in the history
This way we take advantage of any of the calc_abc variants
  • Loading branch information
shawnlaffan committed Mar 4, 2024
1 parent d30dfea commit 9091eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Biodiverse/Indices/Phylogenetic.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2668,7 +2668,7 @@ sub get_metadata__calc_phylo_abc_lists {
name => 'Phylogenetic ABC lists',
description => 'Calculate the sets of shared and not shared branches between two sets of labels',
type => 'Phylogenetic Indices',
pre_calc => 'calc_abc',
pre_calc => '_calc_abc_any',
pre_calc_global => [qw /get_trimmed_tree get_path_length_cache set_path_length_cache_by_group_flag/],
uses_nbr_lists => 1, # how many sets of lists it must have
required_args => {tree_ref => 1},
Expand Down

0 comments on commit 9091eee

Please sign in to comment.