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
588fdb8d
Commit
588fdb8d
authored
Mar 07, 2018
by
Romain Feron
Browse files
removed debug output
parent
78ed159e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/significant_sequences.cpp
View file @
588fdb8d
...
...
@@ -108,7 +108,6 @@ void significant_sequences(Parameters& parameters) {
// Second pass: filter with bonferroni
for
(
auto
sequence
:
candidate_sequences
)
{
if
(
sequence
.
second
<
significance_threshold
)
{
std
::
cout
<<
sequence
.
second
<<
"
\t
"
<<
significance_threshold
<<
"
\n
"
;
output_file
<<
sequence
.
first
<<
"
\n
"
;
}
}
...
...
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