Skip to content

Commit

Permalink
exclude RemoveTaxa #158
Browse files Browse the repository at this point in the history
  • Loading branch information
walterxie committed Oct 3, 2024
1 parent 71922dd commit 8d8002e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public List<Class<? extends Generator>> getExcludedGenerator() {
ReadNexus.class, ReadFasta.class, WriteFasta.class, // IO
// Taxa and sites
NTaxaFunction.class, NCharFunction.class, TaxaFunction.class, CreateTaxa.class,
SpeciesTaxa.class, TaxaAgesFromFunction.class,
SpeciesTaxa.class, TaxaAgesFromFunction.class, RemoveTaxa.class,
CopySites.class, MissingSites.class, SelectSitesByMissingFraction.class, InvariableSites.class,
VariableSites.class,
DiscretizedGamma.class,
Expand Down

0 comments on commit 8d8002e

Please sign in to comment.