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

Merge pull request #8 from daler/master

-sm -> -Sm
parents dbae600a 666d5edf
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