You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying CDOCKER after i have moved most of the necessary files (parameters, topology, pdb and psf files) from the repo to another folder then i used the following code to perform the docking:
However, this produced an error regarding the probe file, as it could not find it.
1- Is it correct to use the provided probe file when performing docking using other proteins and ligands? i have read this paper (Accelerated CDOCKER with GPUs, Parallel Simulated Annealing, and Fast Fourier Transforms) and it mentioned that there are 26 grids used which are generated using the values in the probe file.
2- for the fftdock_rotation_1.qua file, I noticed that the code found in the supplementary file of the previous paper used this file. So is it correct to use the provided file or do i need to generate another one and how to generate it?
3- regarding question 2, when i moved the probe file to the new working directory (without the fftdock_rotation_1 file) and changed the default directory in Rigid_CDOCKER, the docking completed without an error. So, does this mean that the docking does not need this file?
edit: i noticed that this line contained an exclamation mark at the beginning (! open unit 40 read form name @0/fftdock_rotation_1.qua), so it is a comment
Thanks
The text was updated successfully, but these errors were encountered:
hima111997
changed the title
a question about the file needed for CDOCKER
Questions about the file needed for CDOCKER
Jan 20, 2024
Hi
I was trying CDOCKER after i have moved most of the necessary files (parameters, topology, pdb and psf files) from the repo to another folder then i used the following code to perform the docking:
However, this produced an error regarding the probe file, as it could not find it.
1- Is it correct to use the provided probe file when performing docking using other proteins and ligands? i have read this paper (Accelerated CDOCKER with GPUs, Parallel Simulated Annealing, and Fast Fourier Transforms) and it mentioned that there are 26 grids used which are generated using the values in the probe file.
2- for the fftdock_rotation_1.qua file, I noticed that the code found in the supplementary file of the previous paper used this file. So is it correct to use the provided file or do i need to generate another one and how to generate it?
3- regarding question 2, when i moved the probe file to the new working directory (without the fftdock_rotation_1 file) and changed the default directory in Rigid_CDOCKER, the docking completed without an error. So, does this mean that the docking does not need this file?
edit: i noticed that this line contained an exclamation mark at the beginning (! open unit 40 read form name @0/fftdock_rotation_1.qua), so it is a comment
Thanks
The text was updated successfully, but these errors were encountered: