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
khalid
radsex
Commits
bf04af63
Commit
bf04af63
authored
Apr 14, 2020
by
RomainFeron
Browse files
Changed Individual to Sample in depth output
parent
3a7340ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/depth.cpp
View file @
bf04af63
...
...
@@ -58,7 +58,7 @@ void Depth::generate_output() {
// Generate output file
std
::
ofstream
output_file
=
open_output
(
this
->
parameters
.
output_file_path
);
output_file
<<
"
Individual
\t
Group
\t
Reads
\t
Markers
\t
Retained
\t
Min_depth
\t
Max_depth
\t
Median_depth
\t
Average_depth
\n
"
;
output_file
<<
"
Sample
\t
Group
\t
Reads
\t
Markers
\t
Retained
\t
Min_depth
\t
Max_depth
\t
Median_depth
\t
Average_depth
\n
"
;
// Compute metrics for each individual
for
(
uint
i
=
0
;
i
<
this
->
results
.
depths
.
size
();
++
i
)
{
...
...
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