Skip to content
Snippets Groups Projects
Commit 8959e80f authored by Aaron's avatar Aaron
Browse files

Updated groupBy examples.

parent 7f8b94ca
No related branches found
No related tags found
No related merge requests found
......@@ -205,7 +205,7 @@ void ShowHelp(void) {
cerr << "\t$ groupBy -i ex1.out -grp 1,2,3,4 -opCols 9,9 -ops sum,max" << endl;
cerr << "\tchr1 10 20 A 11000 10000" << endl << endl;
cerr << "\t$ groupBy -i ex1.out -grp 1,2,3,4 -opCols 8,9 -ops collapse,mean" << endl;
cerr << "\tchr1 10 20 A 1000,10000," << endl << endl;
cerr << "\tchr1 10 20 A B.1,B.2, 5500" << endl << endl;
cerr << "Notes: " << endl;
cerr << "\t(1) The input file/stream should be sorted/grouped by the -grp. columns" << endl << endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment