Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
9b70ef59
Commit
9b70ef59
authored
Apr 28, 2020
by
Mathieu Giraud
Browse files
vidjil.cpp: bikeshed output messages
Our main file is .vijdil, and not anymore .vdj.fa (for ages)
parent
1ddfb746
Pipeline
#140675
passed with stages
in 41 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
algo/vidjil.cpp
View file @
9b70ef59
...
...
@@ -1301,7 +1301,7 @@ int main (int argc, char **argv)
<<
endl
;
string
f_clones
=
out_dir
+
f_basename
+
CLONES_FILENAME
;
cout
<<
" ==> "
<<
f_clones
<<
"
\t
(
main result fil
e)"
<<
endl
;
cout
<<
" ==> "
<<
f_clones
<<
"
\t
(
for post-processing with other softwar
e)"
<<
endl
;
ofstream
out_clones
(
f_clones
.
c_str
())
;
cout
<<
" ==> "
<<
out_seqdir
+
CLONE_FILENAME
+
"*"
<<
"
\t
(detail, by clone)"
<<
endl
;
...
...
@@ -1760,7 +1760,7 @@ int main (int argc, char **argv)
cout
<<
" ==> "
<<
f_json
;
if
(
!
no_vidjil
)
{
cout
<<
"
\t
(
data file for
the Vidjil web application)"
<<
endl
;
cout
<<
"
\t
(
main output file, may be opened by
the Vidjil web application)"
<<
endl
;
}
else
{
...
...
Write
Preview
Markdown
is supported
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