We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
csvtk version
csvtk summary apply operations based on column order in file, rather than CLI-provided order
csvtk summary
$ csvtk csv2md test.csv
$ csvtk summary --groups Lane -f ReadsPF:sum -f Reads:sum -f ClusterPF:first -f Density:first test.csv | csvtk headers
Lane Density:sum ClusterPF:sum Reads:first ReadsPF:first
Instead of expected (based on above command-line) :
Lane Density:first ClusterPF:first Reads:sum ReadsPF:sum
I'm grateful to users who have greatly helped to report bugs and suggested new features.
I may respond to issues or fix bugs quickly, but I usually implement new features periodically (two or more weeks).
The text was updated successfully, but these errors were encountered:
summary: fix the order of columns. #282
af7e36c
Fixed.
csvtk summary --groups Lane -f ReadsPF:sum -f Reads:sum -f ClusterPF:first -f Density:first test.csv \ | csvtk pretty Lane ReadsPF:sum Reads:sum ClusterPF:first Density:first ---- ----------- --------- --------------- ------------- 1 88.96 99.86 89.08 231 2 88.96 100.22 88.76 232 3 87.82 98.46 89.19 228 4 87.74 98.96 88.67 229
Sorry, something went wrong.
No branches or pull requests
Prerequisites
csvtk version
Describe your issue
csvtk summary
apply operations based on column order in file, rather than CLI-provided order$ csvtk csv2md test.csv
$ csvtk summary --groups Lane -f ReadsPF:sum -f Reads:sum -f ClusterPF:first -f Density:first test.csv |
csvtk headers
Instead of expected (based on above command-line) :
Thank you
I'm grateful to users who have greatly helped to report bugs and suggested new features.
I may respond to issues or fix bugs quickly, but I usually implement new features periodically (two or more weeks).
The text was updated successfully, but these errors were encountered: