ersilia-os / zaira-chem

Automated QSAR based on multiple small molecule descriptors
GNU General Public License v3.0
30 stars 11 forks source link

Refactor ZairaChem modules to Ersilia Model Hub components #30

Open miquelduranfrigola opened 11 months ago

miquelduranfrigola commented 11 months ago

Motivation

At the moment, ZairaChem has a lot of dependencies, as apparent from the install.sh file. Importantly, several Conda environments are created, which makes it difficult/impossible to maintain. To make ZairaChem more sustainable, we need to migrate most of its code to Ersilia Model Hub artefacts.

Types of ZairaChem elements

There are 2 types of modules we want to migrate:

Roadmap

We should start with static migration, while we figure out the approach for trainable models. I suggest the following order (subject to change):

GemmaTuron commented 6 months ago

We will need to complete the refactoring before fully incorporating #31 @miquelduranfrigola

miquelduranfrigola commented 6 months ago

Yes, all clear. Tagging @DhanshreeA since we will have to further improve input output adapters, and most important, figure out a way to make Ersilia models trainable and fine-tunable.