Skip to content

Commit

Permalink
Merge pull request #901 from shawnlaffan/indices_hierarch_labels_as_l…
Browse files Browse the repository at this point in the history
…ists

Indices: listify hierarchichal labels
  • Loading branch information
shawnlaffan authored Dec 28, 2023
2 parents bb97a7b + 46ca883 commit 01f93c8
Show file tree
Hide file tree
Showing 4 changed files with 285 additions and 288 deletions.
2 changes: 1 addition & 1 deletion etc/perlapp/module_list_NoGUI.pl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use Biodiverse::Index;
use Biodiverse::Indices::Endemism;
use Biodiverse::Indices::GroupProperties;
use Biodiverse::Indices::Hierarchical_Labels;
use Biodiverse::Indices::HierarchicalLabels;
use Biodiverse::Indices::IEI;
use Biodiverse::Indices::Indices;
use Biodiverse::Indices::LabelProperties;
Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/Indices.pm
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ my $EMPTY_STRING = q{};
use parent qw {
Biodiverse::Indices::Indices
Biodiverse::Indices::Numeric_Labels
Biodiverse::Indices::Hierarchical_Labels
Biodiverse::Indices::HierarchicalLabels
Biodiverse::Indices::Phylogenetic
Biodiverse::Indices::PhylogeneticRelative
Biodiverse::Indices::PhyloCom
Expand Down
Loading

0 comments on commit 01f93c8

Please sign in to comment.