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
d3587987
Commit
d3587987
authored
10 years ago
by
nkindlon
Browse files
Options
Downloads
Patches
Plain Diff
Fixed map and merge help messages.
parent
2ae5c07a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/mapFile/mapMain.cpp
+4
-0
4 additions, 0 deletions
src/mapFile/mapMain.cpp
src/mergeFile/mergeMain.cpp
+3
-0
3 additions, 0 deletions
src/mergeFile/mergeMain.cpp
src/utils/KeyListOps/KeyListOps.cpp
+0
-3
0 additions, 3 deletions
src/utils/KeyListOps/KeyListOps.cpp
with
7 additions
and
3 deletions
src/mapFile/mapMain.cpp
+
4
−
0
View file @
d3587987
...
...
@@ -48,6 +48,10 @@ void map_help(void) {
cerr
<<
"Options: "
<<
endl
;
cerr
<<
"
\t
-c
\t
"
<<
"Specify columns from the B file to map onto intervals in A."
<<
endl
;
cerr
<<
"
\t\t
Default: 5."
<<
endl
;
cerr
<<
"
\t\t
Multiple columns can be specified in a comma-delimited list."
<<
endl
<<
endl
;
KeyListOpsHelp
();
...
...
This diff is collapsed.
Click to expand it.
src/mergeFile/mergeMain.cpp
+
3
−
0
View file @
d3587987
...
...
@@ -66,6 +66,9 @@ void merge_help(void) {
cerr
<<
"
\t\t
- Note: negative values enforce the number of b.p. required for overlap."
<<
endl
<<
endl
;
cerr
<<
"
\t
-header
\t
"
<<
"Print the header from the A file prior to results."
<<
endl
<<
endl
;
cerr
<<
"
\t
-c
\t
"
<<
"Specify columns from the input file to operate upon (see -o option, below)."
<<
endl
;
cerr
<<
"
\t\t
Multiple columns can be specified in a comma-delimited list."
<<
endl
<<
endl
;
KeyListOpsHelp
();
cerr
<<
"Notes: "
<<
endl
;
cerr
<<
"
\t
(1) All output, regardless of input type (e.g., GFF or VCF)"
<<
endl
;
...
...
This diff is collapsed.
Click to expand it.
src/utils/KeyListOps/KeyListOps.cpp
+
0
−
3
View file @
d3587987
...
...
@@ -376,9 +376,6 @@ const QuickString & KeyListOps::getOpVals(RecordKeyList &hits)
}
void
KeyListOpsHelp
()
{
cerr
<<
"
\t
-c
\t
"
<<
"Specify columns from the B file to map onto intervals in A."
<<
endl
;
cerr
<<
"
\t\t
Default: 5."
<<
endl
;
cerr
<<
"
\t\t
Multiple columns can be specified in a comma-delimited list."
<<
endl
<<
endl
;
cerr
<<
"
\t
-o
\t
"
<<
"Specify the operation that should be applied to -c."
<<
endl
;
cerr
<<
"
\t\t
Valid 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