-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
Coarsening #128 #144
Coarsening #128 #144
Conversation
Codecov Report
@@ Coverage Diff @@
## master #144 +/- ##
==========================================
+ Coverage 40.27% 43.16% +2.89%
==========================================
Files 48 55 +7
Lines 2811 3535 +724
==========================================
+ Hits 1132 1526 +394
- Misses 1679 2009 +330
Continue to review full report at Codecov.
|
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
#128
What does this implement/fix? Explain your changes
Adds functions for converting graphs into coarsened chain-level graphs (eg complexes) and secondary-structure graphs.
What testing did you do to verify the changes in this PR?
Tests pending.