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
068cc3ab
Commit
068cc3ab
authored
Feb 05, 2015
by
arq5x
Browse files
deprecate -abam and update help to show that -a supports BAM
parent
b561cf55
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/intersectFile/intersectMain.cpp
View file @
068cc3ab
...
...
@@ -46,14 +46,15 @@ void intersect_help(void) {
cerr
<<
"Version: "
<<
VERSION
<<
"
\n
"
;
cerr
<<
"Summary: Report overlaps between two feature files."
<<
endl
<<
endl
;
cerr
<<
"Usage: "
<<
PROGRAM_NAME
<<
" [OPTIONS] -a <bed/gff/vcf> -b <bed/gff/vcf>"
<<
endl
<<
endl
;
cerr
<<
"Usage: "
<<
PROGRAM_NAME
<<
" [OPTIONS] -a <bed/gff/vcf
/bam
> -b <bed/gff/vcf
/bam
>"
<<
endl
<<
endl
;
cerr
<<
"
\t\t
"
<<
"Note: -b may be followed with multiple databases and/or "
<<
endl
;
cerr
<<
"
\t\t
"
"wildcard (*) character(s). "
<<
endl
;
cerr
<<
"Options: "
<<
endl
;
cerr
<<
"
\t
-abam
\t
"
<<
"The A input file is in BAM format. Output will be BAM as well."
<<
endl
<<
endl
;
// -abam is obsolete.
// cerr << "\t-abam\t" << "The A input file is in BAM format. Output will be BAM as well." << endl << endl;
cerr
<<
"
\t
-ubam
\t
"
<<
"Write uncompressed BAM output. Default writes compressed BAM."
<<
endl
<<
endl
;
...
...
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