Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
legacy
bedtools2
Commits
5cc56ed9
Commit
5cc56ed9
authored
Feb 23, 2015
by
Aaron Quinlan
Browse files
Merge pull request #201 from nkindlon/master
Added first and last to help options for -o
parents
05ecd835
33577de0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/utils/KeyListOps/KeyListOps.cpp
View file @
5cc56ed9
...
...
@@ -338,6 +338,8 @@ void KeyListOpsHelp() {
cerr
<<
"
\t\t
distinct (i.e., print a delimited list (NO duplicates allowed)), "
<<
endl
;
cerr
<<
"
\t\t
count"
<<
endl
;
cerr
<<
"
\t\t
count_distinct (i.e., a count of the unique values in the column), "
<<
endl
;
cerr
<<
"
\t\t
first (i.e., just the first value in the column), "
<<
endl
;
cerr
<<
"
\t\t
last (i.e., just the last value in the column), "
<<
endl
;
cerr
<<
"
\t\t
Default: sum"
<<
endl
;
cerr
<<
"
\t\t
Multiple operations can be specified in a comma-delimited list."
<<
endl
<<
endl
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment