Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Yoann DUFRESNE
linked reads molecule ordering
Commits
aa076854
Commit
aa076854
authored
Mar 14, 2019
by
Yoann Dufresne
Browse files
bugfix: ligh-print
parent
66b8ee72
Changes
1
Hide whitespace changes
Inline
Side-by-side
evaluate.py
View file @
aa076854
...
...
@@ -113,7 +113,7 @@ def print_summary(frequencies, neighborhood, light_print=False, file_pointer=sys
if
len
(
neighborhood
[
node
])
!=
2
:
neighborhood_ok
=
False
if
light_print
and
(
obs
==
the
or
not
neighborhood_ok
)
:
if
light_print
and
obs
==
the
and
neighborhood_ok
:
continue
print
(
result
,
file
=
file_pointer
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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