-
Notifications
You must be signed in to change notification settings - Fork 10
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
refactor: unify buildgraph.py and build_graph
functions for atom and residue level graphs
#507
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DaniBodor
changed the base branch from
main
to
460_radius_vs_edgedistance_dbodor
September 23, 2023 14:57
DaniBodor
force-pushed
the
460_radius_vs_edgedistance_dbodor
branch
from
September 23, 2023 15:16
d2bebeb
to
702f1ed
Compare
DaniBodor
force-pushed
the
506_buildgraph_unification_dbodor
branch
2 times, most recently
from
September 23, 2023 18:05
8060040
to
f7d2c9a
Compare
DaniBodor
force-pushed
the
460_radius_vs_edgedistance_dbodor
branch
from
September 23, 2023 18:07
1ba344d
to
8c710bc
Compare
DaniBodor
force-pushed
the
506_buildgraph_unification_dbodor
branch
2 times, most recently
from
September 23, 2023 18:14
131ea78
to
d370a90
Compare
DaniBodor
force-pushed
the
460_radius_vs_edgedistance_dbodor
branch
from
September 23, 2023 18:23
8c710bc
to
a1ccfc1
Compare
DaniBodor
force-pushed
the
506_buildgraph_unification_dbodor
branch
4 times, most recently
from
September 23, 2023 21:26
53ff56b
to
7bf653d
Compare
This PR is stale because it has been open for 14 days with no activity. |
DaniBodor
force-pushed
the
460_radius_vs_edgedistance_dbodor
branch
2 times, most recently
from
October 10, 2023 07:54
29edf9a
to
27e3746
Compare
DaniBodor
force-pushed
the
506_buildgraph_unification_dbodor
branch
from
October 10, 2023 08:03
7bf653d
to
4bab1d7
Compare
DaniBodor
force-pushed
the
460_radius_vs_edgedistance_dbodor
branch
from
November 3, 2023 16:09
27e3746
to
3e81057
Compare
DaniBodor
force-pushed
the
506_buildgraph_unification_dbodor
branch
from
November 3, 2023 16:11
4bab1d7
to
40c9c60
Compare
DaniBodor
force-pushed
the
460_radius_vs_edgedistance_dbodor
branch
from
November 3, 2023 16:26
3e81057
to
2e8dc67
Compare
DaniBodor
force-pushed
the
506_buildgraph_unification_dbodor
branch
from
November 3, 2023 16:27
40c9c60
to
982b8c0
Compare
DaniBodor
force-pushed
the
460_radius_vs_edgedistance_dbodor
branch
from
November 3, 2023 16:54
2e8dc67
to
6df8f63
Compare
DaniBodor
force-pushed
the
506_buildgraph_unification_dbodor
branch
3 times, most recently
from
November 3, 2023 17:29
4de1652
to
5f29c08
Compare
DaniBodor
force-pushed
the
506_buildgraph_unification_dbodor
branch
from
November 17, 2023 23:16
5f29c08
to
8b9bd3a
Compare
DaniBodor
changed the title
refactor buildgraph.py and
refactor: unify buildgraph.py and Nov 18, 2023
build_graph
functionsbuild_graph
functions for atom and residue level graphs
DaniBodor
force-pushed
the
506_buildgraph_unification_dbodor
branch
from
November 18, 2023 11:13
8b9bd3a
to
a5fb3e9
Compare
DaniBodor
force-pushed
the
506_buildgraph_unification_dbodor
branch
from
November 18, 2023 11:34
a5fb3e9
to
03e74b3
Compare
gcroci2
reviewed
Nov 22, 2023
gcroci2
reviewed
Nov 22, 2023
gcroci2
approved these changes
Nov 22, 2023
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.
Very cleaner and useful edits :D I left a few very minor comments/suggestions, then feel free to merge
create dictionaties of amino acids by letter, 3-letter code, and name and use these in other modules rather than defining similar structures locally
type hinting, docstrings, code comments, excessive white lines, etc
DaniBodor
force-pushed
the
506_buildgraph_unification_dbodor
branch
from
November 22, 2023 20:46
feb25bd
to
9103e45
Compare
by using a helper function rather than repeating code
this is a preparation for the next commit, where the functions are unified. here only variables are renamed and spacing is changed so that it is easy to see what the similarities and differences between the functions are.
previously separate functions for building atom and residue graphs
DaniBodor
force-pushed
the
506_buildgraph_unification_dbodor
branch
from
November 22, 2023 20:54
9103e45
to
a777cb7
Compare
This was referenced Dec 1, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is easiest reviewed one commit at a time.
These are the changes, in order of commits:
influence_radius
fix: #506, #503
blocked by: #492, #504