-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BowTieBuilder Code Review #168
base: master
Are you sure you want to change the base?
Conversation
finished testing the LocalNeighborhood. Moving to make the dockerfile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor comments about BTB; also please remove the local-neighborhood
code. Thanks!
test/parse-outputs/expected/local_neighborhood-pathway-expected.txt
Outdated
Show resolved
Hide resolved
spras/btb.py
Outdated
edges = data.get_interactome() | ||
|
||
# Format into directed graph | ||
edges.convert_undirected_to_directed() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to edges = convert_undirected_to_directed(edges)
Merge conflict fixed! It should be all ready to be merged into spras as a whole! |
No description provided.