Skip to content
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

allow search term parameters (include and exclude) in qiime taxa filter to be specified multiple times #119

Open
gregcaporaso opened this issue Dec 19, 2018 · 0 comments

Comments

@gregcaporaso
Copy link
Member

Improvement Description
Allow search term parameters (include and exclude) in qiime taxa filter to be specified multiple times. This would more closely match how we handle "multi-inputs" in other parts of the ecosystem, for example the multi-file options to qiime metadata tabulate.

Current Behavior
Multiple search terms are provided as comma-separated text, e.g, --p-exclude mitochondria,chloroplast.

Proposed Behavior
Multiple search terms would be provided by specifying the parameter multiple times, e.g, --p-exclude mitochondria --p-exclude chloroplast

Comments

  1. It probably makes sense to continue supporting comma-separated text for a couple of releases, raising a VisibleDeprecationWarning if a user provides comma-separated text.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant