-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Convert "bool" metadata cols to have strings
See comments for justification. This came up while I was testing stuff. Related to #62. The easiest solution would probably be using qiime2.Metadata.load(), but I don't want to introduce a heavy dependency on QIIME 2 for people using rankratioviz in isolation.
- Loading branch information
Showing
2 changed files
with
54 additions
and
5 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
9d79b19
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ALSO totally didn't mention this in the commit message, but I accidentally committed some in-progress test code. it's fine tho I'll fix it in a few minutes