1edv / evolution

This repository contains the code for our manuscript - 'The evolution, evolvability, and engineering gene regulatory DNA'
MIT License
93 stars 27 forks source link

Problem using the model directly via Docker #1

Closed lisadratva closed 3 years ago

lisadratva commented 3 years ago

Hello,

I am trying to run the model using your instructions via Docker. I succeeded with running the app in the browser via Docker, however I am unable to execute the python commands in the shell to run the model directly. The first line from your python shell instructions (from app_aux import *) throws the error ModuleNotFoundError: No module named 'app_aux'. I tried importing the load_modelfunction from the other modules present, app.py and aux_app.py, but that also doesn't work. What command should I execute inside the Docker container to correctly load the model?

Thank you for your help!

1edv commented 3 years ago

Hi,

Thank you for the question ! I just pushed an update that fixed this issue (the issue was that the file app_aux.py was missing). Feel free to re-open the issue if you still have questions.