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

Fixed command line bug in bamToBed.

parent 53543584
No related branches found
No related tags found
No related merge requests found
......@@ -71,8 +71,8 @@ int main(int argc, char* argv[]) {
if ((i+1) < argc) {
haveBam = true;
bamFile = argv[i + 1];
i++;
}
i++;
}
else if(PARAMETER_CHECK("-bedpe", 6, parameterLength)) {
writeBedPE = true;
......
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