openkinome / kinoml

Structure-informed machine learning for kinase modeling
https://openkinome.org/kinoml/
MIT License
51 stars 21 forks source link

Multiprocessing for structural modeling #52

Closed schallerdavid closed 3 years ago

schallerdavid commented 3 years ago

Description

Add support for multiprocessing for KLIFS complex featurizers. This PR will also alter abstract featurizer classes in kinoml/features/core and subclasses thereof.

Todos

Other improvements

Status

codecov-commenter commented 3 years ago

Codecov Report

Merging #52 (f75fba4) into master (6500257) will increase coverage by 0.17%. The diff coverage is 31.69%.

schallerdavid commented 3 years ago

Hi @t-kimber , everything seems to work out with the different parallelization schemes. I also introduced a few changes to ligand featurizers because of the changes I made to the basefeaturizers. Do you wanna give it a try or have any suggestions before I merge?