Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linked reads molecule ordering
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yoann DUFRESNE
linked reads molecule ordering
Commits
aa076854
Commit
aa076854
authored
6 years ago
by
Yoann Dufresne
Browse files
Options
Downloads
Patches
Plain Diff
bugfix: ligh-print
parent
66b8ee72
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
evaluate.py
+1
-1
1 addition, 1 deletion
evaluate.py
with
1 addition
and
1 deletion
evaluate.py
+
1
−
1
View file @
aa076854
...
@@ -113,7 +113,7 @@ def print_summary(frequencies, neighborhood, light_print=False, file_pointer=sys
...
@@ -113,7 +113,7 @@ def print_summary(frequencies, neighborhood, light_print=False, file_pointer=sys
if
len
(
neighborhood
[
node
])
!=
2
:
if
len
(
neighborhood
[
node
])
!=
2
:
neighborhood_ok
=
False
neighborhood_ok
=
False
if
light_print
and
(
obs
==
the
or
not
neighborhood_ok
)
:
if
light_print
and
obs
==
the
and
neighborhood_ok
:
continue
continue
print
(
result
,
file
=
file_pointer
)
print
(
result
,
file
=
file_pointer
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment