You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fix] - #165 uses rich progress for protein graph construction.
[Fix] - #165 sets saner default for node size in 3d plotly plots
[Dependency] - #165 Changes CLI to use rich-click instead of click for prettier formatting.
[Package] - #165 Adds support for logging with loguru and rich
[Package] - Pin BioPandas version to 0.4.1 to support additional parsing features.
Breaking Changes
#165 adds RNA SS edges into graphein.protein.edges.base_pairing
#163 changes separate filetype input paths to graphein.molecule.graphs.construct_graph. Interface is simplified to simply path="some/path.extension" instead of separate inputs like mol2_path=... and sdf_path=....
#189 refactors PDB download util. Now returns path to download file, does not accept a config object but instead receives the output directory path directly.