It's come up a few times that weird ancestor names in the input tree lead to very cryptic crashes late in the pipeline. This PR adds a check to clean out any numeric names (which tend to be bootstrap or other kinds of confidence scores from phylogeny progreams) or duplicate names with a warning.
It's come up a few times that weird ancestor names in the input tree lead to very cryptic crashes late in the pipeline. This PR adds a check to clean out any numeric names (which tend to be bootstrap or other kinds of confidence scores from phylogeny progreams) or duplicate names with a warning.
Resolves #1107