Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
46291fb2
Commit
46291fb2
authored
Mar 25, 2014
by
Mathieu Giraud
Browse files
vidjil.cpp: better help message for -x option
parent
214fd38b
Changes
1
Hide whitespace changes
Inline
Side-by-side
algo/vidjil.cpp
View file @
46291fb2
...
...
@@ -188,7 +188,7 @@ void usage(char *progname)
<<
" -p <string> prefix output filenames by the specified string"
<<
endl
<<
" -a output all sequences by cluster ("
<<
SEQUENCES_FILENAME
<<
")"
<<
endl
<<
" -x
no detailed analysis of each cluster
"
<<
endl
<<
" -x
do not compute representative sequences
"
<<
endl
<<
" -v verbose mode"
<<
endl
<<
endl
...
...
@@ -1022,7 +1022,7 @@ int main (int argc, char **argv)
}
//$$ Very detailed cluster analysis (with sequences)
//$$ Very detailed cluster analysis (with sequences)
// NOT USED NOW
list
<
string
>
msa
;
bool
good_msa
=
false
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment