Skip to content
Snippets Groups Projects
Commit 70eeaf79 authored by Aaron's avatar Aaron
Browse files

correct -abam/-wb/-bed warning

parent 5e06d44f
No related branches found
No related tags found
No related merge requests found
......@@ -217,7 +217,7 @@ int intersect_main(int argc, char* argv[]) {
showHelp = true;
}
if (inputIsBam && writeB) {
if (inputIsBam && writeB && outputIsBam) {
cerr << endl << "*****" << endl << "*****WARNING: -wb is ignored with -abam" << endl << "*****" << endl;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment