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

remove commented code

parent 4b721068
No related branches found
No related tags found
No related merge requests found
......@@ -126,13 +126,6 @@ int shuffle_main(int argc, char* argv[]) {
showHelp = true;
}
/*
if (haveInclude && haveExclude) {
cerr << endl << "*****" << endl << "*****ERROR: Cannot use -incl and -excl together." << endl << "*****" << endl;
showHelp = true;
}
*/
if (!showHelp) {
BedShuffle *bc = new BedShuffle(bedFile, genomeFile, excludeFile,
includeFile, haveSeed, haveExclude,
......
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