a-r-j / graphein

Protein Graph Library
https://graphein.ai/
MIT License
1.03k stars 131 forks source link

Use multiprocessing graph constructor for CLI #117

Open a-r-j opened 2 years ago

a-r-j commented 2 years ago

Is your feature request related to a problem? Please describe. Currently the CLI uses the normal construct_graphs function. Once the dataloaders PR (#71) is merged we can change this to the multiprocessing method implemented in #73 to improve speed.