-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make taxonomy more consistently used (#374)
More consistently differentiate between unrefined and refined taxonomy. * Taxometer requires an unrefined, and errors on a refined one * Recluster DBScan can take either, but will warn if passed a refined one, and not `--no_predictor`. If refinement is needed and the requisite comp and ab are not passed, error * TaxVamb can take either, but warns like DBScan. Does not do addtional check for comp and ab, since this is always required for TaxVamb. Also minor fixes in logging Also some changes to the DBScan algorithm - the old algo has not yet been validated, so this is not a high-impact change.
- Loading branch information
1 parent
6c97ece
commit 589194e
Showing
4 changed files
with
224 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.