tkella47 / BioChem_DiffDock

1 stars 0 forks source link

Typo in console command #3

Closed JPMarquardt closed 9 months ago

JPMarquardt commented 9 months ago

For those using Mac (not sure if this is a problem on PC)

The current console command

python process_ligand_protein path_to_dir/file.pbd --output_path path_to_dir/diffdocked.pdb

to generates the error:

python: can't open file 'path_to_dir/process_ligand_protein': [Errno 2] No such file or directory

Edit it to say

python process_ligand_protein.py path_to_dir/file.pbd --output_path path_to_dir/diffdocked.pdb

and it works

tkella47 commented 9 months ago

Fixed