-
Notifications
You must be signed in to change notification settings - Fork 61
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
Feature Request: More categories for '--output-columns-selection' #1545
Comments
Hi @ammaraziz, I believe this should already be the case. However, it is difficult to discover currently. One trick is to pass a non-existing value, and then it will print all possible categories and individual columns in the error message:
We should improve the docs. Note that the values are expected in a comma-separated list (no spaces):
|
You're always one step ahead of my requests! Awesome. Yes I think updating the docs would be very helpful. This is my suggestion:
Thanks! |
This is a feature request to include categories for the
--output-columns-selection
, similar to the web interface:The categories would be eg
general
,muts_to_ref
,muts_to_node
,qc
,errors
. It would be great if these could be combined like so:Thanks!
The text was updated successfully, but these errors were encountered: