Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor: fix typo #132

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cdhit-utility.c++
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ char txt_option_g[] =
\t(accurate but slow mode)\n \
\tbut either 1 or 0 won't change the representatives of final clusters\n";
char txt_option_b[] = "\tband_width of alignment, default 20\n";
char txt_option_M[] = "\tmemory limit (in MB) for the program, default 800; 0 for unlimitted;\n";
char txt_option_M[] = "\tmemory limit (in MB) for the program, default 800; 0 for unlimited;\n";
char txt_option_n[] = "\tword_length, default 5, see user's guide for choosing it\n";
char txt_option_n_est[] = "\tword_length, default 10, see user's guide for choosing it\n";
char txt_option_l[] = "\tlength of throw_away_sequences, default 10\n";
Expand Down
10 changes: 5 additions & 5 deletions doc/cdhit-user-guide.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ __**The most updated options are available from the command line version of the
NOTE!!! don't use -G 0 unless you use alignment coverage controls
see options -aL, -AL, -aS, -AS
-b band_width of alignment, default 20
-M memory limit (in MB) for the program, default 800; 0 for unlimitted;
-M memory limit (in MB) for the program, default 800; 0 for unlimited;
-T number of threads, default 1; with 0, all CPUs will be used
-n word_length, default 5, see user's guide for choosing it
-l length of throw_away_sequences, default 10
Expand Down Expand Up @@ -285,7 +285,7 @@ Options:
NOTE!!! don't use -G 0 unless you use alignment coverage controls
see options -aL, -AL, -aS, -AS
-b band_width of alignment, default 20
-M memory limit (in MB) for the program, default 800; 0 for unlimitted;
-M memory limit (in MB) for the program, default 800; 0 for unlimited;
-T number of threads, default 1; with 0, all CPUs will be used
-n word_length, default 5, see user's guide for choosing it
-l length of throw_away_sequences, default 10
Expand Down Expand Up @@ -384,7 +384,7 @@ Options:
NOTE!!! don't use -G 0 unless you use alignment coverage controls
see options -aL, -AL, -aS, -AS
-b band_width of alignment, default 20
-M memory limit (in MB) for the program, default 800; 0 for unlimitted;
-M memory limit (in MB) for the program, default 800; 0 for unlimited;
-T number of threads, default 1; with 0, all CPUs will be used
-n word_length, default 10, see user's guide for choosing it
-l length of throw_away_sequences, default 10
Expand Down Expand Up @@ -491,7 +491,7 @@ Options:
NOTE!!! don't use -G 0 unless you use alignment coverage controls
see options -aL, -AL, -aS, -AS
-b band_width of alignment, default 20
-M memory limit (in MB) for the program, default 800; 0 for unlimitted;
-M memory limit (in MB) for the program, default 800; 0 for unlimited;
-T number of threads, default 1; with 0, all CPUs will be used
-n word_length, default 10, see user's guide for choosing it
-l length of throw_away_sequences, default 10
Expand Down Expand Up @@ -577,7 +577,7 @@ Options:
number of identical amino acids in alignment
divided by the full length of the shorter sequence + gaps
-b band_width of alignment, default 10
-M memory limit (in MB) for the program, default 800; 0 for unlimitted;
-M memory limit (in MB) for the program, default 800; 0 for unlimited;
-T number of threads, default 1; with 0, all CPUs will be used
-n word_length, default 10, see user's guide for choosing it
-aL alignment coverage for the longer sequence, default 0.0
Expand Down