Skip to content

Conversation

@gabeah
Copy link
Contributor

@gabeah gabeah commented Jul 3, 2024

No description provided.

Copy link
Contributor

@annaritz annaritz left a 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!

spras/btb.py Outdated
edges = data.get_interactome()

# Format into directed graph
edges.convert_undirected_to_directed()
Copy link
Contributor Author

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)

@gabeah gabeah requested a review from annaritz July 11, 2024 21:11
@gabeah
Copy link
Contributor Author

gabeah commented Jul 11, 2024

Merge conflict fixed! It should be all ready to be merged into spras as a whole!

Copy link
Collaborator

@tristan-f-r tristan-f-r left a 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]

Copy link
Collaborator

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
Copy link
Collaborator

@tristan-f-r tristan-f-r May 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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

@tristan-f-r tristan-f-r added the algorithm Pathway reconstruction algorithm to add to SPRAS label May 29, 2025
@tristan-f-r tristan-f-r mentioned this pull request Jun 3, 2025
@tristan-f-r
Copy link
Collaborator

[closed in favor of #204 -> #250]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

algorithm Pathway reconstruction algorithm to add to SPRAS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants