1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
From: Michael R. Crusoe <crusoe@debian.org>
Subject: Fix a typo
Forwarded: https://github.com/amplab/snap/pull/172
--- snap-aligner.orig/SNAPLib/AlignerOptions.cpp
+++ snap-aligner/SNAPLib/AlignerOptions.cpp
@@ -142,7 +142,7 @@
" -h maximum hits to consider per seed (default: %d)\n"
" -ms minimum seed matches per location (default: %d)\n"
" -t number of threads (default is one per core)\n"
- " -b- Don't bind each thread to its processor (--b (with two dashes) does the smae thing)\n"
+ " -b- Don't bind each thread to its processor (--b (with two dashes) does the same thing)\n"
" -P disables cache prefetching in the genome; may be helpful for machines\n"
" with small caches or lots of cores/cache\n"
" -so sort output file by alignment location\n"
|