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
33577de0
Commit
33577de0
authored
Feb 23, 2015
by
Neil Kindlon
Browse files
Added first and last to help options for -o
parent
64b95927
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/utils/KeyListOps/KeyListOps.cpp
View file @
33577de0
...
...
@@ -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