Skip to content

Commit

Permalink
Indices: calc_labels_not_on_trimmed_tree now uses _calc_abc_any
Browse files Browse the repository at this point in the history
Also fix a typo in metadata description.
  • Loading branch information
shawnlaffan committed Feb 24, 2024
1 parent a9c60e7 commit edde81d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Biodiverse/Indices/PhylogeneticRelative.pm
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ sub get_metadata_calc_labels_not_on_trimmed_tree {
},
type => 'Phylogenetic Indices (relative)', # keeps it clear of the other indices in the GUI
pre_calc_global => [qw /get_labels_not_on_trimmed_tree/],
pre_calc => ['calc_abc'],
pre_calc => ['_calc_abc_any'],
uses_nbr_lists => 1, # how many lists it must have
);

Expand Down Expand Up @@ -494,7 +494,7 @@ sub get_metadata_get_labels_not_on_trimmed_tree {

my %metadata = (
name => 'get_labels_not_on_trimmed_tree',
description => 'List of lables not on the trimmed tree',
description => 'List of labels not on the trimmed tree',
pre_calc_global => [qw /get_trimmed_tree/],
indices => {
labels_not_on_trimmed_tree => {
Expand Down

0 comments on commit edde81d

Please sign in to comment.