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
e4003d29
Commit
e4003d29
authored
Feb 19, 2020
by
Yoann Dufresne
Browse files
debug cluster on dict key missing
parent
0373a992
Changes
1
Hide whitespace changes
Inline
Side-by-side
deconvolution/dgraph/CliqueDGFactory.py
View file @
e4003d29
...
...
@@ -37,6 +37,10 @@ class CliqueDGFactory(AbstractDGFactory):
neighbors
=
list
(
subgraph
.
neighbors
(
node
))
# Looks into the neighbors for clique pairing
for
nei
in
neighbors
:
if
nei
not
in
clq_per_node
:
print
(
"!!!!!!!!!!!!!!!"
)
print
(
clq_per_node
)
print
(
"!!!!!!!!!!!!!!!"
)
nei_clqs
=
clq_per_node
[
nei
]
# Pair useful cliques
for
nei_clq
in
nei_clqs
:
...
...
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