Closed Le-Phung-Hien closed 10 months ago
[UPDATED] So that error show up whenever I have more than 1 ligand file in Poses folder... If I just put 1 ligand file inside it still works.
Hi,
If there is more than one pose file in the poses directory, this error may be caused by inconsistent numbers of atoms or atomic order in different pose files. It is recommended that the pose files in the same poses directory come from the same docking algorithm, so as to ensure consistent atomic order.
Best regards
HI, Is there any code or way to fix when multiple ligands are in the same directory?
Hi, trying to use DeepRMSD-Vina for my docking results. However, I keep getting error:
` Start Now ... Receptor: samples/receptor.pdbqt Poses: samples/Poses Receptor parsed Traceback (most recent call last): File "/mnt/d/DeepRMSD-Vina_Optimization-master/scripts/run.py", line 37, in
main()
File "/mnt/d/DeepRMSD-Vina_Optimization-master/scripts/run.py", line 30, in main
run_optimization(rec_fpath=receptor_fpath,
File "/mnt/d/DeepRMSD-Vina_Optimization-master/scripts/optimization.py", line 113, in run_optimization
ligand = LigandConformation(poses_dpath)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/mnt/d/DeepRMSD-Vina_Optimization-master/scripts/conformation_to_xyz.py", line 17, in init
self.parse_ligand()
File "/mnt/d/DeepRMSD-Vina_Optimization-master/scripts/parse_ligand.py", line 71, in parse_ligand
self._get_xyz(num+1, f)
File "/mnt/d/DeepRMSD-Vina_Optimization-master/scripts/parse_ligand.py", line 121, in _get_xyz
self.lig_all_atoms_xyz[num] = all_xyz