Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
legacy
bedtools2
Commits
0efb547e
Commit
0efb547e
authored
Jan 26, 2015
by
Neil Kindlon
Browse files
Merge error corrections
parent
291f23be
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/closestFile/closestMain.cpp
View file @
0efb547e
...
...
@@ -100,11 +100,11 @@ void closest_help(void) {
cerr
<<
"
\t\t
-
\"
each
\"
Report closest records for each database (default)."
<<
endl
;
cerr
<<
"
\t\t
-
\"
all
\"
Report closest records among all databases."
<<
endl
<<
endl
;
cerr
<<
"
\t
-names
\t
"
<<
"When using multiple databases (-b), provide an alias for each that"
<<
endl
;
cerr
<<
"
\t\t
will appear instead of a fileId when also printing the DB record."
<<
endl
<<
endl
;
cerr
<<
"
\t
-names
\t
"
<<
"When using multiple databases (-b), provide an alias for each that"
<<
endl
;
cerr
<<
"
\t\t
will appear instead of a fileId when also printing the DB record."
<<
endl
<<
endl
;
cerr
<<
"
\t
-filenames"
<<
"
\t
When using multiple databases (-b), show each complete filename"
<<
endl
;
cerr
<<
"
\t\t\t
instead of a fileId when also printing the DB record."
<<
endl
<<
endl
;
cerr
<<
"
\t
-filenames"
<<
"
\t
When using multiple databases (-b), show each complete filename"
<<
endl
;
cerr
<<
"
\t\t\t
instead of a fileId when also printing the DB record."
<<
endl
<<
endl
;
cerr
<<
"
\t
-k
\t
"
<<
"Report the k closest hits. Default is 1. If tieMode =
\"
all
\"
, "
<<
endl
;
cerr
<<
"
\t\t
- all ties will still be reported."
<<
endl
<<
endl
;
...
...
src/intersectFile/intersectMain.cpp
View file @
0efb547e
...
...
@@ -124,10 +124,10 @@ void intersect_help(void) {
cerr
<<
"
\t\t
other software tools and scripts that need to process one"
<<
endl
;
cerr
<<
"
\t\t
line of bedtools output at a time."
<<
endl
<<
endl
;
cerr
<<
"
\t
-names
\t
"
<<
"When using multiple databases
(-b)
, provide an alias for each that"
<<
endl
;
cerr
<<
"
\t
-names
\t
"
<<
"When using multiple databases, provide an alias for each that"
<<
endl
;
cerr
<<
"
\t\t
will appear instead of a fileId when also printing the DB record."
<<
endl
<<
endl
;
cerr
<<
"
\t
-filenames"
<<
"
\t
When using multiple databases
(-b)
, show each complete filename"
<<
endl
;
cerr
<<
"
\t
-filenames"
<<
"
\t
When using multiple databases, show each complete filename"
<<
endl
;
cerr
<<
"
\t\t\t
instead of a fileId when also printing the DB record."
<<
endl
<<
endl
;
cerr
<<
"
\t
-sortout
\t
"
<<
"When using multiple databases, sort the output DB hits"
<<
endl
;
...
...
src/utils/Contexts/ContextBase.cpp
View file @
0efb547e
...
...
@@ -65,6 +65,7 @@ ContextBase::ContextBase()
{
_programNames
[
"intersect"
]
=
INTERSECT
;
_programNames
[
"sample"
]
=
SAMPLE
;
_programNames
[
"spacing"
]
=
SPACING
;
_programNames
[
"map"
]
=
MAP
;
_programNames
[
"merge"
]
=
MERGE
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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