-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible bug with taxonkit filter --black-list #37
Comments
You have to leave the default value in the black list. I should have maken it clear.
|
For now, the Python bindings add "no rank" and "clade" to the blacklist automatically, and it works ok. But if it is required to leave the default values in the blacklist, maybe the |
I read the code again, and fix the logic. "no rank" and "clade" are already defined as ranks with no order in the ranks.txt, and they can be optional removed via
The above command should be:
|
Oh, ok. So if I want to specify |
not required, it's optional. -N is just for removing "no rank", "clade". |
If it's optional, why did my original command fail? |
There was a bug, it's fixed now. 72d438b#diff-8e2def025044548b1e3afb01de909c09078d4e6e4b84b9efc8c56a73b6434b34L210 |
Oh ok. 🤓 I will test with the latest binary you posted. |
Is it easy for you to create a Darwin AMD binary? Don't worry if it's inconvenient. |
Oh, I wrongly uploaded arm64 binaries... |
Ok, I understand now. And I confirmed that my original command works. Thank you! |
When user specifies a rank or a (comma separated?) list of ranks for
--black-list
, these should be excluded from the output, correct? I have tried the following example several times with different ranks, and I get the same error message every time.Is this a bug, or am I misunderstanding this flag?
Prerequisites
taxonkit version
Describe your issue
The text was updated successfully, but these errors were encountered: