arq5x / bedtools

A powerful toolset for genome arithmetic.
http://code.google.com/p/bedtools/
GNU General Public License v2.0
140 stars 85 forks source link

Multitple ops in groupby #116

Open pthiru opened 8 years ago

pthiru commented 8 years ago

-opCols can take a range, is there any shortcut for -ops? eg. groupBy -i myFile.txt -g 1 -c 2-5 -o sum (ie. sum for each column in -opCols) instead of explicity stating, groupBy -i myFile.txt -g 1 -c 2-5 -o sum,sum,sum,sum

Thanks! Prat