Hello,
Thanks for making avgflow available. I am very eager to test the tool!
After installing the conda environment according to the documentation, I wanted to do a few test runs with the generate_from_csv.py and generate_from_smiles.py scripts. Both scripts seem to fail with the same message:
from preprocess import mol2features
ModuleNotFoundError: No module named 'preprocess'
After opening both scripts I see that there is also a path that points to what I assume is the local system of zhonglinc's machine
As a result the mol2features function used by both scripts is not available.
It would be great if you can include the data_preprocessing files in the repo and probably clean up these hardcoded paths!
Thanks,
Dimi
Hello,
Thanks for making avgflow available. I am very eager to test the tool!
After installing the conda environment according to the documentation, I wanted to do a few test runs with the
generate_from_csv.pyandgenerate_from_smiles.pyscripts. Both scripts seem to fail with the same message:from preprocess import mol2features
ModuleNotFoundError: No module named 'preprocess'
After opening both scripts I see that there is also a path that points to what I assume is the local system of zhonglinc's machine
As a result the
mol2featuresfunction used by both scripts is not available.It would be great if you can include the data_preprocessing files in the repo and probably clean up these hardcoded paths!
Thanks,
Dimi