Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bedtools2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
R3
legacy
bedtools2
Commits
c5d1e72d
Commit
c5d1e72d
authored
10 years ago
by
arq5x
Browse files
Options
Downloads
Patches
Plain Diff
cleanup KeyListOps help formatting
parent
4fd41ae5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/utils/KeyListOps/KeyListOps.cpp
+3
-3
3 additions, 3 deletions
src/utils/KeyListOps/KeyListOps.cpp
with
3 additions
and
3 deletions
src/utils/KeyListOps/KeyListOps.cpp
+
3
−
3
View file @
c5d1e72d
...
@@ -382,11 +382,11 @@ void KeyListOpsHelp() {
...
@@ -382,11 +382,11 @@ void KeyListOpsHelp() {
cerr
<<
"
\t\t
If there is only column, but multiple operations, all operations will be"
<<
endl
;
cerr
<<
"
\t\t
If there is only column, but multiple operations, all operations will be"
<<
endl
;
cerr
<<
"
\t\t
applied on that column. Likewise, if there is only one operation, but"
<<
endl
;
cerr
<<
"
\t\t
applied on that column. Likewise, if there is only one operation, but"
<<
endl
;
cerr
<<
"multiple columns, that operation will be applied to all columns."
<<
endl
;
cerr
<<
"
\t\t
multiple columns, that operation will be applied to all columns."
<<
endl
;
cerr
<<
"
\t\t
Otherwise, the number of columns must match the the number of operations,"
<<
endl
;
cerr
<<
"
\t\t
Otherwise, the number of columns must match the the number of operations,"
<<
endl
;
cerr
<<
"and will be applied in respective order."
<<
endl
;
cerr
<<
"
\t\t
and will be applied in respective order."
<<
endl
;
cerr
<<
"
\t\t
E.g.,
\"
-c 5,4,6 -o sum,mean,count
\"
will give the sum of column 5,"
<<
endl
;
cerr
<<
"
\t\t
E.g.,
\"
-c 5,4,6 -o sum,mean,count
\"
will give the sum of column 5,"
<<
endl
;
cerr
<<
"the mean of column 4, and the count of column 6."
<<
endl
;
cerr
<<
"
\t\t
the mean of column 4, and the count of column 6."
<<
endl
;
cerr
<<
"
\t\t
The order of output columns will match the ordering given in the command."
<<
endl
<<
endl
<<
endl
;
cerr
<<
"
\t\t
The order of output columns will match the ordering given in the command."
<<
endl
<<
endl
<<
endl
;
cerr
<<
"
\t
-delim
\t
"
<<
"Specify a custom delimiter for the collapse operations."
<<
endl
;
cerr
<<
"
\t
-delim
\t
"
<<
"Specify a custom delimiter for the collapse operations."
<<
endl
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment