-
-
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
update bioservices to account for new UniProt API #187
Conversation
Codecov Report
@@ Coverage Diff @@
## master #187 +/- ##
==========================================
+ Coverage 40.27% 48.33% +8.06%
==========================================
Files 48 92 +44
Lines 2811 5313 +2502
==========================================
+ Hits 1132 2568 +1436
- Misses 1679 2745 +1066
Continue to review full report at Codecov.
|
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
* update bioservices to account for new UniProt API (#187) * update bioservices to account for new UniProt API * update changelog * Update PULL_REQUEST_TEMPLATE.md * Graph plots (#186) * Fix param name typo in function docstring * add scaling node size by "rsa" feature as well as degree * add option for scaling node size by meiler embedding dimensions. Takes negative values to be zero. * remove walrus operator := for compatability * Add type hints * Update changelog Co-authored-by: Arian Jamasb <arjamasb@gmail.com> Co-authored-by: Cam <73625486+cimranm@users.noreply.github.com>
* refactor PDB download to support parallelisation * add tests for PDB download * refactor PDB download function call in getcontacts * add salt bridges and vdw interactions * use multiprocess downloading in torch datasets * add additional edge funcs * add residue_id to dfs and additional constants * update tests to account for residue id column * update dl func to check for obsolete PDBs * fix type error on paths * fix obsolete test * add bad pdb attr * add return to PDB download util * Merge master -> Patch (#190) * update bioservices to account for new UniProt API (#187) * update bioservices to account for new UniProt API * update changelog * Update PULL_REQUEST_TEMPLATE.md * Graph plots (#186) * Fix param name typo in function docstring * add scaling node size by "rsa" feature as well as degree * add option for scaling node size by meiler embedding dimensions. Takes negative values to be zero. * remove walrus operator := for compatability * Add type hints * Update changelog Co-authored-by: Arian Jamasb <arjamasb@gmail.com> Co-authored-by: Cam <73625486+cimranm@users.noreply.github.com> * patch torch geometric dataset and update changelog * black, isort * isort Co-authored-by: Cam <73625486+cimranm@users.noreply.github.com>
* refactor PDB download to support parallelisation * add tests for PDB download * refactor PDB download function call in getcontacts * add salt bridges and vdw interactions * use multiprocess downloading in torch datasets * add additional edge funcs * add residue_id to dfs and additional constants * update tests to account for residue id column * update dl func to check for obsolete PDBs * fix type error on paths * fix obsolete test * add bad pdb attr * add return to PDB download util * Merge master -> Patch (#190) * update bioservices to account for new UniProt API (#187) * update bioservices to account for new UniProt API * update changelog * Update PULL_REQUEST_TEMPLATE.md * Graph plots (#186) * Fix param name typo in function docstring * add scaling node size by "rsa" feature as well as degree * add option for scaling node size by meiler embedding dimensions. Takes negative values to be zero. * remove walrus operator := for compatability * Add type hints * Update changelog Co-authored-by: Arian Jamasb <arjamasb@gmail.com> Co-authored-by: Cam <73625486+cimranm@users.noreply.github.com> * patch torch geometric dataset and update changelog * black, isort * isort * add edge tests * remove unused workflow action * bump for 1.5.0 * add vdw clashes to constants Co-authored-by: Cam <73625486+cimranm@users.noreply.github.com>
* update bioservices to account for new UniProt API (#187) * update bioservices to account for new UniProt API * update changelog * Update PULL_REQUEST_TEMPLATE.md * Graph plots (#186) * Fix param name typo in function docstring * add scaling node size by "rsa" feature as well as degree * add option for scaling node size by meiler embedding dimensions. Takes negative values to be zero. * remove walrus operator := for compatability * Add type hints * Update changelog Co-authored-by: Arian Jamasb <arjamasb@gmail.com> * 1.5.0 patch3 (#189) * refactor PDB download to support parallelisation * add tests for PDB download * refactor PDB download function call in getcontacts * add salt bridges and vdw interactions * use multiprocess downloading in torch datasets * add additional edge funcs * add residue_id to dfs and additional constants * update tests to account for residue id column * update dl func to check for obsolete PDBs * fix type error on paths * fix obsolete test * add bad pdb attr * add return to PDB download util * Merge master -> Patch (#190) * update bioservices to account for new UniProt API (#187) * update bioservices to account for new UniProt API * update changelog * Update PULL_REQUEST_TEMPLATE.md * Graph plots (#186) * Fix param name typo in function docstring * add scaling node size by "rsa" feature as well as degree * add option for scaling node size by meiler embedding dimensions. Takes negative values to be zero. * remove walrus operator := for compatability * Add type hints * Update changelog Co-authored-by: Arian Jamasb <arjamasb@gmail.com> Co-authored-by: Cam <73625486+cimranm@users.noreply.github.com> * patch torch geometric dataset and update changelog * black, isort * isort Co-authored-by: Cam <73625486+cimranm@users.noreply.github.com> * 1.5.0 patch3 (#191) * refactor PDB download to support parallelisation * add tests for PDB download * refactor PDB download function call in getcontacts * add salt bridges and vdw interactions * use multiprocess downloading in torch datasets * add additional edge funcs * add residue_id to dfs and additional constants * update tests to account for residue id column * update dl func to check for obsolete PDBs * fix type error on paths * fix obsolete test * add bad pdb attr * add return to PDB download util * Merge master -> Patch (#190) * update bioservices to account for new UniProt API (#187) * update bioservices to account for new UniProt API * update changelog * Update PULL_REQUEST_TEMPLATE.md * Graph plots (#186) * Fix param name typo in function docstring * add scaling node size by "rsa" feature as well as degree * add option for scaling node size by meiler embedding dimensions. Takes negative values to be zero. * remove walrus operator := for compatability * Add type hints * Update changelog Co-authored-by: Arian Jamasb <arjamasb@gmail.com> Co-authored-by: Cam <73625486+cimranm@users.noreply.github.com> * patch torch geometric dataset and update changelog * black, isort * isort * add edge tests * remove unused workflow action * bump for 1.5.0 * add vdw clashes to constants Co-authored-by: Cam <73625486+cimranm@users.noreply.github.com> Co-authored-by: Cam <73625486+cimranm@users.noreply.github.com>
Reference Issues/PRs
New UniProt API (and bioservices update) introduces breaking changes into sequence retrieval.