-
Notifications
You must be signed in to change notification settings - Fork 6
IOError: "No such file or directory" when running docking app #110
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the problem.
The installation was done exactly as in the docs, with the addition of
sudo apt install libgl1-mesa-glx.
The following code was then run:
python3 -m taps.run --app docking --app.smi-file-name-ligand data/docking/dataset_orz_original_1k.csv --app.receptor data/docking/1iep_receptor.pdbqt --app.tcl-path data/docking/set_element.tcl.
There appears to be an IOError not being able to find the run_dir. The exact error message and apparent fix are attached as files.
How did you install and run the code?
conda create --name taps-docking python=3.11
conda activate taps-docking
conda install -c conda-forge -c bioconda autodock-vina libglu mgltools vmd
python3 -m pip install -e .[docking]
export MGLTOOLS_HOME=$CONDA_PREFIX
python3 -m taps.apps.docking.data --output data/docking/
conda install libsqlite
sudo apt install libgl1-mesa-glx
python3 -m taps.run --app docking --app.smi-file-name-ligand data/docking/dataset_orz_original_1k.csv --app.receptor data/docking/1iep_receptor.pdbqt --app.tcl-path data/docking/set_element.tclVersion
v0.2.0
Python Version
3.11.9
OS and Platform
x86 Linux
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
