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

-wo -wao -c with -abam force BED output. Thanks to @agordon.

parent 9c98518f
No related branches found
No related tags found
No related merge requests found
......@@ -225,16 +225,9 @@ int intersect_main(int argc, char* argv[]) {
cerr << endl << "*****" << endl << "*****WARNING: -loj is ignored with -abam" << endl << "*****" << endl;
}
if (inputIsBam && writeCount) {
cerr << endl << "*****" << endl << "*****WARNING: -c is ignored with -abam" << endl << "*****" << endl;
}
if (inputIsBam && writeOverlap) {
cerr << endl << "*****" << endl << "*****WARNING: -wo is ignored with -abam" << endl << "*****" << endl;
}
if (inputIsBam && writeAllOverlap) {
cerr << endl << "*****" << endl << "*****WARNING: -wao is ignored with -abam" << endl << "*****" << endl;
if (outputIsBam && (writeCount || writeOverlap || writeAllOverlap))
{
outputIsBam = false;
}
if (!showHelp) {
......
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