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
41fa5982
Commit
41fa5982
authored
Feb 17, 2021
by
Mathieu Giraud
Browse files
vidjil.cpp: --gz also output .affects.gz files
parent
2a55bc2e
Pipeline
#216856
passed with stages
in 36 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
algo/vidjil.cpp
View file @
41fa5982
...
...
@@ -1142,7 +1142,7 @@ int main (int argc, char **argv)
ostream
*
out_segmented
=
NULL
;
ostream
*
out_unsegmented
=
NULL
;
ostream
*
out_unsegmented_detail
[
STATS_SIZE
];
o
f
stream
*
out_affects
=
NULL
;
ostream
*
out_affects
=
NULL
;
WindowExtractor
we
(
multigermline
);
if
(
!
output_sequences_by_cluster
)
...
...
@@ -1181,8 +1181,7 @@ int main (int argc, char **argv)
if
(
output_affects
)
{
string
f_affects
=
out_dir
+
f_basename
+
AFFECTS_FILENAME
;
cout
<<
" ==> "
<<
f_affects
<<
endl
;
out_affects
=
new
ofstream
(
f_affects
.
c_str
());
out_affects
=
new_ofgzstream
(
f_affects
,
out_gz
);
we
.
setAffectsOutput
(
out_affects
);
}
...
...
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