Closed ilibarra closed 3 years ago
Hi @ilibarra,
Thank you for trying it out. Sorry that I did not answer before, somehow I forgot to activate notifications for this repo.
Yes, due to a mistake in the .gitignore
is was not uploading the pkl
files. I changed that and now they are available.
Now to install it again you should do:
pip uninstall dorothea
pip install git+https://github.com/saezlab/dorothea-py.git
Please, let me know if this works.
It is working now. Thanks!
Hello Pau,
Thanks for implementing this. Installation works, but execution of main tutorial script fails. I think the pkl files were not distributed or downloaded in the main tutorial. Could you please take a look? They should be the
rds
files converted topkl
ones I suppose. E.g.Thanks!