Skip to content
Snippets Groups Projects
Commit 666d5edf authored by daler's avatar daler
Browse files

windowBed -sm -> -Sm

parent dbae600a
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ int main(int argc, char* argv[]) {
else if (PARAMETER_CHECK("-sm", 3, parameterLength)) {
matchOnSameStrand = true;
}
else if (PARAMETER_CHECK("-sm", 3, parameterLength)) {
else if (PARAMETER_CHECK("-Sm", 3, parameterLength)) {
matchOnDiffStrand = true;
}
else if (PARAMETER_CHECK("-w", 2, parameterLength)) {
......
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