Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Roman Sarrazin-Gendron
RNABayesPairing2
Commits
870513fb
Commit
870513fb
authored
Nov 26, 2020
by
Hua-Ting Yao
Browse files
Fix
parent
52eaa2f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
bayespairing/src/module_td.py
View file @
870513fb
...
...
@@ -29,9 +29,9 @@ def get_dependencies(module, map_index, out=None):
res
=
{}
for
idx
in
td
.
toposorted_bag_indices
():
children
=
td
.
adj
[
idx
]
x
=
td
.
bags
[
idx
]
x
=
td
.
get_
bags
()
[
idx
]
for
idy
in
children
:
y
=
td
.
bags
[
idy
]
y
=
td
.
get_
bags
()
[
idy
]
key
=
td
.
diff_set
(
x
,
y
)[
0
]
value
=
td
.
sep_set
(
x
,
y
)
res
[
inv_map
[
key
]]
=
[
inv_map
[
x
]
for
x
in
value
]
...
...
Write
Preview
Markdown
is supported
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