-
Notifications
You must be signed in to change notification settings - Fork 25
BowTieBuilder Code Review #168
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
Conversation
finished testing the LocalNeighborhood. Moving to make the dockerfile
annaritz
left a comment
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! |
tristan-f-r
left a comment
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.
[these should be changed before merging]
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.
We want all of the local neighborhood files back.
| FROM python:3.8-bullseye | ||
|
|
||
| WORKDIR /btb | ||
| RUN wget https://raw.githubusercontent.com/Reed-CompBio/BowTieBuilder-Algorithm/main/btb.py |
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.
| RUN wget https://raw.githubusercontent.com/Reed-CompBio/BowTieBuilder-Algorithm/main/btb.py | |
| RUN wget https://raw.githubusercontent.com/Reed-CompBio/BowTieBuilder-Algorithm/dd8519cd8a8397c0e0724106f498b6002d3f7be2/btb.py |
No description provided.