basf / metis-backend

Scientific server implementation for the cloud environment
BSD 3-Clause "New" or "Revised" License
8 stars 4 forks source link

Fix container init (due to AiiDA removal) #10

Closed knopki closed 1 year ago

knopki commented 1 year ago

Container initialization is broken because of schema file rename in #5db5de7 + Container initialization is broken because of aiida removal in #bf11bfb

blokhin commented 1 year ago

@knopki AiiDA was just temporarily removed due to very cumbersome installation, generally, we’re still relying on it in the long term

blokhin commented 1 year ago

Currently the best option would be not to account for AiiDA but still check if it’s available (and be able to install it, if the user requires its workflows).

knopki commented 1 year ago

@knopki AiiDA was just temporarily removed due to very cumbersome installation, generally, we’re still relying on it in the long term

When AiiDA returns, we will return the scripts to install it. Right now the installation is broken anyway (although it can be fixed).

knopki commented 1 year ago

Currently the best option would be not to account for AiiDA but still check if it’s available (and be able to install it, if the user requires its workflows).

I don't think it's any better. It adds to the complexity.