forked from a-r-j/graphein
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 (a-r-j#190) * update bioservices to account for new UniProt API (a-r-j#187) * update bioservices to account for new UniProt API * update changelog * Update PULL_REQUEST_TEMPLATE.md * Graph plots (a-r-j#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 <[email protected]> Co-authored-by: Cam <[email protected]> * patch torch geometric dataset and update changelog * black, isort * isort Co-authored-by: Cam <[email protected]>
- Loading branch information
Showing
9 changed files
with
717 additions
and
116 deletions.
There are no files selected for viewing
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
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
Oops, something went wrong.