Saoge123 / PocketFlow

an autoregressive flow model incorporated with chemical acknowledge for generating drug-like molecules inside protein pockets
103 stars 12 forks source link

Having trouble with requirements.txt #5

Closed yipy0005 closed 5 months ago

yipy0005 commented 5 months ago

Hi,

Thank you so much for publishing the code, it must have been a lot of work writing the code. I am very keen to try out the repository, but I'm having troubles with installing the requirements.txt file because most of the packages seem to be local to the computer that the repository was developed.

Could you provide a clean conda env file via conda env export --no-builds?

Also, could you let me know what is the CUDA driver that works with the repository?

Thank you so much and I look forward to your reply. 😁

Best regards, Yew Mun

Saoge123 commented 5 months ago

name: PocketFlow channels:

Saoge123 commented 5 months ago

Hi, thanks for your attention. The code runs on cuda11.3 or 11.7.

yipy0005 commented 5 months ago

Hi, I have managed to get the repository to work. In addition, I have submitted a pull request to replace requirements.txt with environment.yml instead. I have also updated the README.md to provide instructions on how to create the conda environment. 😁

Cheers! Yew Mun