-
-
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
add ProteinsX dataset classes #204
base: master
Are you sure you want to change the base?
Conversation
…nto pointclouds
Codecov Report
@@ Coverage Diff @@
## master #204 +/- ##
==========================================
+ Coverage 40.27% 46.83% +6.56%
==========================================
Files 48 93 +45
Lines 2811 5647 +2836
==========================================
+ Hits 1132 2645 +1513
- Misses 1679 3002 +1323
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
SonarCloud Quality Gate failed. 0 Bugs No Coverage information |
SonarCloud Quality Gate failed. 0 Bugs No Coverage information |
Reference Issues/PRs
Adds dataloaders for the following built in datasets: #13
PROTEINS_METAL
PROTEINS_NUCLEIC
PROTEINS_LIGANDS
PROTEINS_NUCLEOTIDES
What does this implement/fix? Explain your changes
What testing did you do to verify the changes in this PR?
Pull Request Checklist
./CHANGELOG.md
file (if applicable)./graphein/tests/*
directories (if applicable)./notebooks/
(if applicable)python -m py.test tests/
and make sure that all unit tests pass (for small modifications, it might be sufficient to only run the specific test file, e.g.,python -m py.test tests/protein/test_graphs.py
)black .
andisort .